mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-14 22:21:38 +08:00
52169b7023
本次提交为xiaomusic应用新增了main分支版本和0.5.3版本的docker-compose及data.yml配置文件,同时删除了过时的0.3.83版本相关配置文件,统一应用版本配置结构。
25 lines
567 B
YAML
25 lines
567 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "./data"
|
|
edit: true
|
|
envKey: "APP_DATA"
|
|
labelEn: "Data Storage Path"
|
|
labelZh: "数据存储路径"
|
|
required: true
|
|
type: "text"
|
|
- default: "58090"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: "Service Port"
|
|
labelZh: "服务端口"
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "Asia/Shanghai"
|
|
edit: true
|
|
envKey: "TZ"
|
|
labelEn: "Time Zone"
|
|
labelZh: "时区"
|
|
required: true
|
|
type: "text"
|