This is the Firefox Sync Server page that ffsync_ynh restores with a patch. This is only the assets, which can be dropped into directory for directly serving via a web server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pierre-Antoine Rault a4566abdfa
small edits for the README
8 years ago
conf update 1.5.2 9 years ago
scripts Fix 'secret' variable - see issue : https://github.com/abeudin/ffsync_ynh/issues/17 9 years ago
sources Add an index page explaining how to setup, fixes #14 8 years ago
.gitignore Fix 'secret' variable - see issue : https://github.com/abeudin/ffsync_ynh/issues/17 9 years ago
LICENSE Add an index page explaining how to setup, fixes #14 8 years ago
README.md small edits for the README 8 years ago
manifest.json first commit 11 years ago

README.md

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.