What I’m trying to do is point a subdomain to my Umbrel so that I can use it on the go without needing to rely on Tailscale.
I’m currently hosting a few other services as follows and I’m hoping I can make it work for Bitcoin and Lightning too:
Internet > domain name > VPS > WireGuard tunnel to home network > Nginx proxy manager > self-hosted service
SSL termination happens in my home with the reverse proxy.
Ideally I’d like to be able to point e.g. lnd.domain.tld to my VPS, then have it forward the request down the WireGuard tunnel where my reverse proxy would route that request to whatever port on my Umbrel.
I know Umbrel can be set up in hybrid mode to support both Tor and Clearnet, but am I able to expose it using this existing setup? If so, what changes would I need to make to the hybrid mode guide to get it working?