1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-27 21:50:17 +00:00

Update date in json (#3382)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-03-24 14:41:57 +01:00 committed by GitHub
parent e653157e24
commit 8d78ff1462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,43 +1,43 @@
{ {
"name": "Wazuh", "name": "Wazuh",
"slug": "wazuh", "slug": "wazuh",
"categories": [ "categories": [
1 1
], ],
"date_created": "2025-03-19", "date_created": "2025-03-24",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 443, "interface_port": 443,
"documentation": "https://documentation.wazuh.com/", "documentation": "https://documentation.wazuh.com/",
"website": "https://wazuh.com/", "website": "https://wazuh.com/",
"logo": "https://avatars.githubusercontent.com/u/13752566?s=200&v=4", "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.", "description": "Wazuh is an open-source security monitoring solution that provides endpoint protection, network monitoring, and log analysis capabilities.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/wazuh.sh", "script": "ct/wazuh.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 4096, "ram": 4096,
"hdd": 10, "hdd": 10,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "root", "username": "root",
"password": null "password": null
},
"notes": [
{
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.",
"type": "warning"
}, },
"notes": [ {
{ "text": "Show password: `cat ~/wazuh.creds`",
"text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", "type": "info"
"type": "warning" }
}, ]
{
"text": "Show password: `cat ~/wazuh.creds`",
"type": "info"
}
]
} }