From 155458ec7e2fec7d1efc20a82277a1ddd7c0ed14 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 20 Jul 2026 13:34:34 -0400 Subject: [PATCH] fix: comment out authentik middleware in traefik configuration --- nodes/heimdall/recipesage/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/recipesage/compose.yaml b/nodes/heimdall/recipesage/compose.yaml index e718122..1dd37e4 100644 --- a/nodes/heimdall/recipesage/compose.yaml +++ b/nodes/heimdall/recipesage/compose.yaml @@ -28,7 +28,7 @@ services: - "traefik.http.routers.recipesage.entrypoints=websecure" - "traefik.http.routers.recipesage.tls=true" - "traefik.http.routers.recipesage.tls.certresolver=cloudflare" - - "traefik.http.routers.recipesage.middlewares=authentik-auth@file" + # - "traefik.http.routers.recipesage.middlewares=authentik-auth@file" - "traefik.http.routers.recipesage.priority=10" - "traefik.http.routers.recipesage.service=recipesage-svc"