color server

created  2024/03/28
category software

hue-server is a little color server i wrote. it will advertise a color and you may change it at will. it also comes with a little web client!
zvava.org's current color!

additionally, it can connect to a ntfy.sh topic to advertise changes in real time, and it also supports http authentication

source code

24/04/25 — i have disabled authentication on zvava.org 👀

usage

very simple!

 $ curl -d "eebfff" https://zvava.org/api/hue
 $ curl -d "#667557" https://zvava.org/api/hue

zvava.org's hue api endpoint