From 5c7adf4980658b37db49f2e8a880695d3306890c Mon Sep 17 00:00:00 2001 From: eduardo Date: Thu, 18 Dec 2025 11:23:38 +0100 Subject: [PATCH] Actualizar authentik/docker-compose.yml --- 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 c9b7a33..a6d3f93 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -76,7 +76,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}"