An open API service indexing awesome lists of open source software.

https://github.com/codetheweb/openrgb-server-container

🌈 a container for running OpenRGB in headless mode
https://github.com/codetheweb/openrgb-server-container

Last synced: 27 days ago
JSON representation

🌈 a container for running OpenRGB in headless mode

Awesome Lists containing this project

README

          

# 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](https://github.com/dcflachs/docker-containers/blob/master/openrgb/02-fix-attrs-i2c.sh) 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:

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