Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. tailscale friendly app dashboard

tailscale friendly app dashboard

Scheduled Pinned Locked Moved Selfhosted
selfhosted
7 Posts 5 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D This user is from outside of this forum
    D This user is from outside of this forum
    [email protected]
    wrote last edited by
    #1

    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?

    D baduhai@sopuli.xyzB coffeeboba@lemmy.worldC C 4 Replies Last reply
    7
    • D [email protected]

      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?

      D This user is from outside of this forum
      D This user is from outside of this forum
      [email protected]
      wrote last edited by
      #2

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

      1 Reply Last reply
      0
      • D [email protected]

        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?

        baduhai@sopuli.xyzB This user is from outside of this forum
        baduhai@sopuli.xyzB This user is from outside of this forum
        [email protected]
        wrote last edited by
        #3

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

        1 Reply Last reply
        1
        • D [email protected]

          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?

          coffeeboba@lemmy.worldC This user is from outside of this forum
          coffeeboba@lemmy.worldC This user is from outside of this forum
          [email protected]
          wrote last edited by [email protected]
          #4

          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.earthT 1 Reply Last reply
          3
          • coffeeboba@lemmy.worldC [email protected]

            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.earthT This user is from outside of this forum
            themadcodger@kbin.earthT This user is from outside of this forum
            [email protected]
            wrote last edited by
            #5

            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?

            1 Reply Last reply
            1
            • D [email protected]

              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?

              C This user is from outside of this forum
              C This user is from outside of this forum
              [email protected]
              wrote last edited by
              #6

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

              1 Reply Last reply
              1
              • coffeeboba@lemmy.worldC This user is from outside of this forum
                coffeeboba@lemmy.worldC This user is from outside of this forum
                [email protected]
                wrote last edited by [email protected]
                #7

                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

                1 Reply Last reply
                1
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups