From 6a1d8c5f23287b79cff176a53649a875cfe65c2c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 27 Sep 2021 07:53:49 +0200 Subject: [PATCH] BREAKING CHANGE : comma separated domains instead of list --- nextcloud/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index ef9ee6632..c6646d0b2 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -32,7 +32,7 @@ "use_own_certs": "false", "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "trusted_domains": ["your-domain, your-domain2"], + "trusted_domains": "your-domain, your-domain2", "OCR": false, "OCRLANG": "fra" }, @@ -44,7 +44,7 @@ "keyfile": "str", "OCR": "bool?", "OCRLANG": "list(afr|amh|ara|asm|aze|bel|ben|bih|bod|bos|bul|cat|ceb|ces|chr|cym|dan|deu|div|dzo|ell|eng|enm|epo|est|eus|fas|fin|fra|frk|frm|gle|glg|grc|guj|hat|heb|hin|hrv|hun|iku|ind|isl|ita|jav|jpn|kan|kat|kaz|khm|kir|kmr|kor|lao|lat|lav|lit|mal|mar|mkd|mlt|mri|msa|mya|nep|nld|nor|ori|pan|pol|por|pus|ron|rus|san|sin|slk|slv|snd|spa|sqi|srp|swa|swe|syr|tam|tel|tgk|tgl|tha|tir|tur|tyv|uig|ukr|urd|uzb|vie|yid|zlm)?", - "trusted_domains": ["str?"], + "trusted_domains": "str?", "TZ": "str?" } }