feat: update dpanel 1.9.1.3

This commit is contained in:
arch3rPro
2025-12-12 14:37:28 +08:00
parent 13b0c0744b
commit ee0473a554
6 changed files with 13 additions and 39 deletions
+45
View File
@@ -0,0 +1,45 @@
additionalProperties:
formFields:
- default: 48080
edit: true
envKey: PANEL_APP_PORT_ADMIN
labelZh: WebUI 端口
labelEn: WebUI port
label:
en: WebUI port
zh: WebUI 端口
required: true
rule: paramPort
type: number
- default: 80
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: HTTP 服务端口
labelEn: HTTP service port
label:
en: HTTP service port
zh: HTTP 服务端口
required: true
rule: paramPort
type: number
- default: 443
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelZh: HTTPS 服务端口
labelEn: HTTPS service port
label:
en: HTTPS service port
zh: HTTPS 服务端口
required: true
rule: paramPort
type: number
- default: "./data"
edit: true
envKey: DPANEL_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text