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', ); ?>