Disable authentik for now
This commit is contained in:
@@ -19,9 +19,7 @@ http:
|
||||
- Authorization
|
||||
|
||||
routers:
|
||||
middlewares:
|
||||
- authentik@file
|
||||
general-auth:
|
||||
rule: PathPrefix(`/outpost.goauthentik.io/`)
|
||||
service: authentik-authentication@docker
|
||||
priority: 1000
|
||||
priority: 10000
|
||||
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.smokeping.middlewares: authentik@file
|
||||
#traefik.http.routers.smokeping.middlewares: authentik@file
|
||||
|
||||
duckdns:
|
||||
image: linuxserver/duckdns
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
traefik.enable: true
|
||||
traefik.http.routers.heimdall.middlewares: authentik@file
|
||||
#traefik.http.routers.heimdall.middlewares: authentik@file
|
||||
|
||||
networks:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user