From ce718b17791592bf0f78fa86e36055607d088b53 Mon Sep 17 00:00:00 2001 From: Gui-Gos <97973228+Gui-Gos@users.noreply.github.com> Date: Sun, 4 Jan 2026 13:55:02 +0100 Subject: [PATCH] docs: Clarify file path instructions for internal_users.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simplify the confusing find the exact path step by showing that wildcards work directly with nano. Add fallback instructions with concrete example if wildcards do not work. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- apps/wazuh-runtipi/metadata/description.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/apps/wazuh-runtipi/metadata/description.md b/apps/wazuh-runtipi/metadata/description.md index c42c173..867a67b 100644 --- a/apps/wazuh-runtipi/metadata/description.md +++ b/apps/wazuh-runtipi/metadata/description.md @@ -213,18 +213,21 @@ Si vous utilisez les valeurs par défaut: ⚠️ **IMPORTANT:** Copiez le hash complet (commence par `$2y$12$...`). Vous en aurez besoin à l'étape suivante. -3. **Trouver le chemin exact du fichier de configuration:** +3. **Éditer le fichier internal_users.yml:** + + Le wildcard `*` fonctionne directement avec nano: + ```bash + nano /opt/runtipi/app-data/*/wazuh-runtipi/data/indexer-security/internal_users.yml + ``` + + **Note:** Si le wildcard `*` ne fonctionne pas, trouvez d'abord le chemin exact: ```bash # Afficher le chemin complet ls -d /opt/runtipi/app-data/*/wazuh-runtipi - ``` + # Exemple de résultat: /opt/runtipi/app-data/abc123/wazuh-runtipi - Utilisez ce chemin pour les commandes suivantes (remplacez `*` par l'ID exact). - -4. **Éditer le fichier internal_users.yml:** - ```bash - # Ouvrir le fichier avec nano - nano /opt/runtipi/app-data/VOTRE_ID/wazuh-runtipi/data/indexer-security/internal_users.yml + # Puis utiliser ce chemin exact + nano /opt/runtipi/app-data/abc123/wazuh-runtipi/data/indexer-security/internal_users.yml ``` **Pour changer le mot de passe admin:**