From 88e1b03f16c575d7a059b37928634d3e5a158595 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 21 Jul 2026 10:42:05 +0100 Subject: [PATCH] shelfarr: mount SABnzbd's real complete_dir so post-processing can find files --- services/shelfarr.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/shelfarr.nix b/services/shelfarr.nix index 8477305..3518633 100644 --- a/services/shelfarr.nix +++ b/services/shelfarr.nix @@ -30,6 +30,11 @@ "/var/lib/shelfarr:/rails/storage" "/mnt/storage/torrents/audiobooks:/audiobooks" "/mnt/storage/torrents/downloads:/downloads" + # SABnzbd's real complete_dir (see sabnzbd.nix) — mounted at the + # same path SABnzbd itself reports, so Shelfarr's post-processing + # step can find and move files without needing the + # download_remote_path/download_local_path rewrite settings. + "/mnt/storage/usenet/downloads:/mnt/storage/usenet/downloads" ]; extraOptions = [ "--network=host" ]; environment = {