From 38a428033d398b468b545f964c71bc0e7c55c56f Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 25 Apr 2026 11:41:37 -0400 Subject: [PATCH] fix: add TRUST_PROXY environment variable to SnapOtter service configuration Co-authored-by: Copilot --- nodes/heimdall/snapotter/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/heimdall/snapotter/compose.yaml b/nodes/heimdall/snapotter/compose.yaml index 799c37b..3502e13 100644 --- a/nodes/heimdall/snapotter/compose.yaml +++ b/nodes/heimdall/snapotter/compose.yaml @@ -13,6 +13,7 @@ services: - DEFAULT_PASSWORD=${DEFAULT_PASSWORD} - MAX_USERS=${MAX_USERS} - SESSION_DURATION_HOURS=${SESSION_DURATION_HOURS} + - TRUST_PROXY=${TRUST_PROXY} restart: unless-stopped labels: - "traefik.enable=true"