Take complete control over your music listening history with a self-hosted scrobble database. Instead of relying on third-party services that dictate how your library is organized, you can build a private, easily parseable record of your listening habits over time. This platform focuses purely on tracking and statistics, avoiding unnecessary social networking features or algorithmic recommendations.
Key benefits include:
services:
maloja:
image: krateng/maloja:latest
container_name: maloja
restart: unless-stopped
ports:
- "42010:42010"
volumes:
- ./config:/config
environment:
- MALOJA_FORCE_PASSWORD=${MALOJA_ADMIN_PASSWORD}MALOJA_ADMIN_PASSWORD=your_secure_passwordAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago