Snapcast server with mopidy, spotify connect & bluetooth sink/source.
1.2K
Bluetooth sink
While connected a snapclient will spawn playing audio. Only 1 connection is allowed at the same time.
Bluetooth source
Just connect your BT device and start playing music
Github
https://github.com/jorenn92/Snapserver
Run command
docker run -dti --privileged --device /dev/snd --net=host --device /dev/bus/usb --name snapserver --cap-add NET_ADMIN -v /usr/apps/snapserver/conf/:/root/.config/snapserver/ -v /var/run/dbus:/var/run/dbus -v /etc/localtime:/etc/localtime:ro --restart unless-stopped jorenn92/snapserver
Extras
Disable bluetooth by adding the BLUETOOTH=false environment var.
Save BT connections by exposing the /var/lib/bluetooth dir.
Content type
Image
Digest
Size
443.2 MB
Last updated
over 5 years ago
docker pull jorenn92/snapserver