Bump
This commit is contained in:
@@ -8,9 +8,9 @@ RUN \
|
|||||||
echo "* Installing Runtime Packages" \
|
echo "* Installing Runtime Packages" \
|
||||||
&& echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
|
&& echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
gst-plugins-good \
|
gst-plugins-good@commuedge \
|
||||||
gst-plugins-ugly \
|
gst-plugins-ugly@commuedge \
|
||||||
py2-gst \
|
py2-gst@commuedge \
|
||||||
su-exec@commuedge \
|
su-exec@commuedge \
|
||||||
tini@commuedge \
|
tini@commuedge \
|
||||||
&& pip instatall -U \
|
&& pip instatall -U \
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Mopidy + Iris Alpine Docker Image
|
# 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.
|
[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
|
## Usage
|
||||||
@@ -16,7 +20,7 @@ $ docker run -d \
|
|||||||
log1x/mopidy-iris
|
log1x/mopidy-iris
|
||||||
```
|
```
|
||||||
|
|
||||||
**Iris (Web UI):** `http://<host>:6680`
|
- **Iris (Web UI):** `http://<host>:6680`
|
||||||
|
|
||||||
## Bug Reports
|
## Bug Reports
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user