ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.18k stars 189 forks source link

Add ability to install 3rd party plugins #86

Closed ixs closed 3 years ago

ixs commented 3 years ago

Depending on the situation, a user might have third party plugins that are needed for their XO setup. We're using a mysql auth plugin, but github has a handful of other third party plugins.

Added: config setting ADDITIONAL_PLUGINS to specify git repo URLs. Added: InstallAdditionalXOPlugins function to download/update these repos and add them to the XO source tree before building.

ronivay commented 3 years ago

Nice, thank you. Most of the functions check existence of variables so i added a default value for additional plugins.

ixs commented 3 years ago

Nice, thank you. Most of the functions check existence of variables so i added a default value for additional plugins.

Nice catch. And thanks for merging.