From d9c424e4fc23bc127fbeacd9ea6f2e07a3564e84 Mon Sep 17 00:00:00 2001 From: Eduardo Figueroa Date: Fri, 12 Dec 2025 23:17:26 +0000 Subject: [PATCH] refactor(monitoring): Remove Tinyauth middleware from monitoring services Remove Tinyauth SSO middleware from Loki and Uptime Kuma. These services will migrate to Authelia for authentication. --- compose/monitoring/logging/compose.yaml | 2 -- compose/monitoring/uptime/compose.yaml | 1 - 2 files changed, 3 deletions(-) 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)