Skip to content

Commit 7725f40

Browse files
author
jdv
committed
hidding links to article and labeling it as experimental
1 parent 08e6b8b commit 7725f40

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

crowdsec-docs/sidebarsUnversioned.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ module.exports = {
492492
"getting_started/installation/pfsense",
493493
"getting_started/installation/opnsense",
494494
"getting_started/installation/whm",
495-
"getting_started/installation/cloudways",
496495
],
497496
},
498497
{

crowdsec-docs/src/components/QuickStart.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ const staticData = [
5959
text: "WHM",
6060
link: "/u/getting_started/installation/whm",
6161
},
62-
{
63-
icon: cloudwaysLogo,
64-
text: "Cloudways",
65-
link: "/u/getting_started/installation/cloudways",
66-
},
62+
// Experimental, not linking to it
63+
// {
64+
// icon: cloudwaysLogo,
65+
// text: "Cloudways",
66+
// link: "/u/getting_started/installation/cloudways",
67+
// },
6768
];
6869

6970
export default function QuickStart() {

crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: cloudways
3-
title: Cloudways (CrowdSec + WP Remediation)
3+
title: Cloudways (CrowdSec + WP Remediation) - 🧪 Experimental
44
pagination_prev: getting_started/pre_requisites
55
pagination_next: getting_started/next_steps
66
---
@@ -9,6 +9,11 @@ import Tabs from '@theme/Tabs';
99
import TabItem from '@theme/TabItem';
1010
import CodeBlock from '@theme/CodeBlock';
1111

12+
# Notice
13+
🧪 This is an experimental way to have CrowdSec run on Cloudways, it does work well to detect attacks and remediate at the wordpress level.
14+
However remediation at the firewall level is not possible due to the limited permissions of the user.
15+
We hope that in the future Cloudways will have a way to handle CrowdSec Remediations at the firewall level.
16+
1217
# Preface
1318
Cloudways is a managed cloud hosting platform that makes it easy to host websites and applications across different cloud providers.
1419

0 commit comments

Comments
 (0)