Linux/Transmission: Difference between revisions

From Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== /etc/transmission-daemon/settings.json ==
== /etc/transmission-daemon/settings.json ==
<pre>
<pre>
    "blocklist-enabled": true,
    "blocklist-url": "http://list.iblocklist.com/?list=bt_level1",


    "download-dir": "/filesystem/01_filesharing/done",


    "idle-seeding-limit": 2,
    "idle-seeding-limit-enabled": true,
    "incomplete-dir": "/filesystem/01_filesharing/active",
    "incomplete-dir-enabled": true,
    "peer-limit-global": 300,
    "peer-limit-per-torrent": 100,
    "ratio-limit": 0.0098,
    "ratio-limit-enabled": true,
    "rpc-authentication-required": false,
    "rpc-bind-address": "127.0.0.1",
    "rpc-enabled": true,
    "rpc-port": 9091,
    "rpc-url": "/login/transmission/",
    "rpc-username": "transmission",
    "rpc-whitelist": "127.0.0.1",
    "rpc-whitelist-enabled": true,
    "speed-limit-down": 5000,
    "speed-limit-down-enabled": true,
    "speed-limit-up": 250,
    "speed-limit-up-enabled": true,
    "umask": 2,
    "watch-dir": "/filesystem/01_filesharing/watch",
    "watch-dir-enabled": true
</pre>
</pre>


[[Category:Linux/Services]]
[[Category:Linux/Services]]
[[Category:Linux]]
[[Category:Linux]]

Latest revision as of 15:23, 1 April 2017

/etc/transmission-daemon/settings.json

    "blocklist-enabled": true,
    "blocklist-url": "http://list.iblocklist.com/?list=bt_level1",

    "download-dir": "/filesystem/01_filesharing/done",

    "idle-seeding-limit": 2,
    "idle-seeding-limit-enabled": true,

    "incomplete-dir": "/filesystem/01_filesharing/active",
    "incomplete-dir-enabled": true,

    "peer-limit-global": 300,
    "peer-limit-per-torrent": 100,
    "ratio-limit": 0.0098,
    "ratio-limit-enabled": true,

    "rpc-authentication-required": false,
    "rpc-bind-address": "127.0.0.1",
    "rpc-enabled": true,
    "rpc-port": 9091,
    "rpc-url": "/login/transmission/",
    "rpc-username": "transmission",
    "rpc-whitelist": "127.0.0.1",
    "rpc-whitelist-enabled": true,

    "speed-limit-down": 5000,
    "speed-limit-down-enabled": true,
    "speed-limit-up": 250,
    "speed-limit-up-enabled": true,

    "umask": 2,

    "watch-dir": "/filesystem/01_filesharing/watch",
    "watch-dir-enabled": true