What’s your go too (secure) method for casting over the internet with a Jellyfin server.

I’m wondering what to use and I’m pretty beginner at this

  • oyzmo@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    7 hours ago

    Wow, a “for dummies” guide for doing all this would be great 😊 know of any?

    • Vanilla_PuddinFudge@infosec.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 hour ago

      I figured infodump style was a bit easier for me at the time so anyone could take anything I namedropped and go search to their heart’s content.

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

      If you aren’t already familiarized with the Docker Engine - you can use Play With Docker to fiddle around, spin up a container or two using the docker run command, once you get comfortable with the command structure you can move into Docker Compose which makes handling multiple containers easy using .yml files.

      Once you’re comfortable with compose I suggest working into Reverse Proxying with something like SWAG or Traefik which let you put an domain behind the IP, ssl certificates and offer plugins that give you more control on how requests are handled.

      There really is no “guide for dummies” here, you’ve got to rely on the documentation provided by these services.