2023-01-22 10:58:34 +01:00
<!--
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.
-->
2019-11-01 22:04:11 +01:00
2023-01-22 10:58:34 +01:00
# Firefox Sync Server for YunoHost
[![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)
2019-11-01 22:04:11 +01:00
2020-06-15 13:25:21 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2023-01-22 10:58:34 +01:00
> *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.*
2019-11-01 22:04:11 +01:00
2020-04-16 23:33:43 +02:00
## Overview
2016-12-08 12:36:22 +01:00
2018-06-28 23:09:33 +02:00
The Sync Server provides a replacement for Firefox’ s default server (hosted at Mozilla).
2016-12-08 12:36:22 +01:00
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_ .
2023-01-22 10:58:34 +01:00
**Shipped version:** 1.9.1~ynh3
## Disclaimers / important information
2019-11-01 22:04:11 +01:00
2020-06-15 13:25:21 +02:00
## Configuration
Once installed, reaching `http://domain.tld/path` should show a page explaining how to configure it.
2019-11-01 22:04:11 +01:00
2023-01-22 10:58:34 +01:00
## :red_circle: Antifeatures
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
2016-12-08 12:36:22 +01:00
2023-01-22 10:58:34 +01:00
## Documentation and resources
2019-11-01 22:04:11 +01:00
2023-01-22 10:58:34 +01:00
* 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 >
2019-11-01 22:04:11 +01:00
2023-01-22 10:58:34 +01:00
## Developer info
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing ).
2019-11-01 22:04:11 +01:00
To try the testing branch, please proceed like that.
2023-01-22 10:58:34 +01:00
``` bash
2019-11-01 22:04:11 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
or
sudo yunohost app upgrade ffsync -u https://github.com/YunoHost-Apps/ffsync_ynh/tree/testing --debug
```
2020-11-28 18:15:25 +01:00
2023-01-22 10:58:34 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >