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.
0.25.50
7th March, 2026: we have a problem with #813, so the manifest is not pointing to this version.
3rd March, 2026
Note: 0.25.49 has been skipped because of too verbose logging (credentials are logged in verbose level, but I realised that could lead to unexpected exposure on issue reporting). Please bump to 0.25.50 to get the fix if you are on 0.25.49. (No expected behaviour changes except the logging).
Fixed
- No longer deleted files are not clickable in the Global History pane.
- Diff view now uses more specific classes (#803).
- A message of configuration mismatching slightly added for better understanding.
- Now it says
When replication is initiated manually via the command palette or ribbon, a dialogue box will open to address this.to make it clear that the user can fix the issue by themselves.
- Now it says
Refactored
ModuleRedFlaghas been refactored toserviceFeatures/redFlagand also tested.ModuleInitializerFilehas been refactored tolib/serviceFeatures/offlineScannerand also tested.