From d67760bd023e50ee79e9057c6d9965cf5e78c2e2 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 21 Mar 2025 10:44:15 +0100 Subject: [PATCH] remove test files --- ct/wf-test.sh | 6 ----- frontend/public/json/wf-test.json | 39 ------------------------------- install/wf-test-install.sh | 1 - 3 files changed, 46 deletions(-) delete mode 100644 ct/wf-test.sh delete mode 100644 frontend/public/json/wf-test.json delete mode 100644 install/wf-test-install.sh diff --git a/ct/wf-test.sh b/ct/wf-test.sh deleted file mode 100644 index 0dfa827..0000000 --- a/ct/wf-test.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) -# Copyright (c) 2021-2025 tteck -# Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE -# Source: https://www.debian.org/ diff --git a/frontend/public/json/wf-test.json b/frontend/public/json/wf-test.json deleted file mode 100644 index 3363363..0000000 --- a/frontend/public/json/wf-test.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "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" - } - ] -} diff --git a/install/wf-test-install.sh b/install/wf-test-install.sh deleted file mode 100644 index 8b13789..0000000 --- a/install/wf-test-install.sh +++ /dev/null @@ -1 +0,0 @@ -