diff --git a/nextcloud/config.json b/nextcloud/config.json index 70791d19d..d8ca12cf5 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -27,11 +27,13 @@ "panel_icon": "mdi:cloud", "options": { "PUID": 1001, - "PGID": 1001 + "PGID": 1001, + "OCR": false }, "schema": { "PUID": "int", "PGID": "int", + "OCR": "bool?", "TZ": "str?" } }