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

Selfhosted

49928 readers
317 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?

top 7 comments
sorted by: hot top controversial new old
[–] friend_of_satan@lemmy.world 5 points 4 days ago* (last edited 4 days 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.

[–] Strit@lemmy.linuxuserspace.show 4 points 4 days ago (1 children)
[–] damnthefilibuster@lemmy.world 2 points 4 days ago

Hmm. Lofi enough solution. 😆

[–] Plebcouncilman@sh.itjust.works 3 points 4 days ago* (last edited 4 days ago)

Why not use the tailnet address? There’s an option that gives you random words instead of an iP address and it works very well, at least for me. i I mean you still need to know the port but it’s less to remember. As for dashboard I use Homarr.

[–] illusionist@lemmy.zip 2 points 4 days ago* (last edited 4 days ago) (1 children)

What about only using the mesh ~~von~~ vpn ips?, even in lan.

[–] damnthefilibuster@lemmy.world 2 points 4 days ago (1 children)

what are mesh von ips?

Oh, you mean e.g. always using the tailscale IP? Sure, I can do that. But it sure would be a pain since at home I use the .local domain very comfortably...

[–] illusionist@lemmy.zip 4 points 4 days ago

Yes!

Sry for the typo. Mesh vpn.

I use bookmarks which is very convenient. In the past, I also used public domains that simply point to the local IP. E.g. sub.test.com points to 192.1.1.1:8080 instead of a global ip.