From 4a1add5c1140e634b4fc90f0d79d403266651e0a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 12 Oct 2016 10:14:48 +0200 Subject: [PATCH] nextcloud: add apps_array and enable apcu by default --- nextcloud/10.0/setup.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/nextcloud/10.0/setup.sh b/nextcloud/10.0/setup.sh index 9b07f86..4ebe925 100755 --- a/nextcloud/10.0/setup.sh +++ b/nextcloud/10.0/setup.sh @@ -14,6 +14,21 @@ cat > $CONFIGFILE < '/data', + "apps_paths" => array ( + 0 => array ( + "path" => "/nextcloud/apps", + "url" => "/apps", + "writable" => false, + ), + 1 => array ( + "path" => "/apps2", + "url" => "/apps2", + "writable" => true, + ), + ), + + 'memcache.local' => '\OC\Memcache\APCu', + 'instanceid' => '$instanceid', ); ?>