mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-01-21 07:19:14 +08:00
various fixes
- update tag reactions so all notifiarr default supported are covered - formatting - add additional details for webhooks & notifiarr - add comment indicating this is an example file and will need to be modified
This commit is contained in:
parent
20f8912da7
commit
f9ab961100
1 changed files with 34 additions and 25 deletions
|
@ -1,3 +1,6 @@
|
|||
# This is an example configuration file that documents all the options.
|
||||
# It will need to be modified for your specific use case.
|
||||
|
||||
# qBittorrent parameters
|
||||
qbt:
|
||||
host: "localhost:8080"
|
||||
|
@ -14,7 +17,7 @@ directory:
|
|||
root_dir: "/data/torrents/"
|
||||
remote_dir: "/mnt/user/data/torrents/"
|
||||
|
||||
# Category/Pathing Parameters
|
||||
# Category & Path Parameters
|
||||
cat:
|
||||
# <Category Name> : <save_path> # Path of your save directory. Can be a keyword or full path
|
||||
movies: "/data/torrents/Movies"
|
||||
|
@ -53,6 +56,7 @@ tags:
|
|||
digitalcore:
|
||||
tag: DigitalCore
|
||||
max_ratio: 5.0
|
||||
notifiarr: digitalcore
|
||||
gazellegames:
|
||||
tag: GGn
|
||||
limit_upload_speed: 150
|
||||
|
@ -72,14 +76,16 @@ tags:
|
|||
notifiarr:
|
||||
tleechreload:
|
||||
tag: TorrentLeech
|
||||
notifiarr: torrentleech
|
||||
torrentdb:
|
||||
tag: TorrentDB
|
||||
notifiarr: torrentdb
|
||||
torrentleech:
|
||||
tag: TorrentLeech
|
||||
notifiarr: torrentleech
|
||||
tv-vault:
|
||||
tag: TV-Vault
|
||||
|
||||
|
||||
# Tag Movies/Series that are not hard linked
|
||||
nohardlinks:
|
||||
# Mandatory to fill out directory parameter above to use this function (root_dir/remote_dir)
|
||||
|
@ -130,6 +136,7 @@ orphaned:
|
|||
- "**/*.!qB"
|
||||
|
||||
# Apprise integration with webhooks
|
||||
# Leave Empty/Blank to disable
|
||||
apprise:
|
||||
# Mandatory to fill out the url of your apprise API endpoint
|
||||
api_url: http://apprise-api:8000
|
||||
|
@ -137,6 +144,7 @@ apprise:
|
|||
notify_url:
|
||||
|
||||
# Notifiarr integration with webhooks
|
||||
# Leave Empty/Blank to disable
|
||||
notifiarr:
|
||||
# Mandatory to fill out API Key
|
||||
apikey: ####################################
|
||||
|
@ -148,6 +156,7 @@ notifiarr:
|
|||
# Set value to notifiarr if using notifiarr integration
|
||||
# Set value to apprise if using apprise integration
|
||||
# Set value to a valid webhook URL
|
||||
# Leave Empty/Blank to disable
|
||||
webhooks:
|
||||
error: https://mywebhookurl.com/qbt_manage
|
||||
run_start: notifiarr
|
||||
|
|
Loading…
Reference in a new issue