From 747c7b93814fab283f6b70a764fbd3880d1dbd71 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Fri, 21 Mar 2025 11:13:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20Stash=20ByteMuse=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- apps/auto-lady/1.5.3/data.yml | 14 ++++++++++++++ apps/auto-lady/1.5.3/docker-compose.yml | 4 ++++ apps/byte-muse/1.8.3/data.yml | 14 ++++++++++++++ apps/stash/0.28.1/data.yml | 14 ++++++++++++++ 4 files changed, 46 insertions(+) diff --git a/apps/auto-lady/1.5.3/data.yml b/apps/auto-lady/1.5.3/data.yml index 668b067c0..c0d317dd3 100644 --- a/apps/auto-lady/1.5.3/data.yml +++ b/apps/auto-lady/1.5.3/data.yml @@ -36,3 +36,17 @@ additionalProperties: labelZh: 自定义挂载目录 3 required: false type: text + - default: "" + edit: true + envKey: HTTP_PROXY + labelZh: 网络代理地址 + labelEn: Network proxy address + 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: Skip proxy address + required: false + type: text diff --git a/apps/auto-lady/1.5.3/docker-compose.yml b/apps/auto-lady/1.5.3/docker-compose.yml index 955445277..953000240 100644 --- a/apps/auto-lady/1.5.3/docker-compose.yml +++ b/apps/auto-lady/1.5.3/docker-compose.yml @@ -21,3 +21,7 @@ services: - ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1} - ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2} - ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3} + environment: + - HTTPS_PROXY=${HTTP_PROXY} + - HTTP_PROXY=${HTTP_PROXY:-} + - NO_PROXY=${NO_PROXY:-} diff --git a/apps/byte-muse/1.8.3/data.yml b/apps/byte-muse/1.8.3/data.yml index 54d2be8ad..afb77844a 100644 --- a/apps/byte-muse/1.8.3/data.yml +++ b/apps/byte-muse/1.8.3/data.yml @@ -36,3 +36,17 @@ additionalProperties: labelZh: 自定义挂载目录 3 required: false type: text + - default: "" + edit: true + envKey: HTTP_PROXY + labelZh: 网络代理地址 + labelEn: Network proxy address + 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: Skip proxy address + required: false + type: text diff --git a/apps/stash/0.28.1/data.yml b/apps/stash/0.28.1/data.yml index 998738e92..f699dae0c 100644 --- a/apps/stash/0.28.1/data.yml +++ b/apps/stash/0.28.1/data.yml @@ -52,3 +52,17 @@ additionalProperties: labelZh: 自定义挂载目录 3 required: false type: text + - default: "" + edit: true + envKey: HTTP_PROXY + labelZh: 网络代理地址 + labelEn: Network proxy address + 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: Skip proxy address + required: false + type: text