From 773149e93185d7cde191ab183c6314af956c93ea Mon Sep 17 00:00:00 2001 From: Thomas Kendrick Date: Fri, 19 Dec 2025 23:32:19 +0000 Subject: [PATCH] feat: new syntax --- access_management/authentik/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"