From 12cffebc1c2caa8137f1b523340077a497fdcdaa Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 1 Jun 2026 22:30:33 -0400 Subject: [PATCH] fix: remove authentik middleware from registry-mcp configuration --- nodes/heimdall/homelab-registry-mcp/compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes/heimdall/homelab-registry-mcp/compose.yaml b/nodes/heimdall/homelab-registry-mcp/compose.yaml index 0cadac5..3c289b9 100644 --- a/nodes/heimdall/homelab-registry-mcp/compose.yaml +++ b/nodes/heimdall/homelab-registry-mcp/compose.yaml @@ -15,7 +15,6 @@ services: - "traefik.http.routers.registry-mcp.entrypoints=websecure" - "traefik.http.routers.registry-mcp.tls=true" - "traefik.http.routers.registry-mcp.tls.certresolver=cloudflare" - - "traefik.http.routers.registry-mcp.middlewares=authentik-auth@file" - "traefik.http.services.registry-mcp.loadbalancer.server.port=8765" volumes: