feat: Add Matrix notifications

Send Matrix alerts for updates and errors, and document the required bot credentials.
This commit is contained in:
Jeena 2026-03-12 15:23:45 +00:00
parent 7c778e338c
commit 4ab799c156
4 changed files with 107 additions and 3 deletions

View file

@ -22,10 +22,15 @@ Copy `.env.sample` to `.env` and fill required values. Export the variables befo
export PAPERLESS_API_TOKEN=...
export FRESHRSS_USERNAME=...
export FRESHRSS_PASSWORD=...
export MATRIX_HOMESERVER=...
export MATRIX_ROOM_ID=...
export MATRIX_ACCESS_TOKEN=...
```
The script also reads `.env` automatically if present.
The Matrix bot will attempt to join the configured room automatically if it is not already a member.
## Usage
```bash