-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.toml
More file actions
63 lines (57 loc) · 1.82 KB
/
config.example.toml
File metadata and controls
63 lines (57 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[default]
proxy = ""
watch_dir = "~/rtorrent/watch/start"
fast_upload = false
snapshots = true
snapshot_columns = 3
snapshot_rows = 2
keksh_api_key = "" # needed for higher image size max in 5MB without
ptpimg_api_key = "" # required for `ptpimg`
torrent_creator = "torf" # torf, torrenttools
snapshot_row_width = 1000 # will be lowered if it's higher than the site's width for the torrent page
# Site credentials and settings
# Credentials below are required unless you uses cookies instead.
[avistaz]
username = ""
password = ""
totp_secret = ""
anonymous_upload = true
2captcha_api_key = ""
# proxy = "http://user:[email protected]:6060"
[broadcasthenet]
username = ""
password = ""
img_uploader = "keksh"
totp_secret = ""
fasttorrent = true # set to false if <24 Mbps upload speed
# proxy = "http://user:[email protected]:6060"
[hdbits]
username = ""
password = ""
img_uploader = "hdbimg"
totp_secret = ""
# proxy = "http://user:[email protected]:6060"
[passthepopcorn]
username = ""
password = ""
passkey = "" # required for credential auth, auto-detected when using cookies
img_uploader = "ptpimg"
# personal_rip_tags = ["MYGRP"]
# proxy = "http://user:[email protected]:6060"
[ncore]
username = ""
password = ""
img_uploader = "keksh"
totp_secret = ""
description = true # port, mafab, true, false
snapshot_rows = 3 # default is 3 suggested to not use more
anonymous_upload = false # default is false
# proxy = "http://user:[email protected]:6060"
[nekobt]
api_key = ""
img_uploader = "keksh"
group_at_start = false # Put the group name inside bracket at the start
# announce_urls = [] # use other then default
# group_tag = "MYGRP"
# advert = "" # Option for group link or other message to use in all upload
# proxy = "http://user:[email protected]:6060"