this post was submitted on 01 May 2026
230 points (96.7% liked)

Selfhosted

58910 readers
329 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 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 9 points 2 days 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 4 points 2 days ago (2 children)

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

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

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

[–] Evotech@lemmy.world 2 points 1 day 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 1 day 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 2 points 2 days 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 2 points 2 days ago (1 children)

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

[–] timwa@lemmy.snowgoons.ro 3 points 1 day ago* (last edited 1 day 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.