Self-hosted LiveSync

by vorotamoroz
favorite
share
0.0
(0)
5
4
3
2
1
Score: 81/100
Description
Category: File Management

The Self-hosted LiveSync plugin is a community-developed synchronization solution for Obsidian users who want to keep their notes fully private. This plugin uses CouchDB or Object Storage as its server, ensuring efficient and secure data transfer. With automatic merging of conflicted modifications, this plugin reduces traffic and ensures seamless collaboration. Additionally, it supports end-to-end encryption, customization sync, and hidden file synchronization. Perfect for researchers, engineers, and developers who prioritize security and control over their data.

Reviews
No reviews yet.
Stats
9548
stars
582,252
downloads
307
forks
1,597
days
0
days
0
days
80
total PRs
14
open PRs
20
closed PRs
46
merged PRs
580
total issues
276
open issues
304
closed issues
188
commits
Latest Version
a day ago
Changelog

0.25.47

27th February, 2026

Phew, the financial year is still not over yet, but I have got some time to work on the plug-in again!

Fixed and refactored

  • Fixed the inexplicable behaviour when retrieving chunks from the network.

    • The chunk manager has been layered to be responsible for its own areas and duties. e.g., DatabaseWriteLayer, DatabaseReadLayer, NetworkLayer, CacheLayer, and ArrivalWaitLayer.
      • All layers have been tested now!
      • LayeredChunkManager has been implemented to manage these layers. Also tested.
    • EntryManager has been mostly rewritten and also tested.
  • Now we can configure Never warn for remote storage size notification again.

Tests

  • The following test has been added:
    • ConflictManager.
README file from