BunkerWeb
Next-generation open-source Web Application Firewall (WAF) and security gateway.
Why consider BunkerWeb?
BunkerWeb is an open-source Web Application Firewall (WAF) and reverse proxy. It shields web services from OWASP Top 10 vulnerabilities, botnets, DDoS attacks, and malicious crawlers.
Learn BunkerWeb by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of BunkerWeb
BunkerWeb integrates with Docker, Kubernetes, and Linux to provide out-of-the-box HTTPS encryption, ModSecurity rules, Coraza integration, bad bot detection, and rate limiting.
Docker Compose Quickstart
services: bunkerweb: image: bunkerity/bunkerweb:1.5.8 ports: - 80:8080 - 443:8443 environment: - SERVER_NAME=example.com - SERVE_FILES=no - REVERSE_PROXY_URL=/ - REVERSE_PROXY_HOST=http://backend:80BunkerWeb is distributed under the GNU AGPL-3.0 license.
Related tools
More options with a similar category or technology profile.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
bpytop
Python port of bashtop with game-like UI, responsive mouse support, and hardware sensors.
bashtop
Linux resource monitor showing usage and stats for processor, memory, disks, network, and processes.
SchemaHero
Kubernetes-native declarative database schema management and table migration operator.