Add Apprise support (#124)

This commit is contained in:
Flaminel
2025-05-01 21:00:01 +03:00
committed by GitHub
parent 479ca7884e
commit 75b001cf6a
13 changed files with 285 additions and 10 deletions

View File

@@ -122,5 +122,14 @@
"ON_DOWNLOAD_CLEANED": true,
"API_KEY": "",
"CHANNEL_ID": ""
},
"Apprise": {
"ON_IMPORT_FAILED_STRIKE": true,
"ON_STALLED_STRIKE": true,
"ON_SLOW_STRIKE": true,
"ON_QUEUE_ITEM_DELETED": true,
"ON_DOWNLOAD_CLEANED": true,
"URL": "http://localhost:8000",
"KEY": ""
}
}