ABOUT
Transmission is a free, open-source BitTorrent client known for its fast download speeds and ease of use. It supports various platforms such as Windows, Linux, and macOS and has features like web interface, peer exchange, and encrypted transfers.
infoScript disables whitelisting by default. Change config to suit your needs.
infoAlpine script sets initial disk size to 1GB. Please adjust for your needs after installation ends.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM8 GB disk
Config pathDebian `/etc/transmission-daemon/settings.json` | Alpine `/var/lib/transmission/config/settings.json`
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/transmission.sh'; sha='edd28d6a29238ed42f70ba8ef01bf17d8738426e6cbaad8c7ed794d8b85f369a'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/transmission.shSHA-256 edd28d6a29238ed42f70ba8ef01bf17d8738426e6cbaad8c7ed794d8b85f369a alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config pathDebian `/etc/transmission-daemon/settings.json` | Alpine `/var/lib/transmission/config/settings.json`
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-transmission.sh'; sha='4aab3c2654513c9c62557fc9ad00db6d0ea35a30980b8026dbfc062576919e88'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-transmission.shSHA-256 4aab3c2654513c9c62557fc9ad00db6d0ea35a30980b8026dbfc062576919e88 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.