mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-04-05 10:25:45 +08:00
优化 Stash 配置
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
3a48567bb2
commit
31859e7ec8
@ -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
|
||||
|
@ -38,3 +38,6 @@ services:
|
||||
- STASH_GENERATED=/generated/
|
||||
- STASH_METADATA=/metadata/
|
||||
- STASH_CACHE=/cache/
|
||||
- HTTPS_PROXY=${HTTP_PROXY}
|
||||
- HTTP_PROXY=${HTTP_PROXY}
|
||||
- NO_PROXY=${NO_PROXY}
|
||||
|
Loading…
x
Reference in New Issue
Block a user