From bc391a0de3e9ac700c94912eec859e75b8d335df Mon Sep 17 00:00:00 2001 From: ronivay Date: Mon, 19 Jul 2021 12:28:25 +0300 Subject: [PATCH] add plugins section to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1b64503..14f5b1d 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ deb: - gnupg (debian 10) ``` +#### Plugins + +Plugins are installed according to what is specified in `PLUGINS` variable inside `xo-install.cfg` configuration file. By default all available plugins that are part of xen orchestra repository are installed. This list can be narrowed down if needed and 3rd party plugins included. + ### Appliance If you need to import an appliance directly to your host, you may use xo-appliance.sh script for this. It'll download a prebuilt Debian 10 image which has Xen Orchestra and XenOrchestraInstallerUpdater installed.