From 5c65eb281d36b0dde9408c52ec7a009e4951a716 Mon Sep 17 00:00:00 2001 From: Ho Chia Leung Date: Tue, 8 Oct 2024 14:32:25 +0200 Subject: [PATCH] Update getoutline.yaml Added FORCE_HTTPS environment variable to control HTTPS redirection. Set this to false when using external HTTPS handling, such as with Cloudflare Tunnel and its SSL service. --- templates/compose/getoutline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/getoutline.yaml b/templates/compose/getoutline.yaml index 9684f5818..ae8d26682 100644 --- a/templates/compose/getoutline.yaml +++ b/templates/compose/getoutline.yaml @@ -58,6 +58,7 @@ services: - GITHUB_APP_ID=${GITHUB_APP_ID} - GITHUB_APP_PRIVATE_KEY=${GITHUB_APP_PRIVATE_KEY} - PGSSLMODE=${PGSSLMODE:-disable} + - FORCE_HTTPS=${FORCE_HTTPS:-true} healthcheck: disable: true