diff --git a/access_management/authentik/docker-compose.yml b/access_management/authentik/docker-compose.yml index ea5edca..350be15 100644 --- a/access_management/authentik/docker-compose.yml +++ b/access_management/authentik/docker-compose.yml @@ -61,7 +61,7 @@ services: traefik.http.routers.authentik.entrypoints: "https" traefik.http.routers.authentik.tls.certresolver: "cloudflare" # Authentik Outpost Router (prevents redirect loops) - traefik.http.routers.authentik-outpost.rule: "HostRegexp(`{host:.+}`) && PathPrefix(`/outpost.goauthentik.io/`)" + traefik.http.routers.authentik-outpost.rule: "PathPrefix(`/outpost.goauthentik.io/`)" traefik.http.routers.authentik-outpost.priority: "100" traefik.http.routers.authentik-outpost.entrypoints: "https" traefik.http.routers.authentik-outpost.tls.certresolver: "cloudflare"