

I cleaned up the stackfile since i use reverse proxy to run most of the things on the same port and use hostnames (radarr.domain, sonarr.domain, etc) to access it.

If i missed anything or if you have any questions, don't hesitate. So in this case /mnt/lvm-hdd/docker/containers/sonarr/config on the host, will be mounted on /config in the container.Īlways make sure that the target directory on the host exist when starting a container/service, or it will fail to start. The device here is the absolute path to the target folder on the host.This location will be mapped/mounted to the given mountpoint (directory) in the container. We'll skip over the details since type and o will be the same for local mounts. Here you can see two volume definitions with some options. The relevant volume definitions for the sonarr service are as followedĭevice: /mnt/lvm-hdd/docker/containers/sonarr/config If you look in the lower half of the YAML file you'll see a volumes block with quite a lot of blocks with paths, these are the volume definitions and will be created when we apply the stack. But since Docker allows volume plugins it is recommended to create a volume and assign it by name rather than a path on the host machine. In order to write to locations on the host machine (or mounted network locations) you need to explicitly mount directories in the container. They also cannot reach the host's filesystem. So, let's say for example you want Sonarr to be reachable on r/ You'll need to change or add the following rule 4001:8989.Īs i meantioned earlier, since docker containers are isolated. The gist, if you already know or want to skip my explanation:
#Sonarr raspberry pi install#
Install instructions for most popular platforms can be found on their site Īfter install, you'll want to download this file as a YAML file, ie: download-stack.yml. So apparently this Sonarr version still is in test phase…maybe we need to wait for next version to have the Mono problem solved.Great, always fun to share something great with anyone interested!įirst of all, you ofcourse need Docker.

WARNING: A PROVISIONAL V3 package and installation instructions are provided by SynoCommunity at. Oh, here you find the architecture of your Synology: I’m quite sure it is the Sonarr package from SynoCommunity that has an error and therefor doesn’t cooperate with Mono.
#Sonarr raspberry pi upgrade#
I do get a warning though to upgrade to 5.20, but didn’t do so, it also didn’t work.

When you install Mono 5.8 and after that Sonarr, it doesn’t install 5.20. – : Unable to connect to indexer, check the log for more details : The operation has timed out.: ' (removed) -> : The operation has timed out.Īt ( 1 workerTask, System.Int32 timeout, System.Action abort, System.Func1 aborted, cts) in :0Īt () in :0Īt .ManagedHttpDispatcher.GetResponse ( request, cookies) in :0Īt .ExecuteRequest ( request, cookieContainer) in :0Īt .Execute ( request) in :0Īt .Get ( request) in :0Īt .NewznabCapabilitiesProvider.FetchCapabilities (.NewznabSettings indexerSettings) in :0Īt .NewznabCapabilitiesProvider+c_Displa圜lass4_0.b_0 () in :0Īt 1.Get (System.String key, System.Func1 function, System.Nullable 1 lifeTime) in :0 at .NewznabCapabilitiesProvider.GetCapabilities (.NewznabSettings indexerSettings) in :0 at .Newznab.get_PageSize () in :0 at .Newznab.GetRequestGenerator () in :0 at 1.TestConnection () in :0Ģ1-4-3 10:12:49.9|Warn|SonarrErrorPipeline|Invalid request Validation failed: Here’s the log file for the timeout error: Is there a setting I need to change on my NAS server to make this work?
#Sonarr raspberry pi windows#
Both Windows and DSM servers are on the same network. I verified that the settings fields match 1-1 between Windows and DSM. (Linux) Mono version (if Sonarr is not running on Windows): Mono JIT compiler version 6.8.0.105 (Debian 6.8.0.105+dfsg-3. However when I try the same settings on the DSM server, the connection times out. On the windows server everything I can test the indexer and everything works perfectly. I am in the process of migrating from a windows based Sonarr server to DSM server. Mono version (if Sonarr is not running on Windows): 5.20.1.34
