From f7d51b27d2bc7f2e34e43ef1c38094e4232413bb Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Wed, 22 Apr 2026 02:47:09 +0300 Subject: [PATCH] Revert "chore(compose): default NOTIFY_BRIDGE_ALLOW_PRIVATE_URLS=1 for homelab" This reverts commit 3bb0585e43dc16fb34929cc1219edd155d44d942. --- docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9993915..ad37114 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,12 +12,6 @@ services: environment: - NOTIFY_BRIDGE_SECRET_KEY=${NOTIFY_BRIDGE_SECRET_KEY:?Set NOTIFY_BRIDGE_SECRET_KEY (min 32 chars)} - NOTIFY_BRIDGE_CORS_ALLOWED_ORIGINS=${NOTIFY_BRIDGE_CORS_ALLOWED_ORIGINS:-*} - # Allow outbound requests to RFC1918 / link-local addresses. Homelab - # deployments target LAN services (Immich, Gitea, ...) and the SSRF - # guard otherwise rejects 10.*/172.16.*/192.168.* / 169.254.* hosts. - # Set to 0 on internet-exposed deployments where outbound targets must - # be public. - - NOTIFY_BRIDGE_ALLOW_PRIVATE_URLS=${NOTIFY_BRIDGE_ALLOW_PRIVATE_URLS:-1} healthcheck: test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8420/api/health')"] interval: 30s