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

Selfhosted

50062 readers
346 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
[–] coffeeboba@lemmy.world 5 points 1 week ago* (last edited 1 week ago) (1 children)

I use a reverse proxy (caddy), and point a domain at my machine.ts-domain.ts.net which hosts caddy

this way I can go to service.my.domain instead of machine:port as long as I’m connected to tailscale. any devices not on my tailscale network just get bounced if they hit the domain

[–] themadcodger@kbin.earth 1 points 1 week ago (1 children)

You have a CNAME record that points service.my.domain to machine-that-hosts-caddy.ts-domain.ts.net, and with tailscale enable it hits the caddy server and then reverse proxies it to the machine:port of "service"? Which may or may not be the tailscale IP address and port?

[–] coffeeboba@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (1 children)

Basically yeah.

CNAME points my.domain to *.machine-that-hosts-caddy.my-ts-domain.ts.net

caddy running on that machine directs subdomains to machine:port pairs, where “machine” is either the tailscale name or IP for the machine hosting the service

[–] themadcodger@kbin.earth 1 points 1 week ago
[–] baduhai@sopuli.xyz 3 points 1 week ago

If you have a domain, you could setup split brain dns.

[–] ColdCreasent@lemmy.ca 3 points 1 week ago

Just setup a second page in heimdall with Tailscale friendly links. Duplicate what you already have setup and then update links.

[–] damnthefilibuster@lemmy.world 1 points 1 week ago

I know I wrote tailscale friendly, but the same applies to zerotier, Cloudflared, and dyndns, I guess...