fix: outpost router

This commit is contained in:
2025-12-19 22:44:08 +00:00
parent 126a0f1f89
commit 0c901180d9

View File

@@ -61,6 +61,11 @@ services:
traefik.http.routers.authentik.entrypoints: "https" traefik.http.routers.authentik.entrypoints: "https"
traefik.http.routers.authentik.tls.certresolver: "cloudflare" traefik.http.routers.authentik.tls.certresolver: "cloudflare"
traefik.http.services.authentik.loadbalancer.server.port: "9000" traefik.http.services.authentik.loadbalancer.server.port: "9000"
# Authentik Outpost (Handling auth callbacks for all domains)
traefik.http.routers.authentik-outpost.rule: "HostRegexp(`{host:.+}`) && PathPrefix(`/outpost.goauthentik.io/`)"
traefik.http.routers.authentik-outpost.entrypoints: "https"
traefik.http.routers.authentik-outpost.tls.certresolver: "cloudflare"
traefik.http.routers.authentik-outpost.service: "authentik"
# Homepage # Homepage
homepage.group: "Management" homepage.group: "Management"
homepage.name: "Authentik" homepage.name: "Authentik"