hoobs-org / gui

Interface component for the certified HOOBS stack.
GNU General Public License v3.0
2 stars 1 forks source link

Changing Hostname Doesn't Reload Interface #96

Closed mkellsy closed 3 years ago

mkellsy commented 3 years ago

After changing the hostname doesn't reload the interface. I tested this in the desktop app and the web ui.

mkellsy commented 3 years ago

This is actually only happening in the desktop app. In the GUI hostname changes could redirect to an unsupported address.

In GUI 4.0.58, it detects if the user is accessing via a .local address, if they are, redirect to http://[new name].local is they are using the non .local address, ie. windows, don't redirect, since mdns is not used.

In Desktop 4.0.28, the redirect was remove entirely, the app doesn't use mdns, it actually uses the ip address directly.

Marking this fixed.