-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration sample improvements #39
Comments
Hey @Emeric-hub, Captcha support has been on my list of things to look into for a while: https://github.com/hslatman/caddy-crowdsec-bouncer?tab=readme-ov-file#things-that-can-be-done. I haven't had the need myself yet, so I haven't implemented support for it yet. I do have ideas how I want it to work, and I'd like it to be able to use a configurable captcha provider. Which one do you (want to) use? Sending them to a custom error page sounds like a nice thing. I might incorporate that, as it's currently not supported. |
Yeah, THKS, for the answer ... for now, i just provide error pages on my Caddyfile (which is mainly used as a mutualised proxy) ... but giving banned IP a nice error pages should be a good start ... |
for now, i've got something like this snippet : (error_handling) {
} That works for everything i need ... if i may help on this thread / issue ... i'll be pleased ... |
Hi there, i was checking about this point ... after having a look at the appsec functionnality crowdsec. Finally i found, in nginx bouncer, the following parameter... I think it's the same need : Because ban to a static pages is just enough to do the job ... |
Hi,
Thks for this amazing works...
My firsts tests were successful.
I now wanna go further in my configuration and i think a few more explanations may be needed.
Default configuration is working, as bouncer out of box... but i now wanna add some nice 403 bouncing error pages... and the route http handler required to add the crowdsec call is disabling my default error pges handlers...
If you find some spare time, it'll be nice if tou could provide examples...
I also try to captcha instead of ban ... but doesn't see any difference. Any idea?
The text was updated successfully, but these errors were encountered: