From 456909c447f730179352e412a8b05697ca83f610 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 29 Apr 2026 09:57:00 -0400 Subject: [PATCH] feat: add middlewares for convertx service in docker-compose configuration Co-authored-by: Copilot --- nodes/heimdall/convertx/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/heimdall/convertx/compose.yaml b/nodes/heimdall/convertx/compose.yaml index 77a013b..4dd8fb2 100644 --- a/nodes/heimdall/convertx/compose.yaml +++ b/nodes/heimdall/convertx/compose.yaml @@ -25,6 +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" networks: proxy-net: