93 lines
2.2 KiB
YAML
93 lines
2.2 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: postgres
|
|
envKey: PANEL_DB_TYPE
|
|
labelEn: Database Service
|
|
labelZh: 数据库服务
|
|
required: true
|
|
type: apps
|
|
child:
|
|
default: ""
|
|
envKey: PANEL_DB_HOST
|
|
required: true
|
|
type: service
|
|
values:
|
|
- label: PostgreSQL
|
|
value: postgres
|
|
- default: planka
|
|
envKey: PANEL_DB_NAME
|
|
labelEn: Database
|
|
labelZh: 数据库名
|
|
random: true
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
- default: planka
|
|
envKey: PANEL_DB_USER
|
|
random: true
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
labelEn: Database User
|
|
labelZh: 数据库用户
|
|
- default: planka
|
|
envKey: PANEL_DB_USER_PASSWORD
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
labelEn: Database Password
|
|
labelZh: 数据库密码
|
|
- default: 1337
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: HTTP 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: admin
|
|
edit: true
|
|
envKey: DEFAULT_ADMIN_USERNAME
|
|
labelEn: Admin Username
|
|
labelZh: 管理员用户名
|
|
required: true
|
|
type: text
|
|
- default: planka
|
|
edit: true
|
|
envKey: DEFAULT_ADMIN_PASSWORD
|
|
labelEn: Admin Password
|
|
labelZh: 管理员密码
|
|
random: true
|
|
required: true
|
|
type: password
|
|
- default: admin@planka.app
|
|
edit: true
|
|
envKey: DEFAULT_ADMIN_EMAIL
|
|
labelEn: Admin Email
|
|
labelZh: 管理员邮箱
|
|
required: true
|
|
type: text
|
|
- default: Admin
|
|
edit: true
|
|
envKey: DEFAULT_ADMIN_NAME
|
|
labelEn: Admin Name
|
|
labelZh: 管理员姓名
|
|
required: true
|
|
type: text
|
|
- default: http://localhost:1337
|
|
edit: true
|
|
envKey: PLANKA_EXTERNAL_URL
|
|
labelEn: External URL
|
|
labelZh: 外部访问地址
|
|
required: true
|
|
rule: paramExtUrl
|
|
type: text
|
|
- default: "planka"
|
|
edit: true
|
|
envKey: PLANKA_SECRET_KEY
|
|
labelEn: SECRET KEY
|
|
labelZh: 密钥
|
|
random: true
|
|
required: true
|
|
type: text |