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:5984
to check if it's working - Navigate to Fauxton Dashboard at
your_machine_ip:5984/_utils/#/setup
and configure single-node setup - Navigate to
your_machine_ip:5984/_utils/#/verifyinstall
and verify install
- Install
self-hosted livesync
to your obsidian - Go to
Remote database configuration
and add your machine ip and port, as well ass yourDB_USERNAME
andDB_PASSWORD
- Create a new db in Fauxton called
obsidian-livesync
- Put the db name in plugin setup and click
Test database connection