mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Auto-update README
This commit is contained in:
parent
48d0a1556a
commit
44833016ea
2 changed files with 55 additions and 63 deletions
65
README.md
65
README.md
|
@ -1,11 +1,17 @@
|
||||||
# Mozilla’s Sync Server for YunoHost
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/ffsync.svg)](https://dash.yunohost.org/appci/app/ffsync) ![](https://ci-apps.yunohost.org/ci/badges/ffsync.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ffsync.maintain.svg)
|
# Firefox Sync Server for YunoHost
|
||||||
[![Install ffsync with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ffsync)
|
|
||||||
|
[![Integration level](https://dash.yunohost.org/integration/ffsync.svg)](https://dash.yunohost.org/appci/app/ffsync) ![Working status](https://ci-apps.yunohost.org/ci/badges/ffsync.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ffsync.maintain.svg)
|
||||||
|
[![Install Firefox Sync Server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ffsync)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
> *This package allow you to install ffsync quickly and simply on a YunoHost server.
|
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
> *This package allows you to install Firefox Sync Server quickly and simply on a YunoHost server.
|
||||||
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -13,51 +19,34 @@ The Sync Server provides a replacement for Firefox’s default server (hosted at
|
||||||
|
|
||||||
By default, a server set up will defer authentication to the Mozilla-hosted accounts server at [https://accounts.firefox.com](https://accounts.firefox.com). So you will still have to authenticate at Mozilla, but _the storage of your information will be done on your host_.
|
By default, a server set up will defer authentication to the Mozilla-hosted accounts server at [https://accounts.firefox.com](https://accounts.firefox.com). So you will still have to authenticate at Mozilla, but _the storage of your information will be done on your host_.
|
||||||
|
|
||||||
**Shipped version:** 1.9.1
|
**Shipped version:** 1.9.1~ynh3
|
||||||
|
## Disclaimers / important information
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Official documentation: https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html
|
|
||||||
* YunoHost documentation: https://yunohost.org/#/app_ffsync
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Once installed, reaching `http://domain.tld/path` should show a page explaining how to configure it.
|
Once installed, reaching `http://domain.tld/path` should show a page explaining how to configure it.
|
||||||
|
|
||||||
## Links
|
## :red_circle: Antifeatures
|
||||||
|
|
||||||
* Report a bug about this package: https://github.com/YunoHost-Apps/ffsync_ynh/issues
|
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
||||||
* Upstream app repository: https://github.com/mozilla-services/syncserver
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
## Documentation and resources
|
||||||
|
|
||||||
## Developers info
|
* Official admin documentation: <https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html>
|
||||||
|
* Upstream app code repository: <https://github.com/mozilla-services/syncserver>
|
||||||
|
* YunoHost documentation for this app: <https://yunohost.org/app_ffsync>
|
||||||
|
* Report a bug: <https://github.com/YunoHost-Apps/ffsync_ynh/issues>
|
||||||
|
|
||||||
|
## Developer info
|
||||||
|
|
||||||
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing).
|
||||||
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing).
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade ffsync -u https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
sudo yunohost app upgrade ffsync -u https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
### Solving problems with Android
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
||||||
The sure-fire way to know what Sync on Android is really doing is to observe the Android device log using adb logcat. You’ll want to bump your log-level:
|
|
||||||
```
|
|
||||||
adb shell setprop log.tag.FxAccounts VERBOSE
|
|
||||||
```
|
|
||||||
|
|
||||||
Then, you can observe the log using:
|
|
||||||
```
|
|
||||||
adb logcat | grep FxAccounts
|
|
||||||
```
|
|
||||||
|
|
||||||
It’s best to observe the log while you force a sync from the Android Settings App. You should see output like:
|
|
||||||
|
|
||||||
```
|
|
||||||
D FxAccounts(...) fennec :: BaseResource :: HTTP GET https://token.stage.mozaws.net/1.0/sync/1.5
|
|
||||||
...
|
|
||||||
D FxAccounts(...) fennec :: BaseResource :: HTTP GET https://sync-4-us-east-1.stage.mozaws.net/
|
|
||||||
```
|
|
||||||
|
|
53
README_fr.md
53
README_fr.md
|
@ -1,48 +1,51 @@
|
||||||
# Serveur de synchronisation de Firefox pour YunoHost
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/ffsync.svg)](https://dash.yunohost.org/appci/app/ffsync) ![](https://ci-apps.yunohost.org/ci/badges/ffsync.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/ffsync.maintain.svg)
|
# Firefox Sync Server pour YunoHost
|
||||||
[![Install ffsync with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ffsync)
|
|
||||||
|
[![Niveau d’intégration](https://dash.yunohost.org/integration/ffsync.svg)](https://dash.yunohost.org/appci/app/ffsync) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ffsync.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ffsync.maintain.svg)
|
||||||
|
[![Installer Firefox Sync Server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ffsync)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
> *Ce package vous permet d'installer ffsync 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
|
> *Ce package vous permet d’installer Firefox Sync Server 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).
|
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. vous vous authentifierez donc sur les serveurs de Mozilla, mais _le stockage de vos informations se fera sur votre serveur_.
|
Par défaut, le serveur reporte l'authentification aux serveurs de comptes de Mozilla à https://accounts.firefox.com. vous vous authentifierez donc sur les serveurs de Mozilla, mais _le stockage de vos informations se fera sur votre serveur_.
|
||||||
|
|
||||||
**Version incluse :** 1.9.1
|
**Version incluse :** 1.9.1~ynh3
|
||||||
|
## Avertissements / informations importantes
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Documentation officialle : https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html
|
|
||||||
* Documentation YunoHost : https://yunohost.org/#/app_ffsync
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Une fois installé, la page `http://domain.tld/path` vous explique comment l'utiliser.
|
Une fois installé, la page `http://domain.tld/path` vous explique comment l'utiliser.
|
||||||
|
## :red_circle: Fonctions indésirables
|
||||||
|
|
||||||
#### Architectures supportées
|
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
||||||
|
|
||||||
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/ffsync%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/ffsync/)
|
## Documentations et ressources
|
||||||
* 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
|
* Documentation officielle de l’admin : <https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html>
|
||||||
|
* Dépôt de code officiel de l’app : <https://github.com/mozilla-services/syncserver>
|
||||||
* Rapporter un bug : https://github.com/YunoHost-Apps/ffsync_ynh/issues
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ffsync>
|
||||||
* Dépôt de Sync Server : https://github.com/mozilla-services/syncserver
|
* Signaler un bug : <https://github.com/YunoHost-Apps/ffsync_ynh/issues>
|
||||||
* Site de YunoHost : https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire votre « pull request » sur la [branche testing](https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing).
|
||||||
Pour tester la branche testing, faites comme ceci.
|
|
||||||
```
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade ffsync -u https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
sudo yunohost app upgrade ffsync -u https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue