this post was submitted on 04 Oct 2025
64 points (98.5% liked)

Selfhosted

52083 readers
786 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
 

Just getting started with self hosting. I was wondering if anyone had experience with Cloudflare Tunnels for exposing their services to the internet. I like the simplicity and security it offers but don't love the idea of using Cloudflare. Like, I'm self hosting for a reason lol. Any tips would be greatly appreciated!

For context, I'm running all of my services in a very small k8s cluster and my priorities are mostly security then maintainability. Thanks yall!

EDIT: yall are great! Thank you so much for the replies. I'm going try my luck with pangolin but its good to know I have options.

you are viewing a single comment's thread
view the rest of the comments
[–] aaravchen@lemmy.zip 5 points 3 days ago* (last edited 3 days ago) (3 children)

Serious limits on Cloudflare Tunnels:

  1. Only works if you use Cloudflare as your domain registrar for that domain
  2. You can't use it for anything high bandwidth, specifically including streaming media (e.g. Plex/Jellyfin)
  3. They reserve the right to terminate your service tunnel randomly at any time without warning for any/no reason unless you pay them for the service.

And that doesnt address the issue of getting in bed with Cloudflare (which has its own ethical ramifications).

I'd recommend one of the alternatives like localxpose.io that offer the same thing but without the limitations. Or you can slap together your own with a wireguard tunnel to a minuscule VPS with some routing rules on it. Both are about €5/month, which is cheaper (the same?) as paying for Cloudflare Tunnel to avoid the random termination and vendor lock in.

[–] billhead@sh.itjust.works 4 points 2 days ago

Regarding #1, you have to use Cloudflare for DNS but it doesn't matter if they are your domain registrar or not.

For #3 every service will say something like that, even with paid accounts.

[–] sirboozebum@lemmy.world 2 points 2 days ago

I heard you can use Pangolin and self host your own tunnel.

Haven't looked into it.