From d23b708c83f120b923d4950de6bfbc1ec65cf2f2 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 11 Dec 2023 22:41:38 -0800 Subject: [PATCH] Update SABnzbd to 4.1.0-hotfix1 (#904) --- sabnzbd/docker-compose.yml | 6 +++++- sabnzbd/umbrel-app.yml | 27 ++++++++++++++++++++++----- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/sabnzbd/docker-compose.yml b/sabnzbd/docker-compose.yml index 5f909c5e..1909dced 100644 --- a/sabnzbd/docker-compose.yml +++ b/sabnzbd/docker-compose.yml @@ -13,7 +13,11 @@ services: stop_grace_period: 1m volumes: - ${APP_DATA_DIR}/data/config:/config - - ${UMBREL_ROOT}/data/storage/downloads:/config/Downloads + # sabnzdb offers no way to change the default download directory via environment variables + # and the sabnzbd.ini is not generated until after going through the setup wizard, which automatically sets the download directory to /config/Downloads + # users then need to manually change the download directory to /downloads in Settings > Folders + # This must be done in order to integrate easily properly with other apps like Sonarr and Radarr + - ${UMBREL_ROOT}/data/storage/downloads:/downloads environment: - PUID=1000 - PGID=1000 diff --git a/sabnzbd/umbrel-app.yml b/sabnzbd/umbrel-app.yml index 7b4d0b57..f829be65 100644 --- a/sabnzbd/umbrel-app.yml +++ b/sabnzbd/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: sabnzbd category: networking name: SABnzbd -version: "4.1.0" +version: "4.1.0-hotfix1" tagline: The automated Usenet download tool description: >- SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. @@ -16,9 +16,9 @@ description: >- 🛠️ SET-UP INSTRUCTIONS 🛠️ - 1. Set the Downloads Folder: During the quick-start wizard, you'll see default download directories ('/config/Downloads/complete' and '/config/Downloads/incomplete'). Please use these as your download folders. - These directories are pre-configured to map to the main 'downloads' folder on your Umbrel device. This means any files downloaded by SABnzbd will be automatically saved in the 'downloads' folder on your Umbrel device. - To access these downloaded files, you can use the File Explorer app, which is available in the Umbrel App Store. + 1. Set the Downloads Folder: During the quick-start wizard, you'll see default download directories ('/config/Downloads/complete' and '/config/Downloads/incomplete'). You will need to change these to + `downloads/complete` and `downloads/incomplete` as shown in the second gallery image above. You can change these by navigating to Settings > Folders in the SABnzbd app. + These directories are pre-configured to map to the main 'downloads' folder on your Umbrel device and to also work seamlessly with other apps like Sonarr and Radarr. 2. Integrating with Other Applications: If you want to integrate SABnzbd with other applications such as Sonarr or Radarr, you'll need to use the IP address of your Umbrel device as the 'Host' and use 9876 as the 'Port'. @@ -29,7 +29,24 @@ dependencies: [] repo: https://github.com/sabnzbd/sabnzbd support: https://forums.sabnzbd.org/ port: 9876 -releaseNotes: "" +releaseNotes: >- + This is a hotfix release for SABnzbd 4.1.0 on Umbrel. It makes it easier to configure SABnzbd with apps like Sonarr and Radarr. + + + 🚨 If you are already running SABnzbd 4.1.0 on Umbrel, please update your app and then follow these steps to re-configure your downloads folder path. + You may see errors in the UI when first opening SABnzbd after updating. No data has been lost. This is expected and will be fixed after following these steps. + + + 1. In the SABnzbd app, navigate to Settings > Folders. + + + 2. Change the 'Temporary Download Folder' to `downloads/incomplete` and the 'Completed Download Folder' to `downloads/complete`. + + + 3. Click 'Save Changes'. + + + You are now set! permissions: - STORAGE_DOWNLOADS gallery: