"description":"List of URLs from which fonts are to be downloaded",
"default":[],
"items":{
"type":"string"
},
"type":"array"
},
"backend-count":{
"description":"Number of backend cloudooo instances",
"default":1,
"type":"integer"
},
"ssl":{
"description":"Custom ssl certificate, key and optionaly client ca-cert and crl",
"properties":{
"cert":{
"description":"The content of the certificate file",
"type":"string"
},
"key":{
"description":"The content of the ssl key file",
"type":"string"
},
"ca-cert":{
"description":"The content of the ca-certificate file",
"type":"string"
},
"crl":{
"description":"The content of the revocation file",
"type":"string"
}
}
},
"timeout":{
"description":"Configure apache with this timeout",
"type":"integer"
},
"mimetype-entry-addition":{
"description":"The list of entry to add to the cloudooo mimetype registry. Each entry should on one line which format is: \"<source_mimetype> <destination_mimetype> <handler>\"",