Status checker is red for apps behind traefik
All the apps that are behind traefik and that I access using myservice.home are shown in red.
Here are the logs I got:
Any idea how to fix/debug this?
24 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?
!qa required_data
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question.
Please provide:
- your Homarr logs
- your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...)
- A detailed description of your problem or question with additional images where necessary
- Your operating system
- Version of Homarr (do not say latest! say 0.15.2, ...)
Failure to comply with this will result in a permanent closure of your support request.
v0.15.3
Synology NAS
Can you open the container terminal session and manually make a curl / wget / ping to your hostnames? If this fails, you need to fix your networking setup.
mmmh yes I think I understand: the homarr container cannot resolve the dns (which is done by pihole)
Have you tried setting the DNS server manually? You can do that for containers
I just tried but when I add the ip of pihole as dns in homarr, it seems homarr is cut off from internet
Maybe a network policy or rule is blocking it?
Do you have some kind of tunnel or VPN maybe?
So you use http only?
If you use self signed ssl certificates you need to trust them in Homarr
how can I do that?
Solution
oh nice, let me try this
so now it seems it's working for most apps except two (traefik and bazarr)
What status code do they return? Or does the request completly fail?
i can open the page, just that the status indicator is red
What does the indicator show?
its 401 for both
Then simply add 401 as an accepted code
yes i think i'll do that
401 means that you must authenticate for it to access. And Homarr doesn't know whether 401 is a "good" or "bad" response
👍
thanks!
Can we mark this as resolved then?
yes