From 6476c1afdc40785943cc2e0fd02fbc78b3e1a760 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 11 Dec 2022 23:36:43 +0600 Subject: [PATCH] Add CactiveCloud / web-server --- .../webextension/images/icons/CactiveCloud.svg | 3 +++ src/technologies/c.json | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/drivers/webextension/images/icons/CactiveCloud.svg diff --git a/src/drivers/webextension/images/icons/CactiveCloud.svg b/src/drivers/webextension/images/icons/CactiveCloud.svg new file mode 100644 index 000000000..d9bf9dec4 --- /dev/null +++ b/src/drivers/webextension/images/icons/CactiveCloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/c.json b/src/technologies/c.json index 192323cc2..623f735b3 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -289,6 +289,22 @@ "oss": true, "website": "https://cachethq.io" }, + "CactiveCloud": { + "cats": [ + 22 + ], + "description": "CactiveCloud is a freemium based cloud provider and web server for static deployments of websites with HTML builds and serverless functions.", + "icon": "CactiveCloud.svg", + "headers": { + "server": "^Cactive$" + }, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://cactivecloud.com" + }, "Caddy": { "cats": [ 22