goodbye plex
-
after almost 15yrs my plex server is no more. jellyfin behind nginx with authentik is running very nicely.
Wouldn’t containers make more sense for some of these rather than full blown VMs?
-
Updating immich brings excitement into my life
I've had mine on latest for about a year and I haven't noticed any issues... I have a cron job that pulls it every night too
-
I want to leave too, but I really like PlexAmp for my music streaming. And no, Finamp doesn't work nearly as well or look as nice.
Finamp is good for android and has a flatpak
-
Yeah… that’s a non-starter for me. Not gonna risk my entire home lab when Plex doesn’t have any of that risk.
Also, running in Docker is fantastic but I’ve found Docker to be unstable at times depending on the version.
Oh, Plex has the risk. A vulnerability in Plex is how LastPass lost all their source code. A vulnerability in Tautulli which he had ported outside surfaced his auth token, then he was able to use the auth token to get into Plex and they were able to hit an rce vulnerability and pull the entire git repo the guy had locally.
The key difference is Plex at least has a security team and their name on the line with their investors.
-
Welcome to the jelly. ONE OF US. ONE OF US.
Gooble gobble
-
I just wanna get rid of Plex so bad but jellyfin isn't going to work for my grandma....
You can run them concurrently and let grandma continue to use plex.
-
What is virsh?
It is the command line interface for libvirt/qemu/kvm on Linux. I usually just use virt-manager remotely via SSH to create and manage my VMs, but virsh can be handy as well.
-
Nice. You you restore often?
Whenever I screw something up or something goes sideways. Or when I'm migrating from one host to another.
-
after almost 15yrs my plex server is no more. jellyfin behind nginx with authentik is running very nicely.
Right? Jellyfin is awesome
-
Mostly not yet. They did restrict the bandwidth on relay, but anyone with half a brain can open a port and that still allows apps to direct connect without relay. Honestly I wish could just force it to never relay since randomly my iPad will use relay even when I’m on the same network but that’s more because the new iOS app since the rewrite is dogshit.
Lifetime pass since 2012 here.
I'm pretty certain that you can turn Relay off in your account settings.
-
I've heard people had luck with Tailscale playing nicely with non Plex options. I can't say I've tried it. Though I do use Tailscale. Essentially if you setup Tailscale for Grandma it'll be like she's sitting on your local network. Even better, set it up on her router and you can literally debug all her Internet problems if you can ping it.
Beyond that a raspberry pi with a battery backup on a 4G subscription connected to the router. That would be the ultimate "grandma" setup. Connect her router/modem power to remote power cycle. But I digress.
The irony of not wanting to use Plex and saying to use Tailscale to let you use jellyfin is just too good.
-
Oh, Plex has the risk. A vulnerability in Plex is how LastPass lost all their source code. A vulnerability in Tautulli which he had ported outside surfaced his auth token, then he was able to use the auth token to get into Plex and they were able to hit an rce vulnerability and pull the entire git repo the guy had locally.
The key difference is Plex at least has a security team and their name on the line with their investors.
That’s completely different. Every internet connected service has risks, but having known vulnerabilities that you just refuse to fix is different to someone figuring out a complex exploit.
-
If your grandma can handle torrenting over VPN, then she can probably handle Jellyfin.
wrote last edited by [email protected]Grandma probably doesn’t do the actually torrenting herself, chances are OP has a overseerr or jellyseerr type of setup, grandma makes the request and things just flow.
-
My 67 year old Mother has been using Jellyfin for years via Chromecast. Change the TV input to Chromecast and pull up the Jellyfin app. And that's it. She never leaves Jellyfin and the Chromecast is never shut off, even if the TV is.
It's amazing to me that you fanboys pretend like Plex is easy to use but Jellyfin is somehow not. It's generally the exact same interface.
I don’t understand why jellyfin just doesn’t nut up and make an samsung tv client or something?
Because application development is expensive, and they're open source--not funded by corporate interest like Plex. What exactly about that is difficult to understand?
Lol bad day huh
-
after almost 15yrs my plex server is no more. jellyfin behind nginx with authentik is running very nicely.
Could you point me to a good tutorial for hosting Minecraft server for my kids?
-
Could you point me to a good tutorial for hosting Minecraft server for my kids?
if you want easy java minecraft i might try something like https://github.com/itzg/docker-minecraft-server though i've not tested that one beyond 'it did install'.
for bedrock this walkthough does a good job of covering the steps. https://harrk.dev/dedicated-bedrock-minecraft-server-ubuntu-setup/
microsoft has a habit of changing the download url regularly so automating it gets annoying. my kid has moved onto java so i've just left the bedrock server shutdown.
if you really want to run a java server outside docker and you're comfortable with bash scripts, i can post mine here. but one of the docker builds is going to be the simplest way to get started with it.