mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-05-02 14:35:13 +00:00
* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "Wazuh",
|
|
"slug": "wazuh",
|
|
"categories": [
|
|
9
|
|
],
|
|
"date_created": "2025-03-24",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 443,
|
|
"documentation": "https://documentation.wazuh.com/",
|
|
"website": "https://wazuh.com/",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/wazuh.svg",
|
|
"config_path": "",
|
|
"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": 18,
|
|
"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"
|
|
},
|
|
{
|
|
"text": "Show password: `cat ~/wazuh.creds`",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|
|
|