mirror of
https://github.com/YunoHost-Apps/mailman3_ynh.git
synced 2024-09-03 19:36:17 +02:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "Mailman3",
|
|
"id": "mailman3",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Mailman3 for YunoHost",
|
|
"fr": "Mailman3 pour YunoHost."
|
|
},
|
|
"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"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|