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 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 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]