1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 18:01:03 +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

68 lines
1.7 KiB
YAML

additionalProperties:
formFields:
- default: 8886
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web管理端口
label:
en: Web Port
zh: Web管理端口
required: true
rule: paramPort
type: number
- default: 22330
edit: true
envKey: VERYSYNC_TRANSFER_PORT
labelEn: Transfer Port
labelZh: 数据传输端口
label:
en: Transfer Port
zh: 数据传输端口
required: true
rule: paramPort
type: number
- default: 3000
edit: true
envKey: PUBLIC_RELAY_PORT
labelEn: Public Relay Port
labelZh: 公共中继端口
label:
en: Public Relay Port
zh: 公共中继端口
required: true
rule: paramPort
type: number
- default: 22027
edit: true
envKey: LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_1
labelEn: Local Area Network UDP discovery port 1
labelZh: 内网udp发现端口1
label:
en: Local Area Network UDP discovery port 1
zh: 内网udp发现端口1
required: true
rule: paramPort
type: number
- default: 22037
edit: true
envKey: LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_2
labelEn: Local Area Network UDP discovery port 2
labelZh: 内网udp发现端口2
label:
en: Local Area Network UDP discovery port 2
zh: 内网udp发现端口2
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: VERYSYNC_DATA_PATH
labelEn: Data Path
labelZh: 数据目录
label:
en: Data Path
zh: 数据目录
required: true
type: text