From a4a8c59e1059397c03b79a09559b2b6317f46341 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 15 Feb 2024 15:54:08 +0100 Subject: [PATCH] apps(lychee): Disable force https --- apps/lychee/app/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/lychee/app/deploy.yaml b/apps/lychee/app/deploy.yaml index fed42c7..ec4f979 100644 --- a/apps/lychee/app/deploy.yaml +++ b/apps/lychee/app/deploy.yaml @@ -42,8 +42,8 @@ spec: value: /lychee/db/lychee.db - name: APP_URL value: https://lychee.trivernis.net - - name: APP_FORCE_HTTPS - value: "true" + # - name: APP_FORCE_HTTPS + # value: "true" - name: TRUSTED_PROXIES value: "*" volumes: