Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 382 Bytes

Very simple smart lights web app

Screenshot of web app

  • Currently only supports Yeelight

Setup production instance with Docker

Change "server.hostname" to the locally reachable hostname of the server in the first command:

  1. docker-compose build

  2. docker-compose up

The web app is now reachable via http://server.hostname:4000