Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
It's curious that I'm almost in the opposite boat, have been using Jellyfin without issues for around 5 years, but recently was considering trying Plex because Jellyfin is becoming too slow on certain screens (probably because I have too much stuff, but it shouldn't be this slow).
Edit: this made me want to check in Plex, so I'll leave my story for people amusement:
My experience with Plex:
It's now been 1 hour of trying to set this up and I give up. Jellyfin is much more easy to setup, and even if Plex was instantaneous I could have loaded my TV library hundreds of times in the 1h I just wasted trying to get this to work. Probably every other time I tried I got similar results which is why I have an account there even though I don't remember ever using Plex.
Edit2: after some nore more fiddling managed to get it working, not sure what I changed, so now:
This is more about familiarity than difference in ease of use. I've used both, they are both super easy.
Some of it yes, the claim for example, but the rest is still pretty bad UX (and even that is stupid, I shouldn't need a claim to watch locally), I'm an experienced self hosing person and I'm getting frustrated every step of the way, imagine someone who doesn't know their way around docker or is not familiar with stuff... Jellyfin might be less polished as some claim, but setting it up is a breeze, never had to look at documentation to do it.
I set Plex up as an inexperienced selfhoster in 2020 and it was easy.
I would bet that the problem is with Plex being inside docker. Might be one of those situations where being more experienced causes issues because I'm trying to do things "right" and not run the service on my server directly or with root or on network host mode.
But being inside a container causes these many issues I can't even begin to imagine how it would be to get it to do more complex stuff like be accessible through Tailscale or being behind authorization.
Bullshit. Docker Plex is easy af. You calling yourself experienced is the real joke here
¯\_(ツ)_/¯ what do I know, I only do this for a living plus manage a couple of home servers with dozens of services for almost a decade.
And you are still so bad? Wowzer. Fake it till you make it I guess. Try to overcome your fear of containers, it will help you with your work.
Oh no, a random on the internet who can't read the list of issues to understand they are all service and not deployment related, with no qualification whatsoever and who reads like an angry teen thinks I don't know about a technology I've been using since before he knew how to talk. I'm devastated.
The quality was probably bad because you were routed through Plex Relay services which have a bandwidth limit. It is honestly quite a nice free service because it means it will work pretty much regardless how your network is setup but the quality will be bad. If you want to directly connect to your server you need a public IP so CGNAT won't do you might also have to open some ports.
Even though they're both on the same LAN? That sounds stupid, why would I need my videos to travel half across the globe to go from one room to the next?
No, that should work straight out of the box. Maybe you have some network configuration that stops that, like a firewall.
Nope, Jellyfin works directly same as always has
Weird. It has always worked perfectly fine for me. You must have something interesting going in in your setup.
You should not be using NAT to access your Plex externally, I will explain.
App.plex.tv and the apps use Plex services to generate a point to point connection from remote clients through your router to the server. This is important because you never need to expose a private IP to the Internet, and the authentication can be protected with something robust like a Google account which support 2FA and even phishing-resistant 2FA.
The combination of more advanced security and secure/convenient SSO authentication are one of the biggest benefits of Plex in my opinion.
If you enable the "remote access" in Plex you are essentially port forwarding you server to the internet using UPnP (by default. You can also port forward manually if you'd like).
It's indeed a point to point connection but a point to point connection the same way your connection to normal websites are point to point.
If you knew the public IP of anyone that's using Plex you can likely go to [IP]:[Random PORT] and access their server. You still need to login though.
Source: My own tests and https://support.plex.tv/articles/200931138-troubleshooting-remote-access/