From 7e283a24063cbe00082b3ca929ad8935d7948101 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 27 Apr 2026 16:37:14 -0400 Subject: [PATCH] fix: correct Traefik router rule for sabnzbd service --- nodes/heimdall/sabnzbd/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/sabnzbd/compose.yaml b/nodes/heimdall/sabnzbd/compose.yaml index 15e6f7f..c19c362 100644 --- a/nodes/heimdall/sabnzbd/compose.yaml +++ b/nodes/heimdall/sabnzbd/compose.yaml @@ -46,7 +46,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.sabnzbd-proxy.entrypoints=websecure" - - "traefik.http.routers.sabnzbd-proxy.rule=Host(`sabnzbd.castaldifamily.com`)" + - "traefik.http.routers.sabnzbd-proxy.rule=Host(`sab.castaldifamily.com`)" - "traefik.http.routers.sabnzbd-proxy.tls=true" - "traefik.http.routers.sabnzbd-proxy.tls.certresolver=cloudflare" - "traefik.http.services.sabnzbd-proxy.loadbalancer.server.port=9000" \ No newline at end of file