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.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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
This article doesn't mention the limitations of remote access for Jellyfin, which requires some tricks like reverse proxy or Tailscale. I think Jellyfin is a great option if you only watch/listen on your home network, but if anyone wants to replicate the remote access capabilities of Plex, I typically warn them they are going to have to roll their sleeves up.
Don’t selfhost if you think a reverse proxy is tricky.
That seems like a rather arrogant tone to take. Reverse proxies are complicated. Easy to set up, but challenging to configure depending on what your needs are. Not everyone wants a homelab.
Everyone's journey starts somewhere and sometimes people's needs just don't extend beyond the easier choices available.
You're right, I missed that.
I personally use a reverse proxy and Wireguard setup to access remotely.
Not something that unfortunately works as easily for me to connect my ailing mom's TV to, and do NOT want to manage the reverse proxy + cert + etc setup for a number of reasons
There are a ton of reverse proxy options that manage the cert for you
You do then still have to expose JF to the open internet. That's not without risk. Neither is Plex but they do make it a point to secure all their endpoints before login.
The point is that you now have another app to manage or learn about just for remote viewing, and the general public can't and won't manage something like that. People like us, no problem, its easy, but my dad would never be able to, for example. He can install plex and just log in to an app anywhere to use it though.
Also, dont forget that many households have non-static IP addresses, so now you need more management for that issue (again, easy for us).
In this scenario, your dad just installs Jellyfin and logs in.
You've set up the reverse proxy to your server, its transparent to him.
You can update DNS records automatically so its also a fire and forget kind of thing.
But I guess, give your data to the corpos because its easier.
No, im talking about him running his own server. Not connecting to mine.
There's lots of reasons I don't want to set this up
There are literaly zero limitations by Jellyfin to remotely access your media. You are free to access your instance in any way you want. Fuck plex
Honestly for video I agree, for audio, it's just me and only in my house or phone so tailscale is fine. If my friends really want audio, they can pay streaming for it.
If you can spin up a podman container, you can use a caddyfile. Hell, if you can nano and read, you can set uo a caddyfile.
Tailscale truly could not be easier/simpler.
Not for all clients, like Roku for example.
Yes the solution is different hardware, like a Google TV, older firestick, raspAP, or flash openwrt on a router. But that's no longer plug and play and may have other caveats. Besides costing money.
No shade, it's just not QUITE that simple every time.
How does Plex get around that? I've only ever used jellyfin.
Plex operates TURN servers
Just fucking yeet it online
A reverse proxy is a trick? That's like standard practice for web servers.