46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "30001"
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: HTTP Port
|
|
labelZh: HTTP 端口
|
|
label:
|
|
en: HTTP Port
|
|
zh: HTTP 端口
|
|
required: true
|
|
type: number
|
|
edit: true
|
|
rule: paramPort
|
|
- default: ./config
|
|
envKey: CONFIG_PATH
|
|
labelEn: Config Path
|
|
labelZh: 数据持久化
|
|
label:
|
|
en: Config Path
|
|
zh: 数据持久化
|
|
required: true
|
|
type: text
|
|
edit: true
|
|
- default: selkies-username
|
|
envKey: PANEL_USER
|
|
labelEn: Panel Username
|
|
labelZh: 面板用户名
|
|
label:
|
|
en: Panel Username
|
|
zh: 面板用户名
|
|
required: true
|
|
type: text
|
|
edit: true
|
|
- default: PaSswoRd
|
|
envKey: PANEL_PASSWORD
|
|
labelEn: Panel Password
|
|
labelZh: 面板密码
|
|
label:
|
|
en: Panel Password
|
|
zh: 面板密码
|
|
required: true
|
|
type: password
|
|
edit: true
|
|
rule: paramComplexity
|
|
random: true
|