Skip to content
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

Internal IP-address surpport multi network or with env check #1604

Closed
driftcrow opened this issue Nov 12, 2023 · 3 comments
Closed

Internal IP-address surpport multi network or with env check #1604

driftcrow opened this issue Nov 12, 2023 · 3 comments
Labels
✨ Feature A feature you'd like to be added

Comments

@driftcrow
Copy link

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)

@driftcrow driftcrow added the ✨ Feature A feature you'd like to be added label Nov 12, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in Homarr Kanban Nov 15, 2023
@Relax-87
Copy link

Relax-87 commented Dec 4, 2023

+1

@manuel-rw
Copy link
Collaborator

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.

https://homarr.dev/docs/introduction/glossary

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.

@manuel-rw
Copy link
Collaborator

Closing as duplicate of #1089

@manuel-rw manuel-rw closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Homarr Kanban Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature A feature you'd like to be added
Projects
Archived in project
Development

No branches or pull requests

3 participants