ABOUT
Cleanuparr is a tool for automating the cleanup of unwanted or blocked files in Sonarr, Radarr, and supported download clients like qBittorrent, Transmission, and Deluge. It removes incomplete, blocked, or malicious downloads and can trigger replacement searches to ensure your media library stays complete and up-to-date.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU1024 MB RAM4 GB disk
Config path/opt/cleanuparr/config
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/cleanuparr.sh'; sha='800ae095ceb3f89ddcd0312d0dffef8a0c1641efcda10f42a682a7afda51388c'; 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/cleanuparr.shSHA-256 800ae095ceb3f89ddcd0312d0dffef8a0c1641efcda10f42a682a7afda51388c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.