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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-10-14 10:50:37 +0300
committerGitHub <noreply@github.com>2021-10-14 10:50:37 +0300
commit811d0cd1b5f3967571da9846892cdcd14c2eaaec (patch)
tree8595eb32ae4287b5a63c3dd1d571d9b945163418 /config
parentabc2472c5d63f2ebd0f165f812c4a2001232c63d (diff)
parentc721581cd960c51bf25b85684d5327a08d8a6d42 (diff)
Merge pull request #29135 from nextcloud/feat/appstore-filtering
Allow to filter apps from the appstore
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 dba68ba296d..3865e543042 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