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

56 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": {
2021-11-14 23:44:15 +01:00
"en": "Open Source Marketing Automation Software",
"fr": "Logiciel d'automatisation marketing open source"
2021-03-16 17:58:14 +01:00
},
2021-12-06 22:16:57 +01:00
"version": "4.1.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-11-26 23:03:23 +01:00
"yunohost": ">= 4.3.0"
2021-03-16 17:58:14 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-11-14 23:44:15 +01:00
"type": "domain"
2021-03-16 17:58:14 +01:00
},
{
"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
}
]
}
}