8cd871c61d8fd4a0a5b2f96db744e2a6ce091347
Some checks failed
Test / test (push) Has been cancelled
Based on Kubernetes configuration analysis from wazuh-kubernetes-main repository. Changes to docker-compose.json: - Add resource limits (CPU/RAM) to all services based on K8s recommendations * Indexer: 0.5-1.0 CPU, 1-2GB RAM * Manager: 1.0-2.0 CPU, 1-2GB RAM * Dashboard: 0.2-0.4 CPU, 512MB-2GB RAM - Add Log4j security flag: -Dlog4j2.formatMsgNoLookups=true (CVE-2021-44228) - Add DISABLE_INSTALL_DEMO_CONFIG=true for indexer security - Add WAZUH_NODE_TYPE=master for explicit node configuration - Add SERVER_SSL_ENABLED=true for dashboard Changes to metadata/description.md: - Update prerequisites with CPU/RAM/Disk requirements - Add "Variables d'Environnement Techniques" section - Rewrite "Limites de Ressources" with K8s-based recommendations - Update "Espace Disque" with production storage requirements - Add new section "Considérations de Production et Scaling" * Single-node deployment limitations * HA configuration with Kubernetes * Scaling recommendations * Production security checklist * Backup script for critical volumes All improvements follow official Wazuh Kubernetes production configurations for optimal stability and security. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Example App Store Template
This repository serves as a template for creating your own custom app store for the Runtipi platform. Use this as a starting point to create and share your own collection of applications.
Repository Structure
-
apps/: Contains individual app directories
- Each app has its own folder (e.g.,
whoami/) with the following structure:config.json: App configuration filedocker-compose.json: Docker setup for the appmetadata/: Contains app visuals and descriptionsdescription.md: Markdown description of the applogo.jpg: App logo image
- Each app has its own folder (e.g.,
-
tests/: Contains test files for the app store
apps.test.ts: Test suite for validating apps
Getting Started
This repository is intended to serve as a template for creating your own app store. Follow these steps to get started:
- Click the "Use this template" button to create a new repository based on this template
- Customize the apps or add your own app folders in the
apps/directory - Test your app store by using it with Runtipi
Documentation
For detailed instructions on creating your own app store, please refer to the official guide: Create Your Own App Store Guide
Languages
HTML
96.9%
Shell
2.4%
Dockerfile
0.3%
Python
0.3%
TypeScript
0.1%