Sorra
Sorra
Would it be better for cron to run in parallel using auto-scaling web tier? Moodle supports cron running in parallel (there is [built in locking](https://docs.moodle.org/34/en/Cron#Running_cron_for_several_Moodle_servers)) for micro tasks. It is...
In #29 and #32 we added the ability to configure the deployment of the elasticsearch VMs and O365 Plugins, There are also a number of other configuration options not currently...
Moodle is "just another LAMP application" and as such there is significant value in extracting the LAMP portions of this template so that our optimizations can be used in other...
[Unoconv](https://docs.moodle.org/33/en/Universal_Office_Converter_(unoconv)) is a command line program that is used to convert between different office document file formats. It uses an instance of LibreOffice to do the conversion and is used...
It would be useful to be able to host multiple user sites within a single Moodle deployment. This would not be a truly multi-tenant solution as there would be shared...
`docs/SslCert.md ` needs to be rewritten to allow execution in SimDem
We need to document the process for releasing from this repo into the Azure Quickstarts repo. Here's an initial set of ideas: We aim to release every 2nd and 4th...
The Create UI definition for Managed Apps allows more flexibility in the way the UI is displayed. For example, instead of a cryptic sku name we can create an illustrative...
Using cloud-init to do boot time configuration of our VMs might provide a level of increased flexibility during out deployment. Should we move from customer script extension to cloud-init? Intro...