

This article will show you how to install Sonarr within an existing jail (e.g.
HOW TO CONFIGURE SONARR MANUAL
Settting up Sonarr is alot like setting up Radarr, which of course is based on the Sonarr and you can read the TrueNAS: Radarr Manual Install article to walk through also downloading your movies automatically.
HOW TO CONFIGURE SONARR MOVIE
The project was inspired by other Usenet/BitTorrent movie downloaders such as SickRage. It will determine when an episode has been downloaded and move it to the correct media folder to be picked up by media servers such as Plex and Emby. Sonarr can integrate directly into your media server setup and integrates directly with most modern download clients: uTorrent, Deluge, rTorrent, NZBGet, SABnzbd, qBittorrent, Transmission and many more. It automatically downloads TV shows via Usenet and BitTorrent. We’re using the terminal text-editor nano for this: nano apps.Sonarr is a multi-platform app to search, download, and manage TV shows. This will contain all mappings to your applications. In this folder we’re going to create a.Go to the folder containing the Nginx configuration files: cd /etc/nginx/openmediavault-webgui.d/.Open a terminal and connect to your NAS using SSH.With a Reverse Proxy we’re going to tell Nginx to send all traffic pointing to ‘ /sabnzbd‘ to the port you configured. This is the (sort of) difficult part and there are multiple ways to approach this. Setting up a Nginx Reverse Proxy for SABnzbd in OpenMediaVault That’s it! You’re SABnzbd is now configured to use your Let’s Encrypt SSL-certificate.

In the ‘ HTTPS Key‘ field enter the path to the server.ket file ( /var/opt/sabnzbd/server.key).In the ‘ HTTPS Certificate‘ field enter the path to the server.cert-file (if you stuck to my earlier example, it should be /var/opt/sabnzbd/server.cert).

Click on the ‘ General‘-tab and click ‘ Advanced‘ to show advanced settings.In the SABnzbd Web Interface, go to settings by pressing the crowbar in the top-right corner.To execute this command periodically, add it to OMV’s crontab:

So I came up with the solution of periodically copying the needed pem-files to sabnzbd’s install-folder and changing the owner of these files to sabnzbd:users The command is as follows:Ĭp /etc/letsencrypt/live//cert.pem /var/opt/sabnzbd/server.cert cp /etc/letsencrypt//privkey.pem /var/opt/sabnzbd/server.key chown sabnzbd:users /var/opt/sabnzbd/server.* -vvvĭon’t forget to replace with your server’s Web Address! The ability of symlinking to these files would be nice, but then we would need to either give the user sabnzbd root priviliges or change the owner of Let’s Encrypt’s. These files belong to the root user and this should stay that way. Where ‘ ‘ is the Web Address you configured for your NAS.
