How to access other networks?
I've got the issue that Homarr can't access other Networks within Docker.
So I can add my external Dash. integration but not my internal one for example.
Solution:Jump to solution
See https://docs.docker.com/engine/network/ .
Containers can only communicate within networks but not across networks
.
This means you need to attach Homarr to all the networks you want to communicate with.
This is not a Homarr related question and I will close this thread, as we cannot help you any further. Please read the Docker documentation for more information.
...2 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Solution
See https://docs.docker.com/engine/network/ .
Containers can only communicate within networks but not across networks
.
This means you need to attach Homarr to all the networks you want to communicate with.
This is not a Homarr related question and I will close this thread, as we cannot help you any further. Please read the Docker documentation for more information.
Another approach is to loop outside Docker networks (eg. via reverse proxy or external domains) - but this obviously only works if your apps are accessible from outside (refering to your LAN).