Skip to content

Commit 3c26b2e

Browse files
committed
Updated instructions.
1 parent efb1281 commit 3c26b2e

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,16 @@ https://hub.docker.com/r/lepresidente/nginx-proxy-manager
1212

1313
| TAG | cs-openresty-bouncer version|
1414
|-----------|-----------------------------|
15-
| latest | 0.1.0 |
16-
| dev | 0.1.1 (PreRelease) |
15+
| latest | 0.1.1 (PreRelease) |
1716

18-
###Known Issues:
19-
20-
0.1.0:
21-
[logs spammed with errors regarding the use of variable ('err')](https://github.com/crowdsecurity/cs-openresty-bouncer/issues/15)
2217

2318
Instructions to use:
24-
To enable it you will need to configure Nginx Proxy Manager as Below then do the following
25-
26-
Enable the following environment Variable by setting it to 1.
27-
| Variable | Description | Default |
28-
|----------------|----------------------------------------------|---------|
29-
|`CROWDSEC_BOUNCER`| When set to `1`, Crowdsec bouncer will be enabled. This is needed when you want to block hosts using crowdsec. | `0` |
30-
31-
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
19+
Starting the container at this point will start Nginx-Proxy-Manager as before but will create a new file in /config/crowdsec/ called crowdsec-openresty-bouncer.conf
3220

33-
You will need to edit this file with at least the following changes
21+
You will need to edit this file with at least the following changes then restart the container.
3422

3523
```
24+
ENABLED=true
3625
API_URL=http://<crowdsecserver>:8080
3726
API_KEY=<APIKEY>
3827
```

0 commit comments

Comments
 (0)