From 2d62d1a3f9e711f5e7b05658282c5976c814aa57 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 20 Apr 2026 17:47:28 -0400 Subject: [PATCH] feat: add basic authentication middleware for analytics service in Traefik --- nodes/heimdall/core/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/heimdall/core/compose.yaml b/nodes/heimdall/core/compose.yaml index 0c514fa..b89ccfa 100644 --- a/nodes/heimdall/core/compose.yaml +++ b/nodes/heimdall/core/compose.yaml @@ -109,7 +109,9 @@ services: - "traefik.http.routers.analytics.entrypoints=websecure" - "traefik.http.routers.analytics.tls=true" - "traefik.http.routers.analytics.tls.certresolver=cloudflare" + - "traefik.http.routers.analytics.middlewares=analytics-auth" - "traefik.http.services.analytics.loadbalancer.server.port=80" + - "traefik.http.middlewares.analytics-auth.basicauth.users=admin:$$2y$$05$$SryuOROtX8i7TC50nXPw6ejsaeaLkTEX1KY8r4R/zgriOLZyzRIG2" goaccess-cron: image: allinurl/goaccess:1.10