qbit-maid/config.toml.example

51 lines
934 B
Plaintext
Raw Normal View History

[qbittorrent]
2023-07-23 00:32:15 -05:00
host = "192.168.x.x"
port = 8080
username = "user"
password = "pass"
[logging]
use_log = true
2023-07-23 00:32:15 -05:00
log_level = "INFO"
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
[pushover]
use_pushover = false
2023-07-23 00:32:15 -05:00
po_key = "<key>>"
po_token = "<token>>"
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'
[dragnet]
2023-07-23 00:32:15 -05:00
enable_dragnet = false
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>>"