Disable authentik for now

This commit is contained in:
Colin Hebert
2023-01-08 20:59:25 +01:00
parent faaa4edabf
commit 2f0448fbcd
4 changed files with 0 additions and 10 deletions

View File

@@ -71,7 +71,6 @@ services:
traefik.enable: true traefik.enable: true
traefik.http.services.portainer.loadbalancer.server.port: 9443 traefik.http.services.portainer.loadbalancer.server.port: 9443
traefik.http.services.portainer.loadbalancer.server.scheme: https traefik.http.services.portainer.loadbalancer.server.scheme: https
traefik.http.routers.portainer.middlewares: authentik@file
networks: networks:
macvlan: macvlan:

View File

@@ -16,7 +16,6 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.mylar.middlewares: authentik@file
lazylibrarian: lazylibrarian:
image: linuxserver/lazylibrarian image: linuxserver/lazylibrarian
@@ -33,7 +32,6 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.lazylibrarian.middlewares: authentik@file
sonarr: sonarr:
image: linuxserver/sonarr image: linuxserver/sonarr
@@ -49,7 +47,6 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.sonarr.middlewares: authentik@file
radarr: radarr:
image: linuxserver/radarr image: linuxserver/radarr
@@ -65,7 +62,6 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.radarr.middlewares: authentik@file
bazarr: bazarr:
image: linuxserver/bazarr image: linuxserver/bazarr
@@ -80,7 +76,6 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.bazarr.middlewares: authentik@file
ombi: ombi:
image: linuxserver/ombi image: linuxserver/ombi
@@ -95,7 +90,6 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.ombi.middlewares: authentik@file
networks: networks:
traefik: traefik:

View File

@@ -41,7 +41,6 @@ services:
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.plaxt.middlewares: authentik@file
# TODO: # TODO:
# Calibre-web # Calibre-web

View File

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