From 6470ea348cf57b2e8e219a902421cde7b737a389 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 27 Apr 2026 16:30:28 -0400 Subject: [PATCH] fix: update Traefik TLS certresolver from letsencrypt to cloudflare Co-authored-by: Copilot --- 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 f6769b7..d0e99f7 100644 --- a/nodes/heimdall/sabnzbd/compose.yaml +++ b/nodes/heimdall/sabnzbd/compose.yaml @@ -32,7 +32,7 @@ services: - "traefik.enable=true" - "traefik.http.routers.sabnzbd.rule=Host(`sab.castaldifamily.com`)" - "traefik.http.routers.sabnzbd.entrypoints=websecure" - - "traefik.http.routers.sabnzbd.tls.certresolver=letsencrypt" + - "traefik.http.routers.sabnzbd.tls.certresolver=cloudflare" - "traefik.http.services.sabnzbd.loadbalancer.server.port=8080" # sabnzbd_outpost: # image: ghcr.io/goauthentik/proxy:2026.2.2