Add transmission-daemon settings
This commit is contained in:
parent
349ce73952
commit
e2a89e04b6
18
utils/transmission-daemon-settings.json
Normal file
18
utils/transmission-daemon-settings.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"download-dir": "/mnt/storage/torrents/download/",
|
||||
"incomplete-dir": "/mnt/storage/torrents/incomplete/",
|
||||
"incomplete-dir-enabled": true,
|
||||
"rpc-authentication-required": true,
|
||||
"rpc-bind-address": "127.0.0.1",
|
||||
"rpc-enabled": true,
|
||||
"rpc-host-whitelist": "",
|
||||
"rpc-host-whitelist-enabled": true,
|
||||
"rpc-password": "PASSWORD",
|
||||
"rpc-port": 9091,
|
||||
"rpc-username": "USER",
|
||||
"rpc-whitelist": "127.0.0.1",
|
||||
"rpc-whitelist-enabled": true,
|
||||
"start-added-torrents": false,
|
||||
"watch-dir": "/mnt/storage/torrents/watch/",
|
||||
"watch-dir-enabled": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user