From d41b801c376918f41f171db75ef36c84f80d0ecf Mon Sep 17 00:00:00 2001 From: ms Date: Tue, 20 Jan 2026 13:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/outline/1.2.0/data.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/outline/1.2.0/data.yml b/apps/outline/1.2.0/data.yml index c2e78f0e1..59824c553 100644 --- a/apps/outline/1.2.0/data.yml +++ b/apps/outline/1.2.0/data.yml @@ -272,3 +272,15 @@ additionalProperties: labelEn: GitHub App Private Key (GitHub Integration) required: false type: password + - default: "false" + edit: true + envKey: FORCE_HTTPS + labelZh: 强制使用 HTTPS + labelEn: Force HTTPS + required: true + type: select + values: + - label: 启用 + value: "true" + - label: 禁止 + value: "false"