Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
Antonio Cheong edited this page Sep 10, 2023 · 3 revisions

Reversed Obsidian Sync (Unofficial)

GitHub release (with filter) GitHub release (with filter)

This is an unofficial Obsidian Sync library which allows you to host your own server for syncing and publishing obsidian notes. Behind the scenes, it re-routes Sync and Publish tasks from the official Obsidian servers to your own self-hosted server.

This system consists of two parts:

  1. Self-hosted Server | Repo
  2. Obsidian Plugin | Repo

You will first need to configure the self-hosted server which will be responsible for storing all of your Obsidian.md vault plugins and files. Then you will need to install the associated plugin in your Obsidian.md software which will be responsible for telling Obsidian to use your servers instead of the official Obsidian servers.



Huge thanks to @Aetherinox for writing the comprehensive documentation