From 8ee7ba83b53c0653239a5550313b11453df6c18f Mon Sep 17 00:00:00 2001 From: Elias Fink Date: Thu, 13 Nov 2025 10:24:49 +0100 Subject: [PATCH] Route status.eliasfink.de to authentik proxy --- traefik/config/services/uptime-kuma.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/traefik/config/services/uptime-kuma.yml b/traefik/config/services/uptime-kuma.yml index f9c4b31..7f6910d 100644 --- a/traefik/config/services/uptime-kuma.yml +++ b/traefik/config/services/uptime-kuma.yml @@ -6,10 +6,10 @@ http: entryPoints: - https rule: Host(`status.eliasfink.de`) - service: uptime-kuma + service: authentik_proxy - services: - uptime-kuma: - loadBalancer: - servers: - - url: http://uptime-kuma:3001 \ No newline at end of file +# services: +# uptime-kuma: +# loadBalancer: +# servers: +# - url: http://uptime-kuma:3001 \ No newline at end of file