self-hosting

After many years with Airsonic, I’ve switched to Navidrome. Airsonic worked, but it felt outdated and the Subsonic API was unreliable. I kept running into errors when trying to fetch my latest albums for the /now-page. Eventually, it just became too frustrating. Navidrome feels modern, fast, and much more stable. Setup was smooth and everything works as expected.

Quick Docker setup:

    docker run -d 
    -v /path/to/music:/music 
    -v /path/to/data:/data 
    -p 4533:4533 
    deluan/navidrome

Then open http://localhost:4533 and start listening.

More at