tagr
Docker-Anwendung from suitux's Repository
Übersicht
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.
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:3000]/- Netzwerk
bridge- Shell
sh- Privilegiert
- false
Konfiguration der Vorlage
WebUIPorttcp
Port for the web interface.
- Ziel
- 3000
- Standard
- 3000
- Wert
- 3000
DatabasePathrw
Path to store the SQLite database and app data.
- Ziel
- /data
- Standard
- /mnt/user/appdata/tagr
- Wert
- /mnt/user/appdata/tagr
Music Folder 1Pathrw
Path to a music folder on the host. Add more paths as needed.
- Ziel
- /music/folder1
PUIDVariable
User ID for file permissions.
- Standard
- 99
- Wert
- 99
PGIDVariable
Group ID for file permissions.
- Standard
- 100
- Wert
- 100
DATABASE_URLVariable
SQLite database path inside the container.
- Standard
- file:/data/tagr.db
- Wert
- file:/data/tagr.db
AUTH_SECRETVariable
Secret key for session encryption. Change this to a random string.
- Standard
- change-me
- Wert
- change-me
AUTH_USERVariable
Login username.
- Standard
- admin
- Wert
- 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).
- Standard
- http://localhost:3000
- Wert
- http://localhost:3000
Kategorien
Einzelheiten
Repository
ghcr.io/suitux/tagr:latestRegistry
Zuletzt aktualisiert2026-06-02
Erstmals gesehen2026-04-06
Führen Sie Tagr auf Unraid aus.
Tagr ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.