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

Selfhosted

62209 readers
897 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 3) 50 comments
sorted by: hot top controversial new old
[–] Andrew@mnstdn.monster 4 points 1 year ago (3 children)

Nobody here with a tailscale funnel?? It's such a simple way to get https access from anywhere without being on the tailnet.

load more comments (3 replies)
[–] bitwolf@sh.itjust.works 4 points 1 year ago

Is putting it behind an Oauth2 proxy and running the server in a rootless container enough?

[–] Sgt_choke_n_stroke@lemmy.world 4 points 1 year ago (4 children)

Synology worked for me. They have built in reverse proxy. As well as good documentation to install it on their machine. Just gotta configure your wifi router to port forward your device and bam you're ready to rock and roll

load more comments (4 replies)
[–] spacemanspiffy@lemmy.world 4 points 1 year ago

OpenVPN into my router

[–] Netrunner@programming.dev 4 points 1 year ago (1 children)

Sad that mTLS support is non existent because it solves this problem.

load more comments (1 replies)
[–] Alk@sh.itjust.works 4 points 1 year ago (8 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)

load more comments (8 replies)
[–] Mordikan@kbin.earth 4 points 1 year ago

For my travel devices, I use Tailscale to talk to the server. For raw internet, I use their funnel feature to expose the service over HTTPS. Then just have fail2ban watching the port to make sure no shenanigans or have the entire service offlined until I can check it.

[–] somewa@suppo.fi 3 points 1 year ago

Tailscale + Caddy (automatic certificates FTW).

[–] HeyJoe@lemmy.world 3 points 1 year ago (2 children)

Synology with Emby (do not use the connect service they offer) running behind my fortinet firewall. DDNS with my own domain name and ssl cert. Open 1 custom port (not 443) for it, and that's it. Geoblock every country but my own, which basically eliminated all random traffic that was hitting hit. I've been running it this way for 5 years now and have no issues to report.

load more comments (2 replies)

VPN or Tailscale

[–] dataprolet@lemmy.dbzer0.com 3 points 1 year ago

I'm using a cheap VPS that connects over Tailscale to my home server. The VPS runs Nginx Proxy Manager, has a firewall and the provider offers DDOS protection and that's it.

[–] JiveTurkey@lemmy.world 3 points 1 year ago

I'm using jf on unraid. I'm allowing remote https only access with Nginx Proxy Manager in a docker container.

load more comments
view more: ‹ prev next ›