Compare commits
2 Commits
master
...
f85b032bb7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f85b032bb7 | ||
|
|
225f3ed4c2 |
17
Dockerfile
17
Dockerfile
@@ -30,8 +30,8 @@ RUN \
|
|||||||
libffi-dev \
|
libffi-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
py3-setuptools \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
py3-wheel \
|
|
||||||
libcdio \
|
libcdio \
|
||||||
libcaca \
|
libcaca \
|
||||||
libvpx \
|
libvpx \
|
||||||
@@ -61,11 +61,24 @@ RUN \
|
|||||||
Mopidy-Iris \
|
Mopidy-Iris \
|
||||||
Mopidy-Local \
|
Mopidy-Local \
|
||||||
Mopidy-MPD \
|
Mopidy-MPD \
|
||||||
|
Mopidy-Jellyfin \
|
||||||
Mopidy-Spotify-Web \
|
Mopidy-Spotify-Web \
|
||||||
Mopidy-SoundCloud \
|
Mopidy-SoundCloud \
|
||||||
&& echo "* Cleaning up" \
|
&& echo "* Cleaning up" \
|
||||||
&& rm -rf /var/cache/apk/* \
|
&& rm -rf /var/cache/apk/* \
|
||||||
&& rm -rf /tmp/*
|
&& rm -rf /root/.cache /root/.cargo \
|
||||||
|
&& rm -rf /tmp/* \
|
||||||
|
&& apk del \
|
||||||
|
build-base \
|
||||||
|
rust \
|
||||||
|
cargo \
|
||||||
|
libxml2-dev \
|
||||||
|
libxslt-dev \
|
||||||
|
libffi-dev \
|
||||||
|
openssl-dev \
|
||||||
|
python3-dev \
|
||||||
|
py3-pip
|
||||||
|
|
||||||
|
|
||||||
# Do this in a separate layer, because building the last is slooow
|
# Do this in a separate layer, because building the last is slooow
|
||||||
# This allows us to alter these parameters without rebuilding the last.
|
# This allows us to alter these parameters without rebuilding the last.
|
||||||
|
|||||||
@@ -45,9 +45,15 @@ image_dir = /data/.images
|
|||||||
|
|
||||||
[http]
|
[http]
|
||||||
hostname = 0.0.0.0
|
hostname = 0.0.0.0
|
||||||
|
port = 6680
|
||||||
|
|
||||||
[mpd]
|
[mpd]
|
||||||
|
enabled = true
|
||||||
|
# Useful if you want to control this instance from a remote MPD client
|
||||||
hostname = 0.0.0.0
|
hostname = 0.0.0.0
|
||||||
|
port = 6600
|
||||||
|
# This will help avoid timeout errors for artists or folders with large amounts of files
|
||||||
|
connection_timeout = 300
|
||||||
|
|
||||||
[iris]
|
[iris]
|
||||||
country = GB
|
country = GB
|
||||||
@@ -76,3 +82,9 @@ auth_token =
|
|||||||
[scrobbler]
|
[scrobbler]
|
||||||
username =
|
username =
|
||||||
password =
|
password =
|
||||||
|
|
||||||
|
[jellyfin]
|
||||||
|
hostname = 172.17.0.1
|
||||||
|
username = mopidy
|
||||||
|
password = 66Hky1XQL1oTg
|
||||||
|
libraries = Music
|
||||||
|
|||||||
Reference in New Issue
Block a user