diff --git a/ct/wazuh.sh b/ct/wazuh.sh index 5a50dab5e..d5f1aa7a0 100644 --- a/ct/wazuh.sh +++ b/ct/wazuh.sh @@ -5,6 +5,9 @@ source <(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/mis # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://wazuh.com/ +echo -e "Wazuh not supported on ARM64.\n" +exit + APP="Wazuh" var_tags="security;monitoring" var_cpu="4" @@ -41,4 +44,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:443${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:443${CL}" diff --git a/frontend/public/json/beszel.json b/frontend/public/json/beszel.json index da5618a4c..f14f278e7 100644 --- a/frontend/public/json/beszel.json +++ b/frontend/public/json/beszel.json @@ -31,5 +31,5 @@ "password": null }, "notes": [], - "status": "🚧" - } \ No newline at end of file + "status": "✅" + } diff --git a/frontend/public/json/npmplus.json b/frontend/public/json/npmplus.json index 6b225afd0..04d6be363 100644 --- a/frontend/public/json/npmplus.json +++ b/frontend/public/json/npmplus.json @@ -55,5 +55,5 @@ "type": "info" } ], - "status": "🚧" -} \ No newline at end of file + "status": "✅" +} diff --git a/frontend/public/json/wazuh.json b/frontend/public/json/wazuh.json index 70c0a3dc1..a6f6507cc 100644 --- a/frontend/public/json/wazuh.json +++ b/frontend/public/json/wazuh.json @@ -40,5 +40,5 @@ "type": "info" } ], - "status": "🚧" -} \ No newline at end of file + "status": "❌" +}