From 32575ce73fa424153eec3ba2d424918ea4d26223 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Jun 2026 14:13:42 +0200 Subject: [PATCH] fix: sab.hubris.network reverse proxy port 8081 -> 8082 SABnzbd is configured with SABNZBD__PORT=8082 in docker compose. Previous value 8081 was a dead port; 8080 would route to qBittorrent. --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index e032927..b3650f2 100644 --- a/Caddyfile +++ b/Caddyfile @@ -144,7 +144,7 @@ sab.hubris.network { tls { dns ionos {env.IONOS_AUTH_API_TOKEN} } - reverse_proxy 192.168.8.132:8081 + reverse_proxy 192.168.8.132:8082 } blog.hubris.network {