accessible address but red dot
Good evening, so far I've configured all my services so that homarr redirects me to each one and it works but I still have a red dot on all of them except jellyfin, which seems to be the only widget that works. It seems to be an ip thing.
Homarr is installed under docker on my nas.
Solution:Jump to solution
That means that although your PC can contact the app, the app can't between each other. You need a bridge or host networking
13 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?
try to curl/wget any of the IP's from homarr's console to make sure they can be contacted.
otherwise it does seem there's an error from qbtemp, you can try removing it temporarily.
Sometimes errors can trickle down from other apps not working properly.
by curl you mean ping ?
No, I mean curl
or wget
ping only pings, wget and curl actually ask for the page.
I'm not used to using them, something like
curl Ipadress
?being a web address, you do need to add
http://
and the port, but yesokey i will try this
For the moment it's all there is
Solution
That means that although your PC can contact the app, the app can't between each other. You need a bridge or host networking
something like
network_mode: host
in the compose will be enough?from what I remember it should just be network, but yeah that should be it
https://stackoverflow.com/a/41101432
It is preferable to use bridges though
also, all concerned apps need to be in the bridge or host network
Yess
network_mode: host
is working !!
thank you !