From 358ef8c2bf877b8e47a016b51f4b1a9f2668a867 Mon Sep 17 00:00:00 2001 From: jdv Date: Thu, 9 Jan 2025 17:04:34 +0100 Subject: [PATCH 1/2] adding warning for cloudways experimental notic --- .../unversioned/getting_started/installation/cloudways.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx b/crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx index a91feed9e..5123b07fe 100644 --- a/crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx +++ b/crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx @@ -13,9 +13,11 @@ import CodeBlock from '@theme/CodeBlock'; # Install CrowdSec on Cloudways +:::warning 🧪 This is an experimental way to have CrowdSec run on Cloudways, it does work well to detect attacks and remediate at the wordpress level. However remediation at the firewall level is not possible due to the limited permissions of the user. We hope that in the future Cloudways will have a way to handle CrowdSec Remediations at the firewall level. +::: ## Preface Cloudways is a managed cloud hosting platform that makes it easy to host websites and applications across different cloud providers. From 46d55e35acd58fc2ca2ab8afc477172a027aee0e Mon Sep 17 00:00:00 2001 From: jdv Date: Thu, 9 Jan 2025 17:07:04 +0100 Subject: [PATCH 2/2] fix wordpress link --- .../unversioned/getting_started/installation/cloudways.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx b/crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx index 5123b07fe..9dae7e3de 100644 --- a/crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx +++ b/crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx @@ -384,4 +384,4 @@ API key for 'my_wp_bouncer': Please keep this key since you will not be able to retrieve it! ``` -- Add those credentials to your WP bouncer plugin as described in the [WP plugin documentation](/u/bouncers/wordpress.mdx#configurations) +- Add those credentials to your WP bouncer plugin as described in the [WP plugin documentation](/u/bouncers/wordpress#configurations)