mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Clean old note for Yunohost 2.5
This commit is contained in:
parent
072b7865d8
commit
13a6bf7df7
2 changed files with 6 additions and 25 deletions
15
admin.md
15
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
|
|||
<img src="/images/manage_en.png" style="max-width:100%;">
|
||||
</div>
|
||||
|
||||
|
||||
### 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.
|
||||
|
|
16
admin_fr.md
16
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)
|
||||
|
||||
<div class="text-center" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);">
|
||||
<img src="/images/manage.png" style="max-width:100%;">
|
||||
</div>
|
||||
|
||||
|
||||
### 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue