1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00
Mozilla’s Sync Server package for YunoHost
Find a file
2016-12-13 16:55:44 +01:00
conf update 1.5.2 2015-12-28 06:08:56 -05:00
scripts fixed a forgotten import of the script helper and removed sudo before helpers 2016-12-13 16:55:44 +01:00
sources added Android debug information on the info page 2016-12-13 14:50:37 +01:00
.gitignore Fix 'secret' variable - see issue : https://github.com/abeudin/ffsync_ynh/issues/17 2016-01-13 21:14:06 +01:00
LICENSE Add an index page explaining how to setup, fixes #14 2016-12-08 12:36:22 +01:00
manifest.json Compliance with Yunohost’s package linter (except scripts/{backup,restore}) 2016-12-08 16:12:16 +01:00
README.md Rectify version mistyping 2016-12-08 16:34:23 +01:00

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: 1.5

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.