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.7 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
},
2021-05-26 10:12:13 +02:00
"version": "4.3.1~ynh1",
2018-10-30 10:25:13 +01:00
"url": "https://matomo.org",
2021-05-26 10:12:13 +02:00
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://matomo.org",
"demo": "https://demo.matomo.org",
"admindoc": "https://matomo.org/docs",
"userdoc": "https://yunohost.org/en/app_matomo",
"code": "https://github.com/matomo-org/matomo"
},
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": {
2021-05-26 10:12:13 +02:00
"yunohost": ">= 4.2.4"
2018-10-30 10:25:13 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-02-22 23:27:16 +01:00
"php7.3-fpm",
2018-10-30 10:25:13 +01:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
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",
"help": {
"en": "If enabled, Matomo 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, Matomo sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2018-10-30 10:25:13 +01:00
"default": true
}
]
}
}