With plugins you can enrich you m23 admin console with additional functionalities. Plugins are a bundle of PHP/Bash and other files showing one or more dialogs in the m23 admin, that are designed for a special purpose. E.g. you can write a backup plugin that lets you backup all m23 clients. For more information abou plugins see the "How to develop plugins for m23?" chapter.
- name: name of the plugin
- author: who had done it?
- version: version number
- updateurl: where to get the update file. An update file contains information about the new plugin and the plugin data itself.
- clientRequires: packages that have to be installed on the client before you can use the plugin. E.g. if you install a backup plugin there shoulb be installed the backup software on the client.
- deinstall: here is stored the uninstall script, this is normaly a Bash script.
- files: the file names included in the plugin, this is saved for clean uninstall.
- installdate: when was it installed?
root
2018-05-08