From 282168275ecff55191dac77f80137a7449c574a5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 7 Jan 2022 07:26:31 +0100 Subject: [PATCH] Update config.json --- nextcloud/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nextcloud/config.json b/nextcloud/config.json index 828bf016a..625230263 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -82,6 +82,10 @@ "Full_Text_Search": "bool?", "elasticsearch_server": "str?", "trusted_domains": "str?", + "localdisks": "str?", + "networkdisks": "str?", + "cifsusername": "str?", + "cifspassword": "str?", "TZ": "str?" } }