From a193f80a133c9c2da2881e4829aca021612740b9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:29:35 +0200 Subject: [PATCH] Update config.json --- nextcloud/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextcloud/config.json b/nextcloud/config.json index f389d3f12..a107343e0 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -51,6 +51,7 @@ ], "name": "Nextcloud", "options": { + "additional_apps": "engrampa,libreoffice", "Full_Text_Search": false, "OCR": false, "OCRLANG": "fra", @@ -83,6 +84,7 @@ "PGID": "int", "PUID": "int", "TZ": "str?", + "additional_apps": "str?", "certfile": "str", "cifspassword": "str?", "cifsusername": "str?",