H
HomarrAlea Iacta Est

Some applications are unable to get pinged - I am using a local domain in HTTPS

Title says most of it, i have a series of applications that Homarr is unable to ping, includes applications that doesnt require auth, like openspeedtest. My setup looks like this: local.mydomain.yes, through NPM i have each app its sub domain. In Homarr, some apps are pinged correctly, some arent.
Solution:
i neglected the https:// in the domain given to homarr thinking it would automatically go https, instead, by default it was http
CB
Cakey Bot24d ago
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?
EP
explosive parrot24d ago
What error codes, if any, you get in the homarr logs?
AIE
Alea Iacta Est24d ago
how do i check homarr logs? docker container logs?
AIE
Alea Iacta Est24d ago
AIE
Alea Iacta Est24d ago
these are the logs
T
Tag24d ago
I'm guessing those responses may come from npm and not the app itself. It's a bit strange that it shows the IP:port instead of your subdomain.domain.tld though, but that might be correct If NPM is anything like traefik, it should provide you with local addresses that you can use when on the same network, which are less protected being in a close environment. I gather you're already using it since you've mentioned using "local" in the address
AIE
Alea Iacta Est24d ago
what do you mean by less protected? HTTP over HTTPS?
EP
explosive parrot24d ago
all the connection refusals are happening at 192.168.2.1:80; is that the address of your NPM?
AIE
Alea Iacta Est24d ago
no, port 80 is not being used by anything
T
Tag24d ago
No, still https, just bypassing layers of authetication or filters like authelia.
EP
explosive parrot24d ago
Can you try pinging or tracerouting the affected services from your docker container? It must be used by something, if that's where the blocking is happening. is that the address your domain forwards too?
T
Tag24d ago
No port 80 is just the default for http when resolving a domain to an ip. That's normal But it should point to NPM which then points to the right service
EP
explosive parrot24d ago
@Alea Iacta Est can you double check the addresses in the JSON file proper? I suspect a typo might cause a block at NPM
AIE
Alea Iacta Est24d ago
my local domain is pointing to that IP yes, 192.168.2.1 which is where i am hosting everything and then through NPM i am re routing every app i have to a given subdomain, to their port
AIE
Alea Iacta Est24d ago
AIE
Alea Iacta Est24d ago
where do i find the JSON
EP
explosive parrot24d ago
they are wherever you have mounted you homarr config folder.
AIE
Alea Iacta Est24d ago
im on it what should i check? if the domain is correct redirecting me to the app?
EP
explosive parrot24d ago
Exactly, sometimes some save errors can leave the internal url saved incorrectly after a typo; I've also had issues with trailing spaces in URLs before (why my mobile keyboard keeps adding trailing spaces I'll never know)
AIE
Alea Iacta Est24d ago
well it is if i click on the app in homarr it gets me to the app
EP
explosive parrot24d ago
Clicking the link sends you to the external URL. Status checks are done against the internal URL. Two different fields.
B
Boszorkány24d ago
I use Traefik and have 0 issues with the status indicator for my Filebrowser. However when you put a service behind a reverse proxy it usually can not be accessed by the LAN address. You have to go trough the proxy. Therefore make sure you add the full domain name and NOT the local ip address to be monitored.
AIE
Alea Iacta Est23d ago
no, you guys didnt understand what is my setup i have a local domain, pointing to my home network ip the usage of the domain is only for SSL purpose, nothing else pinging the local domain, pings my server ip, in this case is 192.168.2.1 just for info local.domain.yes--->192.168.2.1 theres no external routing
T
Tag23d ago
Let's make it simple. Go into your homarr's command shell and try to curl/wget the addresses that are not working. See what those return as error (or not). This will at least make a baseline to tell us if your container can or cannot speak to those services Make sure to triple check your addresses for typo, rewrite them completely by hand if necessary, just as a sanity check.
AIE
Alea Iacta Est23d ago
docker exec right?
T
Tag23d ago
Inside the homarr container
AIE
Alea Iacta Est23d ago
docker exec -it homarr
T
Tag23d ago
If your homarr's container ID is homarr then yes But I'm not sure it is, so do docker ps first to get the right id
AIE
Alea Iacta Est23d ago
it is yeah im installing curl in the container i basically get the same exact error connection refused
T
Tag23d ago
If you already have wget you can just use that instead
AIE
Alea Iacta Est23d ago
it returns my domain:80
T
Tag23d ago
This means that this problem isn't comming from homarr, but a problem in the setup.
AIE
Alea Iacta Est23d ago
yeah and that basically says its not a matter of "app auth" issue might be NPM?
EP
explosive parrot23d ago
Can you try something for me? Purposefully put in an incorrect subdomain to see if the error is the same or different.
AIE
Alea Iacta Est23d ago
yes same error ok guys i am an idiot
EP
explosive parrot23d ago
Do you have the same settings inside NPM for the ones that work and the ones that don't?
AIE
Alea Iacta Est23d ago
like complete idiot sorry for wasting your time i got it fixed
T
Tag23d ago
Could you share the answer? As stupid as it may be, someone might come to have a similar issue and this would help them
AIE
Alea Iacta Est23d ago
oh it makes me very ashamed well basically i run all my sub network in HTTPS/SSL
Solution
AIE
Alea Iacta Est23d ago
i neglected the https:// in the domain given to homarr thinking it would automatically go https, instead, by default it was http
AIE
Alea Iacta Est23d ago
and that explains everything 🙃
T
Tag23d ago
Well, I did say that port 80 was default for http, not https x) If this makes it any better, it happens more often than you think. It's the reason why we had to add a warning under the box about http/s.
AIE
Alea Iacta Est23d ago
should i ask a couple more questions? they arent related to this problem
T
Tag23d ago
You can do it in general if they are simple question or open a new ticket. It makes it easier for others to search for relatable issues
AIE
Alea Iacta Est23d ago
got you
Want results from more Discord servers?
Add your server
More Posts
api authorizationHi there, I am trying to use the API endpoint to Homarr. My Homarr is managed by Portainer, runninProblems with Active DirectoryHello I have been trying all day to connect my Homarr installation to my Active Directory. I have trSonarr Intergration in CalendarI've been racking my brain trying to figure this out but I am unable to find a way to add the SonarrApps jumping around in mobile (small) viewNot sure if anyone is able ot help me understand why my apps do this, but for whatever reason the orproblem with the designHello guys, how can i fix that ?qbittorrent app won't open web UII've been adding apps all morning in setting up my new install. After adding the tile for qBittorrenmessage: `Unexpected token 'I', "Internal S"... is not valid JSON`Fresh install, twice. Version 0.15.2. TrueNAS Scale, using the TrueCharts Version: 10.8.1. Log: httPi-hole Installed on Different DeviceHello, I'm running my server along with Homarr on my main laptop. On a separate device, I have pi-hoIs Calibre Interactions possible for their status icon to work?The mouse-over tells me "Unauthorized - (104) Denied) - I'm not sure why,...the link works to accessLooking for the following intertgrationsHi, I'm looking to see if I am able to setup homarr to check on my private torrent ratios.Help finishing my widgetThis is my first time contribution to the project and I am terrible with css since I work more with App url with env interpolationHello, is there a way to use env interpolation for app external url? For instance: http ://myapp.${Mdash. doesnt display graphs on a fresh installI followed the install directions on the site and while I can access and use dash. directly via a weProxmox integration issue, Dev branchSo been trying to diagnose an issue with proxmox, since I am not much of a web dev, I have been stumDashhow do I setup dash I have it in my docker compose file but 2 things I am unsure really what ports IHomarr LaggingMy homarr instance keeps loading really slowly whenever i try to customize it, it is a brand new insWeather not pinging.I've installed the dashboard and everything works fine except the weather. It can't ping, and I can'Detected Protocol Downgradehey there i just finished my Homarr setup and everything works well except Dash widget after i enablbackground not working for meHi, first off, great app, really enjoying it. I can't get the custom background to work, i have goneNothing loading during setup processim sure this has been asked and answered a million times but I couldnt find the answer I was setting