Update Caddyfile to replace bazarr with nzbget and adjust reverse proxy settings

This commit is contained in:
Nils-Johan Gynther
2026-05-30 13:54:48 +02:00
parent 04c6129efd
commit a2119d3f9d
+2 -6
View File
@@ -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