matrix-alerts/README.md

14 lines
190 B
Markdown
Raw Permalink Normal View History

2024-06-13 00:37:48 +00:00
# matrix-alerts
RabbitMQ consumer that sends alerts to Matrix.
## Configuration
```
{
"matrix": {
"homeserver": "",
"username": "",
"password": "",
"room_id": ""
}
}
```