Initial commit

This commit is contained in:
Brandon
2019-08-16 17:12:59 -05:00
commit c42f504220
5 changed files with 128 additions and 0 deletions

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
# Mopidy + Iris Alpine Docker Image
[Iris](https://github.com/jaedb/Iris) (formerly known as Spotmop) is an extension for the Mopidy music server. With support for Spotify, LastFM, Snapcast, Icecast and many other extensions, Iris is the software that brings all your music into one user-friendly and unified interface.
## Usage
```bash
$ docker run -d \
-p 6600:6600 \
-p 6680:6680 \
-p 5555:5555/udp \
--name=<container name> \
-v <path for data files>:/data \
-v <path for music files>:/music \
-v <path for playlist files>:/playlists \
log1x/mopidy-iris
```
**Iris (Web UI):** `http://<host>:6680`
## Bug Reports
If you discover a bug in docker-mopidy-iris, please [open an issue](https://github.com/log1x/docker-mopidy-iris/issues).
## Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
## License
docker-mopidy-iris is provided under the [MIT License](https://github.com/log1x/docker-mopidy-iris/blob/master/LICENSE.md).