Save products you love by clicking the heart icon.
We use privacy-friendly analytics (Plausible + Umami) to understand how visitors use this site. No analytics are loaded without your consent. Privacy Policy
Production-grade reverse proxy with automatic SSL certificates, CrowdSec WAF/IPS, and zero-downtime auto-updates.
Free digital delivery
The information, code snippets, configuration files, and instructions provided in this product are shared for educational and informational purposes only. While every effort has been made to ensure accuracy, you are solely responsible for reviewing, testing, and adapting any code or configurations to your own environment before using them in production.
No liability: The author(s) shall not be held liable for any damages, data loss, system outages, security breaches, or other issues arising from the use, misuse, or inability to use the code, configurations, or instructions provided in this product. By downloading or using this product, you acknowledge that you understand and accept these terms.
Production-ready PostgreSQL + Redis with automated daily backups, 30-day retention, and optional S3 off-site sync.
S3-compatible object storage with automated backup, lifecycle management, and Nginx reverse proxy — without the AWS bill.
Production-ready n8n with PostgreSQL persistence and Redis-backed queue for reliable workflow automation.
Production-grade reverse proxy with automatic SSL certificate management (Let's Encrypt), behavior-based WAF/IPS via CrowdSec, and zero-downtime auto-updates. Deploy once, secure every service behind it.
This stack turns a bare Docker host into a secure ingress point. Every service you run — web apps, APIs, databases — sits behind a hardened Nginx reverse proxy with automatic TLS termination.
Includes: Nginx, Certbot, CrowdSec + bouncer, Watchtower
| Aspect | Naive Self-Signed | This Stack | |--------|-------------------|------------| | SSL renewal | Manual every 90 days | Automatic, 12h check cycle | | WAF protection | None | CrowdSec behavior-based (SQLi, XSS, brute-force) | | Rate limiting | Manual iptables | Nginx built-in + CrowdSec ban decisions | | Security headers | Usually missing | CSP, HSTS, X-Frame-Options pre-configured | | Updates | Neglected | Watchtower auto-updates all containers |
DOMAIN=example.com and EMAIL=you@example.com in .envdocker compose up -dCrowdSec uses a behavior-based detection engine — it learns what normal traffic looks like and flags anomalies without relying solely on signature databases. The Nginx bouncer enforces ban decisions at the reverse proxy layer before requests reach your upstream services.
Anyone running self-hosted services that need a secure public-facing ingress. Particularly valuable if you're already running Docker services and want to consolidate behind a single TLS-terminated entry point with minimal configuration overhead.