Disable authentik for now
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user