matrix-alerts/README.md
2024-06-12 20:37:48 -04:00

14 lines
190 B
Markdown

# matrix-alerts
RabbitMQ consumer that sends alerts to Matrix.
## Configuration
```
{
"matrix": {
"homeserver": "",
"username": "",
"password": "",
"room_id": ""
}
}
```