From ea77d7c2ef9c2cd9aed1fe6346e869e3f5b0d562 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:24:20 +0100 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 26818e5fd..e6bf02ee3 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -85,6 +85,7 @@ "additional_apps": "inotify-tools", "certfile": "fullchain.pem", "elasticsearch_server": "", + "enable_thumbnails": true, "keyfile": "privkey.pem", "trusted_domains": "your-domain, your-domain2", "use_own_certs": false @@ -117,6 +118,7 @@ "default_phone_region": "match(^[A-Z]{2}$)?", "disable_updates": "bool?", "elasticsearch_server": "str?", + "enable_thumbnails": "bool", "env_memory_limit": "str?", "env_post_max_size": "str?", "env_upload_max_filesize": "str?",