Enable Authelia middleware by default for all services

- Uncomment Authelia middleware for Vaultwarden (was disabled for app compatibility but should use SSO by default)
- Verify all other services have Authelia middleware except:
  - Jellyfin (media app access)
  - Plex (media app access)
  - Authelia itself (authentication service)
- All x-dockge sections are properly formatted with urls list
This commit is contained in:
EZ-Homelab
2026-01-24 15:24:10 -05:00
parent c5d54c6bc7
commit 93ef87091a

View File

@@ -179,8 +179,7 @@ services:
- "traefik.http.routers.vaultwarden.entrypoints=websecure" - "traefik.http.routers.vaultwarden.entrypoints=websecure"
- "traefik.http.routers.vaultwarden.tls=true" - "traefik.http.routers.vaultwarden.tls=true"
- "traefik.http.routers.vaultwarden.tls.certresolver=letsencrypt" - "traefik.http.routers.vaultwarden.tls.certresolver=letsencrypt"
# SSO disabled for browser extension and mobile app compatibility - "traefik.http.routers.vaultwarden.middlewares=authelia@docker"
# - "traefik.http.routers.vaultwarden.middlewares=authelia@docker"
- "traefik.http.services.vaultwarden.loadbalancer.server.port=80" - "traefik.http.services.vaultwarden.loadbalancer.server.port=80"
# Authelia Redis - Session storage for Authelia # Authelia Redis - Session storage for Authelia
# No web UI - backend service # No web UI - backend service