发布应用 Kirara AI

This commit is contained in:
ms
2025-12-11 12:44:20 +08:00
parent 5f1ca352ed
commit 95384619ea
12 changed files with 136 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "/home/kirara-agent"
edit: true
envKey: KIRARA_AGENT_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