Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-12-30 04:28:20 +00:00
parent ac8b3f02fb
commit 404fa186cd
7 changed files with 0 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
additionalProperties:
formFields:
- default: "/home/bark"
edit: true
envKey: BARK_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: ""
edit: true
envKey: BARK_SERVER_DSN
labelZh: 数据库链接
labelEn: Database URL
required: false
type: text
- default: ""
edit: true
envKey: BARK_SERVER_BASIC_AUTH_USER
labelZh: 用户名 (服务基础验证)
labelEn: Basic Auth User
required: false
type: text
- default: ""
edit: true
envKey: BARK_SERVER_BASIC_AUTH_PASSWORD
labelZh: 密码 (服务基础验证)
labelEn: Basic Auth Password
required: false
type: text