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:
parent
d9c424e4fc
commit
85239ff11b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ services:
|
|||
traefik.http.services.service-name.loadbalancer.server.port: 8080
|
||||
|
||||
# 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)
|
||||
# traefik.docker.network: homelab
|
||||
|
|
|
|||
Loading…
Reference in a new issue