File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
unversioned/getting_started/installation Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
6970export default function QuickStart ( ) {
Original file line number Diff line number Diff line change 11---
22id : cloudways
3- title : Cloudways (CrowdSec + WP Remediation)
3+ title : Cloudways (CrowdSec + WP Remediation) - 🧪 Experimental
44pagination_prev : getting_started/pre_requisites
55pagination_next : getting_started/next_steps
66---
@@ -9,6 +9,11 @@ import Tabs from '@theme/Tabs';
99import TabItem from ' @theme/TabItem' ;
1010import 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
1318Cloudways is a managed cloud hosting platform that makes it easy to host websites and applications across different cloud providers.
1419
You can’t perform that action at this time.
0 commit comments