Commit Graph

14 Commits

Author SHA1 Message Date
c4bf51094d Refactor swarm-compose.yml to remove environment variable defaults and streamline service configurations. Set fixed values for images and environment variables across services, enhancing clarity and consistency in the Seafile stack setup. 2025-12-21 22:01:31 -05:00
5c0c55537e Add reset script and environment configuration for Seafile stack
Introduced a new reset.sh script to facilitate the removal of the Seafile stack and its associated data directories, with user confirmation to prevent accidental data loss. Additionally, added stack.env.portainer file containing environment variables for Seafile services, enhancing configuration management and deployment consistency.
2025-12-21 21:59:06 -05:00
a4b69e2eaa Update Traefik router rules in swarm-compose.yml to use a fixed hostname 'sf.lab' for Seafile and Seadoc services, enhancing routing consistency. 2025-12-21 21:46:39 -05:00
91cf93a8a1 Update default values for SEAFILE_SERVER_HOSTNAME and JWT_PRIVATE_KEY in swarm-compose.yml for improved configuration consistency and security. 2025-12-21 21:43:11 -05:00
969d66b4de Set default value for INIT_SEAFILE_MYSQL_ROOT_PASSWORD in swarm-compose.yml to enhance security and consistency. 2025-12-21 21:40:57 -05:00
5815cbcdd3 Update SEAFILE_MYSQL_DB_PASSWORD in swarm-compose.yml to a default value for improved security and consistency. 2025-12-21 21:38:16 -05:00
fce5184b5d Update MARIADB_ROOT_PASSWORD in swarm-compose.yml to a default value for improved security and consistency. 2025-12-21 21:36:59 -05:00
025bf1f307 Update environment variable in swarm-compose.yml to change MYSQL_ROOT_PASSWORD to MARIADB_ROOT_PASSWORD for consistency with service naming. 2025-12-21 21:35:28 -05:00
58b0e064bb Add env_file configuration to db, redis, seafile, and seadoc services in swarm-compose.yml for improved environment variable management. 2025-12-21 21:31:49 -05:00
d93289d44b Refactor environment variable definitions in swarm-compose.yml to use default values for optional variables, improving configuration flexibility and readability while maintaining functionality. 2025-12-21 21:24:07 -05:00
8152e1b4d6 Refactor environment variable definitions in swarm-compose.yml to simplify password checks by removing explicit error messages for unset variables. This change enhances readability and maintains functionality for the Seafile stack configuration. 2025-12-21 21:21:33 -05:00
7c19c0ff9f Update environment and Docker Compose configurations for Seafile stack. Changed server hostname, updated JWT and MySQL passwords, added Seafile service URL, enabled Seafile AI, and added health checks for Elasticsearch and Redis services. 2025-12-21 21:17:31 -05:00
41d53e45eb Add Docker Compose and environment configuration files for Seafile stack 2025-12-21 16:51:12 -05:00
e1f3f14a84 Add caddy.yml 2025-12-21 21:23:42 +00:00