backup
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"dht-enabled": true,
|
||||
"download-dir": "/mnt/p2p",
|
||||
"download-queue-enabled": true,
|
||||
"download-queue-size": 1,
|
||||
"download-queue-size": 2,
|
||||
"encryption": 1,
|
||||
"idle-seeding-limit": 30,
|
||||
"idle-seeding-limit-enabled": false,
|
||||
@@ -37,20 +37,27 @@
|
||||
"peer-port-random-on-start": false,
|
||||
"peer-socket-tos": "le",
|
||||
"pex-enabled": true,
|
||||
"pidfile": "",
|
||||
"port-forwarding-enabled": true,
|
||||
"preallocation": 1,
|
||||
"preferred_transports": [
|
||||
"utp",
|
||||
"tcp"
|
||||
],
|
||||
"prefetch-enabled": true,
|
||||
"proxy_url": null,
|
||||
"queue-stalled-enabled": true,
|
||||
"queue-stalled-minutes": 30,
|
||||
"ratio-limit": 2,
|
||||
"ratio-limit": 2.0,
|
||||
"ratio-limit-enabled": false,
|
||||
"rename-partial-files": true,
|
||||
"reqq": 2000,
|
||||
"rpc-authentication-required": true,
|
||||
"rpc-bind-address": "0.0.0.0",
|
||||
"rpc-enabled": true,
|
||||
"rpc-host-whitelist": "",
|
||||
"rpc-host-whitelist-enabled": false,
|
||||
"rpc-password": "{f42282eb440a762bc1a0e286e662d0c0323d2c85akXHVQpt",
|
||||
"rpc-password": "{13c3b8faaac9dc68f24cacaf2385542d8afaaa52y0yb8kmt",
|
||||
"rpc-port": 9091,
|
||||
"rpc-socket-mode": "0750",
|
||||
"rpc-url": "/transmission/",
|
||||
@@ -66,17 +73,22 @@
|
||||
"script-torrent-done-seeding-filename": "",
|
||||
"seed-queue-enabled": true,
|
||||
"seed-queue-size": 10,
|
||||
"sequential_download": false,
|
||||
"sleep-per-seconds-during-verify": 100,
|
||||
"speed-limit-down": 100,
|
||||
"speed-limit-down-enabled": false,
|
||||
"speed-limit-up": 100,
|
||||
"speed-limit-up-enabled": false,
|
||||
"start-added-torrents": true,
|
||||
"start_paused": false,
|
||||
"tcp-enabled": true,
|
||||
"torrent-added-verify-mode": "fast",
|
||||
"torrent_complete_verify_enabled": false,
|
||||
"trash-original-torrent-files": false,
|
||||
"umask": "000",
|
||||
"upload-slots-per-torrent": 14,
|
||||
"utp-enabled": true,
|
||||
"watch-dir": "/watch",
|
||||
"watch-dir-enabled": true
|
||||
}
|
||||
"watch-dir-enabled": true,
|
||||
"watch-dir-force-generic": false
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
image: lscr.io/linuxserver/transmission:amd64-4.0.5
|
||||
image: lscr.io/linuxserver/transmission:amd64-4.1.0
|
||||
container_name: transmission
|
||||
environment:
|
||||
- PUID=0
|
||||
|
||||
Reference in New Issue
Block a user