this post was submitted on 26 Jun 2025
376 points (98.0% liked)

Selfhosted

48666 readers
1834 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

What’s your go too (secure) method for casting over the internet with a Jellyfin server.

I’m wondering what to use and I’m pretty beginner at this

you are viewing a single comment's thread
view the rest of the comments
[–] Alk@sh.itjust.works 4 points 23 hours ago (2 children)

SWAG reverse proxy with a custom domain+subdomain, protected by authentik and fail2ban. Easy access from anywhere once it's set up. No vpn required, just type in the short subdomain.domain.com and sign in (or the app keeps me signed in)

[–] iAmTheTot@sh.itjust.works 2 points 22 hours ago (1 children)

What's the point of authentik when Jellyfin already has authentication?

[–] Alk@sh.itjust.works 1 points 21 hours ago* (last edited 20 hours ago) (1 children)

While technically not strictly necessary, it adds more robust authentication methods, and makes it easier to build out other apps if you want to in the future without having to re-do the sign-in process for all of your users. You can have things like 2fa and other things that make it harder for bots to get in and easier for users to stay in. It also makes it easier to keep track of login attempts and notice compromised accounts.

Edit: There are also alternatives like authelia that may be easier to implement. I don't really trust most web apps to be ultra secure with internet-facing sign-in pages so it just feels like "good practice" to hide behind an auth service whose sole purpose is to be written and built securely. Plus once you learn how to set up fail2ban with an auth service, there will be no need to re-learn or re-implement it if you add a 2nd app/service. Very modular and makes testing and adding new things much easier.

Another benefit is that it has a nice GUI. I can look at logins, add services, stuff like that without touching config files which will be nice for those who don't like wading through text files to change config.

[–] iAmTheTot@sh.itjust.works 1 points 20 hours ago (1 children)

Can authentik pass through the authentication to Jellyfin, or do you just log in twice?

[–] Alk@sh.itjust.works 2 points 20 hours ago* (last edited 20 hours ago) (1 children)

It can pass through. There is even an official Authentik guide on the various methods specifically for Jellyfin: https://integrations.goauthentik.io/integrations/services/jellyfin/

Same with Authelia, though I don't have a link for that on hand.

[–] TribblesBestFriend@startrek.website 1 points 23 hours ago (2 children)

That’s probably this type of setup I would want but I miss the technical know how, so if you have a cool beginner guide

[–] Alk@sh.itjust.works 2 points 20 hours ago* (last edited 20 hours ago)

Here is the video I followed for SWAG. Note that this (and most of IBRACORP's guides, which are all fantastic) uses Unraid as the OS, which automates a lot of the processes.

https://youtu.be/N7FlsvhpVGE

And here is a written guide by the same group to go with or replace the video if this is more your speed: https://docs.ibracorp.io/swag-2/

I'll be honest, even for "beginners" (which I was when I started this) this is still a lot to take in. Let me know if you run into any specific questions and I can try to help you.

[–] Alk@sh.itjust.works 2 points 22 hours ago

I used several separate guides plus help from a friend. Check out space invader one's YouTube channel. I'm not at my pc right now but I can gather some of the tutorials I used when I get back.