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

58 lines
1.6 KiB
JSON
Raw Normal View History

2018-10-30 10:25:13 +01:00
{
2019-07-01 22:17:06 +02:00
"name": "Matomo",
2018-10-30 10:25:13 +01:00
"id": "matomo",
"packaging_format": 1,
"description": {
2020-09-13 18:14:34 +02:00
"en": "Open source analytics platform for measuring Web statistics",
"fr": "Plateforme d'analyse open source de mesure de statistiques Web"
2018-10-30 10:25:13 +01:00
},
"version": "4.0.5~ynh1",
2018-10-30 10:25:13 +01:00
"url": "https://matomo.org",
2019-07-01 22:17:06 +02:00
"license": "GPL-3.0-or-later",
2018-10-30 10:25:13 +01:00
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
2020-11-23 22:19:11 +01:00
"yunohost": ">= 4.0.0"
2018-10-30 10:25:13 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2019-07-01 22:17:06 +02:00
"php7.0-fpm",
2018-10-30 10:25:13 +01:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2019-07-01 23:36:36 +02:00
"en": "Choose a domain name for Matomo",
"fr": "Choisissez un nom de domaine pour Matomo"
2018-10-30 10:25:13 +01:00
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
2019-07-01 23:36:36 +02:00
"en": "Choose a path for Matomo",
"fr": "Choisissez un chemin pour Matomo"
2018-10-30 10:25:13 +01:00
},
2019-07-01 22:18:38 +02:00
"example": "/matomo",
"default": "/matomo"
2018-10-30 10:25:13 +01:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}