feat: adds crowdsec #122

Open
devydave wants to merge 1 commits from devydave/traefik:feat-crowdsec into master
Member

We were in urgent need of some DDOS protection, because one of our projects got attacked. This is the solution that is currently running as a mitigation in production.
Feel free to review :)

We were in urgent need of some DDOS protection, because one of our projects got attacked. This is the solution that is currently running as a mitigation in production. Feel free to review :) * [x] I have deployed and tested my changes * [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash) * [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes) * [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes)
devydave added 1 commit 2026-07-18 11:08:41 +00:00
feat: adds crowdsec
continuous-integration/drone/pr Build is failing
e34a0e909d
devydave reviewed 2026-07-18 11:09:44 +00:00
@@ -1,3 +1,4 @@
export TRAEFIK_YML_VERSION=v32
export FILE_PROVIDER_YML_VERSION=v12
export TRAEFIK_YML_VERSION=v33
export FILE_PROVIDER_YML_VERSION=v15
Author
Member

will fix the version skip when I have more time ^^

will fix the version skip when I have more time ^^
Some checks are pending
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u https://git.coopcloud.tech/devydave/traefik feat-crowdsec:devydave-feat-crowdsec
git checkout devydave-feat-crowdsec
Sign in to join this conversation.