From d05d7832442f0b25aee37fba1ada65afd93e5775 Mon Sep 17 00:00:00 2001 From: Eduardo David Paredes Vara <34484630+epava1516@users.noreply.github.com> Date: Thu, 18 Dec 2025 11:27:18 +0100 Subject: [PATCH] Update Traefik router rule for authentik outpost --- authentik/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 1019d9b..1e53a85 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -80,7 +80,7 @@ services: traefik.http.routers.authentik-outpost-gitea.priority: "50" # ✅ CORRECCIÓN: Callback del outpost para tu WEB (www.thehomelesssherlock.com) - traefik.http.routers.authentik-outpost-ths.rule: "Host(`${THS_DOMAIN}`) && PathPrefix(`/outpost.goauthentik.io/`)" + traefik.http.routers.authentik-outpost-ths.rule: "Host(`thehomelesssherlock.com`,`www.thehomelesssherlock.com`) && PathPrefix(`/outpost.goauthentik.io/`)" traefik.http.routers.authentik-outpost-ths.entrypoints: "${TRAEFIK_ENTRYPOINT_SECURE}" traefik.http.routers.authentik-outpost-ths.tls: "true" traefik.http.routers.authentik-outpost-ths.tls.certresolver: "${TRAEFIK_CERTRESOLVER}"