You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CROWDSEC_BOUNCER`| When set to `1`, Crowdsec bouncer will be enabled. This is needed when you want to block hosts using crowdsec. |`0`|
18
+
19
+
Starting the container at this point will start Nginx-Proxy-Manager as before but will create a new file in /config/ called crowdsec-openresty-bouncer.conf
20
+
21
+
You will need to edit this file with at least the following changes
22
+
23
+
```
24
+
API_URL=http://<crowdsecserver>:8080
25
+
API_KEY=<APIKEY>
26
+
```
27
+
28
+
the crowdsec api key can be generated on the crowdsec instance using the following command
29
+
30
+
```
31
+
cscli bouncers add npm-proxy
32
+
```
33
+
34
+
Currently this is a side project and I will try keep this up to date
0 commit comments