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
- Host: GitHub
- URL: https://github.com/codetheweb/openrgb-server-container
- Owner: codetheweb
- Created: 2021-07-28T22:38:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T19:10:59.000Z (over 4 years ago)
- Last Synced: 2025-10-24T13:48:38.857Z (5 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```