Switch to authentik-auth@file service
This commit is contained in:
parent
c3ba396caa
commit
d381db8053
@ -28,7 +28,7 @@ services:
|
||||
- traefik.http.services.qbt.loadbalancer.server.port=8080
|
||||
- traefik.http.routers.qbt-auth.rule=Host(`qbt.jafner.net`) && PathPrefix(`/outpost.goauthentik.io/`)
|
||||
- traefik.http.routers.qbt-auth.priority=15
|
||||
- traefik.http.routers.qbt-auth.service=http://authentik-server:9000/outpost.goauthentik.io
|
||||
- traefik.http.routers.qbt-auth.service=authentik-auth@file
|
||||
|
||||
networks:
|
||||
web:
|
||||
|
6
server/config/traefik/config/authentik.yml
Normal file
6
server/config/traefik/config/authentik.yml
Normal file
@ -0,0 +1,6 @@
|
||||
http:
|
||||
services:
|
||||
authentik-auth:
|
||||
loadBalancer:
|
||||
server:
|
||||
- url: "http://authentik-server:9000/outpost.goauthentik.io/auth/traefik"
|
Loading…
Reference in New Issue
Block a user