feat(obsidian-livesync): initial CouchDB LiveSync deployment
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user