From 31cad6e3cb9c49f2e40527ae41590b8eb25a3833 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 21 Jan 2026 16:29:22 +0000 Subject: [PATCH] add crowdsec console enrollment --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 19c7b89..7299517 100644 --- a/README.md +++ b/README.md @@ -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.