A docker-compose to help deploy a couchdb in vps or docker-enabled platforms. Was built to host obsidian-sync.
- Clone this repo
- Run
DB_USERNAME=your_username DB_PASSWORD=your_password docker-compose up - Navigate to
your_machine_ip:5984to check if it's working - Navigate to Fauxton Dashboard at
your_machine_ip:5984/_utils/#/setupand configure single-node setup - Navigate to
your_machine_ip:5984/_utils/#/verifyinstalland verify install
- Install
self-hosted livesyncto your obsidian - Go to
Remote database configurationand add your machine ip and port, as well ass yourDB_USERNAMEandDB_PASSWORD - Create a new db in Fauxton called
obsidian-livesync - Put the db name in plugin setup and click
Test database connection