diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2021-10-14 09:50:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 09:50:37 +0200 |
commit | 811d0cd1b5f3967571da9846892cdcd14c2eaaec (patch) | |
tree | 8595eb32ae4287b5a63c3dd1d571d9b945163418 /config | |
parent | abc2472c5d63f2ebd0f165f812c4a2001232c63d (diff) | |
parent | c721581cd960c51bf25b85684d5327a08d8a6d42 (diff) | |
download | nextcloud-server-811d0cd1b5f3967571da9846892cdcd14c2eaaec.tar.gz nextcloud-server-811d0cd1b5f3967571da9846892cdcd14c2eaaec.zip |
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.php | 6 |
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 |