{ "name": "Matomo", "id": "matomo", "packaging_format": 1, "description": { "en": "Analytics platform for measuring Web statistics", "fr": "Plateforme d'analyse de mesure de statistiques Web" }, "version": "4.13.3~ynh1", "url": "https://matomo.org", "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" }, "license": "GPL-3.0-or-later", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org" }, "requirements": { "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ "nginx", "php8.0-fpm", "mysql" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/matomo", "default": "/matomo" }, { "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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }, { "name": "admin", "type": "user" } ] } }