diff --git a/nextcloud/config.json b/nextcloud/config.json index eccf8627f..dd9bb7f11 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -29,6 +29,7 @@ "PUID": 1001, "PGID": 1001, "OCR": false, + "trusted_domains": ["[HOST]"], "OCRLANG": "fra" }, "schema": { @@ -36,6 +37,7 @@ "PGID": "int", "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"], "TZ": "str?" } }