feat: Add Matrix notifications
Send Matrix alerts for updates and errors, and document the required bot credentials.
This commit is contained in:
parent
7c778e338c
commit
4ab799c156
4 changed files with 107 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue