cs-nginx-bouncer
cs-nginx-bouncer copied to clipboard
CrowdSec bouncer for Nginx
https://github.com/crowdsecurity/cs-nginx-bouncer/blob/fafb710d0053fa4de73188350b5de1213c6c0ac1/install.sh#L96-L97 We should replicate #54 within the install script as it also errors
Fix #57
### What happened? apt install crowdsec-nginx-bouncer ### What did you expect to happen? The following packages have unmet dependencies: libnginx-mod-http-lua : Depends: libnginx-mod-http-ndk but it is not going to be...
After installation web server turned out to be broken and restoring it back to operational status requires cleaning up and reinstallation of sw-nginx package which is provided by Plesk and...
### What happened? Hi. I have tried to install crowdsec-nginx-bouncer on debian 11 with nginx installed. APT make a conflict with nginx-common. ``` # apt install crowdsec-nginx-bouncer Lecture des listes...
Hi, It would be great the installation script would work with AL8. At least there is a list of dependencies to install? Thanks, Ignacio
When using nginx's APT repo's the standard apt installation for the bouncer breaks due to a dependency issue. Mainly because package names differ between the repos and the standard nginx-lua...
The installation script assumes the sources have been updated with `apt-get update` which might not be the case. If you haven't updated the sources, the script fails saying it can't...
As title states, the script generates the key and informs user to replace it manually but it actually does work ``` lua-cjson 2.1.0.10-1 is now installed in /usr/local (license: MIT)...
Hi, On the nginx bouncer, the crowdsec-nginx-bouncer.conf.local config file is not read. This mean that you have to change the default file, and this break auto update, as the updater...