A simple webapp to allow people on my home network to control the lights from a browser.
- Set the appropriate values in secrets.yaml in base64 encoding. Make sure there are no sneaky spaces or carriage returns!
kubectl create namespace nanoleaf-controller
kubectl apply -f kubernetes/secrets.yaml -n nanoleaf-controller
kubectl apply -f kubernetes/manifest.yaml -n nanoleaf-controller
docker run -p 8080:8080 `
--rm -it -e Nanoleaf__IpAddress="YOUR_IP" `
-e Nanoleaf__AUTHTOKEN="YOUR_TOKEN" `
ghcr.io/mitchfen/nanoleaf-controller:latest