feat: Add scheduled runs and Kuma ping
Add systemd user units for daily execution and send an Uptime Kuma push on each run.
This commit is contained in:
parent
4ab799c156
commit
413766ed2b
6 changed files with 67 additions and 0 deletions
|
|
@ -12,3 +12,6 @@ FRESHRSS_PASSWORD=your-password
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue