Every non-Free Software will betray you eventually. It's only a matter of time.
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!
Jellyfin is great, but in defense of Plex, they announced that remote streaming would require one of the two parties to have a Plex pass was coming back in March so I don't know if it's fair to say they are holding anything hostage.
In this thread:
- An OP that doesn’t understand how their network is working
- People rushing to suggest a solution that they fawn over because it’s open source. I have yet to see anyone recommend Emby.
- “Tailscale will solve all your problems!” Great - how do I make that work on an LG TV that’s 100 miles away?
- Open source has high immunity to devs making changes at the expense of user for their benefit because anti-features can be removed. Recommending another proprietary alternative here would be like saying they aught to leave an abusive partner but then recommend someone with the same red flags.
3 - An OpenWRT router with Wireguard connecting to another router 1000 miles away will do the trick.
For #3, subnet routing.
Where do I find Wireguard for my LG TV?
You can’t expect my relatives living 100+ miles away to start monkeying around with their router. That be like asking you to set the spark plug timing correctly using a timing gun.
Did you even read the link? You don't need it on every device. It's not really that difficult to understand.
I AM A 48 YEAR OLD FORMER FUCKING TRUCK DRIVER FOR FUCKS SAKE, and yet, I still managed to set up tailscale on my phone and a computer, and then access my stuff that ISNT running tailscale in any way, shape or form, from my phone, simply because I decided to figure it the fuck out.
Stop being so damned lazy.
I am so fucking tired of this "cater to the lowest common denominator" bullshit.
Why anyone still uses Plex for new setups is beyond me.
Well, i didnt. Its a legacy install and i had jellyfin already running parallel because of the remote streaming paywall they introduced.
Someone else already said it and you've already swapped but I'll say it in detail:
when setting the server connection up you selected "ServerName (long string of numbers)" and not "ServerName (your IP - SECURE)"
this routes your connection through the Plex servers and makes it not a local connection anymore. this is extremely easy to do and forget you've done because it barely impacts performance
Are you saying that you’re on your home network with your Plex server and it won’t let you play your media without paying? That’s not true if so. You must be outside the network.
My guess is they have VLANs and they didn’t set up the server to treat them as local traffic.
I've had that happen to me with plex, it was probably 100% my fault because I specifically changed things during the setup of the docker file, but apparently Plex can't figure out that is local if it's running inside docker with non-host network, it probably only accepts local connections from the docker network, and I was never able to make it treat my actual home network as local.
Under Settings > Network there is a configuration item exactly for this. I'm running host network, but you can add the docker networks here as well.