GithubHelp home page GithubHelp logo

zyqilla / mozilla_sync Goto Github PK

View Code? Open in Web Editor NEW

This project forked from owncloud-archive/mozilla_sync

0.0 0.0 0.0 14.36 MB

Simple ownCloud app integrating the Mozilla Sync API. It allows users to synchronize Firefox data (e.g. bookmarks, passwords, history,...) using their ownCloud server.

License: GNU Affero General Public License v3.0

JavaScript 32.57% PHP 67.10% CSS 0.05% Makefile 0.28%

mozilla_sync's Introduction

Mozilla Sync app

Simple ownCloud app integrating the Mozilla Sync API. It allows users to synchronize Firefox data (e.g. bookmarks, passwords, history,...) using their ownCloud server.

Content

  1. Installation
  2. Manual
  3. Helpful hints
    1. Firefox on Android
    2. LDAP
  4. Maintainers
  5. API

Installation

For install, re-/uninstall and upgrade instruction look at Changing your Mozilla Sync installation.

Manual

Information for Mozilla Sync users can be found in the User Manual. Information for ownCloud admins can be found in the Admin Manual.

Helpful hints

Firefox on Android

Older versions of Firefox on Android used only the RC4-SHA SSL cipher suite. This has been fixed and "TLS_DHE_RSA_WITH_AES_256_CBC_SHA" and "TLS_DHE_RSA_WITH_AES_128_CBC_SHA" have been added to Firefox 29.

Mozilla has a document listing the recommended TLS ciphers.

Firefox Sync on Android does not support SNI. A workaround is to disable it for the domain owncloud is using. Use this in your nginx.conf:

listen 443 default_server ssl;

Additionally, if you are using a self-signed SSL certificate you need to import it to Android via: Settings → Security → Install from storage. Note that Android will only import self-signed certificates with the CA bit set. The import was successful when you see your certificate in Settings → Security → Trusted credentials.

LDAP

If you want to use Mozilla Sync with an LDAP backend, make sure that you enable email login. To do this set the LDAP user login filter in your admin panel to e.g. (|(uid=%uid)(mail=%uid)).

Furthermore, you need to set the special attribute Email in your LDAP configuration. See the ownCloud manual for more information.

Maintainers

Mozilla Sync is currently maintained by @ogasser. It was originally developed and maintained by Michal Jaskurzynski (@jaskoola).

API

The Mozilla Sync API is documented on Mozilla's wiki:

mozilla_sync's People

Contributors

ogasser avatar deepdiver1975 avatar vgezer avatar tarwebrood avatar wtayyeb avatar nickel-chrome avatar jancborchardt avatar morrisjobke avatar beyerservice avatar ofcaah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.