diff --git a/README.md b/README.md index ea4160884..c21521a8d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- BunkerWeb logo + BunkerWeb logo

@@ -33,7 +33,7 @@ # BunkerWeb

- overview + overview

BunkerWeb is a next-generation and open-source Web Application Firewall (WAF). @@ -77,7 +77,7 @@ A demo website protected with BunkerWeb is available at [demo.bunkerweb.io](http # Concepts

- BunkerWeb logo + BunkerWeb logo

You will find more information about the key concepts of BunkerWeb in the [documentation](https://docs.bunkerweb.io/1.5.1/concepts). @@ -160,7 +160,7 @@ In other words, the scheduler is the brain of BunkerWeb. ## Docker

- Docker + Docker

We provide ready to use prebuilt images for x64, x86, armv7 and arm64 platforms on [Docker Hub](https://hub.docker.com/u/bunkerity). @@ -176,7 +176,7 @@ You will find more information in the [Docker integration section](https://docs. ## Docker autoconf

- Docker autoconf + Docker autoconf

The downside of using environment variables is that the container needs to be recreated each time there is an update which is not very convenient. To counter that issue, you can use another image called **autoconf** which will listen for Docker events and automatically reconfigure BunkerWeb in real-time without recreating the container. @@ -188,7 +188,7 @@ You will find more information in the [Docker autoconf section](https://docs.bun ## Swarm

- Swarm + Swarm

To automatically configure BunkerWeb instances, a special service, called **autoconf** will listen for Docker Swarm events like service creation or deletion and automatically configure the **BunkerWeb instances** in real-time without downtime. @@ -200,7 +200,7 @@ You will find more information in the [Swarm section](https://docs.bunkerweb.io/ ## Kubernetes

- Kubernetes + Kubernetes

The autoconf acts as an [Ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/) and will configure the BunkerWeb instances according to the [Ingress resources](https://kubernetes.io/docs/concepts/services-networking/ingress/). It also monitors other Kubernetes objects like [ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/) for custom configurations. @@ -210,7 +210,7 @@ You will find more information in the [Kubernetes section](https://docs.bunkerwe ## Linux

- Linux + Linux

List of supported Linux distros : @@ -227,7 +227,7 @@ You will find more information in the [Linux section](https://docs.bunkerweb.io/ ## Ansible

- Ansible + Ansible

List of supported Linux distros :