The wasteland is going get even bigger.

  • Jayb151@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    You’re doing the Lord’s work. I wish I could get jelly fin working the same way. I haven’t been able to figure out how to access it outside my home network

      • paris@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        0
        ·
        7 months ago

        I’m here to recommend Caddy instead of Jellyfin. It’s way easier to set up and just as performant. Example Caddyfile below (assuming they’re in the same Docker network and your Jellyfin container is named jellyfin):

        mydomain.com {
            reverse_proxy jellyfin:8096
        }
        

        That’s it! I highly recommend Caddy! It handles https automatically so you don’t have to worry about SSL certs or 301 redirects from https to https at all!

        • evranch@lemmy.ca
          link
          fedilink
          arrow-up
          0
          ·
          7 months ago

          Never used Caddy, but if you’re running a variety of services Traefik also is pretty easy to deploy, especially if you’re using Docker containers. You can set it up to use let’s encrypt fairly easily to handle all the SSL stuff.

    • fsxylo@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 months ago

      I looked into exposing jellyfin and holy shit get ready for a new full time hobby in network security if you try.