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

57 lines
1.6 KiB
JSON
Raw Normal View History

2021-03-16 17:58:14 +01:00
{
"name": "Mautic",
"id": "mautic",
"packaging_format": 1,
"description": {
"en": "Open Source Marketing Automation Software.",
"fr": "Logiciel d'automatisation marketing open source."
},
2021-05-29 19:06:03 +02:00
"version": "4.0.0~ynh1",
2021-03-16 17:58:14 +01:00
"url": "https://www.mautic.org/",
2021-05-29 19:32:11 +02:00
"upstream": {
"license": "GPL-3.0-only",
"website": "https://www.mautic.org/",
"demo": "https://www.mautic.org/demo",
"admindoc": "https://docs.mautic.org/en",
"code": "https://github.com/mautic/mautic"
},
2021-03-16 17:58:14 +01:00
"license": "GPL-3.0-only",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
2021-05-29 19:06:03 +02:00
"yunohost": ">= 4.2.4"
2021-03-16 17:58:14 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/mautic",
"default": "/mautic"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Mautic will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Mautic sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
}
]
}
}