mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -52,3 +52,17 @@ additionalProperties:
|
|||||||
labelZh: 自定义挂载目录 3
|
labelZh: 自定义挂载目录 3
|
||||||
required: false
|
required: false
|
||||||
type: text
|
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_GENERATED=/generated/
|
||||||
- STASH_METADATA=/metadata/
|
- STASH_METADATA=/metadata/
|
||||||
- STASH_CACHE=/cache/
|
- STASH_CACHE=/cache/
|
||||||
|
- HTTPS_PROXY=${HTTP_PROXY}
|
||||||
|
- HTTP_PROXY=${HTTP_PROXY}
|
||||||
|
- NO_PROXY=${NO_PROXY}
|
||||||
|
|||||||
Reference in New Issue
Block a user