bunkerweb
bunkerweb copied to clipboard
🛡️ Open-source and next-generation Web Application Firewall (WAF)
**What's needed and why ?** We should be able to restrict access only from a set of IP/network. At the moment we can do a combination of WHITELIST + BLACKLIST...
**Description** At the moment, we use a shared volume between BW and UI mounted on /etc/nginx for sharing configurations. The problem is that BW is overwriting the configurations when it...
Hello, I am trying to use Bunkerweb as a reverse proxy to route traffic from a subdomain to the corresponding application. This is my `docker-compose.yml` file, which I created with...
I am enabling the following in my docker-compose.yml file: ``` USE_BAD_BEHAVIOR=yes BAD_BEHAVIOR_STATUS_CODES=444 400 403 BAD_BEHAVIOR_THRESHOLD=2 BAD_BEHAVIOR_BAN_TIME=1576800000 BAD_BEHAVIOR_COUNT_TIME=60 ``` Here are two examples from the docker-compose logs -f command: ``` webapp_1...
`bunkerweb.SERVE_FILES` is not hosting the `ROOT_FOLDER` content when configured with autoconf. In a standalone bunkerweb instance however it works. With autoconf, `myserver.com` in the example config below shows the bunkerweb-flavored...
**Description** Certificate generation of Let's Encrypt is not working when `MULTISITE` is set to `no`. **How to reproduce** ```shell docker volume create bw-data && \ docker network create bw-services &&...
What's needed and why ? I would have SSH through SSL through bunkerweb. What can save some resources for me. I see that Nginx support streams but with bunkerweb i...
**Description** I have an application behind bunkerized-nginx as a reverse-proxy. When I made requests to the reverse-proxy, the requests sent to the proxied server are always the same. ***Expected behavior***...
**Description** I added my IP address to WHITELIST_IP variable in order to not be blocked by bunkerized-nginx. But, my IP address has been banned by the "bad behavior" feature. **How...
**What's needed and why ?** As a @wiseweb-works and @AlperShal that cares about open source code and free software, we can help you add foreign language support to your script....