1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

Merge pull request #13 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-07-31 12:31:50 +01:00 committed by GitHub
commit 895948665a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 9 deletions

View file

@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is
- Privacy-focused
**Shipped version:** 2.2.0~ynh1
**Shipped version:** 2.4.0~ynh1
**Demo:** https://app.umami.is/share/8rmHaheU/umami.is

View file

@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is
- Privacy-focused
**Version incluse :** 2.2.0~ynh1
**Version incluse :** 2.4.0~ynh1
**Démo :** https://app.umami.is/share/8rmHaheU/umami.is

View file

@ -5,7 +5,7 @@ name = "Umami"
description.en = "Simple, fast, privacy-focused alternative to Google Analytics"
description.fr = "Analyse de trafic web simple et respectueux"
version = "2.2.0~ynh1"
version = "2.4.0~ynh1"
maintainers = ["eric_G"]
@ -17,7 +17,7 @@ admindoc = "https://umami.is/docs/about"
code = "https://github.com/mikecao/umami"
[integration]
yunohost = ">= 11.1.18"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources.sources.main]
url = "https://github.com/mikecao/umami/archive/refs/tags/v2.2.0.tar.gz"
sha256 = "5aabb3fc63ef6203185cd3dee837998ca3d2c5e012a0665dfbbc47101c19ffb5"
url = "https://github.com/mikecao/umami/archive/refs/tags/v2.4.0.tar.gz"
sha256 = "3ddad068538f77fc23b2f3a78caeb93cf9613cb54a03f5c811c4c140ff0ca4db"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
@ -60,7 +60,6 @@ ram.runtime = "50M"
[resources.apt]
packages = "postgresql"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"

View file

@ -74,7 +74,7 @@ pushd $install_dir
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build
#ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn update-db
#ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH npx @umami/migrate-v1-v2@latest
popd
#=================================================

View file

@ -12,4 +12,4 @@ test_format = 1.0
# Commits to test upgrade from
# -------------------------------
#test_upgrade_from.4860e2cc.name = "Upgrade from 1.33~ynh2"
test_upgrade_from.eb20586e7add0ee1f6da31bbe6fd8d7fe245c036.name = "Upgrade from 1.40"