[Support] nzbget-ng/nzbget


Recommended Posts

  • 6 months later...
  • 4 weeks later...

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

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.  

Link to comment
  • 2 weeks later...

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.

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.