nzbhydra2 icon indicating copy to clipboard operation
nzbhydra2 copied to clipboard

NZB Hydra saying "It looks like you're exposed to the internet"

Open psyciknz opened this issue 2 years ago • 1 comments

I assume because I'm binding to 0.0.0.0. and it recommending that I reverse proxy.

Or I am revserse proxying, via caddy., and 0.0.0.0 is everything in the docker container than nzbhydra is running it, which is also in a docker network - so it's not exposed anywhere.

What do I need to enter where, to get it to be ok? Should I update the host ip to the containers IP (I'd rather not given it might change) or the host it's on? Again I'd rather not in case it moves.

psyciknz avatar Jun 30 '22 02:06 psyciknz

Anything that's not 0.0.0.0

On Thu, 30 Jun 2022, 04:41 psyciknz, @.***> wrote:

I assume because I'm binding to 0.0.0.0. and it recommending that I reverse proxy.

Or I am revserse proxying, via caddy., and 0.0.0.0 is everything in the docker container than nzbhydra is running it, which is also in a docker network - so it's not exposed anywhere.

What do I need to enter where, to get it to be ok? Should I update the host ip to the containers IP (I'd rather not given it might change) or the host it's on? Again I'd rather not in case it moves.

— Reply to this email directly, view it on GitHub https://github.com/theotherp/nzbhydra2/issues/783, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNUA6LVASMG6TI63D6KL7LVRUCNHANCNFSM52HX23GA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

theotherp avatar Jun 30 '22 09:06 theotherp

Anything that's not 0.0.0.0 On Thu, 30 Jun 2022, 04:41 psyciknz, @.> wrote: I assume because I'm binding to 0.0.0.0. and it recommending that I reverse proxy. Or I am revserse proxying, via caddy., and 0.0.0.0 is everything in the docker container than nzbhydra is running it, which is also in a docker network - so it's not exposed anywhere. What do I need to enter where, to get it to be ok? Should I update the host ip to the containers IP (I'd rather not given it might change) or the host it's on? Again I'd rather not in case it moves. — Reply to this email directly, view it on GitHub <#783>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNUA6LVASMG6TI63D6KL7LVRUCNHANCNFSM52HX23GA . You are receiving this because you are subscribed to this thread.Message ID: @.>

I too am running Hydra behind an NGINX reverse proxy. When I change the host IP address to 172.18.0.12, it says

You've changed the host but NZBHydra seems to be run in docker. It's recommended to use the host '0.0.0.0'.

so I'm stuck bouncing between two warning conditions 😫

perfectly-preserved-pie avatar Aug 11 '22 06:08 perfectly-preserved-pie

I see the problem, sorry about that.

theotherp avatar Aug 11 '22 09:08 theotherp

I'm not using a reverse proxy, but if I change 0.0.0.0 to localhost or 127.0.0.1, nzbhydra becomes inaccessible from any local browser.

cryo-kronos avatar Sep 08 '22 00:09 cryo-kronos