sparten11740 / allmylights

Sync your RGB devices through MQTT with OpenRGB, your Desktop Wallpaper, Chroma devices, and more to come
MIT License
29 stars 0 forks source link

Dockerization 🐋 #1

Closed irmantask closed 3 years ago

irmantask commented 3 years ago

Hey,

is it possible/good idea to host in Docker container ? Will be any drawbacks doing that? If no, then i could try to create required files for "dockerization" :)

sparten11740 commented 3 years ago

Hey,

no drawbacks if you're just interested in the OpenRGB related features. However, the Razer Chroma API afaik only accepts connections from its host machine, so the Chroma sink wouldn't work out of the box. The wallpaper sink changes the desktop background of its host machine via local APIs such as User32.dll in case of a windows machine (not implemented yet for any other OS) and cannot be made to work in a Docker image.