Caddy

Caddy

A static website using a Caddy web server.

Deploy Caddy

caddy

alphasecio/caddy-server

Just deployed

Overview

Caddy is a powerful yet simple, Go-based open-source web server. Written in a memory-safe language, it compiles to a single, static binary, making it easy to run Caddy practically anywhere, even in containers. Caddy obtains and renews TLS certificates automatically, staples OCSP responses, and even performs automatic HTTPS rewrites.

The modular architecture serves a whole host of use cases from simple static file serving (which we will cover today) to more complex use cases like dynamic reverse proxying and handling Kubernetes ingress.

Highlights

  • Static website on Railway using Caddy server
  • Automatic certificate management
  • Custom domain configuration

Learn More


Template Content

More templates in this category

View Template
mellow-vue

mellow-vue

A full-stack Vue app with The Boring JavaScript Stack.


View Template
.NET8 Web API

.NET8 Web API

A basic ASP.NET Core Web API template (.NET 8)


View Template
Django Monolith

Django Monolith

A Django app connected to a Postgres database with Celery and Celery Beat.