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

94 lines
2.2 KiB
YAML

additionalProperties:
formFields:
- default: 40044
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: SSH Port
labelZh: SSH 端口
label:
en: SSH Port
zh: SSH 端口
required: true
rule: paramPort
type: number
- default: 50000-50010
edit: true
envKey: EXTERNAL_PORT
labelEn: External port
labelZh: 外部端口
label:
en: External port
zh: 外部端口
required: true
type: text
- default: 50000-50010
edit: true
envKey: INTERNAL_PORT
labelEn: Internal port
labelZh: 内部端口
label:
en: Internal port
zh: 内部端口
required: true
type: text
- default: ./data/data
edit: true
envKey: EXTERNAL_DATA1
labelEn: External folder path 1
labelZh: 外部文件夹路径1
label:
en: External folder path 1
zh: 外部文件夹路径1
required: true
type: text
- default: /data
edit: true
envKey: INTERNAL_DATA1
labelEn: Internal folder path 1
labelZh: 内部文件夹路径1
label:
en: Internal folder path 1
zh: 内部文件夹路径1
required: true
type: text
- default: ./data/www
edit: true
envKey: EXTERNAL_DATA2
labelEn: External folder path 2
labelZh: 外部文件夹路径2
label:
en: External folder path 2
zh: 外部文件夹路径2
required: true
type: text
- default: /www
edit: true
envKey: INTERNAL_DATA2
labelEn: Internal folder path 2
labelZh: 内部文件夹路径2
label:
en: Internal folder path 2
zh: 内部文件夹路径2
required: true
type: text
- default: ""
edit: true
envKey: SSH_KEY
labelEn: SSH public key
labelZh: SSH 公钥
label:
en: SSH public key
zh: SSH 公钥
required: false
type: text
- default: "lxc1"
edit: true
envKey: LXC_HOSTNAME
labelEn: LXC hostname
labelZh: LXC主机名
label:
en: LXC hostname
zh: LXC主机名
required: true
type: text