From 443fbba7ad4aa9ae7830018f28a4c43a6fec6319 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 29 Apr 2026 09:57:49 -0400 Subject: [PATCH] fix: remove redundant middleware from convertx service configuration --- nodes/heimdall/convertx/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/convertx/compose.yaml b/nodes/heimdall/convertx/compose.yaml index 4dd8fb2..c10dfa7 100644 --- a/nodes/heimdall/convertx/compose.yaml +++ b/nodes/heimdall/convertx/compose.yaml @@ -25,7 +25,7 @@ services: - "traefik.http.routers.convertx.tls=true" - "traefik.http.routers.convertx.tls.certresolver=cloudflare" - "traefik.http.services.convertx.loadbalancer.server.port=3000" - - "traefik.http.routers.convertx.middlewares=security-headers@file,authentik-auth@file" + - "traefik.http.routers.convertx.middlewares=authentik-auth@file" networks: proxy-net: