51 lines
		
	
	
		
			934 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			934 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| [qbittorrent]
 | |
| host = "192.168.x.x"
 | |
| port = 8080
 | |
| username = "user"
 | |
| password = "pass"
 | |
| 
 | |
| [logging]
 | |
| use_log = true
 | |
| log_level = "INFO"
 | |
| log_path = "./qc.log"
 | |
| 
 | |
| [app_tags]
 | |
| protected_tag = "ipt" 
 | |
| non_protected_tag = "public"
 | |
| 
 | |
| [torrent]
 | |
| max_age = 2419200
 | |
| min_age = 432000
 | |
| delete_torrents = false
 | |
| 
 | |
| [pushover]
 | |
| use_pushover = false
 | |
| po_key = "<key>>"
 | |
| po_token = "<token>>"
 | |
| 
 | |
| [apprise]
 | |
| use_apprise = false
 | |
| host = "192.168.x.x"
 | |
| port = 8088
 | |
| aurls = 'mailto://user:pass@gmail.com'
 | |
| 
 | |
| [dragnet]
 | |
| 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]
 | |
| save = "save"
 | |
| 
 | |
| [healthcheck]
 | |
| use_healthcheck = true
 | |
| healthcheck_url = "https://example.com/ping/<uuid>>" |