mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
3648f92a05
* chore(deps): update jc21/nginx-proxy-manager docker tag to v2.11.3 * 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>
27 lines
701 B
YAML
27 lines
701 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 30080
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP1
|
|
labelEn: HTTP Port
|
|
labelZh: HTTP端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 30081
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Console Port
|
|
labelZh: 控制台端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 30443
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP2
|
|
labelEn: HTTPS Port
|
|
labelZh: HTTPS端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|