2015-02-01 20:20:54 +01:00
{
2015-03-07 15:30:01 +01:00
"name" : "Rainloop" ,
2015-02-01 20:20:54 +01:00
"id" : "rainloop" ,
"description" : {
2015-03-07 16:04:55 +01:00
"en" : "Lightweight webmail" ,
"fr" : "Webmail leger"
2015-03-07 15:55:03 +01:00
} ,
2015-02-01 20:20:54 +01:00
"url" : "http://rainloop.net/" ,
"maintainer" : {
"name" : "polytan02" ,
"email" : "polytan02@mcgva.org"
} ,
2015-03-07 16:04:55 +01:00
"multi_instance" : "false" ,
2015-02-01 20:20:54 +01:00
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
"ask" : {
"en" : "Choose a domain for Rainloop" ,
"fr" : "Choisissez un domaine pour Rainloop"
} ,
"example" : "domain.org"
} ,
{
"name" : "path" ,
"type" : "path" ,
"ask" : {
"en" : "Choose a path for Rainloop" ,
"fr" : "Choisissez un chemin pour Rainloop"
} ,
"example" : "/rainloop" ,
"default" : "/rainloop"
2015-02-06 19:42:21 +01:00
} ,
{
"name" : "is_public" ,
"ask" : {
"en" : "Is it a public application ?" ,
"fr" : "Est-ce une page publique ?"
} ,
"choices" : [ "Yes" , "No" ] ,
2015-06-28 14:13:58 +02:00
"default" : "No"
2015-03-07 15:30:01 +01:00
} ,
{
"name" : "dp_pwd" ,
"type" : "password" ,
"ask" : {
2015-03-07 15:37:40 +01:00
"en" : "Choose a password for Rainloop MySQL database. Please note that the table and the user will be rainloop (case sensitive - used for carddav)" ,
"fr" : "Choisissez un mot de passe pour la base MySQL de Rainloop. Veuillez noter que la table et l'utilisateur créés seront rainloop (sensible à la casse - utilisé pour carddav)"
2015-03-07 15:30:01 +01:00
} ,
"example" : "my_strong_password"
2015-03-07 16:02:46 +01:00
} ,
{
"name" : "manual_config" ,
"ask" : {
"en" : "IMPORTANT : Manual configuration after installation with login : admin // password : 12345" ,
"fr" : "IMPORTANT : Configuration manuelle après installation avec utilisateur : admin // mot de passe : 12345"
} ,
"choices" : [ "Yes" , "Yes (You don't have a choice !)" ] ,
"default" : "Yes"
2015-02-06 19:42:21 +01:00
}
2015-02-01 20:20:54 +01:00
]
}
}