#Linux install sonarr download
Some also recommend paths for the download client container that are different from the Sonarr container, like /torrents.
This causes slow moves and doesn't allow hard links because they are considered two different file systems inside the container. Most Docker images suggest paths like /tv and /downloads. Both problems can be solved with well planned, consistent paths. The second is a performance issue and causes problems for seeding torrents. The first is a problem because the download client will report a download's path as /torrents/My.Series.2018/, but in the Sonarr container that might be at /downloads/My.Series.2018/. There are two common problems with Docker volumes: Paths that differ between the Sonarr and download client container and paths that prevent fast moves and hard links. ¶ Avoid Common Pitfalls ¶ Volumes and Paths These instructions provide generic guidance that should apply to any Sonarr Docker image. However, a number of third parties have created and maintain their own. The Sonarr team does not offer an official Docker image.
#Linux install sonarr password
Download the latest version of Sonarr for your architecture linked below.You should not need to run As Administrator every time. This gives Sonarr the permissions it needs. You will likely have to run once "As Administrator" after installing in tray mode, if you get an access error - such as Access to the path C:\ProgramData\Sonarr\config.xml is denied - or you use mapped network drives. The option to do so is provided during the installer. It's therefore advisable to install Sonarr as a system tray application if the user can remain logged in. This is particularly relevant when using download clients that are configured to download to your home directory.
#Linux install sonarr windows
Windows versions are limited for support to those currently supported by Microsoft, others may work but this is an unsupported configurationĪ Windows Service runs even when the user is not logged in, but special care must be taken since Windows Services cannot access network drives (X:\ mapped drives or \\server\share UNC paths) without special configuration steps.Īdditionally the Windows Service runs under the 'Local Service' account, by default this account does not have permissions to access your user's home directory unless permissions have been assigned manually. Sonarr can be installed on Windows as Windows Service or system tray application.