diff --git a/server/config/qbittorrent/docker-compose.yml b/server/config/qbittorrent/docker-compose.yml index 5ad8c50..b643d7a 100644 --- a/server/config/qbittorrent/docker-compose.yml +++ b/server/config/qbittorrent/docker-compose.yml @@ -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: diff --git a/server/config/traefik/config/authentik.yml b/server/config/traefik/config/authentik.yml new file mode 100644 index 0000000..5393501 --- /dev/null +++ b/server/config/traefik/config/authentik.yml @@ -0,0 +1,6 @@ +http: + services: + authentik-auth: + loadBalancer: + server: + - url: "http://authentik-server:9000/outpost.goauthentik.io/auth/traefik" \ No newline at end of file