2024-10-30 16:16:27 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
2024-10-30 17:04:16 +08:00
|
|
|
- default: "/home/synapse"
|
|
|
|
edit: true
|
|
|
|
envKey: SYNAPSE_ROOT_PATH
|
|
|
|
labelZh: 数据持久化路径
|
|
|
|
labelEn: Data persistence path
|
|
|
|
required: true
|
|
|
|
type: text
|
2024-10-30 16:16:27 +08:00
|
|
|
- default: 8008
|
|
|
|
edit: true
|
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
|
|
labelZh: 访问端口
|
|
|
|
labelEn: Port
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
2024-10-30 16:20:35 +08:00
|
|
|
- default: "matrix.example.com"
|
|
|
|
edit: true
|
2024-10-30 17:20:53 +08:00
|
|
|
envKey: SYNAPSE_SERVER_NAME
|
2024-10-30 16:20:35 +08:00
|
|
|
labelZh: 服务域名
|
|
|
|
labelEn: Domain Name
|
|
|
|
required: true
|
|
|
|
type: text
|