• 0 Posts
  • 180 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2024

help-circle





  • MaggiWuerze@feddit.orgtoSelfhosted@lemmy.worldImportant Notice of Security Incident
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    5
    ·
    edit-2
    8 days ago

    No, the worst is that a company like Sony or their lawyers can find my server and create a list of movies I offer and then sue me over it. I live in a country where lawyers make a living doing nothing but that.

    Besides that, security by obscurity is the worst possible form and barely qualifies as security at all. It’s also another place where the Jellyfin devs leave their users to their own devices when it comes to securing the server against malicious actors.

    And none of this is clearly communicated by the project. The unauthenticated endpoints are not disclosed, the issues with the filepath is not disclosed. Jellyfin fans treat it as a drop in replacement for Plex, but people using it as such basically throw an unauthenticated server onto the open web












  • The general jist is, do not expose Jellyfin to the internet. Neither via a port nor through a reverse proxy. Its simply not build secure enough for that.

    Use docker to make the setup easier, then use tailscale or whatever VPN solution to allow users from outside your network to access it.

    All of the additional authentication solutions mentioned break client compatibility. Then you could only watch through a browser.

    Install docker, deploy Jellyfin to it, test it. They both have good guides on their respective websites.