Skip to content

jerkbag/roon-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. Install Alpine Linux, get a network connection.
  2. 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
  1. pull repo, add dirs for roon and spotify
  2. docker load < roon-bridge.tar.gz
  3. Edit docker compose as needed (spotify connect name, usb devices, etc. . . )
  4. docker compose up -d

This should give you a working roon and spotify client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published