diff --git a/admin.md b/admin.md index 688a7796..d462c05c 100644 --- a/admin.md +++ b/admin.md @@ -1,9 +1,6 @@ # Administrator web interface -Yunohost has an administrator web interface. The other way to administer your Yunohost install is through the [CLI called "moulinette"](/moulinette) - -**Please note** that the web interface is an active work-in-progress and has far fewer features than the CLI moulinette. - +Yunohost has an administrator web interface. The other way to administrate your Yunohost install is through the [command line](/commandline). ### Access diff --git a/admin_fr.md b/admin_fr.md index b0211643..7dbcb32a 100644 --- a/admin_fr.md +++ b/admin_fr.md @@ -1,9 +1,6 @@ # L’interface d’administration web -YunoHost est fourni avec une interface graphique d’administration. L’autre méthode est d’utiliser la [moulinette](/moulinette_fr) ligne de commande. - -**Attention** : l’interface d’administration donne accès à beaucoup moins de fonctionnalités que la moulinette, car elle est en développement actif. - +YunoHost est fourni avec une interface graphique d’administration. L’autre méthode est d’utiliser la [ligne de commande](/commandline_fr). ### Accès diff --git a/admindoc.md b/admindoc.md index 5762f373..b3c2bc0c 100644 --- a/admindoc.md +++ b/admindoc.md @@ -24,7 +24,7 @@ * Getting to know YunoHost * [Web administration interface](/admin) * [Connecting to your server using SSH](/ssh) - * [Command-line administration](/moulinette) + * [Command-line administration](/commandline) * [Application catalog](/apps) * [Updating your server](/update) and [apps](/app_update) * [Backup](/backup) diff --git a/admindoc_fr.md b/admindoc_fr.md index 6604685e..f2fbbcb8 100644 --- a/admindoc_fr.md +++ b/admindoc_fr.md @@ -24,7 +24,7 @@ * Apprendre à connaitre YunoHost * [L'interface d'administration web](/admin_fr) * [Se connecter à son serveur via SSH](/ssh_fr) - * [Administrrer son serveur en ligne de commande](/moulinette_fr) + * [Administrrer son serveur en ligne de commande](/commandline_fr) * [Catalogue d'applications](/apps_fr) * [Mettre à jour son serveur](/update_fr) et [les apps](/app_update_fr) * [Les sauvegardes](/backup_fr) diff --git a/moulinette.md b/commandline.md similarity index 100% rename from moulinette.md rename to commandline.md diff --git a/moulinette_fr.md b/commandline_fr.md similarity index 100% rename from moulinette_fr.md rename to commandline_fr.md diff --git a/packaging_apps.md b/packaging_apps.md index 3f04d214..e4a209d9 100644 --- a/packaging_apps.md +++ b/packaging_apps.md @@ -38,7 +38,7 @@ Since YunoHost has a unified architecture, you will be able to guess most of the Multi-instance ### Hooks -YunoHost provides a hook system, which is accessible via the packager's script callbacks in moulinette (CLI). +YunoHost provides a hook system, which is accessible via the packager's script callbacks in command line. The scripts have to be placed in the `hooks` repository at the root of the YunoHost package, and must be named `priority-hook_name`, for example: `hooks/50-post_user_create` will be executed after each user creation. **Note**: `priority` is optional, default is `50`. @@ -54,7 +54,7 @@ In order to test your package, you can execute your script standalone as `admin` su - admin -c "/bin/bash /path/to/my/script my_arg1 my_arg2" ``` -Or you can use [moulinette](/moulinette_en): +Or you can use [command line](/commandline_en): ```bash yunohost app install /path/to/my/app/package ``` diff --git a/security.md b/security.md index c11c7857..87bd8eeb 100644 --- a/security.md +++ b/security.md @@ -110,7 +110,7 @@ Save and restart SSH daemon. --- ### Disable YunoHost API -YunoHost administration is accessible through an **HTTP API**, served on the 6787 port by default. It can be used to administrate a lot of things on your server, thus to break many things between malicious hands. The best thing to do, if you know how to use the [command-line interface](/moulinette), is to deactivate the `yunohost-api` service. +YunoHost administration is accessible through an **HTTP API**, served on the 6787 port by default. It can be used to administrate a lot of things on your server, thus to break many things between malicious hands. The best thing to do, if you know how to use the [command-line interface](/commandline), is to deactivate the `yunohost-api` service. ```bash sudo service yunohost-api stop diff --git a/security_fr.md b/security_fr.md index 7e093dd5..07a53bf6 100644 --- a/security_fr.md +++ b/security_fr.md @@ -120,7 +120,7 @@ Sauvegardez et relancez le démon SSH. ### Désactivation de l’API YunoHost -YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par défaut. Elle permet d’administrer une grande partie de votre serveur, et peut donc être utilisée à des **fins malveillantes**. La meilleure chose à faire si vous êtes habitués aux lignes de commande est de désactiver le service `yunohost-api`, et **utiliser la [moulinette](/moulinette_fr)** en SSH. +YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par défaut. Elle permet d’administrer une grande partie de votre serveur, et peut donc être utilisée à des **fins malveillantes**. La meilleure chose à faire si vous êtes habitués aux lignes de commande est de désactiver le service `yunohost-api`, et **utiliser la [ligne de commande](/commandline_fr)** en SSH. ```bash sudo service yunohost-api stop diff --git a/sitemap.md b/sitemap.md index e0c27d8a..4b22b1fc 100644 --- a/sitemap.md +++ b/sitemap.md @@ -47,7 +47,7 @@ * Administration * Command-line * [Connect to your server with SSH](/ssh) - * [Command line administration](/moulinette) + * [Command line administration](/commandline) * [Web administration](/admin) * [Change administration password](/change_admin_password) * [Email](email_en) diff --git a/sitemap_fr.md b/sitemap_fr.md index bc2f6b43..63db7df4 100644 --- a/sitemap_fr.md +++ b/sitemap_fr.md @@ -53,7 +53,7 @@ * Administration * En ligne de commande * [Connexion à son serveur avec SSH](/ssh_fr) - * [Administration avec la Moulinette](/moulinette_fr) + * [Administration avec la ligne de commande](/commandline_fr) * [Administration web](/admin_fr) * [Administration via l'API](/admin_api_fr) * [Changer le mot de passe d’administration](/change_admin_password_fr) diff --git a/troubleshooting_guide.md b/troubleshooting_guide.md index f3179ba4..e9a23f0f 100644 --- a/troubleshooting_guide.md +++ b/troubleshooting_guide.md @@ -18,7 +18,7 @@ From my experience, some packaging are excellent and others can break some part Answer to your question may be already in [the documentation](https://yunohost.org/#/sitemap_en). ### Check the command line help -Learn how to use the [YunoHost commands](https://yunohost.org/#/moulinette_en) like a pro. +Learn how to use the [YunoHost commands](https://yunohost.org/#/commandline) like a pro. ## Upgrade Problems often occur after an upgrade. After a YunoHost upgrade you may want to [update your apps](https://yunohost.org/#/app_update_en). diff --git a/troubleshooting_guide_fr.md b/troubleshooting_guide_fr.md index 51d90eab..103377a3 100644 --- a/troubleshooting_guide_fr.md +++ b/troubleshooting_guide_fr.md @@ -19,7 +19,7 @@ et [le salon de discussion Yunohost](support_fr) pour voir si d’autres ont eu Les réponses à vos questions existent peut être déjà dans [la documentation](sitemap_fr). ### Vérifier l’aide dans les commandes en ligne -Vous pouvez apprendre à utiliser les [commandes YunoHost](moulinette_fr) +Vous pouvez apprendre à utiliser les [commandes YunoHost](/commandline_fr) ## Mise à jour Les problèmes ont souvent lieu après une mise à jour. Après une mise à jour, vous pouvez avoir envie de [mettre à jour votre application](app_update_fr).