Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2021-10-08 12:35:27 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-10-13 12:13:33 +0300
commit1a6bac58747165b3d8a8304e7ebaeb296b6e07a8 (patch)
tree89d4b8b4f5b32aece60ceb1dbb877275bad4f978 /config
parent682944925839e5300c02a231b261bb6fc6dfdf20 (diff)
Allow to whitelist apps from the apsptore
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php6
1 files changed, 6 insertions, 0 deletions
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
@@ -973,6 +973,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
* should be installed from the Apps store. The ``path`` defines the absolute