From d7cc8cec562c98147fe80bb816db8ba88659e3b0 Mon Sep 17 00:00:00 2001 From: ms Date: Tue, 20 Jan 2026 16:01:44 +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.3.0/data.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/outline/1.3.0/data.yml b/apps/outline/1.3.0/data.yml index 6fcd59524..21ee610ca 100644 --- a/apps/outline/1.3.0/data.yml +++ b/apps/outline/1.3.0/data.yml @@ -136,3 +136,17 @@ additionalProperties: value: "true" - label: 禁止 value: "false" + - default: "" + edit: true + envKey: HTTP_PROXY + labelZh: HTTP 代理 + labelEn: HTTP Proxy + required: false + type: text + - default: "localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local" + edit: true + envKey: NO_PROXY + labelZh: 忽略代理 + labelEn: No Proxy + required: false + type: text