From 7fd9d1c81973fd255b23f9e8555d9236bdf2a095 Mon Sep 17 00:00:00 2001 From: Cris Mathew Date: Wed, 28 Feb 2024 21:34:55 +0300 Subject: [PATCH] Update crowdsec/readme.md --- crowdsec/readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/crowdsec/readme.md b/crowdsec/readme.md index 49863c6..47fd3bd 100644 --- a/crowdsec/readme.md +++ b/crowdsec/readme.md @@ -47,4 +47,16 @@ docker exec crowdsec-example cscli bouncers add traefik-bouncer - Uncomment that whole section and save it. -- Recreate crowdsec with ```docker compose up -d --force-recreate``` \ No newline at end of file +- Recreate crowdsec with ```docker compose up -d --force-recreate``` + +## Integrate with Traefik (Final Step) + +Go to the directory where traefik is setup. + +If you have used my files, uncomment the parts in both traefik.yml and config.yml that is related to crowdsec and restart traefik using ```docker restart traefik``` + +If you haven't used my files, refer to my [traefik data folder](https://git.crsmthw.com/crsmthw/homelab/src/branch/main/traefik/data) and add those parts from my config.yml and traefik.yml. + +## Credits + +Huge thanks to Techno Tim! You can watch his video tutorial [here](https://youtu.be/-GxUP6bNxF0?si=7dpWFtDHyq8JWBZi) \ No newline at end of file