July 12, 20232 yr [Just a template for nzbget-ng] NZBGet build from https://github.com/nzbgetcom/nzbget old build https://github.com/nzbget-ng/nzbget Template: https://github.com/W3LFARe/unraid_templates/blob/main/nzbget-ng/nzbget-ng.xml Registry: https://github.com/nzbgetcom/nzbget Edited January 30, 20242 yr by welfare update
January 29, 20242 yr Author On 1/25/2024 at 9:55 PM, Dabront said: Is this going to be updated to the merged project of nzbgetcom? I was just looking at it last week just haven't done so yet. I personally stopped using Nzbget.
January 30, 20242 yr Author On 1/25/2024 at 9:55 PM, Dabront said: Is this going to be updated to the merged project of nzbgetcom? Just updated the repo to https://github.com/nzbgetcom/nzbget
February 27, 20242 yr Is this still supported? I'm able to pull / install it on Unraid, and it shows running, but webpage never loads.
February 27, 20242 yr Here's my docker run docker run -d --name='nzbget-ng' --net='br0.55' --ip='10.69.55.104' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="IRONMAN" -e HOST_CONTAINERNAME="nzbget-ng" -e 'TCP_PORT_6789'='6789' -e 'NZBGET_USER'='nzbget' -e 'NZBGET_PASS'='tegbzn6789' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:6789]/' -l net.unraid.docker.icon='https://avatars.githubusercontent.com/u/121837341?s=48&v=4' -v '/mnt/cache/appdata/nzbget-ng/':'/config':'rw' -v '/mnt/user/':'/downloads':'rw' 'nzbgetcom/nzbget' 010a99e4f9cbd21f813075ac6a7ab592185d713d341e697efc3f4d3ffc21d8fb The command finished successfully! Checked logs from Unraid / Dozzel, nothing shows. The nzbget.conf file is created, but I can't tell if the webserver is running or anything else. Edited February 27, 20242 yr by djgizmo
February 27, 20242 yr NM, discovered the issue. After the .conf file is created... This container tries to chown all folders below the 'downloads' folder. If this is pointed at broader folder (like it was for me), then this either borks and dies, or takes a very long time. I fixed this by changing the downloads entry point.
March 12, 20242 yr For anyone wondering, it's dead easy to move from the (no longer supported) linuxserver.io image to the self-maintained image. Just rename your existing container (eg nzbget-old), and install the new one directly from the nzbgetcom repo in Community Apps, using the same PATHs, login/password and (importantly) the existing appdata folder. Works like a charm : retains all server configuration, doesn't break arr's integrations and even remembers your download history. Also works with your reverse proxy if you call the container nzbget instead of nzbget-ng. (If you really want to be on the cautious side, back up your appdata dir somewhere safe before proceeding). Docker is f..ing magic.
June 26, 20251 yr Hey, i have a small problem: my nzbget starts in Pause mode, i have manually to acitvate the download. How can i change that behavior? Thanks!
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.