From 31b3ce085c1a5d7d4a471f6c83979b7d3093c86c Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 14 May 2025 14:20:30 +0200 Subject: [PATCH] fix(service): NTFY is behind a proxy --- templates/compose/ntfy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/ntfy.yaml b/templates/compose/ntfy.yaml index 334d74b64..92565edaa 100644 --- a/templates/compose/ntfy.yaml +++ b/templates/compose/ntfy.yaml @@ -16,7 +16,7 @@ services: - NTFY_CACHE_FILE=/var/cache/ntfy/cache.db - NTFY_AUTH_FILE=/var/lib/ntfy/auth.db - NTFY_WEB_PUSH_FILE=/var/cache/ntfy/webpush.db - - NTFY_BEHIND_PROXY=${NTFY_BEHIND_PROXY:-false} + - NTFY_BEHIND_PROXY=${NTFY_BEHIND_PROXY:-true} - NTFY_UPSTREAM_BASE_URL=${UPSTREAM_BASE_URL:-https://ntfy.sh} - NTFY_ENABLE_SIGNUP=${NTFY_ENABLE_SIGNUP:-true} - NTFY_ENABLE_LOGIN=${NTFY_ENABLE_LOGIN:-true}