Add app_ffsync.md

This commit is contained in:
ma.azimi@laposte.net 2015-02-14 17:31:45 +01:00 committed by YunoHost
parent 731617cdb3
commit fe796b4de7
3 changed files with 56 additions and 0 deletions

15
app_ffsync.md Normal file
View file

@ -0,0 +1,15 @@
# Firefox Sync
Firefox Sync permits synchronize plugins, bookmarks, history over many Firefox instances.
### Firefox configuration
#### Firefox desktop
In Firefox URL bar put: `about:config`.
Search for: `services.sync.tokenServerURI`.
Replace the URL by: https://mydomain.tld/path/token/1.0/sync/1.5
Create an account at Mozilla.
#### Firefox mobile
Install the plugin `fxa-custom-server-addon`.

21
change_admin_password.md Normal file
View file

@ -0,0 +1,21 @@
#Change administration password
For security reasons you may have to change your administration password. To achieve this, 2 different methods exists.
<div class="alert alert-warning">
<span class="glyphicon glyphicon-warning-sign"></span>
The current administration password is **required** to perform this task.
</div>
##Web administration
First, connect to your [web administration](/admin).
Then go to `Tools` > `Change administration password`.
##Command line
```bash
yunohost tools adminpw
```

View file

@ -0,0 +1,20 @@
#Changer le mot de passe d'administration
Pour des raisons de sécurité vous pouvez avoir besoin de changer votre mot de passe d'administration. Pour cela, 2 methodes sont possibles.
<div class="alert alert-warning">
<span class="glyphicon glyphicon-warning-sign"></span>
Le mot de passe d'administration actuel est **requis** pour effectuer cette modification.
</div>
##Administration web
Premièrement, connectez vous à [l'administration web](/admin_fr).
Puis allez dans la section `Outils` > `Changer le mot de passe d'administration`.
##Ligne de commande
```bash
yunohost tools adminpw
```