Site Logo
mnjm

Joplin Note Taking App - Sync Setup with Cloud S3 Object Storage

Posted on 3 mins

Hosting Notesapp Sync

What’s Joplin?

Joplin is an awesome note taking app that ticks all the right boxes:

  1. It’s FOSS: Joplin is free and open source
  2. Markdown Support: It utilizes markdown for note-taking, providing a clean and efficient writing format.
  3. Versatile Syncing Options: Joplin offers multiple ways to sync notes between devices, including official cloud options and self-hosting.
  4. Cross-Platform Sync Availability: It’s officially available on all platforms.
  5. Minimal Design: With a minimal design, Joplin minimizes distractions

joplin.webp

Syncing Joplin across devices

There are many ways to sync Joplin; some options include Joplin Cloud (official), Dropbox, OneDrive, Nextcloud, and hosting your own Joplin Cloud instance. The one that I prefer is using S3 Object Storage from Oracle Cloud , as I already have a free account with a 10Gig limit.

Joplin also offers the option to encrypt notes before syncing. Please check here for more information

Joplin Sync Setup using S3 Object Storage (Cloud)

https://<bucketnamespace>.compat.objectstorage.<region>.oraclecloud.com

3b5038c6e91aa5d555f9e75254a90da7.png

Your Joplin sync is set up! Now, save the S3 details somewhere secure and fill in the same details on the machine you want to sync with.

Enable Encryption - Optional

For those concerned about privacy, enable Encryption!. Follow these steps:

Now, your notes should be end-to-end encrypted before syncing.

References