Update application name.
This commit is contained in:
parent
0b8134bbcf
commit
8b28228326
5 changed files with 9 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# A simple webhook server for smartswitch devices
|
||||
# A simple server for controlling GPIO pins on embedded devices
|
||||
|
||||
This is a tiny webserver designed to receive webhooks that control
|
||||
microcontrollers running [smartswitch](https://git.annabunch.es/annabunches/smartswitch/).
|
||||
microcontrollers running [gpio-webhook](https://git.annabunch.es/annabunches/gpio-webhook-arduino/).
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -30,7 +30,7 @@ make build
|
|||
And run with:
|
||||
|
||||
```
|
||||
./smartswitch-server
|
||||
./gpio-webhook-server
|
||||
```
|
||||
|
||||
A dockerfile is also included, along with a sample docker-compose.yml demonstrating
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue