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
Not in the way you’re probably thinking, no. The VPN (like Proton) will be isolating devices from each other. This is by design, so you don’t end up in situations like different customers seeing each other on the network.
Your router might be able to act as a VPN host. This would allow you to connect to your home network from anywhere, and use it just like you would use a service like Proton. And if your home network is set to allow devices to see each other, then you could see your Jellyfin server. See if your router can run Tailscale or can act as a WireGuard (or OpenVPN) host. Tailscale will be the most straightforward approach, but not everything can run it. Worst case scenario, you could just run Tailscale directly on your Jellyfin server.
The big issue with requiring a VPN is that it makes remote access on some devices difficult or damned near impossible. For instance, good luck getting a smart TV to run Tailscale. Tailscale will be fine for things like phones, laptops, or tablets. But if you have a smart TV you want to remote view things on, you may need to consider a reverse proxy instead. And a reverse proxy is such a rabbit hole that it would deserve its own post.
I see thank you.
But if I want to keep my Proton VPN connection active, I don't think what you're describing is doable.
That would mean being connected to two vpns at once wouldn't it?
EDIT : i get it now, if I configure it on the router, I won't have to connect to two vpns on the same device
My mom uses this approach to access my media files. It's a Sony Android TV and works pretty good actually
Why is that the worst case it's goes literally like this: install on your server, install on the other decide (phone, laptop), connect to the same account and BOOM works
Because running it on your router gives you access to the entire network of devices, not just the Jellyfin server.