From 2f0448fbcdbb7a70f44fe16bd7efb8f24a782b53 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sun, 8 Jan 2023 20:59:25 +0100 Subject: [PATCH] Disable authentik for now --- bootstrap.docker-compose.yml | 1 - collectors.docker-compose.yml | 6 ------ media.docker-compose.yml | 1 - utilities.docker-compose.yml | 2 -- 4 files changed, 10 deletions(-) diff --git a/bootstrap.docker-compose.yml b/bootstrap.docker-compose.yml index 6c36a16..ba45790 100644 --- a/bootstrap.docker-compose.yml +++ b/bootstrap.docker-compose.yml @@ -71,7 +71,6 @@ services: traefik.enable: true traefik.http.services.portainer.loadbalancer.server.port: 9443 traefik.http.services.portainer.loadbalancer.server.scheme: https - traefik.http.routers.portainer.middlewares: authentik@file networks: macvlan: diff --git a/collectors.docker-compose.yml b/collectors.docker-compose.yml index 15db597..99fd815 100644 --- a/collectors.docker-compose.yml +++ b/collectors.docker-compose.yml @@ -16,7 +16,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.mylar.middlewares: authentik@file lazylibrarian: image: linuxserver/lazylibrarian @@ -33,7 +32,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.lazylibrarian.middlewares: authentik@file sonarr: image: linuxserver/sonarr @@ -49,7 +47,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.sonarr.middlewares: authentik@file radarr: image: linuxserver/radarr @@ -65,7 +62,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.radarr.middlewares: authentik@file bazarr: image: linuxserver/bazarr @@ -80,7 +76,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.bazarr.middlewares: authentik@file ombi: image: linuxserver/ombi @@ -95,7 +90,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.ombi.middlewares: authentik@file networks: traefik: diff --git a/media.docker-compose.yml b/media.docker-compose.yml index f79838f..218cc33 100644 --- a/media.docker-compose.yml +++ b/media.docker-compose.yml @@ -41,7 +41,6 @@ services: restart: unless-stopped labels: traefik.enable: true - traefik.http.routers.plaxt.middlewares: authentik@file # TODO: # Calibre-web diff --git a/utilities.docker-compose.yml b/utilities.docker-compose.yml index f1ee8b5..4ce7983 100644 --- a/utilities.docker-compose.yml +++ b/utilities.docker-compose.yml @@ -24,7 +24,6 @@ services: restart: unless-stopped labels: traefik.enable: true - #traefik.http.routers.smokeping.middlewares: authentik@file duckdns: image: linuxserver/duckdns @@ -47,7 +46,6 @@ services: restart: unless-stopped labels: traefik.enable: true - #traefik.http.routers.heimdall.middlewares: authentik@file networks: docker: