mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Create README_fr.md
This commit is contained in:
parent
32e07385c2
commit
ef5c960f8c
1 changed files with 50 additions and 0 deletions
50
README_fr.md
Normal file
50
README_fr.md
Normal file
|
@ -0,0 +1,50 @@
|
|||
# Serveur de synchronisation de Firefox pour Yunohost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/ffsync.svg)](https://dash.yunohost.org/appci/app/ffsync)
|
||||
[![Install ffsync with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=ffsync)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
> *Ce package vous permet d'installer Wordpress rapidement et simplement sur un serveur Yunohost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Le serveur de synchronisation permet un remplacement du serveur par défaut de Firefox (hébergé par Mozilla).
|
||||
|
||||
Par défaut, le serveur reporte l'authentification aux serveurs de comptes de Mozilla à [https://accounts.firefox.com].
|
||||
|
||||
**Version incluse :** 1.8
|
||||
|
||||
## Configuration
|
||||
|
||||
Une fois installé, la page `http://domain.tld/path` vous explique comment l'utiliser.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Documentation officialle : https://docs.services.mozilla.com/howtos/run-sync-1.5.html
|
||||
* Documentation YunoHost : https://yunohost.org/#/app_ffsync
|
||||
|
||||
## Caractéristiques spécifiques YunoHost
|
||||
|
||||
#### Architectures supportées
|
||||
|
||||
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/ffsync%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/ffsync/)
|
||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/ffsync%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/ffsync/)
|
||||
|
||||
## Liens
|
||||
|
||||
* Rapporter un bug : https://github.com/YunoHost-Apps/ffsync_ynh/issues
|
||||
* Dépôt de Sync Server : https://github.com/mozilla-services/syncserver
|
||||
* Site de YunoHost : https://yunohost.org/
|
||||
|
||||
---
|
||||
Informations pour les développeurs
|
||||
----------------
|
||||
|
||||
Merci de faire votre « pull request » sur la [branche testing](https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing).
|
||||
Pour tester la branche testing, faites comme ceci.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade ffsync -u https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
||||
```
|
Loading…
Reference in a new issue