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.
This commit is contained in:
root
2026-06-06 14:13:42 +02:00
parent 1b977aabfa
commit 32575ce73f

View File

@@ -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 {