Manage plugins from the user interface and from the command line

This commit is contained in:
Frederic Guillot
2016-05-20 12:51:05 -04:00
parent cbf896e74e
commit 8d69c49da5
20 changed files with 563 additions and 61 deletions

View File

@@ -0,0 +1,15 @@
Plugin Directory Configuration
==============================
To install, update and remove plugins from the user interface, you must have those requirements:
- The plugin directory must be writeable by the web server user
- The Zip extension must be available on your server
- The config parameter `PLUGIN_INSTALLER` must be set at `true`
To disable this feature, change the value of `PLUGIN_INSTALLER` to `false` in your config file.
You can also change the permissions of the plugin folder on the filesystem.
Only administrators are allowed to install plugins from the user interface.
By default, only plugin listed on Kanboard's website are available.