-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suddenly Homarr container points at hostname:port instead of local IP:port, breaking proxy #2209
Comments
Did you recently perform an update of homarr? Maybe it has to do to you using (or lack of use of) the env var "NEXTAUTH_URL" |
I let Watchtower take care of updates, so I don't know if it's related. |
orangepi3-lts most likely is being translated to "localhost" in your host file in some capacity, or docker networking is setting that up. |
orangepi3-lts is the name I assigned to the machine when I installed Open Media Vault on it, I don't know how OMV manages localhost names. My Homarr is actually quite slow, especially when enabling config mode to add/remove apps. Can I do anything to mitigate that? |
Great to hear that then. For this part with the warning, this means you've created quite the heavy board with tons of things on it. I think this issue may get mitigated in V1.0, but it would be interesting to see how V1.0 handles a config this big. |
goodness that's a lot of apps. And if some of your apps don't need a status check, I'd recommend moving them to a bookmark widget instead. It's a neat way to make a list of apps take a lot less space. (It supports titles so you wouldn't need to put them in categories anymore either) |
Yes, disabling pings made it snappier for sure, I tried Edit mode and clicking the cogwheel on apps made the settings dialog appear immediately. It took 10-15 secs before. |
Environment
Docker
Version
0.15.7
Describe the problem
I've been using Homarr for about 2 years now as docker container. With the following compose, it automatically pointed at 192.168.1.168:7575, which is the IP of the Orange Pi 3 LTS on which it's running.
Suddenly it started pointing at http://orangepi3-lts:7575, breaking the proxying in Nginx Proxy Manager.
All other services on the same machine point at the IP, Homarr doesn't. What can I do to fix it?
EDIT: To my surprise, after several failed connections, Homarr is now proxied to my tld, despite NPM being set to IP and Homarr using "orangepi3-lts".
Logs
Context
Please tick the boxes
The text was updated successfully, but these errors were encountered: