2024-07-17 16:30:13 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
|
|
|
- child:
|
|
|
|
default: ""
|
|
|
|
envKey: PANEL_DB_HOST
|
|
|
|
required: true
|
|
|
|
type: service
|
|
|
|
default: postgresql
|
|
|
|
envKey: PANEL_DB_TYPE
|
|
|
|
labelZh: 数据库服务 (前置检查)
|
|
|
|
labelEn: Database Service
|
|
|
|
required: true
|
|
|
|
type: apps
|
|
|
|
values:
|
|
|
|
- label: PostgreSQL
|
|
|
|
value: postgresql
|
|
|
|
- label: MySQL
|
|
|
|
value: mysql
|
|
|
|
- label: MariaDB
|
|
|
|
value: mariadb
|
|
|
|
- label: Percona
|
|
|
|
value: percona
|
|
|
|
- default: "/home/halo"
|
|
|
|
edit: true
|
|
|
|
envKey: HALO_ROOT_PATH
|
|
|
|
labelZh: 数据持久化路径
|
|
|
|
labelEn: Data persistence path
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: 8090
|
|
|
|
edit: true
|
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
|
|
labelZh: 访问端口
|
2024-08-27 10:19:21 +08:00
|
|
|
labelEn: Port
|
2024-07-17 16:30:13 +08:00
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
2024-08-27 10:19:21 +08:00
|
|
|
- default: "http://127.0.0.1:8090"
|
2024-07-17 16:30:13 +08:00
|
|
|
edit: true
|
|
|
|
envKey: HALO_EXTERNAL_URL
|
|
|
|
labelZh: 公网访问地址
|
2024-08-27 10:19:21 +08:00
|
|
|
labelEn: External URL
|
2024-07-17 16:30:13 +08:00
|
|
|
required: true
|
|
|
|
rule: paramExtUrl
|
|
|
|
type: text
|
2024-08-27 10:19:21 +08:00
|
|
|
- default: "14d"
|
|
|
|
edit: true
|
|
|
|
envKey: HALO_REMEMBER_ME_TOKEN_VALIDITY
|
|
|
|
labelZh: 保持登录时间
|
|
|
|
labelEn: Remember me token validity
|
|
|
|
required: true
|
|
|
|
type: text
|
2024-07-17 16:30:13 +08:00
|
|
|
- default: "127.0.0.1"
|
|
|
|
edit: true
|
|
|
|
envKey: DB_HOSTNAME
|
|
|
|
labelZh: 数据库 主机地址
|
|
|
|
labelEn: Database Host
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: "postgresql"
|
|
|
|
edit: true
|
|
|
|
envKey: DB_TYPE
|
|
|
|
labelZh: 数据库 类型
|
|
|
|
labelEn: Database Type
|
|
|
|
required: true
|
|
|
|
type: select
|
|
|
|
values:
|
|
|
|
- label: PostgreSQL
|
|
|
|
value: postgresql
|
|
|
|
- label: MySQL (MariaDB, Percona)
|
|
|
|
value: mysql
|
|
|
|
- default: 5432
|
|
|
|
edit: true
|
|
|
|
envKey: DB_PORT
|
|
|
|
labelZh: 数据库 端口
|
|
|
|
labelEn: Database Port
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: "halo"
|
|
|
|
edit: true
|
|
|
|
envKey: DB_NAME
|
|
|
|
labelZh: 数据库 名称
|
|
|
|
labelEn: Database Name
|
|
|
|
required: true
|
|
|
|
rule: paramCommon
|
|
|
|
type: text
|
|
|
|
- default: "halo"
|
|
|
|
edit: true
|
|
|
|
envKey: DB_USER
|
|
|
|
labelZh: 数据库 用户名
|
|
|
|
labelEn: Database Username
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: ""
|
|
|
|
edit: true
|
|
|
|
envKey: DB_USER_PASSWORD
|
|
|
|
labelZh: 数据库 密码
|
|
|
|
labelEn: Database Password
|
|
|
|
random: true
|
|
|
|
required: true
|
|
|
|
rule: paramComplexity
|
|
|
|
type: password
|