mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-16 02:47:37 +00:00
'Add new script' (#3381)
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0be5f78d35
commit
e653157e24
43
frontend/public/json/wazuh.json
Normal file
43
frontend/public/json/wazuh.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"text": "Show password: `cat ~/wazuh.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user