diff --git a/utils/transmission-daemon-settings.json b/utils/transmission-daemon-settings.json new file mode 100644 index 0000000..4a35c5b --- /dev/null +++ b/utils/transmission-daemon-settings.json @@ -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 +}