[PR #6] [CLOSED] Add CrowdSec OpenResty bouncer, Admin Dashboard logging and ModSecurity #16

Closed
opened 2026-02-27 14:58:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/docker-nginx-full/pull/6
Author: @baudneo
Created: 2/18/2022
Status: Closed

Base: masterHead: crowdsec_openresty


📝 Commits (10+)

  • bd98088 Add native support for CrowdSec OpenResty bouncer.
  • 10ae9d8 Minor alterations
  • 97ff11e Add CrowdSec OpenResty bouncer to base docker image, add geoIP module and some other modules to OpenResty.
  • da6f528 Add the new environment variables to the Jenkinsfile.
  • 6b32480 Add the new environment variables to the buildx script.
  • bf91360 Add modsecurity module
  • ece66cf mkdir missed
  • 01f4614 Formatting and remove -ff lag from tar.
  • a1c5580 Remove build/install script call for libmindmax
  • fe08502 Reformat.

📊 Changes

17 files changed (+601 additions, -342 deletions)

View changed files

📝 .jenkins/Jenkinsfile (+136 -130)
📝 README.md (+20 -10)
📝 docker/Dockerfile (+147 -50)
📝 docker/Dockerfile.acmesh (+5 -4)
📝 docker/Dockerfile.acmesh-golang (+9 -8)
📝 docker/Dockerfile.certbot (+10 -6)
📝 docker/Dockerfile.certbot-node (+10 -4)
📝 local-build.sh (+83 -39)
📝 scripts/build-lua (+10 -15)
scripts/build-mindmaxdb (+19 -0)
scripts/build-modsecurity (+26 -0)
📝 scripts/build-openresty (+59 -48)
📝 scripts/buildx (+18 -4)
scripts/install-crowdsec-openresty-bouncer (+17 -0)
📝 scripts/install-lua (+0 -12)
scripts/install-modsecurity (+30 -0)
📝 scripts/install-openresty (+2 -12)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/docker-nginx-full/pull/6 **Author:** [@baudneo](https://github.com/baudneo) **Created:** 2/18/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `crowdsec_openresty` --- ### 📝 Commits (10+) - [`bd98088`](https://github.com/NginxProxyManager/docker-nginx-full/commit/bd98088bca6737a6c292bd3463ff952003a7e75a) Add native support for CrowdSec OpenResty bouncer. - [`10ae9d8`](https://github.com/NginxProxyManager/docker-nginx-full/commit/10ae9d83e5cabd86be6d1a9a20c4d7afed1eef39) Minor alterations - [`97ff11e`](https://github.com/NginxProxyManager/docker-nginx-full/commit/97ff11e5039353e9ddf93d5607832635cfb15965) Add CrowdSec OpenResty bouncer to base docker image, add geoIP module and some other modules to OpenResty. - [`da6f528`](https://github.com/NginxProxyManager/docker-nginx-full/commit/da6f5285c01b10bf2c9f76590137339851578c49) Add the new environment variables to the Jenkinsfile. - [`6b32480`](https://github.com/NginxProxyManager/docker-nginx-full/commit/6b324802c23414185706b3c1fa3999e1a3f95394) Add the new environment variables to the buildx script. - [`bf91360`](https://github.com/NginxProxyManager/docker-nginx-full/commit/bf913603872ce0ed9f97e4078af3571d5eb6ce7d) Add modsecurity module - [`ece66cf`](https://github.com/NginxProxyManager/docker-nginx-full/commit/ece66cf81ed0e4b30f5df00f80e7876a156affc8) mkdir missed - [`01f4614`](https://github.com/NginxProxyManager/docker-nginx-full/commit/01f461424e95adc533df21a4ed8d9e814e396ca5) Formatting and remove -ff lag from tar. - [`a1c5580`](https://github.com/NginxProxyManager/docker-nginx-full/commit/a1c5580dab50201288cbe085c902f6181eead376) Remove build/install script call for libmindmax - [`fe08502`](https://github.com/NginxProxyManager/docker-nginx-full/commit/fe0850244892d3f61f5b24eb5e9a7b7b121cd3d0) Reformat. ### 📊 Changes **17 files changed** (+601 additions, -342 deletions) <details> <summary>View changed files</summary> 📝 `.jenkins/Jenkinsfile` (+136 -130) 📝 `README.md` (+20 -10) 📝 `docker/Dockerfile` (+147 -50) 📝 `docker/Dockerfile.acmesh` (+5 -4) 📝 `docker/Dockerfile.acmesh-golang` (+9 -8) 📝 `docker/Dockerfile.certbot` (+10 -6) 📝 `docker/Dockerfile.certbot-node` (+10 -4) 📝 `local-build.sh` (+83 -39) 📝 `scripts/build-lua` (+10 -15) ➕ `scripts/build-mindmaxdb` (+19 -0) ➕ `scripts/build-modsecurity` (+26 -0) 📝 `scripts/build-openresty` (+59 -48) 📝 `scripts/buildx` (+18 -4) ➕ `scripts/install-crowdsec-openresty-bouncer` (+17 -0) 📝 `scripts/install-lua` (+0 -12) ➕ `scripts/install-modsecurity` (+30 -0) 📝 `scripts/install-openresty` (+2 -12) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:58:09 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-nginx-full#16
No description provided.