Exposing a web service with Cloudflare Tunnel
11–20 of 186 posts
Re: Exposing a web service with Cloudflare Tunnel
#12They explain towards the end of this tutorial https://developers.cloudflare.com/cloudflare-one/tutorials/s...
Re: Exposing a web service with Cloudflare Tunnel
#13I would rather use ngrok for these things: https://ngrok.com/ The reason why is because Alan is awesome.
Re: Exposing a web service with Cloudflare Tunnel
#14I would rather use ngrok for these things: https://ngrok.com/ The reason why is because Alan is awesome.
Re: Exposing a web service with Cloudflare Tunnel
#15Caddy in particular is extremely easy to configure, with the bonus that HTTPS/Lets Encrypt has never been free'er. Wireguard configuration is also gloriously minimal but admittedly, potentially tricky to get right the first time.
It's just good to consider alternatives to Cloudfare's network dominance, if you can afford it.
Re: Exposing a web service with Cloudflare Tunnel
#16If you have $3-5/month to spare on a VPS, a similar but self hosted solution can be achieved- Tunnel/VPN and reverse proxy- using Wireguard and Caddy. Caddy in particular is extremely easy to configure, with the bonus that HTTPS/Lets Encrypt has never been free'er. Wireguard configuration is also gloriously minimal but admittedly, potentially tricky to get right the first time. It's just good to consider alternatives…
Re: Exposing a web service with Cloudflare Tunnel
#17I would rather use ngrok for these things: https://ngrok.com/ The reason why is because Alan is awesome.
Re: Exposing a web service with Cloudflare Tunnel
#18I would want it to happen on my local machine, so that (a) Cloudflare can't read my plaintext traffic, and (b) I can manage subdomain certificates more easily via Caddy.
Is that possible with the cheapo free tunnels or does Cloudflare want to handle the domain and TLS certificates, too?
Re: Exposing a web service with Cloudflare Tunnel
#19This looks pretty interesting to me. Self-hosting a webapp origin server on hardware in my house, fronted by CloudFlare... hmm. Food for thought.
I ended up switching to a business connection with my ISP, so I could get an extra fixed IPv4 address at my house and not need any of these tunnels. Obviously that is not an option everywhere.
Re: Exposing a web service with Cloudflare Tunnel
#20I would rather use ngrok for these things: https://ngrok.com/ The reason why is because Alan is awesome.