this post was submitted on 01 Apr 2026
709 points (99.0% liked)

Selfhosted

59999 readers
721 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DreamlandLividity@lemmy.world 9 points 2 months ago* (last edited 2 months 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 also want to use the apps without VPN, this works great.

[–] Lemmchen@feddit.org 4 points 2 months ago* (last edited 2 months ago) (1 children)

Does that work for the Android and Android TV apps?

[–] DreamlandLividity@lemmy.world 3 points 2 months ago* (last edited 2 months 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 2 months ago (1 children)

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

[–] DreamlandLividity@lemmy.world 1 points 2 months ago

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