mirror of
https://github.com/YunoHost-Apps/mailman3_ynh.git
synced 2024-09-03 19:36:17 +02:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "Mailman3",
|
|
"id": "mailman3",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Electronic mailing lists manager",
|
|
"fr": "Un gestionnaire de liste de discussion par email"
|
|
},
|
|
"version": "1.0~ynh1",
|
|
"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"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "decentral1se",
|
|
"email": "lukewm@riseup.net",
|
|
"url": "https://decentral1.se/"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|