Dushmantadushmanta.hashnode.dev·Nov 11, 2024Step-by-Step Guide to Hosting Your Website on a VPS Using Caddy Server and CloudflareHosting your frontend application on Vercel or Netlify is quite simple; you just need to provide access to your repository and the build command. Recently, I moved my personal portfolio from Next.js to Astro because my portfolio has more static conte...DiscussVPS Hosting
Philippe Charrièrek33g.hashnode.dev·Nov 5, 2024Setting up a Local DNS Server with dnsmasq, Caddy, and Docker Compose on Raspberry Pi for DevelopmentDisclaimers This blog post is a continuation of the previous post: Using Docker Compose and Caddy for Local Network Services on Raspberry Pi. It's recommended to read the previous post to understand the context and setup. 🖐️ I'm not a DNS expert, ...Discuss·1 like·59 readsDocker CookBookDocker
Philippe Charrièrek33g.hashnode.dev·Nov 3, 2024Blue-Green Deployment with Docker Compose and Caddy on Raspberry PiThis article explains how to implement a blue-green deployment strategy for a Go application using Docker Compose and Caddy on a Raspberry Pi. Blue-green deployment is a technique that reduces downtime by running two identical environments called Blu...Discuss·1 like·96 readsDocker CookBookDocker
Mahdi Bagherimahdibagheri.hashnode.dev·Oct 23, 2024Setting up a Home Server Connection via VPN (Wireguard) and a Cloud VPSMotivation I wanted to setup a home server where I could run applications and access them when I am not at home. But I also wanted to avoid opening ports directly to my home network to access the services running on the home server. Another issue is ...DiscussProjectshomeserver
Snehangshu Bhattacharyablogs.snehangshu.dev·Jul 28, 2024How to Easily Set Up an HTTPS Reverse Proxy with Caddy for BeginnersHave you ever tried to set up a reverse proxy with Nginx and encountered issues? It happened to me frequently until I learned the intricacies. In this blog, I will demonstrate the easiest way to set up a reverse proxy with HTTPS using Caddy, an Nginx...Discuss·1 like·1.2K readsCaddy
Dinko Marinacdinkomarinac.dev·Jun 24, 2024Deploying Dart and Flutter Apps with Docker: VPS Setup Made SimpleIntroduction Welcome to the last part of my series on deploying Dockerized Dart containers on Ubuntu VPS. This series is designed to guide you through every step of the process, from selecting the most cost-effective infrastructure to creating Docker...Discuss·1 like·823 readsDeploying Dockerized Dart on Ubuntu VPSDocker
DevOpsheliandevopshelian.hashnode.dev·May 19, 2024Why Choose Caddy Over Nginx as Your Reverse Proxy?When it comes to web server software, Nginx has long been a go-to choice for developers and system administrators. Known for its high performance and efficient handling of concurrent connections, Nginx is widely used as a reverse proxy. However, Cadd...DiscussCaddy
Russell Japhethrussell11.hashnode.dev·Feb 23, 2024Configuring Wildcard Subdomains: A Comparison of Nginx and CaddyIntroduction Wildcard subdomains allow you to dynamically handle multiple subdomains under a parent domain without explicitly defining the configuration for each subdomain. A common use case for wildcard subdomains is in multitenant applications whe...Discussnginx
William Blondelwilliamblondel.fr·Feb 10, 2024A URL shortener service using only the Caddy serverIntroduction In 2019, when I started my genealogical research, I quickly noticed something: the links to civil status records can be very long. Initially, I wanted to use Google's URL shortener, but it was already discontinued. Google recommended usi...Discuss·10 likes·140 readsCaddy
Kerollos Magdyblog.kerolloz.dev·Feb 2, 2024AFCON Challenge: Under the hoodThis article details the creation of a LeetCode-style challenge, which you can explore at AFCON Challenge. Unveiling the Components 🥁 The backbone of the AFCON Challenge lies in its API and it's written in TypeScirpt, utilizing: Bun: A fast, all-i...Discuss·78 readsjudge0