nzbhydra2
nzbhydra2 copied to clipboard
NZB Hydra saying "It looks like you're exposed to the internet"
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.
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: @.***>
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 😫
I see the problem, sorry about that.
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.