diff --git a/Proxy_Containers/traefik/README.md b/Proxy_Containers/traefik/README.md index 086d7d3..541c568 100644 --- a/Proxy_Containers/traefik/README.md +++ b/Proxy_Containers/traefik/README.md @@ -34,4 +34,14 @@ Ban your own IP: `docker exec crowdsec cscli decisions add --ip ` \ `docker exec crowdsec cscli decisions list` \ Go to one of URLs \ Note: using crowdsecMode: stream, decisions sync every 60 seconds — so the ban may take up to a minute to take effect \ -Unban yourself: `docker exec crowdsec cscli decisions delete --ip ` \ No newline at end of file +Unban yourself: `docker exec crowdsec cscli decisions delete --ip ` + +### Optional: +Setup CrowdSec Console (cloud) +1. Go to app.crowdsec.net and create a free account +2. Once signed in > Click "Engines" in the left sidebar +3. Click "Enroll a new engine" or "Enroll command" +4. Copy the key +5. Back on your server, run: `docker exec crowdsec cscli console enroll ` +6. Restart crowdsec container +7. If you ever want to remove: `docker exec crowdsec cscli console disable --all` \ No newline at end of file