diff --git a/README.md b/README.md index 2fcbe83..ba90f50 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.5.0~ynh1 +**Shipped version:** 2.5.0~ynh2 **Demo:** https://app.umami.is/share/8rmHaheU/umami.is diff --git a/README_fr.md b/README_fr.md index cf43b8d..952e0c5 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.5.0~ynh1 +**Version incluse :** 2.5.0~ynh2 **Démo :** https://app.umami.is/share/8rmHaheU/umami.is diff --git a/manifest.toml b/manifest.toml index a6d7b8f..a8159f5 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.5.0~ynh1" +version = "2.5.0~ynh2" maintainers = ["eric_G"] @@ -62,7 +62,11 @@ ram.runtime = "50M" api.url = "/api" api.show_tile = false api.allowed = "visitors" - api.auth_header = false + api.auth_header = false + script.url = "/script.js" + script.show_tile = false + script.allowed = "visitors" + script.auth_header = false [resources.apt] packages = "postgresql"