Back openDesk Edu for a sovereign, open-source education — every vote counts.
Vote nowSave products you love by clicking the heart icon.
Production-grade reverse proxy with automatic SSL certificates, CrowdSec WAF/IPS, and zero-downtime auto-updates.
No payment required
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.
Produktionsreife, selbstgehostete KI-Inferenz-Stack mit Ollama, Open WebUI und LiteLLM — einheitlicher API-Gateway, GPU-beschleunigte Inferenz und ein ChatGPT-kompatibles Chat-Interface.
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.