2021-04-01 09:44:21 +02:00
|
|
|
navidrome
|
|
|
|
=========
|
|
|
|
|
|
|
|
[Navidrome][1] 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!
|
|
|
|
|
2021-04-01 10:05:02 +02:00
|
|
|
## up and running
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ mkdir -p data music
|
|
|
|
$ chown -R 1000:1000 data music
|
|
|
|
$ docker-compose up -d
|
|
|
|
$ curl http://127.0.0.1:4533
|
|
|
|
```
|
|
|
|
|
2024-09-25 11:53:19 +02:00
|
|
|
## GUI Clients
|
|
|
|
|
|
|
|
- Desktop: https://github.com/jeffvli/feishin
|
|
|
|
- iOS: https://isub.app/
|
|
|
|
- Android: ...
|
|
|
|
|
2021-04-01 09:44:21 +02:00
|
|
|
[1]: https://github.com/navidrome/navidrome
|