2024-07-19 13:16:10 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
|
|
|
- child:
|
|
|
|
default: ""
|
|
|
|
envKey: PANEL_DB_HOST
|
|
|
|
required: true
|
|
|
|
type: service
|
|
|
|
default: postgresql
|
|
|
|
edit: true
|
|
|
|
envKey: PANEL_DB_TYPE
|
|
|
|
labelZh: 数据库 服务 (前置检查)
|
|
|
|
labelEn: Database Service (Pre-check)
|
|
|
|
required: true
|
|
|
|
type: apps
|
|
|
|
values:
|
|
|
|
- label: PostgreSQL
|
|
|
|
value: postgresql
|
|
|
|
- label: MySQL
|
|
|
|
value: mysql
|
|
|
|
- label: MariaDB
|
|
|
|
value: mariadb
|
|
|
|
- label: Percona
|
|
|
|
value: percona
|
|
|
|
- child:
|
|
|
|
default: ""
|
|
|
|
envKey: PANEL_REDIS_SERVICE
|
|
|
|
required: true
|
|
|
|
type: service
|
|
|
|
default: redis
|
|
|
|
envKey: PANEL_REDIS_TYPE
|
|
|
|
labelZh: Redis 服务 (前置检查)
|
|
|
|
labelEn: Redis Service (Pre-check)
|
|
|
|
required: true
|
|
|
|
type: apps
|
|
|
|
values:
|
|
|
|
- label: Redis
|
|
|
|
value: redis
|
|
|
|
- default: "/home/casdoor"
|
|
|
|
edit: true
|
|
|
|
envKey: CASDOOR_ROOT_PATH
|
|
|
|
labelZh: 数据持久化路径
|
|
|
|
labelEn: Data persistence path
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: 8000
|
|
|
|
edit: true
|
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
|
|
labelZh: WebUI 端口
|
|
|
|
labelEn: WebUI port
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: postgresql
|
|
|
|
edit: true
|
|
|
|
envKey: DB_TYPE
|
|
|
|
labelZh: 数据库 类型
|
|
|
|
labelEn: Database Type
|
|
|
|
required: true
|
|
|
|
type: select
|
|
|
|
values:
|
|
|
|
- label: PostgreSQL
|
2024-07-19 18:35:36 +08:00
|
|
|
value: postgres
|
2024-07-19 13:16:10 +08:00
|
|
|
- label: MySQL (MariaDB, Percona)
|
|
|
|
value: mysql
|
|
|
|
- default: "127.0.0.1"
|
|
|
|
edit: true
|
|
|
|
envKey: DB_HOSTNAME
|
|
|
|
labelZh: 数据库 主机地址
|
|
|
|
labelEn: Database Host
|
|
|
|
required: false
|
|
|
|
type: text
|
|
|
|
- default: 5432
|
|
|
|
edit: true
|
|
|
|
envKey: DB_PORT
|
|
|
|
labelZh: 数据库 端口
|
|
|
|
labelEn: Database Port
|
|
|
|
required: false
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
2024-07-19 18:09:59 +08:00
|
|
|
- default: "casdoor"
|
2024-07-19 13:16:10 +08:00
|
|
|
edit: true
|
|
|
|
envKey: DB_USER
|
|
|
|
labelZh: 数据库 用户名
|
|
|
|
labelEn: Database User
|
|
|
|
required: false
|
|
|
|
type: text
|
|
|
|
- default: ""
|
|
|
|
edit: true
|
|
|
|
envKey: DB_PASSWD
|
|
|
|
labelEn: Database Password
|
|
|
|
labelZh: 数据库 密码
|
|
|
|
random: true
|
|
|
|
required: false
|
|
|
|
rule: paramComplexity
|
|
|
|
type: password
|
2024-07-19 18:09:59 +08:00
|
|
|
- default: "casdoor"
|
2024-07-19 13:16:10 +08:00
|
|
|
edit: true
|
|
|
|
envKey: DB_NAME
|
|
|
|
labelZh: 数据库 名称
|
|
|
|
labelEn: Database Name
|
|
|
|
required: false
|
|
|
|
type: text
|
|
|
|
- default: "127.0.0.1"
|
|
|
|
edit: true
|
|
|
|
envKey: REDIS_HOSTNAME
|
|
|
|
labelZh: Redis 主机
|
|
|
|
labelEn: Redis Host
|
|
|
|
required: true
|
|
|
|
type: text
|
|
|
|
- default: 6379
|
|
|
|
edit: true
|
|
|
|
envKey: REDIS_PORT
|
|
|
|
labelZh: Redis 端口
|
|
|
|
labelEn: Redis Port
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: 0
|
|
|
|
edit: true
|
|
|
|
envKey: REDIS_DBINDEX
|
|
|
|
labelZh: Redis 索引
|
|
|
|
labelEn: Redis Index
|
|
|
|
required: true
|
|
|
|
type: number
|
|
|
|
- default: ""
|
|
|
|
edit: true
|
|
|
|
envKey: REDIS_PASSWORD
|
|
|
|
labelZh: Redis 密码
|
|
|
|
labelEn: Redis Password
|
|
|
|
required: false
|
|
|
|
type: password
|
|
|
|
- default: ""
|
|
|
|
edit: true
|
|
|
|
envKey: socks5Proxy
|
|
|
|
labelZh: Socks5 代理 (地区网络限制)
|
|
|
|
labelEn: Socks5 Proxy (Region Network Restriction)
|
|
|
|
required: false
|
|
|
|
type: text
|