Disable authentik for now

This commit is contained in:
Colin Hebert
2023-01-08 14:28:04 +01:00
parent a66124d1f2
commit faaa4edabf
2 changed files with 3 additions and 5 deletions

View File

@@ -19,9 +19,7 @@ http:
- Authorization - Authorization
routers: routers:
middlewares:
- authentik@file
general-auth: general-auth:
rule: PathPrefix(`/outpost.goauthentik.io/`) rule: PathPrefix(`/outpost.goauthentik.io/`)
service: authentik-authentication@docker service: authentik-authentication@docker
priority: 1000 priority: 10000

View File

@@ -24,7 +24,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.smokeping.middlewares: authentik@file #traefik.http.routers.smokeping.middlewares: authentik@file
duckdns: duckdns:
image: linuxserver/duckdns image: linuxserver/duckdns
@@ -47,7 +47,7 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.heimdall.middlewares: authentik@file #traefik.http.routers.heimdall.middlewares: authentik@file
networks: networks:
docker: docker: