MarshallAsch / led-controller

The web app to control some of my RGB led light strips in my house (lan control only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Awesome LED Controller

Custom website to control magic and lifx leds without needing the internet.

This will allow you to put the un-trusted LED controllers on a LAN only VLAN to prevent external internet access and only allow inbound connections from the one controller.

Building

docker build -t led-controller .

Running

docker run --rm -p 8080:8080 led-controller:latest

Usage

Go to http://localhost:8080 and use the webpage

About

The web app to control some of my RGB led light strips in my house (lan control only)


Languages

Language:Python 73.4%Language:HTML 16.0%Language:PHP 8.3%Language:Dockerfile 2.2%