1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00
ffsync_ynh/README.md
Pierre-Antoine Rault 19c3fbe3f9 Add an index page explaining how to setup, fixes #14
Adding LICENSE and README as well
2016-12-08 12:36:22 +01:00

1,009 B
Raw Blame History

Mozillas Sync Server for Yunohost

The Sync Server provides a replacement for Firefoxs default server (hosted at Mozilla). Its code is available on the Sync-1.5 Server documentation.

By default, a server set up will defer authentication to the Mozilla-hosted accounts server at 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: 0.9.0

Configuring

Once installed, reaching http://domain.tld/path should show a page explaining how to configure it. Otherwise please refer to the Yunohost page.

Contributing

From the sources directory, do as follows:

make build make test ./local/bin/gunicorn --reload --paste syncserver.ini instead of the classical make serve to take into account changes you will surely do by developping the app.