Subsonic Source patched by Eugene E. Kashpureff Jr. It contains the Subsonic sources with some patches. e.g. Premium status is enabled by default without limits.
Warning: Build takes some Time and will download a lot of Data.
docker build -t ulikoenig/subsonic-patch https://raw.githubusercontent.com/ulikoenig/subsonic-patched/master/Dockerfile
$ docker run -d --net=host -p 4040:4040 -p 9412:9412 -v /var/lib/subsonic:/data:rw -v /mnt/harddrive/Medien:/Medien:ro ulikoenig/subsonic-patch
I used
/var/lib/subsonic
as storage for the subsonic local database. So I can destroy the container and rebuild it without loosing the configuration an media database.
My media is stored in
/mnt/harddrive/Medien.
Please change this paths how you like it.
The Parameter "--net=host" is important to give subsonic access to the real external IP. Without this, Sonos support will not work, even if ports are open, because subsonic tells Sonos to make calls to 172.xx.xx.xx IP-adresses.
The Parameter "--e LOCALIP=172.1.2.3" can be used to set the IP manually, when the docker container is started.
Open a Browser with http://YOUIPADDRESS:4040
Open http://SONOS_IP:1400/customsd.htm in a browser.
Content type
Image
Digest
Size
390.1 MB
Last updated
over 9 years ago
docker pull clemenstyp/subsonic-patched