Answer the question
In order to leave comments, you need to log in
Owncloud 8, how to install add-ons?
The question concerns specifically version 8 of owncloud and applications from https://apps.owncloud.com/
judging by this:
The ownCloud App Store has been re-enabled in oC 8. Note that third-party apps are not supported.
Answer the question
In order to leave comments, you need to log in
I will answer myself, you need to correct config.php, namely add
'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,
),
),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question