mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-22 12:59:40 +08:00
* chore(deps): update usual2970/certimate docker tag to v0.3.16 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
additionalProperties:
|
||
formFields:
|
||
- default: 8090
|
||
edit: true
|
||
envKey: PANEL_APP_PORT_HTTP
|
||
labelEn: WebUI Port
|
||
labelZh: 网页端口
|
||
required: true
|
||
rule: paramPort
|
||
type: number
|
||
- default: ""
|
||
edit: true
|
||
envKey: PANEL_HTTP_PROXY
|
||
labelEn: HTTP_PROXY (e.g., http://<URL_ADDRESS>:<Port>)
|
||
labelZh: HTTP_PROXY (例如:http://<URL_ADDRESS>:<Port>)
|
||
required: false
|
||
rule: paramExtUrl
|
||
type: text
|
||
- default: ""
|
||
edit: true
|
||
envKey: PANEL_HTTPS_PROXY
|
||
labelEn: HTTPS_PROXY (e.g., http://<URL_ADDRESS>:<Port>)
|
||
labelZh: HTTPS_PROXY (例如:http://<URL_ADDRESS>:<Port>)
|
||
required: false
|
||
rule: paramExtUrl
|
||
type: text
|
||
- default: ""
|
||
edit: true
|
||
envKey: PANEL_NO_PROXY
|
||
labelEn: NO_PROXY (e.g., 172.18.0.0/16,127.0.0.1,localhost)
|
||
labelZh: NO_PROXY (例如:172.18.0.0/16,127.0.0.1,localhost)
|
||
required: false
|
||
type: text |