diff --git a/nextcloud/config.json b/nextcloud/config.json index 69cd7dc4a..cd425963a 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -32,9 +32,7 @@ "use_own_certs": "false", "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "trusted_domains": [ - "your-domain" - ], + "trusted_domains": "your-domain", "OCR": false, "OCRLANG": "fra" }, @@ -46,9 +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?" } }