Elektrine lite

← Feed

@GraveyardOrbit@lemmy.zip

Post #3395368

2026-06-25 01:51 UTC

My grandparents cannot access jellyfin via vpn and it’s not safe to expose it to the web because the devs don’t take security seriously

Replies (2)

  • @iocase@lemmy.zip 2026-06-25 05:11

    I use tailscale when I’m in these situations. It even works behind the most cursed CGNAT like starlink where it’s impossible to even port forward. As long as your tunnel is running you just use the private IP address for your jellyfin machine and your parents will access it like it’s local.

    Open ##3396684

  • @nibbler@discuss.tchncs.de 2026-06-25 06:28

    I put mine behind a reverse proxy, like any sane person would. Configure an original sni and you are basically invisible. (Tls1.3, doh/dot make it even better, depending on your threat model, but most likely overkill)

    Open ##3397002