feat: update XiaoMusic 0.3.83

This commit is contained in:
arch3rPro
2025-07-08 23:18:29 +08:00
parent fb4ab50a97
commit 381b0b35ff
4 changed files with 42 additions and 150 deletions
+24
View File
@@ -0,0 +1,24 @@
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"
+13
View File
@@ -0,0 +1,13 @@
services:
xiaomusic:
image: hanxi/xiaomusic:v0.3.83
container_name: xiaomusic
restart: unless-stopped
ports:
- ${PANEL_APP_PORT_HTTP}:8090
environment:
XIAOMUSIC_PUBLIC_PORT: ${PANEL_APP_PORT_HTTP}
TZ: ${TZ}
volumes:
- ${APP_DATA}/music:/app/music
- ${APP_DATA}/conf:/app/conf