docs(templates): Update service template to use Authelia

Change SSO middleware reference from 'tinyauth' to 'authelia' in the
service template to reflect the new SSO provider.
This commit is contained in:
Eduardo Figueroa 2025-12-12 23:17:30 +00:00
parent d9c424e4fc
commit 85239ff11b

View file

@ -64,7 +64,7 @@ services:
traefik.http.services.service-name.loadbalancer.server.port: 8080 traefik.http.services.service-name.loadbalancer.server.port: 8080
# SSO Protection (optional - uncomment if needed) # SSO Protection (optional - uncomment if needed)
traefik.http.routers.service-name.middlewares: tinyauth traefik.http.routers.service-name.middlewares: authelia
# Network selection (if using multiple networks) # Network selection (if using multiple networks)
# traefik.docker.network: homelab # traefik.docker.network: homelab