Below you will find pages that utilize the taxonomy term “Cloudflare”
Exposing Services Safely with Cloudflared Tunnels
Self-hosting applications and services is more popular than ever, but it comes with a big challenge: how do you safely expose those services to the Internet without compromising your network?
Traditionally, exposing a service involved opening ports on your firewall or router. While simple, this method can create major security risks if not configured perfectly. Exposing open ports directly to the Internet increases the attack surface for bad actors to find and exploit vulnerabilities.
How to Use Hugo with Cloudflare Pages
I have migrated https://gregvedders.com to a Hugo CMS backend which is then hosted in Cloudflare Pages. This is a great no-cost option to host your site. For those who are unfamiliar, Hugo is a static site generator written in Go. Hugo is well known for its speed, and Hugo’s official website states it is “the world’s fastest framework for building websites.” The content within Hugo is created using Markdown. Cloudflare Pages is a JAMstack platform for frontend developers to collaborate and deploy websites. The nice thing about this integration, is that you post your website to GitHub which then posts your site to Cloudflare.