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

@ -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