mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
commit
f43bcd6988
4 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue