From 98e5ae6ff1eadecfb6fcff01e3b27896a9108e6e Mon Sep 17 00:00:00 2001 From: Exil Productions Date: Wed, 10 Dec 2025 20:51:36 +0100 Subject: [PATCH] update compose --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 022be3a..468ed3a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -40,6 +40,8 @@ services: - "traefik.http.routers.dashboard.service=api@internal" - "traefik.http.routers.dashboard.tls=true" - "traefik.http.routers.dashboard.tls.certresolver=le" + - "traefik.http.middlewares.dashboard-auth.basicauth.users=admin:$$apr1$$XHYvA6xP$$nol8TiAhcTXeMqcJjtDuv1" + - "traefik.http.routers.dashboard.middlewares=dashboard-auth" server: build: