install iris frontend
This commit is contained in:
parent
3884626250
commit
031d485c33
|
@ -4,8 +4,9 @@ RUN apt-get update && \
|
|||
wget -q -O - https://apt.mopidy.com/mopidy.gpg | apt-key add - && \
|
||||
wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/buster.list && \
|
||||
apt-get update && \
|
||||
apt-get install -y mopidy mopidy-gmusic mopidy-local mopidy-mpd mopidy-podcast && \
|
||||
apt-get remove -y wget && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y mopidy mopidy-gmusic mopidy-local mopidy-mpd mopidy-podcast python3-pip && \
|
||||
python3 -m pip install Mopidy-Iris && \
|
||||
apt-get remove -y wget python3-pip gnupg2 && \
|
||||
apt-get autoremove -y && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
@ -12,6 +12,11 @@ zeroconf = ""
|
|||
allowed_origins =
|
||||
csrf_protection = true
|
||||
|
||||
[iris]
|
||||
country = us
|
||||
locale = en_US
|
||||
data_dir = /data/iris
|
||||
|
||||
[audio]
|
||||
output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! filesink location=/data/tmp/snapfifo
|
||||
|
||||
|
|
Loading…
Reference in a new issue