1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00
* Upgrade to v5.0.3 (#116)

Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>

* Auto-update READMEs

* Change url: Update trusted hosts (#119)

* Testing 5.0.3~ynh1 (#117)

* Upgrade to v5.0.3 (#116)

Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>

* Auto-update READMEs

---------

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Update change_url

Update trusted_hosts in config.ini.php

* Update scripts/change_url

Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>

* Update change_url

Create config.ini.php if it doesn't exist

* Update change_url

Only alter config file if it exists

* Update nginx.conf

---------

Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>

* Auto-update READMEs

* Update manifest.toml

* Auto-update READMEs

* Update nginx.conf

* Update nginx.conf

* Update nginx.conf

* Update manifest.toml

* Auto-update READMEs

* Update nginx.conf

* Update manifest.toml

* Auto-update READMEs

* Update manifest.toml

---------

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com>
Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
This commit is contained in:
eric_G 2024-06-10 11:16:04 +02:00 committed by GitHub
parent cda2dedbbe
commit 5620da7b82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 13 additions and 28 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! 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:** 5.0.3~ynh2 **Shipped version:** 5.1.0~ynh1
**Demo:** <https://demo.matomo.org> **Demo:** <https://demo.matomo.org>

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! 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!
**Versión actual:** 5.0.3~ynh2 **Versión actual:** 5.1.0~ynh1
**Demo:** <https://demo.matomo.org> **Demo:** <https://demo.matomo.org>

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! 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!
**Paketatutako bertsioa:** 5.0.3~ynh2 **Paketatutako bertsioa:** 5.1.0~ynh1
**Demoa:** <https://demo.matomo.org> **Demoa:** <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 ! 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:** 5.0.3~ynh2 **Version incluse:** 5.1.0~ynh1
**Démo:** <https://demo.matomo.org> **Démo:** <https://demo.matomo.org>

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! 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!
**Versión proporcionada:** 5.0.3~ynh2 **Versión proporcionada:** 5.1.0~ynh1
**Demo:** <https://demo.matomo.org> **Demo:** <https://demo.matomo.org>

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! 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!
**分发版本:** 5.0.3~ynh2 **分发版本:** 5.1.0~ynh1
**演示:** <https://demo.matomo.org> **演示:** <https://demo.matomo.org>

View file

@ -15,7 +15,7 @@ location __PATH__/ {
client_max_body_size 50M; client_max_body_size 50M;
try_files $uri $uri/ =404; try_files $uri $uri/ =404;
location ~ [^/]\.php(/|$) { location ~ ^__PATH__/(index|matomo|piwik|js/index|plugins/HeatmapSessionRecording/configs)\.php$ {
fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock; fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
@ -33,24 +33,9 @@ location __PATH__/ {
} }
## disable all access to the following directories ## disable all access to the following directories
location ~ ^__PATH__/config/ { location ~ ^__PATH__/(config|tmp|core|lang) {
deny all; deny all;
return 403; return 403; # replace with 404 to not show these directories exist
}
location ~ ^__PATH__/tmp/ {
deny all;
return 403;
}
location ~ ^__PATH__/core/ {
deny all;
return 403;
}
location ~ ^__PATH__/lang/ {
deny all;
return 403;
} }
location ~ ^__PATH__/\.ht { location ~ ^__PATH__/\.ht {

View file

@ -5,7 +5,7 @@ name = "Matomo"
description.en = "Analytics platform for measuring Web statistics" description.en = "Analytics platform for measuring Web statistics"
description.fr = "Plateforme d'analyse de mesure de statistiques Web" description.fr = "Plateforme d'analyse de mesure de statistiques Web"
version = "5.0.3~ynh2" version = "5.1.0~ynh1"
maintainers = [] maintainers = []
@ -51,8 +51,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/matomo-org/matomo/releases/download/5.0.3/matomo-5.0.3.tar.gz" url = "https://github.com/matomo-org/matomo/releases/download/5.1.0/matomo-5.1.0.tar.gz"
sha256 = "cd656ee7df4b29ac453456c6b9708d8264093ac2c99d6669d2830f31624cd626" sha256 = "0157eea9576c1052f6ba9ffc142c403e57e639797e2921b0cc236b90fb2ca21a"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^matomo-.*tar.gz$" autoupdate.asset = "^matomo-.*tar.gz$"
@ -64,7 +64,7 @@ ram.runtime = "50M"
main.url = "/" main.url = "/"
[resources.apt] [resources.apt]
packages = "mariadb-server, php8.2-curl, php8.2-gd, php8.2-cli, php8.2-mysql, php8.2-xml, php8.2-mbstring" packages = "mariadb-server, php8.3-curl, php8.3-gd, php8.3-cli, php8.3-mysql, php8.3-xml, php8.3-mbstring"
[resources.database] [resources.database]
type = "mysql" type = "mysql"