The ownCloud App Store has been re-enabled in oC 8. Note that third-party apps are not supported.
'appstoreenabled' => true,
'appstoreurl' => "http://api.apps.owncloud.com/v1",
'appcodechecker' => true,
'apps_paths' => array(
0 => array(
'path'=> '/var/www/owncloud/apps',
'url' => '/apps',
'writable' => true,
),
1 => array(
'path'=> '/var/www/owncloud/apps2',
'url' => '/apps2',
'writable' => true,
),
),