Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-04-09 03:34:10 +00:00
parent 41c539338d
commit a0e8308d57
123 changed files with 16 additions and 16 deletions
+24
View File
@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: "/home/synapse"
edit: true
envKey: SYNAPSE_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8008
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: 访问端口
labelEn: Port
required: true
rule: paramPort
type: number
- default: "matrix.example.com"
edit: true
envKey: SYNAPSE_SERVER_NAME
labelZh: 服务域名
labelEn: Domain Name
required: true
type: text