this post was submitted on 30 Nov 2023
2 points (75.0% liked)

Self-Hosted Main

582 readers
19 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 2 years ago
MODERATORS
 

Has anyone done it? Cloudflare says it's for "testing purposes" but I'm sure that self hosted services with a couple of users wouldn't raise any flags?

I've been running a HTTP server for a month with no problems.

DAE have any experience.

Practically it's like reverse proxying but without having to pay for a VPS - perfect for selfhosting.

top 8 comments
sorted by: hot top controversial new old
[–] Legitimate_Farm_3095@alien.top 1 points 2 years ago

Has anyone done it?

yes, many of us do

[–] limskey@alien.top 1 points 2 years ago

All the time.

[–] certuna@alien.top 1 points 2 years ago

You can use Cloudflare without the tunnel too, then it’s just a reverse proxy.

[–] YanvegHD@alien.top 1 points 2 years ago (1 children)

Yes but WATCH OUT I did this to expose my Seafile server and if you use Cloudflare tunnel you won't be able to upload files >100mb with the free plan. First I thought it was a configuration issue on my side but after some research I just find out that there's a size limit for requests to Cloudflare.

Source : https://developers.cloudflare.com/workers/platform/limits/#request-limits

[–] v3d@alien.top 1 points 2 years ago

good to know, thanks!

[–] sarkyscouser@alien.top 1 points 2 years ago

Yes, I expose Home Assistant this way

[–] Wf1996@alien.top 0 points 2 years ago (1 children)

Only thing about cloudflare tunnels that has led me away from it, is the unencrypted mitm part. I know they need to do it for their thread algorithms.

[–] v3d@alien.top 1 points 2 years ago

could you elaborate a bit more, give a link?