Page 1 of 1

Issues with accessing browser GUI after Docker install

Posted: November 10th, 2016, 6:01 pm
by Lozza99
Hey all,

Apologies if this is a stupid noob question, but..

I've just deployed a new Synology NAS server (DSM 6) running Docker.
I've installed an image of SABnzbd in Docker which is fine, but I can't get to the app via my web browser to
configure it. I keep getting the message 'ERR_CONNECTION_REFUSED' in my browser.

Much research seems to show the issue being the localhost set to 127.0.0.1:8080, and I know it needs to be set
to 0.0.0.0:8080

I'm assuming that the setting is in the image for SABnzbd, but I can't find a way to reset it, any ideas or pointers
to how to achieve this.

Thanks in advance
Lozza99

Re: Issues with accessing browser GUI after Docker install

Posted: November 11th, 2016, 12:51 am
by sander
Where did you get that docker image? I find it strange that the image creator lets SAB listen to 127.0.0.1, which indeed is unusable.

Re: Issues with accessing browser GUI after Docker install

Posted: November 11th, 2016, 3:03 am
by Lozza99
I got it from linuxserver.io which I was told was pretty reliable..
(searched for SABnzbd in registry in Docker)
Apart from this, all else has been good, just unable to access the app to configure it..

Re: Issues with accessing browser GUI after Docker install

Posted: November 11th, 2016, 3:51 am
by sander
Ah, so https://hub.docker.com/r/linuxserver/sabnzbd/ . So with "-v <path to data>:/config" ... Can you find that sabnzbd.ini on your NAS?

If not, can't you better get help in https://lime-technology.com/forum/index.php?topic=42441 ?

EDIT:

PS: what is your goal?
- Running SABnzbd? If so, you can run it plain on your Synology
- Experimenting with Docker? If so, you should certainly get the help in the relevant forum. Here in this forum there is little experience with Docker, and even less with Docker on Synology.

EDIT2:

This is my experience with SABnzbd on Docker on Ubuntu: https://forums.sabnzbd.org/viewtopic.php?f=1&t=18039

Re: Issues with accessing browser GUI after Docker install

Posted: November 12th, 2016, 3:48 am
by Lozza99
I redirected the SABnzbd /config folder to an appdata directory that I created, and yes I could find the .ini file, but it didn't contain
any reference to the localhost file...

But, since I posted my question, I tried an alternate build of SABnzbd in Docker, and whadya know, it worked fine... go figure
I can now get into the app and configure away to my hearts content..

Thanks for your help :)
Lozza99