From 948560bbefdc4c4017726d2bd09d7e710a4be1bc Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 15 Feb 2024 14:52:21 +0100 Subject: [PATCH] apps(lychee): Force https --- apps/lychee/app/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/lychee/app/deploy.yaml b/apps/lychee/app/deploy.yaml index 52ff826..9668d2f 100644 --- a/apps/lychee/app/deploy.yaml +++ b/apps/lychee/app/deploy.yaml @@ -42,6 +42,8 @@ spec: value: /lychee/db/lychee.db - name: APP_URL value: https://lychee.trivernis.net + - name: APP_FORCE_HTTPS + value: true volumes: - name: lychee-sym persistentVolumeClaim: