APPS¶
The following parameters are used for ownCloud apps.
Parameter | Format | Description |
Apps Paths | “apps_paths” => array( 0 => array( ‘path’=> ‘/var/www/owncloud/apps’, ‘url’ => ‘/apps’, ‘writable’ => true, ), 1 => array ( ‘path’ => ‘/var/www/owncloud/apps2’, ‘url’ => ‘/apps2’, Writable => false, ), ), |
Use this parameter to set the location of the apps folder which should be scanned for available apps and/or where user specific apps should be installed. The path defines the absolute file system path to the app folder. The key url defines the http web path to that folder starting at the owncloud web root. The key writable indicates if a user can install apps in that folder. |
App Store Enabled | “appstoreenabled” => true, | When enabled, admins may install apps from the ownCloud app store. |
App Store URL | “appstoreurl” => “http://api.apps.owncloud.com/v1”, | The URL of the appstore. |
App Code Checker | “appcodechecker” => “”, | Checks for malicious code fragments of 3 rd party apps. |