422

The wasteland is going get even bigger.

you are viewing a single comment's thread
view the rest of the comments
[-] Kit@lemmy.blahaj.zone 23 points 5 months ago

There are other ways 🏴‍☠️

I can send you an invite to my Plex server if you want - I have the first season on there. Just shoot me a throwaway email address via PM. It works just like Netflix.

[-] Jayb151@lemmy.world 8 points 5 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

[-] fsxylo@sh.itjust.works 5 points 5 months ago

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

[-] timbuck2themoon@sh.itjust.works 3 points 5 months ago

https://jellyfin.org/docs/general/networking/nginx/

Just use nginx as a reverse proxy. Note- this assumes you have a domain name or can at least use duckdns or similar and open ports at the edge of your network.

[-] paris@lemmy.blahaj.zone 4 points 5 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!

[-] FordBeeblebrox@lemmy.world 1 points 5 months ago

This is the sharing the internet was made for, thanks for the suggestion. Jellyfish has been giving me trouble so I’m just torrenting each show individually but I want to build up a library

[-] timbuck2themoon@sh.itjust.works 1 points 5 months ago

I've never worked with it but have heard great things.

I didn't know if it handled whatever fancy stuff jellyfin had on the nginx reverse proxy page but if it does, this certainly eases the path to external access.

[-] evranch@lemmy.ca 1 points 5 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.

[-] paris@lemmy.blahaj.zone 1 points 5 months ago

Caddy has a docker labels plugin so you can use it similarly to how you use traefik. I have a github repo with an action that automatically runs I think the first of every month that checks for Caddy updates and builds the new caddy docker image with the plugins I want automatically.

this post was submitted on 19 Apr 2024
422 points (97.1% liked)

Television

4546 readers
37 users here now

founded 1 year ago
MODERATORS