You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for multi url support for speed up local network access, but when local network in multi segment, then it's not work, it's always access External address.
for example:
I have a pc with ip 192.168.0.2/24, and server in 192.168.3.2/24 with External address https://xxx.exmple.o , so I access this server always through External address. but this pc can access the server direct in lan with local router ...
so I wish can support an simple method config detect if this pc work in internal network with multi lan or external. example:
a config option define an internal ip (like:192.168.3.2)then detect it if exist then I am internal nor external.
Priority
Low (Nice-to-have)
The text was updated successfully, but these errors were encountered:
This will not happen. Homarr's job is not to manage the different network hostnames. Your application should always be on the same hostname and be managed through a reverse proxy or other routing methods.
So far all requests for this feature have shown that the network setups weren't ideal. Remember: Homarr's distinguishes only between what should be used on the client (external) and what should be used on the server (internal).
I believe that OP can solve the problem with correct routing and configuration.
If not, can you elaborate why this would be necessary?
I have never seen any application in my life do far (except maybe reverse proxied and router software) that does this.
Description
Thanks for multi url support for speed up local network access, but when local network in multi segment, then it's not work, it's always access External address.
for example:
I have a pc with ip 192.168.0.2/24, and server in 192.168.3.2/24 with External address https://xxx.exmple.o , so I access this server always through External address. but this pc can access the server direct in lan with local router ...
so I wish can support an simple method config detect if this pc work in internal network with multi lan or external. example:
a config option define an internal ip (like:192.168.3.2)then detect it if exist then I am internal nor external.
Priority
Low (Nice-to-have)
The text was updated successfully, but these errors were encountered: