Table of Contents
Install App in NextCloud Manually
Got issue to see AppStore in NextCloud, could not fix it.
Tried, but failed
Set appstore
in config.php
Updated config.php
with following options, but failed.
'appstoreenabled' => true,
'appstoreurl' => 'https://apps.nextcloud.com/api/v1',
But successfully using curl
tested access to https://apps.nextcloud.com/api/v1.
Using occ
php occ app:list
Can not see Apps in AppStore
Manual installation
-
Download App from app.nextcloud.com, extract to
nextcloud/apps
folder. -
Change owner to
www-data:www-data
-
Go to GUI Apps => Disabled apps, refresh page
-
Then the app should be listed.
-
Click on install to install it.