diff --git a/nextcloud/config.json b/nextcloud/config.json index bbda1b780..20f52dc51 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -20,13 +20,14 @@ "webui": "https://[HOST]:[PORT:443]", "panel_icon": "mdi:cloud", "options": { - "PUID": 1000, - "PGID": 1000, + "PUID": 0, + "PGID": 0, "use_own_certs": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "trusted_domains": "your-domain, your-domain2", "OCR": false, + "Full_Text_Search", true "OCRLANG": "fra" }, "schema": { @@ -36,6 +37,7 @@ "certfile": "str", "keyfile": "str", "OCR": "bool?", + "Full_Text_Search": "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?"