this post was submitted on 26 Jun 2025
482 points (97.6% liked)

Selfhosted

62187 readers
839 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

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

(page 2) 50 comments
sorted by: hot top controversial new old
[–] snowflocke@feddit.org 9 points 1 year ago

We have it open to the public, behind a load balancer URL filtering incomming connection, https proxied through cloudflare with a country filter in place

[–] This2ShallPass@lemmy.world 9 points 1 year ago (1 children)

I don't host my media outside my local network but, if I did, I would use my go to method of SWAG with Authentik. This is what I have done for my other self-hosted items.

[–] circledot@feddit.org 8 points 1 year ago

I use a wire guard tunnel into my Fritz box and from there I just log in because I'm in my local network.

[–] Novi@sh.itjust.works 8 points 1 year ago

Over the top for security would be to setup a personal VPN and only watch it over the VPN. If you are enabling other users and you don't want them on your network; using a proxy like nginx is the way.

Being new to this I would look into how to set these things up in docker using docker-compose.

[–] bl_r@lemmy.dbzer0.com 8 points 1 year ago (1 children)

Tailscale, with nginx for https.

Very easy, very simple, just works, and i can share my jellyfin server with my friends

load more comments (1 replies)
[–] swearengen@sopuli.xyz 8 points 1 year ago

I'm just using caddy and a cheap $2 a year .top domain with a $4 a month VPS. Works for my users, I only have 3 users on my server.

[–] Merlin@discuss.tchncs.de 7 points 1 year ago

I just install tailscale at family houses. The limit is 100 machines.

[–] bmcgonag@lemmy.world 7 points 1 year ago

Cheap VPS with Pangolin for Wireguard and reverse proving through the tunnel.

[–] ArsonButCute@lemmy.dbzer0.com 7 points 1 year ago (2 children)

I use a cloudflare tunnel, ISP won't give me a static IP and I wanna keep my firewall locked down tight.

load more comments (2 replies)

Tailscale - funnel

Just that

[–] recall519@lemm.ee 7 points 1 year ago (1 children)

Cloudflare. No public exposure to the internet.

[–] Batman@lemmy.world 9 points 1 year ago (2 children)

Are we not worried about their terms of service? I've been using pangolin

[–] recall519@lemm.ee 6 points 1 year ago

I run multiple enterprise companies through it who are transferring significantly more sensitive data than me. I'm not as strict as some people here, so no, I don't really care. I think it's the best service, especially for free, so until things change, that's what I'm using.

[–] kalpol@lemmy.ca 5 points 1 year ago (2 children)

We are, Batman, we are.

I VPN to my network for it.

load more comments (2 replies)
[–] ohshit604@sh.itjust.works 7 points 1 year ago* (last edited 1 year ago)

“Technically” my jellyfin is exposed to the internet however, I have Fail2Ban setup blocking every public IP and only whitelisting IP’s that I’ve verified.

I use GeoBlock for the services I want exposed to the internet however, I should also setup Authelia or something along those lines for further verification.

Reverse proxy is Traefik.

[–] WhatThaFudge@lemmy.sdf.org 7 points 1 year ago
[–] hellequin67@lemmy.zip 6 points 1 year ago (4 children)

Personally I use twingate, free for 5 users and relatively straightforward to set up.

load more comments (4 replies)
[–] borax7385@lemmy.world 6 points 1 year ago (2 children)

I have had Jellyfin directly open to the Internet with a reverse proxy for years. No problems.

load more comments (2 replies)
[–] thenose@lemmy.world 6 points 1 year ago

I just use tailscale. I am thinking about external share options but for me and my closests just plain simple tailscale

[–] Player2@lemm.ee 6 points 1 year ago (3 children)

For now just Tailscale but I'm working on setting up a reverse proxy and SSO through Authentik

load more comments (3 replies)
[–] Darkassassin07@lemmy.ca 6 points 1 year ago* (last edited 1 year ago) (1 children)

An $11/yr domain pointed at my IP. Port 443 is open to nginx, which proxies to the desired service depending on subdomain. (and explicitly drops any connection that uses my raw ip or an unrecognized name to connect, without responding at all)

ACME.sh automatically refreshes my free ssl certificate every ~2months via DNS-01 verification and letsencrypt.

And finally, I've got a dynamic IP, so DDClient keeps my domain pointed at the correct IP when/if it changes.


There's also pihole on the local network, replacing the WAN IP from external DNS, with the servers local IP, for LAN devices to use. But that's very much optional, especially if your router performs NAT Hairpinning.

This setup covers all ~24 of the services/web applications I host, though most other services have some additional configuration to make them only accessible from LAN/VPN despite using the same ports and nginx service. I can go into that if there's interest.

Only Emby/Jellyfin, Ombi, and Filebrowser are made accessible from WAN; so I can easily share those with friends/family without having to guide them through/restrict them to a vpn connection.

load more comments (1 replies)
[–] nutbutter@discuss.tchncs.de 6 points 1 year ago (1 children)

This is my setup.

Read more, here.

load more comments (1 replies)
[–] Takios@discuss.tchncs.de 6 points 1 year ago

Wireguard VPN to my fritzbox lets me access my jellyfin.

[–] NuXCOM_90Percent@lemmy.zip 5 points 1 year ago (2 children)

I don't use jellyfin but my general approach is either:

  1. Expose it over a VPN only. I usually use Tailscale for this so that I can expose individual machines but you do you
  2. Cloudflare tunnel that exposes a single port on a single internal machine to a subdomain I own

There are obviously ways to do this all on your own but... if you are asking this question you probably want to use one of those to roll it. Because you can leave yourself ridiculously vulnerable if you do it yourself.

load more comments (2 replies)
[–] skoell13@feddit.org 5 points 1 year ago (3 children)
load more comments (3 replies)
[–] cupcakezealot@piefed.blahaj.zone 5 points 1 year ago* (last edited 1 year ago) (5 children)

for me i just needed a basic system so my family could share so I have it on my pc, then I registered a subdomain and pointed it to my existing ec2 server with apache using a proxy which points to my local ip and port then I opened the jellyfin port on my router

and I have certbot for my domain on ec2 :)

load more comments (5 replies)
[–] Decipher0771@lemmy.ca 5 points 1 year ago

Jellyfin through a traefik proxy, with a WAF as middleware and brute force login protected by fail2ban

load more comments
view more: ‹ prev next ›