diff --git a/compose/monitoring/logging/compose.yaml b/compose/monitoring/logging/compose.yaml index 5e18fe7..8596e0c 100644 --- a/compose/monitoring/logging/compose.yaml +++ b/compose/monitoring/logging/compose.yaml @@ -32,7 +32,6 @@ services: traefik.http.services.loki.loadbalancer.server.port: 3100 # SSO Protection - traefik.http.routers.loki.middlewares: tinyauth # Homarr Discovery homarr.name: Loki (Logs) @@ -101,7 +100,6 @@ services: traefik.http.services.grafana.loadbalancer.server.port: 3000 # SSO Protection (optional - Grafana has its own auth) - # traefik.http.routers.grafana.middlewares: tinyauth # Homarr Discovery homarr.name: Grafana (Logs Dashboard) diff --git a/compose/monitoring/uptime/compose.yaml b/compose/monitoring/uptime/compose.yaml index d6cf1f3..d33c114 100644 --- a/compose/monitoring/uptime/compose.yaml +++ b/compose/monitoring/uptime/compose.yaml @@ -29,7 +29,6 @@ services: # SSO Protection (optional - Uptime Kuma has its own auth) # Uncomment to require SSO: - # traefik.http.routers.uptime-kuma.middlewares: tinyauth # Homarr Discovery homarr.name: Uptime Kuma (Status)