From 1cb2a4d4bfa8c905dbf357ce42ceb7f15b2e6c18 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 23 Sep 2023 06:17:40 +0200 Subject: [PATCH 1/3] Upgrade to v2.7.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7695946..384f123 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.6.2~ynh4" +version = "2.7.0~ynh4" maintainers = ["eric_G"] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources.sources.main] - url = "https://github.com/mikecao/umami/archive/refs/tags/v2.6.2.tar.gz" - sha256 = "2de79139a51b9330e0dfa12b5be0f7baaf86457370a3d30a475c0b50549a199e" + url = "https://github.com/mikecao/umami/archive/refs/tags/v2.7.0.tar.gz" + sha256 = "e3eda26825c93dda637a21b5b6cb8f6ece337e9cc2680e619e5aa23a09e8e079" autoupdate.strategy = "latest_github_tag" [resources.system_user] From f7f7070bbb08d96a4f90200a5f8bfae2348e12f7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 23 Sep 2023 04:17:41 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4ff5b8..7158622 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Shipped version:** 2.6.2~ynh4 +**Shipped version:** 2.7.0~ynh4 **Demo:** https://app.umami.is/share/8rmHaheU/umami.is diff --git a/README_fr.md b/README_fr.md index 97fb6d7..51de560 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Version incluse :** 2.6.2~ynh4 +**Version incluse :** 2.7.0~ynh4 **Démo :** https://app.umami.is/share/8rmHaheU/umami.is From 653950f4a23c1fde0fa7d778c38aae3d936a5fab Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sun, 24 Sep 2023 12:56:01 +0200 Subject: [PATCH 3/3] Use pure `next start` --- conf/systemd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 3606d61..7f6806e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,7 +10,8 @@ WorkingDirectory=__INSTALL_DIR__/ Environment=NODE_ENV=production Environment="__YNH_NODE_LOAD_PATH__" Environment=NEXT_TELEMETRY_DISABLED=1 -ExecStart=__YNH_NPM__ run start-env +Environment=PORT=__PORT__ +ExecStart=__YNH_NPM__ exec next start # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these