You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adb 769d6e0bc1 | 4 years ago | |
---|---|---|
node_app | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
docker-compose.yml | 4 years ago |
README.md
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