Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-03-22 06:26:23 +00:00
parent 3cfcedfe76
commit abf79e79da
33 changed files with 4 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "/home/certimate"
edit: true
envKey: CERTIMATE_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8090
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: Web UI 端口
labelEn: Web UI port
required: true
rule: paramPort
type: number