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

@ -125,3 +125,12 @@ Acceptance criteria:
- The script can log in to FreshRSS using credentials from environment variables.
- FreshRSS version is extracted from the About page after authentication.
- `.env.sample` documents the FreshRSS credentials required.
## US-14 - Matrix Notifications
As a maintainer, I want the script to post update alerts to a Matrix room so that I can track service changes and failures without email.
Acceptance criteria:
- The script posts a message to a Matrix room when updates are detected or errors occur.
- Matrix credentials (homeserver, room id, access token) are read from `.env`.
- The message includes actionable service names and version details.