1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00
* cleaning

* cleaning

* Auto-update README

* Update nginx.conf

* Update manifest.toml

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
eric_G 2023-08-25 17:07:26 +02:00 committed by GitHub
parent 5bd7d38efa
commit 19c167dffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View file

@ -21,7 +21,7 @@ Matomo is the leading Free/Libre open analytics platform. At the end of the five
Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in!
**Shipped version:** 4.15.1~ynh1
**Shipped version:** 4.15.1~ynh2
**Demo:** https://demo.matomo.org

View file

@ -20,7 +20,7 @@ Matomo est la principale plateforme d'analyse ouverte Free/Libre. À la fin du p
Matomo se veut une alternative logicielle gratuite à Google Analytics et est déjà utilisé sur plus de 1 400 000 sites Web. La confidentialité est intégrée !
**Version incluse :** 4.15.1~ynh1
**Version incluse :** 4.15.1~ynh2
**Démo :** https://demo.matomo.org

View file

@ -7,6 +7,7 @@ location ^~ __PATH__/ {
more_set_headers "Referrer-Policy: origin always";
more_set_headers "X-Content-Type-Options: nosniff";
more_set_headers "X-XSS-Protection: 1; mode=block";
more_set_headers "Access-Control-Allow-Origin: *";
index index.php;

View file

@ -2,10 +2,10 @@ packaging_format = 2
id = "matomo"
name = "Matomo"
description.en = "Open source analytics platform for measuring Web statistics"
description.fr = "Plateforme d'analyse open source de mesure de statistiques Web"
description.en = "Analytics platform for measuring Web statistics"
description.fr = "Plateforme d'analyse de mesure de statistiques Web"
version = "4.15.1~ynh1"
version = "4.15.1~ynh2"
maintainers = []
@ -35,8 +35,8 @@ ram.runtime = "50M"
default = "/matomo"
[install.init_main_permission]
help.en = "If enabled, Matomo will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.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."
help.en = "If visitors enabled, Matomo will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si visiteurs est cochée, Matomo sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"