Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] hotio - All images released by hotio

Featured Replies

Hi there thanks for the nice template.


I dont get it working and i really have over 2000 files to process... so... xD 

 

Please help me...

 

https://github.com/davidnewhall/unpackerr/issues/50

 

Ive added /downloads/completed/Serien as sonarr path

and

/downloads/completed/Filme as radarr path after filling the report (bc that was missing from your template) but in the end it doesnt change anything.

Edited by nuhll

  • Replies 125
  • Views 41.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • That's because I've added :latest as the default tag instead of blank and CA doesn't seem to handle that properly.... I think that my targeted audience knows what the apps are and don't need to read

  • Besides, it's also very frustrating for me to see the entire CA store filled to the brim with these ridiculous gameserver images....but you don't see me bitching about that either, do you?

  • Cool, the third time? 😅 This is not the first time that I see your apps in the feed on top.   I find it a bit frustrating when I look for recently added apps and see (at least) twice a

Posted Images

  • Author

Could you do:

 

ls -la /mnt/user/

and remove UN_RADARR_0_PATH those, make sure you are you use all the same mounts for sonarr, radarr and unpackerr....

 

 

Edited by hotio

5 minutes ago, hotio said:

Could you do:

 

ls -la /mnt/user/

drwxrwxrwx  1 nobody users  83 Sep 10 17:35 ./
drwxr-xr-x 14 root   root  280 Sep 10 17:25 ../
drwxrwxrwx  1 nobody users  24 Aug  3  2019 Archiv/
drwxrwxrwx  1 nobody users   6 May  7 01:50 Kamera/
drwxrwxrwx  1 nobody users  26 Sep 26 13:07 Privat/
drwxrwxrwx  1 nobody users  20 Jan  2  2020 YouTube/
drwxrwxrwx  1 nobody users 486 Sep 27 13:17 appdata/
drwxrwxrwx  1 nobody users  20 Aug  8 23:50 domains/
drwxrwxrwx  1 nobody users  64 Sep 27 02:00 downloads/
drwxrwxrwx  1 nobody users  98 Aug  8 23:56 isos/
drwxrwxrwx  1 nobody users  32 Aug  5  2019 mount_rclone/
drwxrwxrwx  1 nobody users  24 Aug  5  2019 mount_unionfs/
drwxrwxrwx  1 nobody users 120 Aug  5  2019 nextcloud/
drwxrwxrwx  1 nobody users  24 Apr 28  2019 rclone_upload/
drwxrwxrwx  1 nobody users  26 Jan 27  2019 system/

 

 

I dont know, i just clicked your template in apps and there was no PATH variable (only the default, not the individual) ive set now the default and the individual correspondingly ( i mean UN_RADARR_0_PATH )

 

Thats my latest try:

 

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='unpackerr' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'UN_SONARR_0_URL'='http://Sonarr:8989' -e 'UN_SONARR_0_API_KEY'='key' -e 'UN_RADARR_0_URL'='http://Radarr:7878' -e 'UN_RADARR_0_API_KEY'='key' -e 'UN_RADARR_0_PATH'='/downloads/completed/Filme' -e 'UN_SONARR_0_PATH'='/downloads/completed/Serien' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='002' -e 'ARGS'='' -e 'DEBUG'='no' -e 'UN_DEBUG'='false' -v '/mnt/cache/appdata/unpackerr':'/config':'rw' -v '/mnt/user/downloads/':'/downloads':'rw' -e DEBUG=yes --restart=unless-stopped -c=64 --network=filesharing 'hotio/unpackerr' 
 

Edited by nuhll

  • Author

If you don't follow the instructions from the template and just start adding stuff on your own...well then...you're on your own

6 minutes ago, hotio said:

and remove UN_RADARR_0_PATH those, make sure you are you use all the same mounts for sonarr, radarr and unpackerr....

 

 

I guess i need it bc sonarr and radarr have differnt paths?

 

