S
S
solalex2015-03-11 09:51:51
ownCloud/Nextcloud
solalex, 2015-03-11 09:51:51

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.

Installing applications by simply copying them to the apps folder, as in version 7, does not work (an item appears in applications and the "enable" button, BUT after installation, the cloud itself stops working)
A big request to write those who really use add-ons for version 8, do not refer to mana need.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
solelex, 2015-04-04
@solalex

I will answer myself, you need to correct config.php, namely add

'appstoreenabled' => true,
  'appstoreurl' => "http://api.apps.owncloud.com/v1",
  'appcodechecker' => true,

Then we set it as usual
. I also made a separate section for third-party applications and put them in the apps2 folder:
'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 question

Ask a Question

731 491 924 answers to any question