mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-15 18:21:55 +08:00
32 lines
758 B
YAML
32 lines
758 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: "/home/dpanel"
|
||
|
edit: true
|
||
|
envKey: DPANEL_ROOT_PATH
|
||
|
labelZh: 数据持久化路径
|
||
|
labelEn: Data persistence path
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: 8080
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelZh: WebUI 端口
|
||
|
labelEn: WebUI port
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: "admin"
|
||
|
edit: true
|
||
|
envKey: INSTALL_USERNAME
|
||
|
labelZh: 管理员 用户名
|
||
|
labelEn: Admin Username
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: "admin"
|
||
|
edit: true
|
||
|
envKey: INSTALL_PASSWORD
|
||
|
labelZh: 管理员 密码
|
||
|
labelEn: Admin Password
|
||
|
required: true
|
||
|
type: text
|