Feb 20 · 3 min read · I’ll share how I set up n8n on my home server using Docker and secured it with Cloudflare Tunnel — without opening any router ports. This setup allows me to: Run n8n 24/7 from home Access it securel
Join discussion
Dec 4, 2025 · 5 min read · I decided to stop using Twitter, but for my own content and supporting Ukraine against its barbarian invaders, I understood the contemporary media landscape was quite fragmented. I bet on Mastodon, Bluesky, and LinkedIn. My flow is the following: whe...
Join discussion
Nov 24, 2025 · 4 min read · When I migrated my application to Cloudflare Tunnel, I expected a seamless transition. After all, Cloudflare Tunnel acts as a secure reverse proxy, giving you public HTTPS access without opening inbound ports or managing a traditional Nginx SSL confi...
Join discussion
Nov 15, 2025 · 4 min read · Migrating DNS and configuring a Cloudflare Tunnel can feel intimidating—especially when a small mistake in DNS or NGINX SSL settings can break your entire site. I recently went through this full process: Migrated DNS from DigitalOcean to Cloudflare ...
Join discussion
Aug 26, 2025 · 4 min read · This is how I have cloudflared tunnels configured in my macOS environment, it should be pretty much the same steps for linux and windows. I wrote this guide making the assumption that you dont have any other cloudflare tunnel running already. If you...
Join discussionJul 1, 2025 · 4 min read · In the previous article, we deployed a virtual machine (VM) on Google Cloud Platform (GCP) with a simple NGINX web server. While functional, exposing a server directly to the internet with a public IP address and firewall rules can introduce security...
Join discussion
May 15, 2025 · 7 min read · I continue to take care of my Home Assistant. This week, I replaced my original setup with Cloudflare Tunnel. This is the 6th post in the My journey with Home Assistant focus series. Other posts include: Why Home Assistant? The Home Assistant model...
Join discussion
Mar 14, 2025 · 3 min read · Introduction Setting up a personal home server can be a game-changer for those who want to self-host applications, manage cloud services, or create a test environment. In this guide, I will walk you through how I set up my server using a Lenovo Think...
SSarthak commentedNov 17, 2024 · 3 min read · For Debian based systems: Manual Installation as followed: Download the latest release: wget -O cloudflared https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 Move the binary to a system directory: sudo mv clo...
Join discussion