Notes for deploying Dell Wyze 3040 Thin Client to use as Roon Endpoints (roon-bridge) and spotify connect clients. Should work with other x86 based mini-pcs as well. Using Docker so everything runs under Alpine, which is tiny, quick and easy to install.
- Install Alpine Linux, get a network connection.
- Install Docker and Docker Compose (uncomment community repository in /etc/apk/repositories)
- apk update
- apk add docker docker-compose
- rc-update add docker default
- service docker start
- pull repo, add dirs for roon and spotify
- docker load < roon-bridge.tar.gz
- Edit docker compose as needed (spotify connect name, usb devices, etc. . . )
- docker compose up -d
This should give you a working roon and spotify client.