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

56 lines
1.2 KiB
YAML

additionalProperties:
formFields:
- default: 40264
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: REDIS_HOST
key: redis
labelEn: Redis Host
labelZh: Redis 主机
label:
en: Redis Host
zh: Redis 主机
required: true
type: service
- default: 6379
edit: true
envKey: REDIS_PORT
labelEn: Redis Port
labelZh: Redis 端口
label:
en: Redis Port
zh: Redis 端口
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Redis Password
labelZh: Redis 密码
label:
en: Redis Password
zh: Redis 密码
required: false
type: password
- default: 7
edit: true
envKey: REDIS_DB_NUMBER
labelEn: Redis Database Number
labelZh: Redis 数据库编号
label:
en: Redis Database Number
zh: Redis 数据库编号
required: true
type: number