this post was submitted on 01 May 2026
334 points (96.9% liked)

Selfhosted

61236 readers
214 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
 

i love selfhosting :3

you are viewing a single comment's thread
view the rest of the comments
[–] renegadespork@lemmy.jelliefrontier.net 14 points 3 months ago (2 children)

Nice stack! What's the crab logo? I don't recognize it.

Do you notice a massive increase in request latency (like 10x-50x) when using a CloudFlare tunnel vs connecting directly to your IP? I've experimented with it a few times, but it really negatively impacts QoS for me, especially with federated services (like Matrix) where there are lots of small requests.

[–] blinfabian@feddit.nl 7 points 3 months ago (2 children)

the crab is Homarr and no, i haven't had any issues with cloudflare

[–] Evotech@lemmy.world 1 points 3 months ago (1 children)
[–] blinfabian@feddit.nl 2 points 3 months ago (1 children)

its a dashboard application, i just have my hosted apps there

[–] Evotech@lemmy.world 2 points 3 months ago (1 children)

But like, does it help you with anything specific. Or is it just nice to look at

[–] not_amm@lemmy.ml 1 points 3 months ago

For me, it becomes very useful when you manage local and public services and the same time. I'm actually planning to return to use a dashboard because I added new services and devices to my stack, so now there are more IPs and domains I use for different tasks and I'm too lazy to remember/write all of them :)

Thanks! I haven’t tried that dashboard yet, I might give it a spin.

[–] irmadlad@lemmy.world 5 points 3 months ago (1 children)

Do you notice a massive increase in request latency (like 10x-50x) when using a CloudFlare tunnel

Have not noticed that at all. I don't run any federated services tho. Might be the difference, I don't know.

[–] renegadespork@lemmy.jelliefrontier.net 3 points 3 months ago (1 children)

Yeah I’m thinking the request frequency was the issue rather than bandwidth.

[–] timwa@lemmy.snowgoons.ro 3 points 3 months ago* (last edited 3 months ago) (1 children)

That seems unlikely; trust me, there are services running behind Cloudflare tunnels that are doing more requests per second than whatever you're hosting does in a year.

The only times I've had performance problems with Cloudflare tunnels it's been intermediate network kit that didn't like IPv6 or didn't like QUIC (or both). You can try disabling both in cloudflared to diagnose (at least, you used to be able to disable them/switch to HTTP/2+IPv4, it's been a very long time since I've needed to so I'm just assuming it's still an option.)

My ISP is stuck in the Stone Age and doesn’t support IPv6, so I’ll look into that.