Self-hosted music streaming server notes with RESTful API and Web interface.
10K+
Euterpe is a music streaming software you can run yourself. It will give you access to your music everywhere you go. Either via its built-in web UI or via any of its clients. You could run it on your home computer, laptop or on a deticated server. Think of it as your own personal where you have full control over everything. It indexes your music and gives you convenient and fast access to it. You could search for particular tracks, albums or artists. Or you could browse them as if you are in a music store.
docker run -v "${HOME}/Music/:/root/Music" -p 8080:9996 ironsmile/euterpe:latest euterpe
Then point your browser to http://localhost:8080.
One might want to use a specific build of Euterpe and not latest . Such images are tagged with the git tag of the build. For example, for version 1.5.1 use the following image:
ironsmile/euterpe:v1.5.1
List of the available image tags could be found here.
Content type
Image
Digest
sha256:f3e4d0545…
Size
32.9 MB
Last updated
9 months ago
docker pull ironsmile/euterpe