• SpacePirate@feddit.nu
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    1 hour ago

    If you have a machine at her place that is on most of the time you can have tailscale on that device and then make it ssh into itself with ssh portforwarding on!

    Edit: You can also selfhost headscale and do the same as the comment below said

    • skittle07crusher@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      3 hours ago

      What in the goddamn fuck, sir

      Step 1) Install tailscale (headscale also exists if you wanna fully self-host it)

      Step 2) Done, solved

      • SpacePirate@feddit.nu
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 minutes ago

        That doesn’t slove the problem if your Smart TV doesn’t support tailscale or something like Wireguard. Using another machine connected to a VPN like for example Tailscale/Headscale and then using ssh portforwarding allows you to access the service(jellyfin) on the device without support.

        It would be like this:

        Jellyfin <-- Tailscale/Headscale <— Machine forwarding the jellyfins port <-- Smart TV

        This can be done with a command like this:

        ssh -L 0.0.0.0:8096:jellyfin_tailnet_ip:8096 -f -N user@machine