Go to file
2020-09-24 14:05:23 +02:00
node_app automatic device registration / redis debugging 2020-09-24 14:00:21 +02:00
.gitignore adding docker-compose 2020-09-23 20:57:27 +02:00
docker-compose.yml alpine 2020-09-24 14:05:23 +02:00
README.md update README.md 2020-09-24 11:04:05 +02:00

ESP_smarthome_server

This is a simple application to setup your own smarthome with some ESP8266. The server is based on Nodejs and can be run on a Raspberry Pi. You can change the public ports 8080 (web UI) and 8081 (websocket) in docker-compose.yml. To run the server simply execute docker-compose.

docker-compose -p esp-smarthome_server up -d

It's recommended to use a reverse proxy like nginx.

//good luck