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",
|
|
|
|
"url": "http://docs.mailman3.org/",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "decentral1se",
|
|
|
|
"email": "lukewm@riseup.net",
|
|
|
|
"url": "https://decentral1.se/"
|
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 3.6"
|
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"postgresql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain name for Mailman3",
|
|
|
|
"fr": "Choisissez un nom de domaine pour Mailman3"
|
|
|
|
},
|
|
|
|
"example": "myyunohost.org"
|
|
|
|
},
|
2019-09-30 15:50:17 +02:00
|
|
|
{
|
|
|
|
"name": "domain_ip",
|
|
|
|
"type": "string",
|
|
|
|
"ask": {
|
|
|
|
"en": "Specify the IP address of your domain"
|
|
|
|
},
|
|
|
|
"example": "192.168.24.6"
|
|
|
|
},
|
2019-09-20 12:55:12 +02:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Est-ce une application publique ?"
|
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|