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

89 lines
2.3 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"
},
2019-02-11 18:06:24 +01:00
"version": "1.12.1~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": {
2019-02-11 18:15:01 +01:00
"yunohost": ">= 3.4"
2017-10-08 19:03:08 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2019-02-11 18:15:01 +01:00
"php7.0-fpm",
2017-10-08 19:03:08 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Rainloop",
"fr": "Choisissez un domaine pour Rainloop"
},
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-02-11 18:24:07 +01:00
"name": "language",
2019-02-11 18:15:01 +01:00
"type": "string",
2017-10-08 19:03:08 +02:00
"ask": {
2019-02-11 18:15:01 +01:00
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
2019-02-11 18:24:07 +01:00
"choices": ["fr", "en"],
"default": "fr"
2017-10-08 19:03:08 +02:00
},
2019-02-11 18:15:01 +01:00
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"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
}
]
}
}