mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "Matomo",
|
|
"id": "matomo",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Open source analytics platform for measuring Web statistics",
|
|
"fr": "Plateforme d'analyse open source de mesure de statistiques Web"
|
|
},
|
|
"version": "3.14.1~ynh1",
|
|
"url": "https://matomo.org",
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.8"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Matomo",
|
|
"fr": "Choisissez un nom de domaine pour Matomo"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Matomo",
|
|
"fr": "Choisissez un chemin pour Matomo"
|
|
},
|
|
"example": "/matomo",
|
|
"default": "/matomo"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|