mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
b29a32e77d
* Upgrade to v5.1.1 (#123) (#124) * Upgrade sources - `main` v5.1.1: https://github.com/matomo-org/matomo/releases/tag/5.1.1 * Auto-update READMEs Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> * [autopatch] Automatic patch attempt for helpers 2.1 * cleaning --------- Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: Yunohost-Bot <>
73 lines
1.8 KiB
TOML
73 lines
1.8 KiB
TOML
packaging_format = 2
|
||
|
||
id = "matomo"
|
||
name = "Matomo"
|
||
description.en = "Analytics platform for measuring Web statistics"
|
||
description.fr = "Plateforme d'analyse de mesure de statistiques Web"
|
||
|
||
version = "5.1.1~ynh1"
|
||
|
||
maintainers = []
|
||
|
||
[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"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2.29"
|
||
helpers_version = "2.1"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
|
||
ldap = false
|
||
|
||
sso = false
|
||
|
||
disk = "50M"
|
||
ram.build = "200M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/matomo"
|
||
|
||
[install.init_main_permission]
|
||
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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[install.admin]
|
||
type = "user"
|
||
|
||
[resources]
|
||
|
||
[resources.sources]
|
||
|
||
[resources.sources.main]
|
||
url = "https://github.com/matomo-org/matomo/releases/download/5.1.1/matomo-5.1.1.tar.gz"
|
||
sha256 = "c62e91f4efe93b106081aebec30ab38b00ca2bb43522ca6576fc60fb49a975e4"
|
||
autoupdate.strategy = "latest_github_release"
|
||
autoupdate.asset = "^matomo-.*tar.gz$"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
group = "www-data:r-x"
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "mariadb-server, php8.3-curl, php8.3-gd, php8.3-cli, php8.3-mysql, php8.3-xml, php8.3-mbstring"
|
||
|
||
[resources.database]
|
||
type = "mysql"
|
||
|