traefik-crowdsec-bouncer icon indicating copy to clipboard operation
traefik-crowdsec-bouncer copied to clipboard

A http service to verify request and bounce them according to decisions made by CrowdSec.

Results 26 traefik-crowdsec-bouncer issues
Sort by recently updated
recently updated
newest added

Right now the bouncer API key needs to be hardcoded in the compose file and/or in the external `.env`. The current best practice is to leverage [docker secrets](https://docs.docker.com/engine/swarm/secrets/#defining-and-using-secrets-in-compose-files) that are...

Hi, I have my server pointing to Cloudflare and authelia is implemented for security purpose. Now when client access the locally hosted website they pass the crowdsec and comes to...

All examples and documentation lead towards the most obvious usage, which is http/https trafic being directed to this middleware in order to sort out if the request is granted/denied later...

Currently every request gets forwarded to crowdsec one by one and it is slow and resource intensive. In my setup I have setup mariadb additionally and calling crowdsec on every...

Hello, I was wondering if anyone has managed to do this / if it's possible at all currently? I know local IPs can be excluded from rate limiting in crowdsec,...

Hello, I tried a sample HTML code as a return from the bouncer when blocked. But, It's showed on the browser as plain text and not HTML page. Is it...

enhancement

https://github.com/fbonalair/traefik-crowdsec-bouncer/pull/32 With better implementation 3 mode: - stream mode: use /decisions/stream to get in cache the decisions. - live mode: like before but with cached response from crowdsec - none...

Hello, when connecting to Nextcloud from Windows PC over webdav protocol the connection get blocked for "http-probing". What can I do to allow Nextcloud work over webdav? Thanks Tomas

Proposal of a local cache for the bouncer related to #21 More details can be found here https://github.com/fbonalair/traefik-crowdsec-bouncer/issues/21#issuecomment-1249543320

I am having a strange issue getting the traefik-bouncer up and running. Ive followed the steps and have got it going successfully on two other hosts but for whatever reason...