1
0

chore(deps): update innei/mx-server docker tag to v10.1.10 (localApps) (#4405)

This commit is contained in:
renovate[bot]
2026-03-08 00:48:00 +00:00
committed by GitHub
parent 108ac85057
commit faea80fc89
7 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,43 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: MX_SERVER_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 2333
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
label:
en: WebUI port
zh: WebUI 端口
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: JWT_SECRET
labelZh: JWT 密钥
labelEn: JWT Secret
label:
en: JWT Secret
zh: JWT 密钥
required: true
type: text
- default: ",localhost"
edit: true
envKey: ALLOWED_ORIGINS
labelZh: 允许的访问来源
labelEn: 允许的访问来源
label:
en: 允许的访问来源
zh: 允许的访问来源
required: true
type: text