• TheIPW@lemmy.mlOP
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    2
    ·
    1 天前

    You’re right, I missed that.

    I personally use a reverse proxy and Wireguard setup to access remotely.

    • ripcord@lemmy.world
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      1
      ·
      1 天前

      Not something that unfortunately works as easily for me to connect my ailing mom’s TV to, and do NOT want to manage the reverse proxy + cert + etc setup for a number of reasons

        • PhAzE@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 小时前

          The point is that you now have another app to manage or learn about just for remote viewing, and the general public can’t and won’t manage something like that. People like us, no problem, its easy, but my dad would never be able to, for example. He can install plex and just log in to an app anywhere to use it though.

          Also, dont forget that many households have non-static IP addresses, so now you need more management for that issue (again, easy for us).

          • W98BSoD@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            7
            arrow-down
            14
            ·
            16 小时前

            But Jellyfin! It solves all your problems, you don’t have to pay for it (because fuck paying for software of any type even if it provides you some value), and did I mention Jellyfin‽

            Why aren’t you using it yet? Are you a plex sympathizer? Get outta here with that!

            What?

            I don’t care if you have a good use case for using plex / Emby / Kodi / VLC / WMC / etc; you will assimilate and use Jellyifn!

            JELLYFIN!!!11!1!1!1!1!. /s

      • Dultas@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 天前

        Yeah it can be more limiting. Personally I got lucky and my mom’s TV runs Android so I could just install a wireguard client.

        I will probably at some point bridge her network with mine since I want to install a TrueNAS box at her house for remote backup. So the VPN client will be moot at that point.

          • Dultas@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            21 小时前

            Which part? For the TV there was literally a wireguard app. I just had to install it on the TV and configure the connection to my wireguard server.

            For the bridging I gave her my old router which I haven’t tested but I believe should support VPN bridging. I already have her on a subnet that won’t conflict with my network for that reason.

            • med@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              ·
              18 小时前

              FYI, scrcpy can be an excellent tool for remote support, but you’d better trust the network the interface is on

      • SpacePirate@feddit.nu
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        edit-2
        18 小时前

        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

          • SpacePirate@feddit.nu
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            1
            ·
            16 小时前

            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

            • hereiamagain@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              4
              ·
              3 小时前

              Most people are not gonna go that route unfortunately. I want to love JF, but the remote access is a big sticking point, especially for non tech relatives.

              It bugs me when people just say tailscale like that solves it all. It’s very useful and solves a lot of problems, but not all. Unfortunately.