mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
YunoHost 2.4
This commit is contained in:
parent
44e64bb7b5
commit
fd80be5baf
1 changed files with 15 additions and 12 deletions
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
|
"packaging_format": 1,
|
||||||
"name": "Rainloop",
|
"name": "Rainloop",
|
||||||
"id": "rainloop",
|
"id": "rainloop",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Lightweight webmail",
|
"en": "Lightweight multi-account webmail",
|
||||||
"fr": "Webmail leger"
|
"fr": "Webmail léger multi-comptes"
|
||||||
},
|
},
|
||||||
"url": "http://rainloop.net/",
|
"url": "http://rainloop.net/",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "scith, Djip007",
|
"name": "scith, Djip007"
|
||||||
"email": "none@domaine.org"
|
|
||||||
},
|
},
|
||||||
"multi_instance": "false",
|
"multi_instance": "false",
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -17,6 +17,9 @@
|
||||||
"php5-fpm",
|
"php5-fpm",
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
|
"requirements": {
|
||||||
|
"yunohost": ">= 2.4.0"
|
||||||
|
}
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
|
@ -38,7 +41,7 @@
|
||||||
"example": "/rainloop",
|
"example": "/rainloop",
|
||||||
"default": "/rainloop"
|
"default": "/rainloop"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Is it a public application?",
|
"en": "Is it a public application?",
|
||||||
|
@ -46,16 +49,16 @@
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
"default": "No"
|
"default": "No"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a strong password for the 'admin' user",
|
"en": "Choose a strong password for the 'admin' user",
|
||||||
"fr": "Choisissez un mot de passe fort pour l'administrateur 'admin'"
|
"fr": "Choisissez un mot de passe fort pour l'administrateur 'admin'"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ldap",
|
"name": "ldap",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Do you want to add YunoHost users to the recipients suggestions?",
|
"en": "Do you want to add YunoHost users to the recipients suggestions?",
|
||||||
|
@ -63,8 +66,8 @@
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
"default": "Yes"
|
"default": "Yes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lang",
|
"name": "lang",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Select default language",
|
"en": "Select default language",
|
||||||
|
@ -72,7 +75,7 @@
|
||||||
},
|
},
|
||||||
"choices": ["English", "Francais"],
|
"choices": ["English", "Francais"],
|
||||||
"default": "English"
|
"default": "English"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue