diff --git a/traefik/config/services/authentik.yml b/traefik/config/services/authentik.yml index d95ffcc..7670319 100644 --- a/traefik/config/services/authentik.yml +++ b/traefik/config/services/authentik.yml @@ -7,9 +7,18 @@ http: - https rule: Host(`login.eliasfink.de`) service: authentik + login_outpost: + entryPoints: + - https + rule: Host(`login.eliasfink.de`) && PathPrefix(`/outpost.goauthentik.io/`) + service: authentik_proxy services: authentik: loadBalancer: servers: - - url: http://authentik_server:9000 \ No newline at end of file + - url: http://authentik_server:9000 + authentik_proxy: + loadBalancer: + servers: + - url: http://authentik_proxy:9000 \ No newline at end of file