A web-based GUI for configuring and deploying the CrowdSec Cloudflare Worker Bouncer in autonomous mode.
- Deploy bouncer infrastructure to Cloudflare zones
- Select which zones to protect
- Real-time progress streaming
- Clear/remove all bouncer infrastructure
- No external dependencies - uses Cloudflare API directly
- Select Action: Choose Deploy or Clear
- Enter Credentials: Provide Cloudflare API token and CrowdSec blocklist mirror credentials
- Select Zones: Choose which Cloudflare zones to protect
- Deploy: Watch real-time output as infrastructure is created
When you deploy, the following resources are created in your Cloudflare account:
- KV Namespace:
CROWDSECCFBOUNCERNS- stores decisions and configuration - D1 Database:
CROWDSECCFBOUNCERDB- stores metrics (optional) - Main Worker:
crowdsec-cloudflare-worker-bouncer- handles incoming requests - Sync Worker:
crowdsec-decisions-sync-worker- syncs decisions from CrowdSec - Worker Routes: Routes traffic through the bouncer for selected zones
- Turnstile Widgets: For captcha challenges (one per zone)
MIT