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.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-10-07 11:34:21 +02:00
"version": "4.5.0~ynh1",
2018-10-30 10:25:13 +01:00
"url": "https://matomo.org",
2021-05-26 07:57:49 +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"
},
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-11-20 18:31:00 +01:00
"yunohost": ">= 4.3.0"
2018-10-30 10:25:13 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-02-03 08:31:46 +01:00
"php7.3-fpm",
2018-10-30 10:25:13 +01:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-10-02 21:01:06 +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
},
2021-07-08 08:12:50 +02:00
{
"name": "admin",
2021-10-02 21:01:06 +02:00
"type": "user"
2021-07-08 08:12:50 +02:00
},
2018-10-30 10:25:13 +01:00
{
"name": "is_public",
"type": "boolean",
2020-12-11 10:07:46 +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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2018-10-30 10:25:13 +01:00
"default": true
}
]
}
}