From 8d3c77664f8b72ada21b167793531262f91c0140 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 12 Jan 2026 16:14:10 +0000 Subject: [PATCH] disabled force https --- apps/outline/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/outline/deployment.yaml b/apps/outline/deployment.yaml index 6b3bd37..a915f2a 100644 --- a/apps/outline/deployment.yaml +++ b/apps/outline/deployment.yaml @@ -31,7 +31,7 @@ spec: - name: PORT value: "3000" - name: FORCE_HTTPS - value: "true" + value: "false" - name: PGSSLMODE value: "disable" - name: REDIS_COLLABORATION_URL