this post was submitted on 24 Jul 2025
16 points (100.0% liked)

Selfhosted

50049 readers
349 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Folks,

When I'm at home, I've got Heimdall setup to let me into my applications easily.

When I'm away, I use tailscale to get into my home network. But I end up having to put in the URLs of the applications manually.

What options do I have? Do I setup another Heimdall instance with all the URLs as tailscale friendly?

Is there another dashboard solution out there that maybe takes the base URL of the dashboard and uses that to build the URLs of the applications?

So if I go to home.local then all the apps point to home.local:port and if I get to the dashboard using home.ts.net, then all the apps become home.ts.net:ports

Any suggestions or recommendations of dashboards that do this?

you are viewing a single comment's thread
view the rest of the comments
[–] friend_of_satan@lemmy.world 5 points 1 week ago* (last edited 1 week ago)

My setup is different from yours, but maybe it'll be a reference for something you could do.

I use WireGuard. I forward my dns over the tunnel. The dns servers are my home dns servers (pihole). Those servers resolve my service hostnames to their LAN addresses. Those LAN addresses are resolvable when I'm connected with WireGuard. This means I use the same IP addresses and same host names over vpn or locally on the LAN.