Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-28 06:29:05 +00:00
parent 86cda2aaca
commit 50c612d38d
12 changed files with 253 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
additionalProperties:
formFields:
- default: "/home/ech0"
edit: true
envKey: ECH0_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 6277
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: 6278
edit: true
envKey: PANEL_APP_PORT_API
labelZh: API 端口
labelEn: API port
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: JWT_SECRET
labelZh: JWT 密钥
labelEn: JWT Secret
required: true
type: text