Like i said, all "filesharing" apps are mounted the same way. /downloads correspondes to /mnt/user/downloads

3 minutes ago, hotio said:

If you don't follow the instructions from the template and just start adding stuff on your own...well then...you're on your own

Dont be pissed! I did what your template said, it didnt work so i startet using the official documentation. Which also not works.


back at: 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='unpackerr' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'UN_SONARR_0_URL'='http://Sonarr:8989' -e 'UN_SONARR_0_API_KEY'='key' -e 'UN_RADARR_0_URL'='http://Radarr:7878' -e 'UN_RADARR_0_API_KEY'='key' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='002' -e 'ARGS'='' -e 'DEBUG'='no' -e 'UN_DEBUG'='false' -v '/mnt/cache/appdata/unpackerr':'/config':'rw' -v '/mnt/user/downloads/':'/downloads':'rw' -e DEBUG=yes --restart=unless-stopped -c=64 --network=filesharing 'hotio/unpackerr' 
 

Edited by nuhll

  • Author

show the same for radarr and sonarr

1 minute ago, hotio said:

show the same for radarr and sonarr

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Radarr' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '7878:7878/tcp' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/mount_unionfs/google_vfs/':'/Archiv/':'rw,slave' -v '/mnt/user/appdata/radarr':'/config':'rw' --restart=unless-stopped -c=512 --network=filesharing 'linuxserver/radarr:nightly' 
 

 

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Sonarr' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '8989:8989/tcp' -v '/dev/rtc':'/dev/rtc':'ro' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/mount_unionfs/google_vfs/':'/Archiv/':'rw,slave' -v '/mnt/user/appdata/Sonarr':'/config':'rw' --restart=unless-stopped -c=512 --network=filesharing 'linuxserver/sonarr:preview' 
 

latest log:


 

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-start-container: executing...

----------------------------------------------------------------------
ENVIRONMENT
----------------------------------------------------------------------
PUID=99
PGID=100

2
TZ=Europe/Berlin
ARGS=

s
----------------------------------------------------------------------

