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

82 lines
1.9 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"
},
2022-08-31 23:01:08 +02:00
"version": "1.17.0~ynh1",
2017-10-08 19:03:08 +02:00
"url": "https://www.rainloop.net/",
2022-01-04 22:32:04 +01:00
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://www.rainloop.net/",
"demo": "https://mail.rainloop.net/",
"admindoc": "https://www.rainloop.net/docs/configuration/",
"code": "https://github.com/RainLoop/rainloop-webmail"
},
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": {
2022-08-31 23:01:08 +02:00
"yunohost": ">= 11.0.9"
2017-10-08 19:03:08 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-08-31 23:01:08 +02:00
"php7.4-fpm",
2017-10-08 19:03:08 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "warning",
"type": "display_text",
"ask": {
"en": "Rainloop is effectively unmaintained and its source code contains a security flaw (patched here). Installation is discouraged.",
"fr": "Rainloop n'est de facto plus maintenue, et son code source contient une faille de sécuritée (corrigée ici). Son installation est déconseillée."
}
},
2017-10-08 19:03:08 +02:00
{
"name": "domain",
2021-09-22 00:03:55 +02:00
"type": "domain"
2017-10-08 19:03:08 +02:00
},
{
"name": "path",
"type": "path",
"example": "/rainloop",
"default": "/rainloop"
},
{
"name": "is_public",
"type": "boolean",
"default": false
},
2019-03-09 13:02:31 +01:00
{
"name": "password",
2021-09-22 00:03:55 +02:00
"type": "password"
2019-03-09 13:02:31 +01:00
},
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
},
{
2021-03-26 08:56:58 +01:00
"name": "language",
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-04 19:10:39 +02:00
"choices": ["de", "en", "es", "fr", "it", "pt"],
2020-09-03 15:24:46 +02:00
"default": "en"
2017-10-08 19:03:08 +02:00
}
]
}
}