Files
runtipi-appstore/apps/wazuh-runtipi/config.json
Gui-Gos 46122d5a7f
Some checks failed
Test / test (push) Has been cancelled
Initial commit - Runtipi Appstore with Wazuh 4.14.1
- Added Wazuh 4.14.1 SIEM/XDR application for Runtipi
- Simplified init scripts following official Wazuh Docker patterns
- Complete documentation in French (description.md)
- Health check diagnostic script (wazuh-health-check.sh)
- SSL/TLS certificates auto-generation
- Whoami test application included

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-02 12:26:29 +01:00

58 lines
1.5 KiB
JSON

{
"name": "Wazuh",
"id": "wazuh",
"available": true,
"exposable": true,
"dynamic_config": true,
"port": 5601,
"tipi_version": 2,
"version": "4.14.1",
"categories": ["security"],
"short_desc": "Plateforme XDR / SIEM open source.",
"description": "Wazuh est une plateforme de sécurité open source (XDR / SIEM) qui déploie la stack Docker single-node officielle : indexer, manager et dashboard Wazuh 4.14.1.",
"author": "Wazuh",
"source": "https://github.com/wazuh/wazuh-docker",
"website": "https://wazuh.com/",
"form_fields": [
{
"type": "text",
"env_variable": "INDEXER_USERNAME",
"label": "Indexer admin username",
"default": "admin",
"required": true
},
{
"type": "password",
"env_variable": "INDEXER_PASSWORD",
"label": "Indexer admin password",
"default": "admin",
"required": true
},
{
"type": "text",
"env_variable": "DASHBOARD_USERNAME",
"label": "Dashboard username (internal OpenSearch user)",
"default": "kibanaserver",
"required": true
},
{
"type": "password",
"env_variable": "DASHBOARD_PASSWORD",
"label": "Dashboard password (internal OpenSearch user)",
"default": "kibanaserver",
"required": true
},
{
"type": "password",
"env_variable": "API_PASSWORD",
"label": "Wazuh API password (user: wazuh-wui)",
"default": "MyS3cr37P450r.*-",
"required": true
}
],
"supported_architectures": [
"amd64",
"arm64"
]
}