VOOZH about

URL: https://hub.docker.com/r/deluan/navidrome

⇱ deluan/navidrome - Docker Image


deluan/navidrome

By deluan

Updated about 6 hours ago

Official image for Navidrome Music Server

Image
347

10M+

deluan/navidrome repository overview

Navidrome Music Server 👁 GitHub

👁 Last Release
👁 Build
👁 Downloads
👁 Docker Pulls
👁 Dev Chat
👁 Subreddit
👁 Contributor Covenant

Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!

Any feedback is welcome! If you need/want a new feature, find a bug or think of any way to improve Navidrome, please file a GitHub issue or join the discussion in our Subreddit. If you want to contribute to the project in any other way (ui/backend dev, translations, themes), please join the chat in our Discord server.

Features

  • Handles very large music collections
  • Streams virtually any audio format available
  • Reads and uses all your beautifully curated metadata (id3 tags)
  • Multi-user, each user has their own play counts, playlists, favourites, etc..
  • Very low resource usage: Ex: with a library of 300GB (~29000 songs), it uses less than 50MB of RAM
  • Multi-platform, runs on macOS, Linux and Windows. Docker images are also provided
  • Ready to use Raspberry Pi binaries and docker images available
  • Automatically monitors your library for changes, importing new files and reloading new metadata
  • Themeable, modern and responsive Web interface based on Material UI, to manage users and browse your library
  • Compatible with all Subsonic/Madsonic/Airsonic clients. Check out the list of tested clients
  • Transcoding/Downsampling on-the-fly. Can be set per user/player. Opus encoding is supported
  • Integrated music player

Demo Site

To see Navidrome in action, check out our live demo

Hosting

If you plan to host Navidrome in the cloud, a great option is to get a virtual server at BuyVM. Their service is Docker-friendly and they have plans that start at $2/month! If you decide to sign up, please consider using our affliliate link, to help support the project <3

Road map

For information about upcoming features, take a look at the project's road map

Docker usage

Docker images are available for linux/amd64, linux/arm/v7 and linux/arm64. They include everything needed to run Navidrome. Example of usage with Compose:

# This is just an example. Customize it to your needs.

version: "3"
services:
 navidrome:
 image: deluan/navidrome:latest
 ports:
 - "4533:4533"
 environment:
 # Optional: put your config options customization here. Examples:
 ND_SCANSCHEDULE: 1h
 ND_LOGLEVEL: info 
 ND_BASEURL: ""
 volumes:
 - "./data:/data"
 - "/path/to/your/music/folder:/music:ro"

To get the cutting-edge, latest version from master, use the image deluan/navidrome:develop For more details, please head to our (ever improving) documentation site.

Screenshots

👁 Image
👁 Image
👁 Image
👁 Image

Subsonic API Version Compatibility

Check the up to date compatibility table for the latest Subsonic features available.

Tag summary

pr-5655

Content type

Image

Digest

sha256:3095897ad…

Size

72.9 MB

Last updated

about 6 hours ago

docker pull deluan/navidrome:pr-5655