ABOUT
Sonobarr marries your existing Lidarr library with Last.fm’s discovery graph to surface artists you'll actually like. It runs as a Flask + Socket.IO application, ships with a polished Bootstrap UI, and includes admin tooling so folks can share a single instance safely.
infoDefault generated admin password is in the env file (sonobarr_superadmin_password)
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM20 GB disk
Config path/etc/sonobarr/.env
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/sonobarr.sh'; sha='42f2bae876c60bd0ecb0bb73a6caaa26fd6b2e2eab451be09fa3c4788ab90575'; 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/sonobarr.shSHA-256 42f2bae876c60bd0ecb0bb73a6caaa26fd6b2e2eab451be09fa3c4788ab90575 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.