add crowdsec console enrollment

This commit is contained in:
2026-01-21 16:29:22 +00:00
parent 039354993e
commit 31cad6e3cb

View File

@@ -2,3 +2,9 @@
This configuration includes a reverse proxy using caddy, headscale (VPN) and watchtower (automatic updates).
It is particularly useful if you do not own an IPV4 address, as this could be deployed on a server. In this case it was deployed on an oracle server and automated using an ansible playbook found on this [repository](https://gitea.crescentec.ch/chriswin/vps-ansible)
For Crowdsec, if an enrollment to your console is wanted, run the following command:
```
docker compose -it exec cscli console enroll $ENROLLMENT_KEY
```
where the the enrollment can be found in your console under the engine page.