Kind of a quick off the cuff question… but is it difficult to get a docker hosted jellyfin server accessible outside of lan safely?

I have tailscale and a VPN I can use for my own devices but would like to be able to access it safely without needing those.

  • @[email protected]
    link
    fedilink
    English
    181 year ago

    Stick with the VPN. No point in exposing more services with possible security vulnerabilities.

        • @[email protected]
          link
          fedilink
          English
          31 year ago

          Why not just run your own WireGuard instance? I have a pivpn vm for it and it works great. You could also just put jellyfin behind a TLS terminating reverse proxy.

          • @[email protected]
            link
            fedilink
            English
            21 year ago

            Sounds like a pain to get non technical family members to use. If you’re willing to break the non web app you could always put it behind an authenticating proxy (which is what I do for myself outside of VPN, setting up a VPN on a phone is obnoxious and I only look at metadata anyway on my phone)

          • kratoz29
            link
            fedilink
            English
            11 year ago

            Why not just run your own WireGuard instance?

            CGNAT is a big reason.

        • @[email protected]
          link
          fedilink
          English
          1
          edit-2
          1 year ago

          Yep, that way you can set ACLs, you they can only access the jellyfin ports + the ports you allow them to.

          Also, tailacale DNS.

          The fact that tailscale has google/apple/etc logon integration will also help.

      • @eluvatar
        link
        English
        01 year ago

        Oof, that’s bad… And lazy