service-update-alerts/.env.sample
Jeena 4ab799c156 feat: Add Matrix notifications
Send Matrix alerts for updates and errors, and document the required bot credentials.
2026-03-12 15:23:45 +00:00

14 lines
453 B
Text

# Required for authenticated version checks
PAPERLESS_API_TOKEN=replace-with-api-token
# Optional (use if upstream APIs need auth to avoid rate limits)
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