tagr
Aplicación Docker from suitux's Repository
Visión general
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.
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]/- Red
bridge- Concha
sh- Privilegiado
- false
Configuración de plantillas
WebUIPorttcp
Port for the web interface.
- Objetivo
- 3000
- Por defecto
- 3000
- Valor
- 3000
DatabasePathrw
Path to store the SQLite database and app data.
- Objetivo
- /data
- Por defecto
- /mnt/user/appdata/tagr
- Valor
- /mnt/user/appdata/tagr
Music Folder 1Pathrw
Path to a music folder on the host. Add more paths as needed.
- Objetivo
- /music/folder1
PUIDVariable
User ID for file permissions.
- Por defecto
- 99
- Valor
- 99
PGIDVariable
Group ID for file permissions.
- Por defecto
- 100
- Valor
- 100
DATABASE_URLVariable
SQLite database path inside the container.
- Por defecto
- file:/data/tagr.db
- Valor
- file:/data/tagr.db
AUTH_SECRETVariable
Secret key for session encryption. Change this to a random string.
- Por defecto
- change-me
- Valor
- change-me
AUTH_USERVariable
Login username.
- Por defecto
- admin
- Valor
- 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).
- Por defecto
- http://localhost:3000
- Valor
- http://localhost:3000
Categorías
Detalles
Repositorio
ghcr.io/suitux/tagr:latestRegistro
Última actualización2026-06-01
Visto por primera vez2026-04-06
Ejecute Tagr en Unraid.
Tagr se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.