feat(obsidian-livesync): initial CouchDB LiveSync deployment

This commit is contained in:
funman300
2026-05-18 12:38:32 -07:00
commit 51ccb1f61e
10 changed files with 208 additions and 0 deletions
@@ -0,0 +1,23 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: couchdb-config
namespace: obsidian
data:
livesync.ini: |
[couchdb]
single_node = true
[chttpd]
bind_address = any
port = 5984
require_valid_user = true
[httpd]
enable_cors = true
[cors]
origins = app://obsidian.md,capacitor://localhost,http://localhost
credentials = true
headers = accept, authorization, content-type, origin, referer
methods = GET, PUT, POST, HEAD, DELETE