Add systemd user units for daily execution and send an Uptime Kuma push on each run.
17 lines
545 B
Text
17 lines
545 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
|
|
|
|
# Uptime Kuma push URL
|
|
UPTIME_KUMA_PUSH_URL=https://uptime.example.net/api/push/your-token
|