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.24.27
It has been a happy sort of busy time recently, but a lot of things have been happening at the same time.
I have been posting about the details on social media, so if you wonder what I am doing, please feel free to talk to me.
Improved
- We can use prefix for path for the Bucket synchronisation.
- For example, if you set the
vaultName/
as a prefix for the bucket in the root directory, all data will be transferred to the bucket under thevaultName/
directory.
- For example, if you set the
- The "Use Request API to avoid
inevitable
CORS problem" option is now promoted to the normal setting, not a niche patch.
Fixed
- Now switching replicators applied immediately, without the need to restart Obsidian.
Tidied up
- Some dependencies have been updated to the latest version.