tagr
Docker 应用程序 from suitux's Repository
概述
Tagr is a self-hosted music metadata editor with a modern web UI. Browse, edit, and manage audio file tags from any browser — desktop or mobile. Just point it at your music folders and get a clean three-panel interface for organizing your library. Edit 40+ metadata fields, manage album art, fetch metadata from MusicBrainz, and more.
运行时参数
- 网络用户界面
http://[IP]:[PORT:3000]/- 网络
bridge- 外壳
sh- 特权
- false
模板配置
WebUIPorttcp
Port for the web interface.
- 目标
- 3000
- 默认值
- 3000
- 价值
- 3000
DatabasePathrw
Path to store the SQLite database and app data.
- 目标
- /data
- 默认值
- /mnt/user/appdata/tagr
- 价值
- /mnt/user/appdata/tagr
Music Folder 1Pathrw
Path to a music folder on the host. Add more paths as needed.
- 目标
- /music/folder1
PUIDVariable
User ID for file permissions.
- 默认值
- 99
- 价值
- 99
PGIDVariable
Group ID for file permissions.
- 默认值
- 100
- 价值
- 100
DATABASE_URLVariable
SQLite database path inside the container.
- 默认值
- file:/data/tagr.db
- 价值
- file:/data/tagr.db
AUTH_SECRETVariable
Secret key for session encryption. Change this to a random string.
- 默认值
- change-me
- 价值
- change-me
AUTH_USERVariable
Login username.
- 默认值
- admin
- 价值
- admin
AUTH_PASSWORDVariable
Login password as a bcrypt hash. Generate with: docker exec tagr node -e "require('bcrypt').hash('yourpassword',12).then(console.log)"
AUTH_URLVariable
Public URL of the app (used by NextAuth).
- 默认值
- http://localhost:3000
- 价值
- http://localhost:3000
详细信息
在Unraid 上运行 Tagr 。
Tagr 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。