diff --git a/access_management/authentik/docker-compose.yml b/access_management/authentik/docker-compose.yml index d0404f5..02da1ba 100644 --- a/access_management/authentik/docker-compose.yml +++ b/access_management/authentik/docker-compose.yml @@ -61,6 +61,11 @@ services: traefik.http.routers.authentik.entrypoints: "https" traefik.http.routers.authentik.tls.certresolver: "cloudflare" 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.group: "Management" homepage.name: "Authentik"