1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00
rainloop_ynh/manifest.json

85 lines
1.8 KiB
JSON
Raw Normal View History

{
2017-10-08 19:03:08 +02:00
"name": "Rainloop",
"id": "rainloop",
"packaging_format": 1,
"description": {
"en": "Lightweight multi-account webmail",
"fr": "Webmail léger multi-comptes"
},
2020-09-03 15:24:46 +02:00
"version": "1.14.0~ynh1",
2017-10-08 19:03:08 +02:00
"url": "https://www.rainloop.net/",
2019-02-11 18:10:50 +01:00
"license": "AGPL-3.0-or-later",
2017-10-08 19:03:08 +02:00
"maintainer": {
"name": "scith, Djip007, polytan02"
},
"requirements": {
2020-09-03 15:24:46 +02:00
"yunohost": ">= 3.8.1"
2017-10-08 19:03:08 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2019-02-25 19:39:14 +01:00
"php7.0-fpm",
2017-10-08 19:03:08 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2019-02-11 18:26:17 +01:00
"en": "Choose a domain name for Rainloop",
"fr": "Choisissez un nom de domaine pour Rainloop"
2017-10-08 19:03:08 +02:00
},
2019-02-11 18:15:01 +01:00
"example": "example.com"
2017-10-08 19:03:08 +02:00
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Rainloop",
"fr": "Choisissez un chemin pour Rainloop"
},
"example": "/rainloop",
"default": "/rainloop"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": false
},
2019-03-09 13:02:31 +01:00
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"example": "Choose a password"
},
2017-10-08 19:03:08 +02:00
{
"name": "ldap",
"type": "boolean",
"ask": {
"en": "Do you want to add YunoHost users to the recipients suggestions?",
"fr": "Souhaitez-vous ajouter les utilisateurs YunoHost dans les suggestions de destinataires ?"
},
"default": true
},
{
"name": "lang",
2019-02-25 19:36:03 +01:00
"type": "string",
2017-10-08 19:03:08 +02:00
"ask": {
"en": "Select default language",
"fr": "Definir la langue par defaut"
},
2020-09-03 15:24:46 +02:00
"choices": ["en", "fr"],
"default": "en"
2017-10-08 19:03:08 +02:00
}
]
}
}