feat(notes): add Obsidian livesync stack (CouchDB) + Caddy entry
stacks/notes/: new stack with CouchDB 3 for obsidian-livesync sync backend. Vault data at /config/couchdb/data; CORS must be configured post-deploy via Fauxton (/_utils). Claude integration via CouchDB REST API documented in compose comments. Caddyfile: obsidian.ginnoir.com → couchdb:5984 (public for mobile sync).
This commit is contained in:
@@ -271,4 +271,11 @@ plane.ginnoir.com {
|
||||
handle {
|
||||
reverse_proxy plane_web:3000
|
||||
}
|
||||
}
|
||||
|
||||
# =============================================================
|
||||
# NOTES / PKM — public (obsidian-livesync syncs from any device)
|
||||
# =============================================================
|
||||
obsidian.ginnoir.com {
|
||||
reverse_proxy couchdb:5984
|
||||
}
|
||||
Reference in New Issue
Block a user