1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 00:31:02 +08:00
github-action update-app-version bc9f02a4ff Update app version [skip ci]
2024-08-01 13:00:24 +00:00

25 lines
680 B
YAML

additionalProperties:
formFields:
- default: 40093
edit: true
envKey: PANEL_APP_PORT_CONSOLE
labelEn: Console Port
labelZh: 控制台端口
required: true
rule: paramPort
type: number
- default: 80
disabled: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
type: number
- default: 443
disabled: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true
type: number