vrtmrz / obsidian-livesync

MIT License
5.16k stars 168 forks source link

Multiple vaults per database? #462

Closed zkat closed 4 months ago

zkat commented 4 months ago

is it possible to get multiple different URIs out of a single server, so I can have different groups on my self hosted sync server?

vrtmrz commented 4 months ago

Thank you for opening the issue!

Yes, we can use multiple databases on a single server. It could be realised by just setting a different database in the Database name field. However, if all of the group member shares the credentials, please keep in mind that E2EE encryption and path obfuscation are enabled.

If you want to use different usernames and passwords for each user, we have to configure a bit more. In that case, the official document of CouchDB will help us.

zkat commented 4 months ago

thank you very much!