mirror of
https://github.com/casjaysdevdocker/transmission
synced 2025-10-15 02:02:30 -04:00
🗃️ Committing everything that changed 🗃️
bin/entrypoint-transmission.sh bin/.gitkeep config/.gitkeep config/transmission/settings.json data/.gitkeep Dockerfile .dockerignore .gitignore .gitkeep LICENSE.md README.md rootfs/.gitkeep rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/.gitkeep rootfs/usr/local/bin/start-transmission.sh rootfs/usr/local/etc/ rootfs/usr/local/share/template-files/config/env/ rootfs/usr/local/share/template-files/config/transmission/
This commit is contained in:
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"alt-speed-down": 100,
|
||||
"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": 0,
|
||||
"bind-address-ipv4": "0.0.0.0",
|
||||
"bind-address-ipv6": "::",
|
||||
"blocklist-enabled": true,
|
||||
"blocklist-updates-enabled": true,
|
||||
"blocklist-url": "https://raw.githubusercontent.com/casjay/blocklists/main/transmission/blocklists.gz",
|
||||
"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,
|
||||
"download-queue-size": 3,
|
||||
"encryption": 1,
|
||||
"idle-seeding-limit": 1,
|
||||
"idle-seeding-limit-enabled": false,
|
||||
"inhibit-desktop-hibernation": false,
|
||||
"lpd-enabled": true,
|
||||
"main-window-height": 500,
|
||||
"main-window-is-maximized": 0,
|
||||
"main-window-width": 554,
|
||||
"main-window-x": 19,
|
||||
"main-window-y": 13,
|
||||
"message-level": 1,
|
||||
"open-dialog-dir": "",
|
||||
"peer-congestion-algorithm": "",
|
||||
"peer-id-ttl-hours": 6,
|
||||
"peer-limit-global": 500,
|
||||
"peer-limit-per-torrent": 500,
|
||||
"peer-port": 51413,
|
||||
"peer-port-random-high": 65535,
|
||||
"peer-port-random-low": 49152,
|
||||
"peer-port-random-on-start": false,
|
||||
"peer-socket-tos": "default",
|
||||
"pex-enabled": true,
|
||||
"pidfile": "/run/transmission-daemon.pid",
|
||||
"port-forwarding-enabled": false,
|
||||
"preallocation": 1,
|
||||
"prefetch-enabled": true,
|
||||
"queue-stalled-enabled": true,
|
||||
"queue-stalled-minutes": 30,
|
||||
"ratio-limit": 0,
|
||||
"ratio-limit-enabled": true,
|
||||
"rename-partial-files": true,
|
||||
"rpc-authentication-required": false,
|
||||
"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,
|
||||
"scrape-paused-torrents-enabled": true,
|
||||
"script-torrent-done-enabled": true,
|
||||
"script-torrent-done-filename": "",
|
||||
"seed-queue-enabled": false,
|
||||
"seed-queue-size": 10,
|
||||
"show-backup-trackers": false,
|
||||
"show-extra-peer-details": false,
|
||||
"show-filterbar": true,
|
||||
"show-notification-area-icon": true,
|
||||
"show-options-window": true,
|
||||
"show-statusbar": true,
|
||||
"show-toolbar": true,
|
||||
"show-tracker-scrapes": false,
|
||||
"sort-mode": "sort-by-name",
|
||||
"sort-reversed": false,
|
||||
"speed-limit-down": 0,
|
||||
"speed-limit-down-enabled": false,
|
||||
"speed-limit-up": 0,
|
||||
"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": true,
|
||||
"trash-can-enabled": true,
|
||||
"trash-original-torrent-files": false,
|
||||
"umask": "022",
|
||||
"upload-slots-per-torrent": 14,
|
||||
"user-has-given-informed-consent": true,
|
||||
"utp-enabled": true
|
||||
}
|
Reference in New Issue
Block a user