Executing usermod...
Applying permissions to /config
[cont-init.d] 00-start-container: exited 0.
[cont-init.d] 01-configure-app: executing...
No custom "unpackerr.conf" found. Using defaults.
[cont-init.d] 01-configure-app: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2020/09/27 14:54:34 Unpackerr v0.7.0- Starting! (PID: 221) 2020-09-27 14:54:34.270152487 +0200 CEST m=+0.001020867
2020/09/27 14:54:34 ==> Startup Settings <==
2020/09/27 14:54:34 => Sonarr Config: 1 server: http://Sonarr:8989 @ /downloads (apikey: true, timeout: 10s)
2020/09/27 14:54:34 => Radarr Config: 1 server: http://Radarr:7878 @ /downloads (apikey: true, timeout: 10s)
2020/09/27 14:54:34 => Lidarr Config: 0 servers
2020/09/27 14:54:34 => Folder Config: 0 paths
2020/09/27 14:54:34 => Parallel: 1
2020/09/27 14:54:34 => Interval: 2m0s
2020/09/27 14:54:34 => Delete Delay: 5m0s
2020/09/27 14:54:34 => Start Delay: 1m0s
2020/09/27 14:54:34 => Retry Delay: 5m0s
2020/09/27 14:54:34 => Debug / Quiet: false / false
2020/09/27 14:54:34 => Log File: /config/app/unpackerr.log
2020/09/27 14:54:34 [Radarr] Updated (http://Radarr:7878): 4 Items Queued
2020/09/27 14:54:34 [Sonarr] Updated (http://Sonarr:8989): 1840 Items Queued
2020/09/27 14:55:34 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted], Totals: [0 restarts] [0 finished]
2020/09/27 14:56:34 [Radarr] Updated (http://Radarr:7878): 4 Items Queued
2020/09/27 14:56:34 [Radarr] Updated (http://Radarr:7878): 4 Items Queued
2020/09/27 14:56:34 [Sonarr] Updated (http://Sonarr:8989): 1839 Items Queued
2020/09/27 14:56:34 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted], Totals: [0 restarts] [0 finished]
2020/09/27 14:57:34 [Unpackerr] Queue: [0 waiting] [0 queued] [0 extracting] [0 extracted] [0 imported] [0 failed] [0 deleted], Totals: [0 restarts] [0 finished]

 

Edited by nuhll

  • Author

now for the torrent client...
and do you have any remote path mappings defined?

1 minute ago, hotio said:

now for the torrent client...
and do you have any remote path mappings defined?

Im only using nzbget...

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nzbget' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '6789:6789/tcp' -v '/mnt/user/downloads':'/downloads':'rw' -v '/mnt/user/Archiv':'/Archiv':'rw' -v '/mnt/user/appdata/nzbget':'/config':'rw' --restart=unless-stopped -c=64 --network=filesharing 'linuxserver/nzbget:latest' 
 

If all of this looks right, ill wait and let it run some time.

19 minutes ago, hotio said:

unpackerr is only for torrents

Whats the difference? It talks to sonarr and sees where its downloaded and then unrars it...?

  • Author

the difference is that nzbget already unpacks stuff

1 minute ago, hotio said:

the difference is that nzbget already unpacks stuff

I ofc disabled unpacking from nzbget ;) bc i have the problem that it wont unpack all files (like when a rar is inside a rar)

Edited by nuhll

  • Author

People seeking support here are encouraged to visit the discord server (https://hotio.dev/discord), any lack of activity on this forum is no indication of container maintenance/updates speed, those will remain best in class. I can however make no promises on the longterm availability within CA, in that case I suggest people to manually add an unraid templates repository or switch to linuxserver if that's a possibility. More info is always available on the discord server.

  • 2 months later...

Hey, 

 

i saw your overseerr release in CA. Can you tell me what the difference is between your and @diamkil release?

On 12/20/2020 at 11:19 AM, sonic6 said:

Hey, 

 

i saw your overseerr release in CA. Can you tell me what the difference is between your and @diamkil release?

My guess is he's using a custom docker image, probably more enhanced. I use the one from the creator. so while his release might be more stable (still alpha software tho) my release will probably get the update quicker (by a few minutes or hours)

  • Author

I'm always gonna be slower, since sct knows when he's going to push the button. Certainly not hours....the build does take 30-40 because I'm also releasing arm64 and armhf. Got puid pgid support, images slightly smaller, shared alpine base with some other of my containers, app is tested to see if it starts before pushing to dockerhub and ghcr.io (no limits)....

18 minutes ago, hotio said:

I'm always gonna be slower, since sct knows when he's going to push the button. Certainly not hours....the build does take 30-40 because I'm also releasing arm64 and armhf. Got puid pgid support, images slightly smaller, shared alpine base with some other of my containers, app is tested to see if it starts before pushing to dockerhub and ghcr.io (no limits)....

exactly, sct's template also doesn't support arm at all. PGID and PUID are in my template. Also he's using the alpine node template but still your's is shared for the first layers. My goal was mostly to have it out before you or binhex puts it on CA but now there's lots of downloads on my template so I'm defenatly not removing it

  • Author

There's no point in you putting puid and pgid in your template, because sct's image doesn't support it. Did you actually ask sct permission? I think he rather do the template himself maybe in collab with the selfhosters repo....for me it's all the same

thanks for clarification. @diamkil saw you post in plex subreddit a week ago and now there a two Overseerr containers in CA. Hard for me to choose, which one i should use and why.

Edited by sonic6

@hotio, it looks like the cloudflareddns has been moved or reloaded (I now get "not available" in the updates column) and the image on CA Apps says only downloaded 100+ times.  Do I need to switch to the new docker image?  

 

Generally, thank you for this (and other) great images.  Happy Holidays!

Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.