1
0
Fork 0
1Panel-Appstore/obsidian_livesync
renovate[bot] 229e288956 chore(deps): update couchdb docker tag to v3.5.0 (#3841)
* chore(deps): update couchdb docker tag to v3.5.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-05-08 13:42:25 +08:00
..
3.5.0 chore(deps): update couchdb docker tag to v3.5.0 (#3841) 2025-05-08 13:42:25 +08:00
README.md feat: 优化 Obsidian LiveSync 安装包 2024-02-26 12:01:59 +08:00
README_en.md Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
data.yml Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
logo.png 增加应用 obsidian livesync (#927) 2024-02-26 11:28:27 +08:00

README_en.md

Create Database

After deploying CouchDB successfully, you need to manually create a database for the plugin to connect and sync. Visit http://localhost:5984/_utils, log in with your credentials, and click Create Database to create a database as per your preference.

If you want to access Self-hosted LiveSync from a mobile device, you need a valid SSL certificate.

Self-hosted LiveSync

Self-hosted LiveSync is a community-implemented online sync plugin. It uses a self-hosted or purchased CouchDB as a middleware server and is compatible with all platforms supported by Obsidian.

This plugin is not compatible with the official Obsidian Sync service.

Features:

  • Visual conflict resolver
  • Near real-time bidirectional sync across multiple devices
  • Supports CouchDB and compatible services like IBM Cloudant
  • End-to-end encryption
  • Plugin sync (Beta)
  • Receive WebClip from obsidian-livesync-webclip (not applicable for end-to-end encryption)

Ideal for researchers, engineers, or developers who need complete autonomy over their notes for security reasons, as well as anyone who values the privacy of their notes.

For detailed usage, refer to the official documentation.