1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-26 17:24:59 +08:00
ConanStudio 181e2952cc feat: Remove default HTTP proxy values and add hints (#3589)
Remove misleading default values for HTTP proxy settings and add usage hints.
2025-04-02 11:30:28 +08:00

33 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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