From a2119d3f9d460794ee8210e3520da5ba887b816c Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Sat, 30 May 2026 13:54:48 +0200 Subject: [PATCH] Update Caddyfile to replace bazarr with nzbget and adjust reverse proxy settings --- conf/Caddyfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/conf/Caddyfile b/conf/Caddyfile index 683d941..ef16140 100644 --- a/conf/Caddyfile +++ b/conf/Caddyfile @@ -24,9 +24,9 @@ test.gynther.se { reverse_proxy recipe-flutter:5000 } -bazarr.gynther.se { +nzbget.gynther.se { import common - reverse_proxy http://bazarr:6767 + reverse_proxy http://192.168.50.4:6789 } prowlarr.gynther.se { @@ -60,10 +60,6 @@ wetty.gynther.se { reverse_proxy wetty:3001 } -portainer.gynther.se { - reverse_proxy portainer:9000 -} - gitea.gynther.se { import common reverse_proxy 192.168.50.2:3002