Merge remote-tracking branch 'origin/master' into master
commit
4ecbb5b68c
@ -1,2 +1,12 @@
|
|||||||
# ESP_smarthome_server
|
# 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).
|
||||||
|
To run the server simply execute `server.js`.
|
||||||
|
```
|
||||||
|
screen -A -m -d -S short_url nodejs server.js
|
||||||
|
```
|
||||||
|
It's recommended to use a reverse proxy like nginx.
|
||||||
|
|
||||||
|
//good luck
|
||||||
|
Loading…
Reference in New Issue