GithubHelp home page GithubHelp logo

giovannifarina / webdav_zotero Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 116 KB

A guide to backup and synchronize a Zotero library for free on multiple devices

License: GNU General Public License v3.0

webdav_zotero's Introduction

Synchronize Zotero for Free on Multiple Devices

This guide shows a way to freely synchronize and backup a Zotero library on multiple devices. A Zotero account allows to freely backup up to 2GB of library. Alternatively, it allows to synchronize the library via a WedDav server. This guide consists of setting up and launching a local WebDav server, in a Docker container, that stores and manages the Zotero library. The folder containing the raw-data of the Zotero library, managed by the local WebDav server, is then synchronized with a cloud storage (kdrive in this case).

Kdrive is choosen as a cloud storage provider as it offers 15GB of free storage and a synchronization app available for Windows, MacOs and Linux.

The same approach can be applied with any other cloud storage / application that enables you to synchronize a local folder with a cloud provider.

Requirements:

Install Instructions

Based on the docker image https://hub.docker.com/r/derkades/webdav

  1. Clone the repository;

git clone https://github.com/giovannifarina/webdav_zotero.git

  1. Edit the volume parameter in docker-compose.yml and specify the path to folder containing the Zotero's data, e.g.

volumes: ['/Users/gio/kDrive/webdav_zotero:/data']

You can edit the other basic configuration parameters therein if you like;

  1. Execute the following code

docker-compose build

docker-compose -p webdav_zotero up -d

  1. Grant write permission to the volume folder to "other" (unsafe version)

chmod -R 777 /home/gio/kDrive/webdav_zotero/zotero

  1. Edit Zotero's settings

    1. Login with your Zotero account
    2. Below, select WebDAV
    3. Set the parameters as in the following picture
    4. Click on the verify button to check if WebDAV is properly working
  2. Apply the same procedure on all the machine you would like to get synchronized. Remember to keep your synchronization app active on the folder you provided at point 2. The WebDav server should start automatically when you start Docker.

webdav_zotero's People

Contributors

giovannifarina avatar

Stargazers

Manoel Davi Carneiro avatar Jun Wen avatar

Watchers

 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.