Sign inSign up

codetheweb/openrgb-server

By codetheweb

•Updated almost 4 years ago

🌈 a container for running OpenRGB in headless mode

Image
1

4.5K

codetheweb/openrgb-server repository overview

⁠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

Tag summary

Content type

Image

Digest

sha256:8558bbb4c…

Size

116.6 MB

Last updated

almost 4 years ago

docker pull codetheweb/openrgb-server