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