Jump to content

Permissions Help


Devan

Recommended Posts

ohh ok

 

radarr:

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='radarr' --net='host' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'TCP_PORT_7878'='7878' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='000' -v '/mnt/user/appdata/radarr':'/config':'rw' 'cr.hotio.dev/hotio/radarr'

f11f3fff8ca05747c50a9c05a89f81ba5c061afb3cba1dfc43bdf3cf2b03f946

 

and sonarr:

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='sonarr' --net='bridge' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='002' -p '8989:8989/tcp' -v '/mnt/user/appdata/sonarr':'/config':'rw' 'cr.hotio.dev/hotio/sonarr'

5950645e61044825ef1e861995778cb585185b24068305c1e03053dba291da54

Link to comment

You need to pass each of them another path to your media

 

EG: /media mapped to /mnt/user/Movies

 

And then within Radar you would tell it that your media exists at /media

 

Additionally, on your download client (sab?) you should have a path to the downloads in the mappings.  You need to add that exact same path (container and host) to sonarr / radarr

 

See also 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...