Accessing via internal DNS example(dot)umbrel(dot)com the apps showing the “Starting” status although are perfectly running
Hi everyone,
I need some help with configuring my pfsense router to work with Umbrel. Here is what I have done so far:
- I have installed Umbrel on a Debian based PC and connected it to my local network.
- I have set up HAProxy with wildcards certificates on my pfsense router as a reverse proxy to access Umbrel from inside my network in HTTPS.
- I have created a subdomain umbrel(dot)example(dot)com and pointed it to my router’s IP address.
- I have configured HAProxy to forward requests to umbrel(dot)example(dot)com to the Umbrel’s IP address on port 80.
However, when I try to access umbrel(dot)example(dot)com from a browser, I can access the homepage but I get a Connection Timeout error when reaching apps installed. I suspect that the problem is caused by the nginx proxy that is installed by default on Umbrel. It seems that nginx is listening on port 80 and blocking HAProxy from reaching Umbrel internal port routing.
How can I bypass the nginx proxy and access Umbrel directly from HAProxy? Is there a way to disable nginx or change its port on Umbrel? Any help or suggestions would be greatly appreciated. Thanks in advance.