From 85239ff11b1075fd6dbb89ceca81fc377980a2d7 Mon Sep 17 00:00:00 2001 From: Eduardo Figueroa Date: Fri, 12 Dec 2025 23:17:30 +0000 Subject: [PATCH] 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. --- templates/service-template/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/service-template/compose.yaml b/templates/service-template/compose.yaml index 3f196af..dc129ff 100644 --- a/templates/service-template/compose.yaml +++ b/templates/service-template/compose.yaml @@ -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