Sign inSign up

bunkerity/bunkerweb-coraza

By bunkerity

Updated 7 days ago

API for the Coraza plugin of BunkerWeb.

Image
0

1.9K

bunkerity/bunkerweb-coraza repository overview

Coraza plugin

BunkerWeb Coraza diagram

This Plugin will act as a Library of rule that aim to detect and deny malicious requests

Table of contents

Prerequisites

Please read the plugins section of the BunkerWeb documentation first.

Setup

See the plugins section of the BunkerWeb documentation for the installation procedure depending on your integration.

Docker


version: '3'

services:

  bunkerweb:
    image: bunkerity/bunkerweb:1.5.7
    ...
    environment:
      - USE_MODSECURITY=no # We don't need modsecurity anymore
      - USE_CORAZA=yes
      - CORAZA_API=http://bw-coraza:8080
    ...
  bw-coraza:
    image: bunkerity/bunkerweb-coraza:latest
    networks:
      - bw-universe

Settings

SettingDefaultContextMultipleDescription
USE_CORAZAnomultisitenoActivate Coraza library
CORAZA_APIhttp://bw-coraza:8080globalnohostname of the CORAZA API.

TODO

  • Don't use API container
  • More documentation

Tag summary

Content type

Image

Digest

sha256:7cadf9106

Size

82.6 MB

Last updated

7 days ago

docker pull bunkerity/bunkerweb-coraza