From 3df367ff8545672f68d352d640f213b164bb78e3 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 6 Jan 2026 18:42:46 +0100 Subject: [PATCH] config(media): add SABnzbd host whitelist for web access MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds HOST_WHITELIST env var to allow access from container name, localhost, LAN IP, and hostname. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- stacks/media.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/stacks/media.yml b/stacks/media.yml index 4579f6a..9e9cb49 100644 --- a/stacks/media.yml +++ b/stacks/media.yml @@ -172,6 +172,7 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Amsterdam + - HOST_WHITELIST=sabnzbd,localhost,192.168.86.149,tower-of-joy healthcheck: test: ["CMD-SHELL", "curl -fSs http://localhost:8080/api?mode=version || exit 1"] interval: 30s