diff --git a/rootfs/usr/local/share/template-files/config/transmission/settings.json b/rootfs/usr/local/share/template-files/config/transmission/settings.json index 27960f7..9256de9 100644 --- a/rootfs/usr/local/share/template-files/config/transmission/settings.json +++ b/rootfs/usr/local/share/template-files/config/transmission/settings.json @@ -6,7 +6,7 @@ "alt-speed-time-enabled": false, "alt-speed-time-end": 1020, "alt-speed-up": 0, - "bind-address-ipv4": "127.0.0.1", + "bind-address-ipv4": "0.0.0.0", "bind-address-ipv6": "", "blocklist-enabled": true, "blocklist-updates-enabled": true, @@ -14,12 +14,12 @@ "cache-size-mb": 4, "compact-view": false, "dht-enabled": true, - "watch-dir": "/data/downloads/watch", "watch-dir-enabled": true, - "incomplete-dir": "/data/downloads/InComplete", - "incomplete-dir-enabled": true, - "download-dir": "/data/downloads/complete", "download-queue-enabled": true, + "incomplete-dir-enabled": true, + "watch-dir": "/data/downloads/watch", + "download-dir": "/data/downloads/complete", + "incomplete-dir": "/data/downloads/InComplete", "download-queue-size": 10, "encryption": 1, "idle-seeding-limit": 1, @@ -53,16 +53,15 @@ "ratio-limit-enabled": true, "rename-partial-files": true, "rpc-authentication-required": false, - "rpc-bind-address": "127.0.0.1", + "rpc-bind-address": "0.0.0.0", "rpc-enabled": true, - "rpc-host-whitelist": "", - "rpc-host-whitelist-enabled": false, "rpc-password": "{2c6709ed690c77d4f872b41c43966b935f5e2aa2YUv/OyKl", "rpc-port": 9091, "rpc-url": "/transmission/", "rpc-username": "", "rpc-whitelist": "127.*.*.*,10.*.*.*,172.16.*.*,192.168.*.*", "rpc-whitelist-enabled": false, + "rpc-host-whitelist-enabled": false, "scrape-paused-torrents-enabled": true, "script-torrent-done-enabled": true, "script-torrent-done-filename": "", @@ -84,10 +83,6 @@ "speed-limit-up-enabled": true, "start-added-torrents": true, "statusbar-stats": "total-ratio", - "torrent-added-notification-enabled": true, - "torrent-complete-notification-enabled": true, - "torrent-complete-sound-command": "", - "torrent-complete-sound-enabled": false, "trash-can-enabled": true, "trash-original-torrent-files": false, "umask": "002",