rename project into Matrix Webhook

This commit is contained in:
Guilhem Saurel 2019-02-17 11:46:00 +01:00
parent 6d05f6bb94
commit 01a083c693
3 changed files with 11 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# wifi-with-matrix
# Matrix Webhook
Bridge between https://code.ffdn.org/FFDN/wifi-with-me & a matrix room
Post a message to a matrix room with a simple HTTP POST
## Configuration
@ -30,6 +30,6 @@ docker-compose up -d
## Test
```
curl -d '{"text":"new contrib from toto: http://radio.localhost/map/#44", "key": "secret"}' wwm.localhost
curl -d '{"text":"new contrib from toto: http://radio.localhost/map/#44", "key": "secret"}' mwh.localhost
```
(or wwm.localhost:4785 without docker)
(or mwh.localhost:4785 without docker)