this post was submitted on 01 Apr 2026
459 points (98.7% liked)

Selfhosted

58413 readers
46 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Lemmchen@feddit.org 7 points 1 week ago (2 children)

The thing is, if you have non-technical users, you have to set up the VPN connection on the client site yourself, maybe on multiple machines and more than once, if they decide to upgrade or even just reset their devices.

[–] esc@piefed.social 11 points 1 week ago (2 children)

The problem here - it's not me who requires access to my library, if someone isn't willing or able to do it, I'm sorry but that's just how it is. People should stop infantilize non-technical people, absolute majority of them is capable of navigating our world without much problems and I'm willing to help them if help is asked.

[–] IratePirate@feddit.org 6 points 1 week ago* (last edited 1 week ago)

This. And for everyone you just can't figure it out on their own, there's RustDesk for remote assistance. It, too, can be self-hosted.

[–] Lemmchen@feddit.org 4 points 1 week ago (2 children)

Or you can not be arrogant towards your friends and family who have probably helped you on lots of occasions and will probably keep being there for you in the future.
Idk man, unconditional sharing feels pretty good, tbh. Making them jump through hoops isn't really my jam. To me this kinda all plays into making a stronger bond with people that are close to me, so maybe we have different reasons for why we are sharing our stuff.

Inb4 "we are not the same" meme

[–] esc@piefed.social 5 points 1 week ago

I'm not arrogant, just don't assume that people are dumb and inept. If they can't or don't want to give a bit of time to setup it, well how can someone be forced to use free service that causes momentarily inconvenience once to use. 😔

[–] irmadlad@lemmy.world 3 points 1 week ago (1 children)

Idk man, unconditional sharing feels pretty good

Pass. Users cause complexities. Complexities cause issues.

[–] BladeFederation@piefed.social 4 points 1 week ago* (last edited 1 week ago) (1 children)

Users cause issues. Programs cause issues. Connecting it to the internet causes issues. Having a computer causes issues. Better turn your laptop off and throw it on the garbage.

[–] irmadlad@lemmy.world 1 points 1 week ago

The difference being, I can control computers, laptops, servers, etc. I cannot control users.

[–] DreamlandLividity@lemmy.world 5 points 1 week ago (2 children)

So use a reverse proxy with authentiacation before access to Jellyfin is allowed. I use Caddy forward_auth with Authelia for this. Unless you want to use the apps, this works great.

[–] Lemmchen@feddit.org 4 points 1 week ago (1 children)

Dors that work for the Andoid and Android TV apps?

[–] DreamlandLividity@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

No. As I said, apps don't work. I cobbled together an API key service that let's you have an API key (password) in the server URL in Rust for myself. This works with Apps, but it is a bit too messy and single purpose for me to open source it right now. Maybe one day.

[–] inclementimmigrant@lemmy.world 1 points 1 week ago (1 children)

Got instructions or a site to point to on setting something like that up?

[–] DreamlandLividity@lemmy.world 1 points 1 week ago

Honestly, I may have to write one at some point. I just used the documentation of those two tools to set it up.