https://github.com/marshallasch/led-controller
The web app to control some of my RGB led light strips in my house (lan control only)
https://github.com/marshallasch/led-controller
hacktoberfest leds rgb-controller smarthome
Last synced: 5 months ago
JSON representation
The web app to control some of my RGB led light strips in my house (lan control only)
- Host: GitHub
- URL: https://github.com/marshallasch/led-controller
- Owner: MarshallAsch
- Created: 2021-09-09T15:57:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T22:53:02.000Z (almost 5 years ago)
- Last Synced: 2025-10-20T20:49:49.300Z (9 months ago)
- Topics: hacktoberfest, leds, rgb-controller, smarthome
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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