Maintainerr icon indicating copy to clipboard operation
Maintainerr copied to clipboard

Adding Overseerr connection; hostname doesn't work

Open SawkeeReemo opened this issue 1 year ago • 3 comments
trafficstars

When adding a connection to Overseerr, using the hostname (i.e. localhost) doesn't work. It adds http:// to the name in the text box, which normally wouldn't be a problem, but might be a problem here. When I change to IP address, it works fine.

SawkeeReemo avatar Sep 30 '24 20:09 SawkeeReemo

Do you mean that the test fails? Are you able to run an nslookup from the container to see if DNS resolution is okay? docker exec -it container_name sh -c "nslookup hostname_replace_me"

benscobie avatar Oct 01 '24 20:10 benscobie

Ran that command for both localhost and the hostname for my overseerr. Both worked.

But in the UI config for Maintainerr, if I use either hostname, it adds http://[hostname]/ to the entry. Then localhost does not work, but the hostname for my Overseerr container does. Both are on the same docker network as well.

And as I’m typing this, I think I just answered my own question and things are working as they should. šŸ¤¦ā€ā™‚ļø šŸ˜‚

SawkeeReemo avatar Oct 04 '24 04:10 SawkeeReemo

Ran that command for both localhost and the hostname for my overseerr. Both worked.

But in the UI config for Maintainerr, if I use either hostname, it adds http://[hostname]/ to the entry. Then localhost does not work, but the hostname for my Overseerr container does. Both are on the same docker network as well.

And as I’m typing this, I think I just answered my own question and things are working as they should. šŸ¤¦ā€ā™‚ļø šŸ˜‚

So you are good to go now and this can be closed?

ydkmlt84 avatar Oct 04 '24 17:10 ydkmlt84

Yup. All good. Thanks!

SawkeeReemo avatar Oct 11 '24 20:10 SawkeeReemo