Initial commit - Runtipi Appstore with Wazuh 4.14.1
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
- 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>
This commit is contained in:
57
apps/wazuh-runtipi/config.json
Normal file
57
apps/wazuh-runtipi/config.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user