5b73333a2ca1f5906e19990cae65799bf3e073df
Some checks failed
Test / test (push) Has been cancelled
CRITICAL CORRECTION: Removed the "Méthode 1: Avant l'Installation" which was not based on official Wazuh documentation and is non-functional. The ONLY supported method for changing passwords in Wazuh Docker is the post-installation procedure using hash.sh and securityadmin.sh tools. Changes: - Removed misleading "Méthode 1" that suggested pre-install env vars work - Added clear security warning that default passwords are public - Emphasized that post-installation procedure is MANDATORY - Clarified that Runtipi env vars alone are NOT sufficient for security - Updated title to "OBLIGATOIRE pour Production" (mandatory) This aligns documentation with official Wazuh security procedures: https://documentation.wazuh.com/current/deployment-options/docker/changing-default-password.html 🤖 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%