1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 11:09:39 +08:00
Meng Sen 3b312f6cd6 修复配置
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
2024-10-31 16:58:02 +08:00

25 lines
602 B
YAML

additionalProperties:
formFields:
- default: "/home/element-web"
edit: true
envKey: ELEMENT_WEB_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: "riot.example.com"
edit: true
envKey: SYNAPSE_SERVER_NAME
labelZh: 服务域名
labelEn: Domain Name
required: false
type: text