From 4e351c475430f54eda5d747e53ff7294beb58880 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:36:02 +0100 Subject: [PATCH] Create wf-test.json --- frontend/public/json/wf-test.json | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 frontend/public/json/wf-test.json diff --git a/frontend/public/json/wf-test.json b/frontend/public/json/wf-test.json new file mode 100644 index 0000000..3363363 --- /dev/null +++ b/frontend/public/json/wf-test.json @@ -0,0 +1,39 @@ +{ + "name": "Wazuh", + "slug": "wazuh", + "categories": [ + 1 + ], + "date_created": "2025-03-19", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 443, + "documentation": "https://documentation.wazuh.com/", + "website": "https://wazuh.com/", + "logo": "https://avatars.githubusercontent.com/u/13752566?s=200&v=4", + "description": "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities.", + "install_methods": [ + { + "type": "default", + "script": "ct/wazuh.sh", + "resources": { + "cpu": 4, + "ram": 4096, + "hdd": 10, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": "root", + "password": null + }, + "notes": [ + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" + } + ] +}