

I main Jellyfin now. I still have Plex for one device that has no Jellyfin client available. But indeed they run side by side sharing the same media.
Worth doing as Plex will keep getting shitter
I main Jellyfin now. I still have Plex for one device that has no Jellyfin client available. But indeed they run side by side sharing the same media.
Worth doing as Plex will keep getting shitter
deleted by creator
Me too. Docker isn’t hard if you use a compose file. It’s easy to read syntax.
Linux server.io has great documentation for their images.
I have Jellyfin and Plex running from the same virtual machine pointing at the same media. If it wasn’t for the one crappy TV I have in my house with no Jellyfin client, Plex would be gone.
It’s very much a WAN solution too. I use it to push my files to a Pi Zero W that’s 200 miles from my house. I use it as an off site store of my files. The Pi is connected as an untrusted device in Syncthing so that all files sit encrypted at rest.
You’re correct. I just noticed I have a 50% voucher for one app so used that and some Google Rewards credits so it’s cost me nothing really. Thanks!
Damn. That Symphonium seems like a good app. I have Jellyfin but only a few albums to try it out. I used Finamp before which is basic and works ok but this app has way more features. The downside is it’s not free. I don’t mind paying for something but I notice my free trial will finish way before I get a chance to upload new media and give it a proper chance.
It really doesn’t. It’s down to the developer. I would say that easily 75% app I use wanted me to set them up again.
Windows is fine for me. I work with it all day long too. But yeah Windows is just another enshitification product.
In that case I’ll let you off!
Tip: For markdown. You can add two spaces at the end of a line to put text on a new line.
Paragraphs…
All my media is shared from a Raspberry Pi 4 with a HDD attached to it via NFS. Jellyfin runs as a container on a cheap Chinese mini pc I got off AliExpress. I’ve not had any issues over the network. It even transcodes on a share of the Pi as my SSD that has Jellyfin on is too small for larger movies.
Just to say. I recently jumped from Android and the iPhone didn’t just work like I remember they did. Two bugs I had were adding comments on Reddit using Firefox. The keyboard would come up but my text would be off screen so I couldn’t see what I was typing. This could be a Firefox bug but it was still very weird and not one I’d seen on Android.
One bug that used to get annoying is I’d unlock the phone and when going to type, the volume would be at max briefly before going back to the volume the phone was set at. This caught me out a few times in the middle of the night.
I couldn’t get on with iOS and felt that after not using it since the iPhone 4S that nothing had really improved. Also the lack of being able to use uBlock Origin on Firefox was awful. It’s been a while since I browsed the web without an adblocker and I really hated having to do something every day. Eventually I sold the 16 Pro I had and went back to my Pixel 8.
The one thing I remember being great about the iPhone was when you upgrade you restore the backup and the phone just works. With Android you typically have to go around and login to all the apps again. Again a developer issue but certainly easier on iOS.
I used Plex for a long time and was very tempted by their lifetime plan. I tried Jellyfin but at the time it just wasn’t a patch on Plex. I continued with Plex but always had that itch to get away from closed source. I eventually tried Jellyfin again and whilst it’s definitely not as feature rich as Plex, it does what I need from it which is a central store of media that any TV in my house can use. I’ve even given a few friends a login so they can watch content.
I do love that it’s completely self hosted. I run it behind Caddy so it has a Let’s Encrypt certificate. All run in a Docker container with the media from an NFS share from a Pi4 with an external HDD.
That said, I still have Plex running as I have one Samsung TV and there’s no official Jellyfin client for it. Yes there’s some long winded developer way to get one on but I just can’t be bothered.
Ha. I guess that is the give away! I didn’t see that at first.
I’m puzzled. Northern Rock closed 12 years ago. The photo though doesn’t look that old?
Caddy is awesome! I originally went for nginx proxy manager to manage my certs as it has a GUI. However, despite being text based, Caddy is so even easier to configure…
email myemail@mydomain.net
}
jellyfin.mydomain.net {
reverse_proxy 192.168.0.1:8096
}```
That's all there is to it. Caddy does the heavy lifting.
Ha. That’s my bad. I didn’t even read the firewall rules listing 22/SSH. I agree on not opening 22 to the world. It just invites bots throwing passwords at it.
I just read Minecraft in the original post which from reading runs from 25565 which I wouldn’t worry about. If OP needs 22 for admission I’d either whitelist it or use a VPN/Tailscale.
More effort than I would consider. I’d just allow all traffic incoming on that port. I’d only consider whitelist if someone was giving me grief. Even then that would be after blacklisting an IP wasn’t solving my problem.
I have a couple of services, including nginx (a website) that run though a Cloudflare Tunnel. No need to open up ports and certificates are automatically managed.
https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/
I also use ddclient to update my own personal domain with my internets dynamic IP (no need for a dynamic DNS provider). I have to do this as I host Jellyfin and Cloudflare don’t support streaming through their tunnels. So yes this is exposed to the internet. It does sit behind a caddy reverse proxy though.
I also run a wireguard VPN so that I can dial in when out the home. Im in Spain next week so can use that to get BBC iPlayer etc. The wireguard uses an address that is dynamically updated by ddclient (domain is hosted by Cloudflare)
Emails I don’t bother self hosting. I actually pay for simplelogin and send emails there via aliases. They then route to a single Proton email address.
Of course. But if you managed to setup Plex then you’ve already shown you have willing to learn…