[Support] hotio - All images released by hotio


hotio

Recommended Posts

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
Link to comment
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
Link to comment
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
Link to comment
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
Link to comment
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.

Link to comment

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.

Link to comment
  • 2 months later...
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)

Link to comment

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)....

Link to comment
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

Link to comment

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

Link to comment
  • Squid locked this topic
Guest
This topic is now closed to further replies.