What problem does it solve?
This Skill simplifies the configuration and management of Caddy as a reverse proxy, enabling automatic HTTPS, streamlined Docker integration, and common homelab deployment patterns.
Core Features & Use Cases
- Caddyfile Configuration: Provides examples for basic reverse proxying, multiple domains, path-based routing, and WebSocket support.
- Automatic HTTPS: Leverages Caddy's built-in automatic certificate acquisition for Let's Encrypt.
- Docker Integration: Includes a
docker-compose.yml example for easy deployment and explains network configurations.
- Security Features: Demonstrates basic auth, IP restrictions, and TLS options like DNS challenges.
- Use Case: Quickly set up a secure reverse proxy for multiple internal services (e.g., Grafana, n8n) with unique subdomains and automatic SSL certificates.
Quick Start
Use the caddy-reverse-proxy skill to configure a Caddyfile to reverse proxy traffic for 'app.example.com' to a backend service running on 'localhost:8080'.