fix(qbitmanage): wont complete run due to webhooks misconfiguration
This commit is contained in:
parent
6a992c4ecf
commit
076cc691b5
|
@ -47,7 +47,7 @@ data:
|
||||||
# <OPTIONAL> orphaned_dir var: </your/path/here/> # Path of the the Orphaned Data folder. This is similar to RecycleBin, but only for orphaned data.
|
# <OPTIONAL> orphaned_dir var: </your/path/here/> # Path of the the Orphaned Data folder. This is similar to RecycleBin, but only for orphaned data.
|
||||||
cross_seed: "/your/path/here/"
|
cross_seed: "/your/path/here/"
|
||||||
root_dir: "/storage/Torrents/"
|
root_dir: "/storage/Torrents/"
|
||||||
remote_dir: "/storage/Torrents/"
|
#remote_dir: "/storage/Torrents/"
|
||||||
recycle_bin: "/storage/Torrents/.RecycleBin"
|
recycle_bin: "/storage/Torrents/.RecycleBin"
|
||||||
#torrents_dir: "/storage/Torrents/BT_backup"
|
#torrents_dir: "/storage/Torrents/BT_backup"
|
||||||
orphaned_dir: "/storage/Torrents/orphaned_data"
|
orphaned_dir: "/storage/Torrents/orphaned_data"
|
||||||
|
@ -269,19 +269,19 @@ data:
|
||||||
# Set value to a valid webhook URL
|
# Set value to a valid webhook URL
|
||||||
# Set value to nothing (leave Empty/Blank) to disable
|
# Set value to nothing (leave Empty/Blank) to disable
|
||||||
error:
|
error:
|
||||||
run_start: notifiarr
|
run_start:
|
||||||
run_end: apprise
|
run_end:
|
||||||
function:
|
function:
|
||||||
cross_seed: https://mywebhookurl.com/qbt_manage
|
cross_seed: # https://mywebhookurl.com/qbt_manage
|
||||||
recheck: notifiarr
|
recheck:
|
||||||
cat_update: apprise
|
cat_update:
|
||||||
tag_update: notifiarr
|
tag_update:
|
||||||
rem_unregistered: notifiarr
|
rem_unregistered:
|
||||||
tag_tracker_error: notifiarr
|
tag_tracker_error:
|
||||||
rem_orphaned: notifiarr
|
rem_orphaned:
|
||||||
tag_nohardlinks: notifiarr
|
tag_nohardlinks:
|
||||||
share_limits: notifiarr
|
share_limits:
|
||||||
cleanup_dirs: notifiarr
|
cleanup_dirs:
|
||||||
|
|
||||||
bhd:
|
bhd:
|
||||||
# BHD Integration used for checking unregistered torrents
|
# BHD Integration used for checking unregistered torrents
|
||||||
|
|
Loading…
Reference in New Issue