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
|
|
@ -7,3 +7,8 @@ GITHUB_TOKEN=optional-github-token
|
|||
# FreshRSS login for authenticated About page
|
||||
FRESHRSS_USERNAME=your-username
|
||||
FRESHRSS_PASSWORD=your-password
|
||||
|
||||
# Matrix bot notifications
|
||||
MATRIX_HOMESERVER=https://matrix.example.net
|
||||
MATRIX_ROOM_ID=!roomid:example.net
|
||||
MATRIX_ACCESS_TOKEN=replace-with-access-token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue