add transmission daemon config
[dotfiles.git] / settings.json
1 {
2 "alt-speed-down": 50,
3 "alt-speed-enabled": false,
4 "alt-speed-time-begin": 540,
5 "alt-speed-time-day": 127,
6 "alt-speed-time-enabled": false,
7 "alt-speed-time-end": 1020,
8 "alt-speed-up": 50,
9 "bind-address-ipv4": "0.0.0.0",
10 "bind-address-ipv6": "::",
11 "blocklist-enabled": false,
12 "blocklist-url": "http://www.example.com/blocklist",
13 "cache-size-mb": 4,
14 "dht-enabled": false,
15 "download-dir": "/mnt/data/downloads",
16 "download-limit": 100,
17 "download-limit-enabled": 0,
18 "download-queue-enabled": false,
19 "download-queue-size": 5,
20 "encryption": 1,
21 "idle-seeding-limit": 30,
22 "idle-seeding-limit-enabled": false,
23 "incomplete-dir": "/root/Downloads",
24 "incomplete-dir-enabled": false,
25 "lpd-enabled": false,
26 "max-peers-global": 200,
27 "message-level": 2,
28 "peer-congestion-algorithm": "",
29 "peer-limit-global": 10000,
30 "peer-limit-per-torrent": 10,
31 "peer-port": 51413,
32 "peer-port-random-high": 65535,
33 "peer-port-random-low": 49152,
34 "peer-port-random-on-start": false,
35 "peer-socket-tos": "default",
36 "pex-enabled": false,
37 "port-forwarding-enabled": true,
38 "preallocation": 1,
39 "prefetch-enabled": 1,
40 "queue-stalled-enabled": true,
41 "queue-stalled-minutes": 30,
42 "ratio-limit": 2,
43 "ratio-limit-enabled": false,
44 "rename-partial-files": true,
45 "rpc-authentication-required": false,
46 "rpc-bind-address": "0.0.0.0",
47 "rpc-enabled": true,
48 "rpc-password": "{7574ea52a56ad4e09f8fc080ebec3f5600d21433zfDCqxrt",
49 "rpc-port": 9091,
50 "rpc-url": "/transmission/",
51 "rpc-username": "transmission",
52 "rpc-whitelist": "*.*.*.*",
53 "rpc-whitelist-enabled": true,
54 "scrape-paused-torrents-enabled": true,
55 "script-torrent-done-enabled": false,
56 "script-torrent-done-filename": "",
57 "seed-queue-enabled": false,
58 "seed-queue-size": 10,
59 "speed-limit-down": 100,
60 "speed-limit-down-enabled": false,
61 "speed-limit-up": 500,
62 "speed-limit-up-enabled": true,
63 "start-added-torrents": true,
64 "trash-original-torrent-files": false,
65 "umask": 0,
66 "upload-limit": 100,
67 "upload-limit-enabled": 0,
68 "upload-slots-per-torrent": 14,
69 "utp-enabled": true
70 }