Commit Graph

27 Commits

Author SHA1 Message Date
d8b3b2edc9 Updated traefik labels 2025-11-04 17:23:23 +00:00
7de1d40a51 Removed Service 2025-11-04 13:18:51 +00:00
ac647ed02a Move Paperless to local Traefik with HTTPS
- Remove port 8011 binding, route through Traefik instead
- Add Traefik labels for docs.home.frostlabs.me
- Update Paperless URLs to use HTTPS with local domain
- Configure allowed hosts and CSRF trusted origins

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 02:48:08 +00:00
dfd5295d88 Fix remaining volume mount paths in stack configs
- Update Vikunja config path to remove swarm-production subdirectory
- Fix rsync source path to backup appdata instead of backups directory
- Update rsync excludes path to correct location in projects directory

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 22:57:48 +00:00
a1af5b4c9b Update paths and configurations for swarm infrastructure
- Update all volume paths from /home/doc/swarm-data to /home/doc/projects/swarm-data
- Add Traefik local entrypoint on port 8443 with host mode networking
- Add Adminer local route with Traefik labels
- Configure Vikunja OIDC integration with Authentik
- Add Outline stack configuration
- Add traefik-local stack for local network routing
- Update .gitignore with backup files and dynamic configs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 22:12:17 +00:00
b6ae643c39 2025-11-02 19:20:04 +00:00
b62b890482 Add healthchecks and resource constraints to all services
Added healthchecks:
- adminer: PHP file_get_contents check
- authentik_server: ak healthcheck command
- authentik_redis: redis-cli ping
- paperless_redis: redis-cli ping
- paperless_webserver: curl localhost:8000
- n8n: wget healthz endpoint
- traefik: wget ping endpoint (with --ping enabled)
- tracker-nginx: curl localhost:80

Added resource limits:
- adminer: 512M limit, 128M reservation
- authentik_server: 1G/1 CPU limit, 512M reservation
- authentik_worker: 1G/1 CPU limit, 512M reservation
- authentik_redis: 512M limit, 128M reservation
- paperless_redis: 512M limit, 128M reservation
- paperless_webserver: 2G/2 CPU limit, 1G reservation
- traefik: 512M/0.5 CPU limit, 256M reservation
- tracker-nginx: 256M limit, 64M reservation

All services now have proper health monitoring and resource constraints
to prevent resource exhaustion and improve reliability.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 09:08:49 +00:00
dde99083fb Rebalance swarm: promote all nodes to managers and remove hostname constraints
- Promoted p1, p2, p3 from worker to manager nodes for 4-node quorum
- Removed unnecessary hostname constraints from service configs
- Only traefik and portainer remain pinned to p0
- Services now auto-balance across all nodes via GlusterFS shared storage
- Updated README with cluster overview and distribution strategy

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 08:52:38 +00:00
8eb3106777 Add Authentik SSO service with fixed service dependencies
Adds new Authentik (v2025.10.0) authentication/SSO stack with:
- Redis cache service
- Authentik server (exposed at auth.frostlabs.me via Traefik)
- Authentik worker for background tasks
- Fixed depends_on references to use correct service name (redis)
- External PostgreSQL backend at 10.0.4.10
- Docker secrets integration for sensitive credentials

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 16:51:47 +00:00
51a7aae379 Refactor environment variables in stack.yml: removed http:// from DBHOST and eliminated postgres dependency 2025-10-27 21:46:31 +00:00
8ec72187a4 Redeploy using N8N Workflow 2025-10-27 18:02:48 +00:00
3ddbe69470 trying to fix mnt permissions 2025-10-27 16:57:07 +00:00
b8f0bd95f0 adminer 2025-10-27 16:39:23 +00:00
7395ce218b adminer 2025-10-27 16:37:18 +00:00
6c30b34617 adminer 2025-10-27 16:36:43 +00:00
43dba6b06d adminer 2025-10-27 16:25:36 +00:00
9d02d258f8 adminer 2025-10-27 16:24:48 +00:00
c9824da5f6 tesst 2025-10-27 16:09:17 +00:00
9fa3af5617 ♻️ add uptime-kuma service configuration to stack 2025-10-27 15:09:50 +00:00
3a35817ea0 ♻️ update volume path for n8n service in stack configuration 2025-10-27 11:23:12 +00:00
cc1c8b298b ♻️ updated mounts 2025-10-27 00:22:28 +00:00
8d3c05bce6 🚀 New service 2025-10-27 00:21:36 +00:00
2607beabd2 🚀 New Service 2025-10-27 00:21:03 +00:00
592e618e9c New Service: Paperless-NGX
All checks were successful
Deploy to Swarm / deploy (push) Successful in 3s
2025-10-25 13:07:22 -04:00
c6cb1dcd7d New Service: adminer
All checks were successful
Deploy to Swarm / deploy (push) Successful in 3s
2025-10-25 13:01:27 -04:00
5e6489b67d
Some checks failed
Deploy to Swarm / deploy (push) Failing after 2s
2025-10-25 12:34:39 -04:00
8f9bd5ec8d New Services:
Some checks failed
Deploy to Swarm / deploy (push) Failing after 3s
2025-10-25 12:33:03 -04:00