mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 02:11:04 +08:00
- 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
47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "3000"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Service Port 3000
|
|
labelZh: 服务端口 3000
|
|
label:
|
|
en: Service Port 3000
|
|
zh: 服务端口 3000
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ""
|
|
edit: true
|
|
envKey: NEXTAUTH_SECRET
|
|
labelEn: NEXTAuth Secret
|
|
labelZh: NEXTAuth 密钥
|
|
label:
|
|
en: NEXTAuth Secret
|
|
zh: NEXTAuth 密钥
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- default: ""
|
|
edit: true
|
|
envKey: POSTGRES_PASSWORD
|
|
labelEn: Postgres Password
|
|
labelZh: Postgres 数据库密码
|
|
label:
|
|
en: Postgres Password
|
|
zh: Postgres 数据库密码
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- default: ""
|
|
edit: true
|
|
envKey: MEILI_MASTER_KEY
|
|
labelEn: Meilisearch Master Key
|
|
labelZh: Meilisearch 主密钥
|
|
label:
|
|
en: Meilisearch Master Key
|
|
zh: Meilisearch 主密钥
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|