2019-09-20 12:55:12 +02:00
|
|
|
{
|
|
|
|
"name": "Mailman3",
|
|
|
|
"id": "mailman3",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2019-10-13 17:29:45 +02:00
|
|
|
"en": "Electronic mailing lists manager",
|
|
|
|
"fr": "Un gestionnaire de liste de discussion par email"
|
2019-09-20 12:55:12 +02:00
|
|
|
},
|
|
|
|
"version": "1.0~ynh1",
|
2021-08-21 17:30:03 +02:00
|
|
|
"url": "http://www.list.org/",
|
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"website": "http://www.list.org/",
|
|
|
|
"demo": "https://lists.mailman3.org/mailman3/lists/",
|
|
|
|
"admindoc": "https://docs.mailman3.org/en/latest/",
|
|
|
|
"userdoc": "http://docs.mailman3.org/en/latest/userguide.html",
|
|
|
|
"code": "https://gitlab.com/mailman/mailman-suite"
|
|
|
|
},
|
2019-09-20 12:55:12 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "decentral1se",
|
|
|
|
"email": "lukewm@riseup.net",
|
|
|
|
"url": "https://decentral1.se/"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-08-21 17:30:03 +02:00
|
|
|
"yunohost": ">= 4.1.3"
|
2019-09-20 12:55:12 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
2021-08-21 17:30:03 +02:00
|
|
|
"nginx"
|
2019-09-20 12:55:12 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
2021-08-21 17:30:03 +02:00
|
|
|
"example": "example.com"
|
2019-09-30 15:50:17 +02:00
|
|
|
},
|
2019-09-20 12:55:12 +02:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|