Skip to content

Commit

Permalink
refactor: Replace Pushover notifications with
Browse files Browse the repository at this point in the history
Apprise integration.

This commit updates the second Cloudplow configuration by replacing the
existing Pushover notifications with a new Apprise/Discord integration.
The
Apprise integration allows users to receive upload status notifications
on a Discord channel via a webhook.
  • Loading branch information
RaneyDazed committed Nov 23, 2023
1 parent 8df1f25 commit 6dc402e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/reference/cloudplow.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,12 @@ This config uploads everything from `/mnt/local/Media` to `google:/Media` [trigg
},
"hidden": {},
"notifications": {
"Pushover": {
"app_token": "xxxxx",
"priority": 0,
"service": "pushover",
"user_token": "xxxxx"
}
},
"apprise": {
"service": "apprise",
"url": "discord://Webhook_ID/Webhook_Token",
"title": "Cloudplow-Upload"
}
},
"nzbget": {
"enabled": false,
"url": "https://user:[email protected]"
Expand Down

0 comments on commit 6dc402e

Please sign in to comment.