# /services/traefik/config/services/authentik.yml http: routers: login: entryPoints: - 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 authentik_proxy: loadBalancer: servers: - url: http://authentik_proxy:9000