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": {
|
2023-01-16 15:22:51 +01:00
|
|
|
|
"en": "Analytics platform for measuring Web statistics",
|
|
|
|
|
"fr": "Plateforme d'analyse de mesure de statistiques Web"
|
2018-10-30 10:25:13 +01:00
|
|
|
|
},
|
2023-01-30 18:06:07 +01:00
|
|
|
|
"version": "4.13.3~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",
|
2022-08-13 07:39:48 +02:00
|
|
|
|
"code": "https://github.com/matomo-org/matomo",
|
|
|
|
|
"cpe": "cpe:2.3:a:matomo:matomo"
|
2021-05-26 10:12:13 +02:00
|
|
|
|
},
|
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": {
|
2022-08-13 07:38:56 +02:00
|
|
|
|
"yunohost": ">= 11.0.9"
|
2018-10-30 10:25:13 +01:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
2022-08-13 07:38:56 +02:00
|
|
|
|
"php8.0-fpm",
|
2018-10-30 10:25:13 +01:00
|
|
|
|
"mysql"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
2022-06-18 18:16:35 +02:00
|
|
|
|
"install": [
|
2018-10-30 10:25:13 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-10-07 16:50:27 +02:00
|
|
|
|
"type": "domain"
|
2018-10-30 10:25:13 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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",
|
2020-12-17 15:28:55 +01:00
|
|
|
|
"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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2018-10-30 10:25:13 +01:00
|
|
|
|
"default": true
|
2022-06-18 18:16:35 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "admin",
|
|
|
|
|
"type": "user"
|
2018-10-30 10:25:13 +01:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2022-08-13 07:39:48 +02:00
|
|
|
|
}
|