Add one-click Navidrome ingestion workflow

This commit is contained in:
2026-07-19 02:23:41 +08:00
parent 81977a157e
commit ff59f341cf
19 changed files with 2340 additions and 46 deletions
+8 -4
View File
@@ -10,7 +10,11 @@ services:
ports:
- "8080:8080"
restart: unless-stopped
# 如需挂载本地目录给工具读写,可取消注释并修改路径
# volumes:
# - /path/on/host/Input:/app/data/Input
# - /path/on/host/Library_Final:/app/data/Library_Final
# 挂载音乐工作目录(替换 /path/to/MusicWork 为实际路径
# 工作根目录下应包含 Input/ (待处理) Library/ (曲库)和 Rejected/ (被拒绝)三个子目录
volumes:
- /path/to/MusicWork:/home/mangtool/MusicWork
environment:
- MANGTOOL_HOME=/home/mangtool
# 如果需要覆盖 ffmpeg 路径:
# - MANGTOOL_FFMPEG_BIN=/usr/bin/ffmpeg