Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

clipr/sync-provider

Repository files navigation

Clipr Sync Provider

Clipr Sync provider implementation

Alternative sync provider for clipr. Can be installed on your server or your local network to be used instead of the built-in sync service.

Installation

  • Clone the repo
  • Make sure docker and docker-compose is installed
  • edit docker-compose.yml to change the couchDB credentials and/or the listening ports
  • In the cloned directory run: docker-compose up to build and start the service
  • Finish the installation of your local couchDB by going to http://localhost:5984/_utils (or you server url) and then to Setup
  • Go to Configuration and Enable CORS in the CORS menu. You can edit the other couch settings as you see fit

Usage

After the service is built and configured you can point your clipr installation to it by enabling the use alternative sync provider in the settings tab and adding your installation's url.

Meta

https://clipr.cloudhello@clipr.cloud

Distributed under the AGPL-3.0 license. See LICENSE for more information.

https://github.com/clipr

Contributing

  1. Fork it (https://github.com/clipr/sync-provider/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Clipr Sync provider implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published