8000 GitHub - jmmaloney4/roon-docker-image: Unofficial Ubuntu based Docker image for Roon Server (https://roonlabs.com/).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jmmaloney4/roon-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roon Docker Image

docker publish workflow

A Docker image for roon.

docker pull ghcr.io/jmmaloney4/roon:latest
docker run -d \
  --network host
  --name=roon-server \
  -v </path/to/config/>:/var/roon \
  -v </path/to/music/library>:/music \
  --restart unless-stopped \
  ghcr.io/jmmaloney4/roon:latest

Kubernetes Helm Chart

See github.com/jmmaloney4/charts for a helm chart.

Releasing

See the Release Notes for the latest.

Or run echo ${$(tar -zxvOf RoonServer_linuxx64.tar.bz2 RoonServer/VERSION 2> /dev/null | head -n 1)#*20000}

./release.sh <Roon Version> <Roon Build>

This will push a tag, which will trigger github actions to create a new release and push a new latest docker tag.

About

Unofficial Ubuntu based Docker image for Roon Server (https://roonlabs.com/).

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  
0