mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Setup defaults according to obsidian-livesync requirements (#445)
This commit is contained in:
@@ -17,6 +17,21 @@ COUCHDB_PASSWORD = "${COUCHDB_PASSWORD}"
|
||||
[[config.mounts]]
|
||||
filePath = "local.ini"
|
||||
content = """
|
||||
[couchdb]
|
||||
single_node = true
|
||||
max_document_size = 50000000
|
||||
|
||||
[httpd]
|
||||
WWW-Authenticate = Basic realm="couchdb"
|
||||
enable_cors = true
|
||||
|
||||
[chttpd]
|
||||
bind_address = 0.0.0.0
|
||||
"""
|
||||
enable_cors = true
|
||||
require_valid_user = true
|
||||
max_http_request_size = 4294967296
|
||||
|
||||
[cors]
|
||||
credentials = true
|
||||
origins = app://obsidian.md,capacitor://localhost,http://localhost,
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user