1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-25 11:49:40 +08:00
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters
- maintain existing labelEn and labelZh fields for backward compatibility
- apply consistent internationalization structure across all apps
- improve localization support for multi-language user interfaces
2025-11-06 23:35:02 +08:00

58 lines
1.4 KiB
YAML

additionalProperties:
formFields:
- default: 40119
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Console Port
labelZh: 控制台端口
label:
en: Console Port
zh: 控制台端口
required: true
rule: paramPort
type: number
- default: 9993
edit: true
envKey: PANEL_APP_PORT_SERVER
labelEn: ZeroTier Service Port
labelZh: ZeroTier服务端口
label:
en: ZeroTier Service Port
zh: ZeroTier服务端口
required: true
rule: paramPort
type: number
- default: 40120
edit: true
envKey: PANEL_APP_PORT_DOWNLOAD
labelEn: Planet/moon file download port
labelZh: planet/moon文件在线下载端口
label:
en: Planet/moon file download port
zh: planet/moon文件在线下载端口
required: true
rule: paramPort
type: number
- default: ''
edit: true
envKey: HOST_IP_ADDR
labelEn: Native IP address
labelZh: 本机IP地址
label:
en: Native IP address
zh: 本机IP地址
required: true
type: text
- default: zerotier
edit: true
envKey: PASSWORD
labelEn: Password
labelZh: 密码
label:
en: Password
zh: 密码
random: true
required: true
rule: paramComplexity
type: password