Merge pull request #64 from bakerboy448/patch-2

various fixes
This commit is contained in:
bobokun 2021-12-23 08:58:04 -05:00 committed by GitHub
commit f574be6433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 # qBittorrent parameters
qbt: qbt:
host: "localhost:8080" host: "localhost:8080"
@ -14,7 +17,7 @@ directory:
root_dir: "/data/torrents/" root_dir: "/data/torrents/"
remote_dir: "/mnt/user/data/torrents/" remote_dir: "/mnt/user/data/torrents/"
# Category/Pathing Parameters # Category & Path Parameters
cat: cat:
# <Category Name> : <save_path> # Path of your save directory. Can be a keyword or full path # <Category Name> : <save_path> # Path of your save directory. Can be a keyword or full path
movies: "/data/torrents/Movies" movies: "/data/torrents/Movies"
@ -53,6 +56,7 @@ tags:
digitalcore: digitalcore:
tag: DigitalCore tag: DigitalCore
max_ratio: 5.0 max_ratio: 5.0
notifiarr: digitalcore
gazellegames: gazellegames:
tag: GGn tag: GGn
limit_upload_speed: 150 limit_upload_speed: 150
@ -72,14 +76,16 @@ tags:
notifiarr: notifiarr:
tleechreload: tleechreload:
tag: TorrentLeech tag: TorrentLeech
notifiarr: torrentleech
torrentdb: torrentdb:
tag: TorrentDB tag: TorrentDB
notifiarr: torrentdb
torrentleech: torrentleech:
tag: TorrentLeech tag: TorrentLeech
notifiarr: torrentleech
tv-vault: tv-vault:
tag: TV-Vault tag: TV-Vault
# Tag Movies/Series that are not hard linked # Tag Movies/Series that are not hard linked
nohardlinks: nohardlinks:
# Mandatory to fill out directory parameter above to use this function (root_dir/remote_dir) # Mandatory to fill out directory parameter above to use this function (root_dir/remote_dir)
@ -130,6 +136,7 @@ orphaned:
- "**/*.!qB" - "**/*.!qB"
# Apprise integration with webhooks # Apprise integration with webhooks
# Leave Empty/Blank to disable
apprise: apprise:
# Mandatory to fill out the url of your apprise API endpoint # Mandatory to fill out the url of your apprise API endpoint
api_url: http://apprise-api:8000 api_url: http://apprise-api:8000
@ -137,6 +144,7 @@ apprise:
notify_url: notify_url:
# Notifiarr integration with webhooks # Notifiarr integration with webhooks
# Leave Empty/Blank to disable
notifiarr: notifiarr:
# Mandatory to fill out API Key # Mandatory to fill out API Key
apikey: #################################### apikey: ####################################
@ -148,6 +156,7 @@ notifiarr:
# Set value to notifiarr if using notifiarr integration # Set value to notifiarr if using notifiarr integration
# Set value to apprise if using apprise integration # Set value to apprise if using apprise integration
# Set value to a valid webhook URL # Set value to a valid webhook URL
# Leave Empty/Blank to disable
webhooks: webhooks:
error: https://mywebhookurl.com/qbt_manage error: https://mywebhookurl.com/qbt_manage
run_start: notifiarr run_start: notifiarr