crowdsecurity / cs-wordpress-bouncer

CrowdSec is an open-source cyber security tool. This plugin blocks detected attackers or display them a captcha to check they are not bots.
https://wordpress.org/plugins/crowdsec/
MIT License
34 stars 6 forks source link

[Feature Request] Multisite Support with Global Tables #128

Closed taropaa closed 1 year ago

taropaa commented 1 year ago

Hi, it would be nice if multisite could be supported to facilitate easier deployment and management across networks.

It could work like this:

  1. The plugin checks if it's network enabled. If yes, then store the settings network-wide. or
  2. Add support for constants that can be declared in wp-config.php (should help with automated deployments as well) or
  3. both

Thank you for considering.

julienloizelet commented 1 year ago

Thanks for your message.

Will look into this WordPress "Multisite" feature to see what we could do.

bilyboy785 commented 1 year ago

Hi @julienloizelet

There is any support for wordpress constants to configure many websites at same time ?

julienloizelet commented 1 year ago

There is any support for wordpress constants to configure many websites at same time ?

Hi @bilyboy785, not for now.

Thanks

julienloizelet commented 1 year ago

Hi @taropaa , I just released a 2.5.0 version of the plugin that supports Multisite installation:

Thanks