audio player on main page

This commit is contained in:
Aethor
2021-06-15 23:55:38 +02:00
parent 88aa22ad32
commit 9f40b27cfd
4 changed files with 10 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ RUN adduser zambla
COPY icecast.xml.jinja .
COPY ices.xml.jinja .
COPY index.html /usr/share/icecast2/web
COPY next_song.py /opt
COPY yt_sync.py /opt