Xen Orchestra: plugin?
-
For those using XO "free from source", are you using any plugins?
If so, how did you add the plugin's? -
I have not used any.
-
I have. You can follow their instructions and install with NPM.
Alternatively, you can just
git clone
the repository and then build from source, which is what I did. Here are the steps:cd /usr/local/lib/node_modules/ git clone -b master https://github.com/vatesfr/xo-server-transport-email git clone -b master https://github.com/vatesfr/xo-server-backup-reports cd xo-server-transport-email/ sudo npm install && npm run build cd .. cd xo-server-backup-reports/ sudo npm install && npm run build
-
@Danp Thinking I might just have to take a look at that backup reports plugin. Thanks for the instructions!
-
Is there a list of all available plugins? (I haven't looked at XO site)
-
@FATeknollogee said in Xen Orchestra: plugin?:
Is there a list of all available plugins? (I haven't looked at XO site)
That's the list of everything Vates and the guys at XO have on github. So all the basics and plugins. I haven't found a list of just the plugins yet.
Just for the record, the backup reporting plugin is really nice.
-
Thanks