paulbsd-salt/states/transmission/defaults.yaml
Paul Lecuq cdb142d466
All checks were successful
continuous-integration/drone/push Build is passing
updated transmission state
2024-03-10 18:39:01 +01:00

83 lines
2.4 KiB
YAML

---
transmission:
url: https://torrent.example.com
user: debian-transmission
group: debian-transmission
pkgs:
- transmission-cli
- transmission-common
- transmission-daemon
config:
alt-speed-down: 50
alt-speed-enabled: false
alt-speed-time-begin: 540
alt-speed-time-day: 127
alt-speed-time-enabled: false
alt-speed-time-end: 1020
alt-speed-up: 50
anti-brute-force-enabled: false
anti-brute-force-threshold: 100000
bind-address-ipv4: "0.0.0.0"
bind-address-ipv6: "::"
blocklist-enabled: true
blocklist-url: "https://git.paulbsd.com/paulbsd/transmission-blocklist/releases/download/2021.12.29/blocklist.gz"
cache-size-mb: 4
dht-enabled: true
download-dir: "/mnt/storage/downloads"
download-limit: 100
download-limit-enabled: 0
download-queue-enabled: true
download-queue-size: 5
downloads-dir: "/tmp"
encryption: 2
idle-seeding-limit: 30
idle-seeding-limit-enabled: false
incomplete-dir: "/mnt/storage/downloads/incomplete"
incomplete-dir-enabled: false
lpd-enabled: true
max-peers-global: 200
message-level: 1
peer-congestion-algorithm: ""
peer-id-ttl-hours: 6
peer-limit-global: 200
peer-limit-per-torrent: 80
peer-port: 51413
peer-port-random-high: 65535
peer-port-random-on-start: false
peer-socket-tos: "default"
peerport-random-low: 49152
pex-enabled: true
port-forwarding-enabled: false
preallocation: 1
prefetch-enabled: 1
queue-stalled-enabled: true
queue-stalled-minutes: 30
ratio-limit: 2
ratio-limit-enabled: false
rename-partial-files: true
rpc-authentication-required: true
rpc-bind-address: "0.0.0.0"
rpc-enabled: true
rpc-password: "{b21d09fef2131b59bb2179668106b06757a3f9679R1Am2k7"
rpc-port: 9091
rpc-url: "/transmission/"
rpc-username: "unknown"
rpc-whitelist: "*"
rpc-whitelist-enabled: false
scrape-paused-torrents-enabled: true
script-torrent-done-enabled: false
script-torrent-done-filename: ""
seed-queue-enabled: false
seed-queue-size: 10
speed-limit-down: 100
speed-limit-down-enabled: false
speed-limit-up: 100
speed-limit-up-enabled: false
start-added-torrents: true
trash-original-torrent-files: false
umask: 2
upload-limit: 100
upload-limit-enabled: 0
upload-slots-per-torrent: 14
utp-enabled: true