1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mailman3_ynh.git synced 2024-09-03 19:36:17 +02:00
mailman3_ynh/manifest.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2019-09-20 12:55:12 +02:00
{
"name": "Mailman3",
"id": "mailman3",
"packaging_format": 1,
"description": {
"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
}
]
}
}