From 1a6bac58747165b3d8a8304e7ebaeb296b6e07a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 8 Oct 2021 11:35:27 +0200 Subject: Allow to whitelist apps from the apsptore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- config/config.sample.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index 845db00ac12..be79b22063d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -972,6 +972,12 @@ $CONFIG = [ */ 'appstoreurl' => 'https://apps.nextcloud.com/api/v1', +/** + * Filters allowed installable apps from the appstore. + * Empty array will prevent all apps from the store to be found. + */ +'appsallowlist' => [], + /** * Use the ``apps_paths`` parameter to set the location of the Apps directory, * which should be scanned for available apps, and where user-specific apps -- cgit v1.2.3