diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2021-10-08 11:35:27 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2021-10-13 11:13:33 +0200 |
commit | 1a6bac58747165b3d8a8304e7ebaeb296b6e07a8 (patch) | |
tree | 89d4b8b4f5b32aece60ceb1dbb877275bad4f978 /config | |
parent | 682944925839e5300c02a231b261bb6fc6dfdf20 (diff) | |
download | nextcloud-server-1a6bac58747165b3d8a8304e7ebaeb296b6e07a8.tar.gz nextcloud-server-1a6bac58747165b3d8a8304e7ebaeb296b6e07a8.zip |
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.php | 6 |
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 |