Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-24 12:43:01 +00:00
parent f9c1adfb7f
commit d1cc211c41
16 changed files with 2 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
additionalProperties:
formFields:
- default: "/home/halo"
edit: true
envKey: HALO_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8090
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: 访问端口
labelEn: Port
required: true
rule: paramPort
type: number
- default: "http://127.0.0.1:8090"
edit: true
envKey: HALO_EXTERNAL_URL
labelZh: 公网访问地址
labelEn: External URL
required: true
rule: paramExtUrl
type: text