2022-11-01 15:33:22 -05:00
|
|
|
[qbittorrent]
|
2023-07-23 00:32:15 -05:00
|
|
|
host = "192.168.x.x"
|
|
|
|
port = 8080
|
|
|
|
username = "user"
|
|
|
|
password = "pass"
|
2022-11-01 15:33:22 -05:00
|
|
|
|
|
|
|
[logging]
|
|
|
|
use_log = true
|
2023-07-23 00:32:15 -05:00
|
|
|
log_level = "INFO"
|
2022-11-01 15:33:22 -05:00
|
|
|
log_path = "./qc.log"
|
|
|
|
|
|
|
|
[app_tags]
|
|
|
|
protected_tag = "ipt"
|
|
|
|
non_protected_tag = "public"
|
|
|
|
|
|
|
|
[torrent]
|
2023-09-12 13:04:38 -05:00
|
|
|
max_age = 2419200
|
|
|
|
min_age = 432000
|
2023-07-23 00:32:15 -05:00
|
|
|
delete_torrents = false
|
2022-11-01 15:33:22 -05:00
|
|
|
|
|
|
|
[pushover]
|
|
|
|
use_pushover = false
|
2023-07-23 00:32:15 -05:00
|
|
|
po_key = "<key>>"
|
|
|
|
po_token = "<token>>"
|
2022-11-01 15:33:22 -05:00
|
|
|
|
2023-05-16 22:05:12 -05:00
|
|
|
[apprise]
|
2023-07-23 00:32:15 -05:00
|
|
|
use_apprise = false
|
2023-05-16 22:05:12 -05:00
|
|
|
host = "192.168.x.x"
|
|
|
|
port = 8088
|
|
|
|
aurls = 'mailto://user:pass@gmail.com'
|
|
|
|
|
2022-11-01 15:33:22 -05:00
|
|
|
[dragnet]
|
2023-07-23 00:32:15 -05:00
|
|
|
enable_dragnet = false
|
2022-11-01 15:33:22 -05:00
|
|
|
dragnet_outfile = "./orphaned.csv"
|
|
|
|
|
|
|
|
[ignored_categories]
|
|
|
|
tech = "tech"
|
|
|
|
books = "books"
|
|
|
|
general = "general"
|
|
|
|
|
|
|
|
[ignored_domains]
|
|
|
|
iptorrents-empirehost = "ssl.empirehost.me"
|
|
|
|
iptorrents-stackoverflow = "localhost.stackoverflow.tech"
|
|
|
|
iptorrents-bgp = "routing.bgp.technology"
|
|
|
|
|
|
|
|
[ignored_tags]
|
2023-07-23 00:32:15 -05:00
|
|
|
save = "save"
|
|
|
|
|
|
|
|
[healthcheck]
|
|
|
|
use_healthcheck = true
|
|
|
|
healthcheck_url = "https://example.com/ping/<uuid>>"
|