Yeah i tried. Anytime my carrier detects a long term data transfer it gets slower snd sloower and slooower til i have to kill it or go crazy. I think it may be set that way at the hardware level because it happens with everything except google play updates and even those depending on time of day
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.
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
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.
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!
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.
If i didnt have to have prime i’d be all over it
U can watch it on movie-web for free (https://movies.fmeee.ovh) No ads no trackers No BS
Thanks a ton. Now if i can just get my carrier to not throttle me… got as far as the vault raid cutscene and got axed. Oh well.
VPN?
Yeah i tried. Anytime my carrier detects a long term data transfer it gets slower snd sloower and slooower til i have to kill it or go crazy. I think it may be set that way at the hardware level because it happens with everything except google play updates and even those depending on time of day
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.
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
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.
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!
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.
I looked into exposing jellyfin and holy shit get ready for a new full time hobby in network security if you try.