shelfarr: mount SABnzbd's real complete_dir so post-processing can find files

This commit is contained in:
rope 2026-07-21 10:42:05 +01:00
parent e37d73fd65
commit 88e1b03f16

View file

@ -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 = {