GithubHelp home page GithubHelp logo

silentz / joplinsync Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 16 KB

A simple Docker-Compose configuration with Nginx server for Joplin synchronization over WebDAV protocol with enabled TLS and Basic Auth. Git synchronization added.

Dockerfile 36.31% Shell 33.87% Makefile 29.82%
basicauth https joplin nginx server ssl sync syncronization tls webdav

joplinsync's Introduction

Joplin Sync

A self-hosted Nginx instance with WebDAV module for Joplin notes syncronization. Done over TLS with enabled Basic Auth. Also implemented git sync as a backup mechanism.

If use plan to use it, please make sure your notes are encrypted in Joplin with password at least.

How to use

  1. Clone this repository:
git clone https://github.com/silentz/joplinsync.git
  1. Run make to init ssh-keys, nginx certificates and webdav credentials:
make
  1. Go into data/ directory and setup your upstreams (could be multiple):
cd data/
git remote add upstream_01 [email protected]:silentz/mirror_01.git
git remote add upstream_02 [email protected]:silentz/mirror_02.git
...
git remote add upstream_XX [email protected]:silentz/mirror_XX.git

You also need to set upstream for all remotes! Example:

git push --set-upstream origin master
  1. Run service:
docker-compose up
  1. Connect your Joplin app via WebDAV protocol using your server URL and credentials from ./secrets/webdav_username.txt amd ./secrets/webdav_password.txt

joplinsync's People

Contributors

silentz avatar

Watchers

 avatar

joplinsync's Issues

do i need to set nginx config?

Thanks for you work.
After running docker compse, I can see two docker container runs on 8443 and 443 port, but I can not connect to the ip:443 port? Do I need to config the nginx server? If so, how to config?

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.