Post

Obsidian LiveSync

A CouchDB server configured for synchronising Obsidian vaults with the Self-hosted LiveSync plugin.

Obsidian LiveSync
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/obsidian-livesync.sh)"
CPU: 1 cores RAM: 1024 MB Disk: 8 GB OS: Debian 13

Default Credentials

UsernamePassword
adminNone

Configuration

Config file:

1
/opt/obsidian-livesync/.env

Notes

Install the Self-hosted LiveSync plugin in Obsidian. The GitHub release ZIP is a client plugin, not server software.
Connection details are stored in /opt/obsidian-livesync/.env. Use HTTPS through a reverse proxy for mobile Obsidian clients.
Enable end-to-end encryption and path obfuscation in the plugin before synchronising sensitive notes.

Web Interface

Port: 5984

Source code
Loading...