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

60 lines
1.8 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
},
2022-08-13 07:42:36 +02:00
"version": "4.11.0~ynh3",
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",
"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",
"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
2022-06-18 18:16:35 +02:00
},
{
"name": "admin",
"type": "user"
2018-10-30 10:25:13 +01:00
}
]
}
}