2025-04-08, 07:34 PM
(This post was last modified: 2025-04-08, 07:53 PM by Duvel. Edited 2 times in total.)
Sorry I assumed you were in docker. If you use a normal apt install I dont really know how modules works.
I rebuild my image manually every month or so
Crowdsec require another component. In caddy there's only the bouncer running, you also need the LAPI component (local API) that has to be run aside it.
https://github.com/crowdsecurity/crowdsec
That's the official image: crowdsecurity/crowdsec:latest
SO basically the bouncers communicate with the LAPI, which communicates with Crowdsec servers, and handle the local database of scenarios, alerts, decisions etc...
That's some config to make all this running... Have fun :-)
I rebuild my image manually every month or so
Crowdsec require another component. In caddy there's only the bouncer running, you also need the LAPI component (local API) that has to be run aside it.
https://github.com/crowdsecurity/crowdsec
That's the official image: crowdsecurity/crowdsec:latest
SO basically the bouncers communicate with the LAPI, which communicates with Crowdsec servers, and handle the local database of scenarios, alerts, decisions etc...
That's some config to make all this running... Have fun :-)