diff --git a/admin.md b/admin.md index 6793e8c8..688a7796 100644 --- a/admin.md +++ b/admin.md @@ -4,6 +4,7 @@ Yunohost has an administrator web interface. The other way to administer your Yu **Please note** that the web interface is an active work-in-progress and has far fewer features than the CLI moulinette. + ### Access You can access your administrator web interface at this address: https://example.org/yunohost/admin (replace 'example.org' with your own domain name) @@ -12,20 +13,9 @@ You can access your administrator web interface at this address: https://example + ### Reset admin password -#### On Yunohost 2.5 - -The script to reset the admin password is not directly available, but can be downloaded and executed (as root) : - -```bash -$ wget https://raw.githubusercontent.com/YunoHost/yunohost/testing/sbin/yunohost-reset-ldap-password -$ chmod +x yunohost-reset-ldap-password -$ ./yunohost-reset-ldap-password -``` - -#### From Yunohost 2.6 - To reset the admin password (as root) : ```bash @@ -34,6 +24,7 @@ $ yunohost-reset-ldap-password A temporary password will be created, which you can use to define the new password. + ### How to move application folder To change an application folder, only a few commands are needed: move content, create a symlink and set access rights. diff --git a/admin_fr.md b/admin_fr.md index 4214b2ce..2acd9354 100644 --- a/admin_fr.md +++ b/admin_fr.md @@ -4,27 +4,18 @@ YunoHost est fourni avec une interface graphique d’administration. L’autre m **Attention** : l’interface d’administration donne accès à beaucoup moins de fonctionnalités que la moulinette, car elle est en développement actif. + ### Accès + L’interface admin est accessible depuis votre instance YunoHost à l’adresse https://exemple.org/yunohost/admin (remplacez exemple.org par la bonne valeur)
+ ### Réinitialiser le mot de passe administrateur -#### Sous Yunohost 2.5 - -Le script pour réinitialiser le mot de passe adminstrateur n'est pas directement disponible, mais peut être téléchargé puis executé (à partir de l'utilisateur root) : - -```bash -$ wget https://raw.githubusercontent.com/YunoHost/yunohost/testing/sbin/yunohost-reset-ldap-password -$ chmod +x yunohost-reset-ldap-password -$ ./yunohost-reset-ldap-password -``` - -#### À partir de Yunohost 2.6 - Pour réinitialiser le mot de passe administrateur de YunoHost (à partir de l'utilisateur root) : ```bash @@ -34,7 +25,6 @@ $ yunohost-reset-ldap-password Un mot de passe temporaire sera créé, que vous pouvez utiliser pour ensuite définir un nouveau mot de passe. - ### Comment déplacer le dossier d’une application Pour changer le dossier contenant une application, seules quelques commandes sont nécessaires : déplacer le contenu créer un lien symbolique et définir les droits d’accès.