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.
- Clone the repo
- Make sure docker and docker-compose is installed
- edit
docker-compose.ymlto change the couchDB credentials and/or the listening ports - In the cloned directory run:
docker-compose upto 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
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.
https://clipr.cloud – hello@clipr.cloud
Distributed under the AGPL-3.0 license. See LICENSE for more information.
- Fork it (https://github.com/clipr/sync-provider/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
