ABOUT
Autobrr is a torrent downloading tool that automates the process of downloading torrents. It is designed to be modern and user-friendly, providing users with a convenient and efficient way to download torrent files. With Autobrr, you can schedule and manage your torrent downloads, and have the ability to automatically download torrents based on certain conditions, such as time of day or availability of seeds. This can save you time and effort, allowing you to focus on other tasks while your torrents are being downloaded in the background.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM8 GB disk
Config path/root/.config/autobrr/config.toml
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/autobrr.sh'; sha='bb1ecfa60a9f3c73b8dc17b449491f3454ab819d010aac5dba976b881fb4bb75'; 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/autobrr.shSHA-256 bb1ecfa60a9f3c73b8dc17b449491f3454ab819d010aac5dba976b881fb4bb75 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.