this post was submitted on 26 Jun 2025
354 points (98.4% liked)

Selfhosted

46672 readers
1740 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
[–] cm0002@lemmy.world 2 points 22 hours ago (2 children)

Also run the reverse proxy on a dedicated box for it in the DMZ

[–] Ptsf@lemmy.world 2 points 18 hours ago

Honestly you can usually just static ip the reverse proxy and open up a 1:1 port mapping directly to that box for 80/443. Generally not relevant to roll a whole DMZ for home use and port mapping will be supported by a higher % of home routing infrastructure than DMZs.

[–] oong3Eepa1ae1tahJozoosuu@lemmy.world 1 points 21 hours ago (1 children)

In a perfect world, yes. But not as a beginner, I guess?

[–] cm0002@lemmy.world 2 points 20 hours ago

It's beginner level, the hard part is the reverse proxy, once you have a grasp on that just having it on a dedicated box in a segmented portion on your firewall designated as the DMZ is easy. Id even go so far as to say its the bare minimum if you're even considering exposing to the internet.

It doesn't even need to be all that powerful since its just relaying packets as a middleman