codetheweb / openrgb-server-container

🌈 a container for running OpenRGB in headless mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openrgb-server-container

🌈 a container for running OpenRGB in headless mode

Want to control the lights on your (physical) server and you really don't need a GUI? This is the image for you.

Note: so far I've only tested this with USB devices. Changes may be required for I2C devices.

Images are built automatically every day to pull in the latest changes from OpenRGB, and tags mirror upstream (i.e. codetheweb/openrgb-server:release_0.6 would contain the tagged release release_0.6 from OpenRGB).

Usage

With USB device support:

docker create \
  -p 6742:6742 \
  -v /dev/bus/usb:/dev/bus/usb \
  --privileged
  --cap_add NET_BIND_SERVICE
  codetheweb/openrgb-server

About

🌈 a container for running OpenRGB in headless mode


Languages

Language:Dockerfile 100.0%