From 9ac7937b139907183777e2b64a995574d59234a7 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:29:15 +0200 Subject: [PATCH 1/3] Allow unrestricted access to `/script.js`. This allows embedding tracking code without exposing admin UI to everyone. --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a6d7b8f..8a8146c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" From b91df6b81e2cd28fe730c2eea854b27992739ba5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Aug 2023 07:54:34 +0200 Subject: [PATCH 2/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8a8146c..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"] From 7e1980af4e57453e86e67e352269129dd9a4cce7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 25 Aug 2023 05:54:38 +0000 Subject: [PATCH 3/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 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