Valentin Britvich42 downloadsFast, reliable vault sync via a self-hosted server
Fast, reliable Obsidian vault sync backed by your own sync server — a lightweight self-hosted alternative to Obsidian Sync / obsidian-livesync, with no vendor lock-in and no vault size limits beyond your own storage.
Pairs with the companion sync server: https://github.com/PeoneEr/self-hosted-vault-sync-server
.conflict.<timestamp>
copy instead of silently overwriting newer contenthttps://sync.example.comEvery upload carries a base hash of the file it was derived from. If the
server's current version no longer matches that base hash, the incoming
write is saved alongside the original as <file>.conflict.<timestamp>.<ext>
instead of overwriting it — you resolve the conflict manually.
isDesktopOnly: false — works on desktop and mobile, though real-time
push (SSE) is desktop-only; mobile relies on polling plus a sync-on-focus
triggerMIT — see LICENSE.