i use https://github.com/vrtmrz/obsidian-livesync and self-host a couchdb instance for it... this looks like it might be a bit cleaner once it's all fleshed out...
CouchDB is pretty nice, and gets less attention on HN than it deserves I think. First time I heard about CouchDB was many years ago. I bought an O’Reilly book about it, even. At the time MongoDB was gaining a lot of traction, and I think because of that many people overlooked CouchDB. I recently remembered CouchDB because I have some projects that could potentially benefit from replication between multiple machines.…
I have been obsessed by it the past months. Coming from MongoDB the querying is a bit more limited, but I'd use it over MongoDB in a heartbeat. Very simple to host and even to set up multiple instances. Also CouchDB was embracing serverless before it was cool with their HTTP API.