From a332511d8aec2566d41a8117dd31b6992f3ba8c3 Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Srikakulam Date: Tue, 25 Jun 2024 07:53:26 +0000 Subject: [PATCH 1/2] Enable and add plausible conf to collect metrics --- group_vars/gxconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/gxconfig.yml b/group_vars/gxconfig.yml index 7c2dc94e7..ca2182a90 100644 --- a/group_vars/gxconfig.yml +++ b/group_vars/gxconfig.yml @@ -869,11 +869,11 @@ base_app_main: &BASE_APP_MAIN # Please enter the URL for the Plausible server (including https) so # this can be used for tracking with Plausible # (https://plausible.io/). - #plausible_server: null + plausible_server: https://plausible.galaxyproject.eu # Please enter the URL for the Galaxy server so this can be used for # tracking with Plausible (https://plausible.io/). - #plausible_domain: null + plausible_domain: usegalaxy.eu # Please enter the URL for the Matomo server (including https) so this # can be used for tracking with Matomo (https://matomo.org/). From 3261c2d4629ef7b7d0ecda6d9fec5ee10536fea2 Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Srikakulam Date: Tue, 25 Jun 2024 08:26:38 +0000 Subject: [PATCH 2/2] add https to the plausible domain in the galaxy config --- group_vars/gxconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/gxconfig.yml b/group_vars/gxconfig.yml index ca2182a90..db7fb2b6b 100644 --- a/group_vars/gxconfig.yml +++ b/group_vars/gxconfig.yml @@ -873,7 +873,7 @@ base_app_main: &BASE_APP_MAIN # Please enter the URL for the Galaxy server so this can be used for # tracking with Plausible (https://plausible.io/). - plausible_domain: usegalaxy.eu + plausible_domain: https://usegalaxy.eu # Please enter the URL for the Matomo server (including https) so this # can be used for tracking with Matomo (https://matomo.org/).