From 210f1af72537c7eaac4398768dfde54f283ad0d5 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 26 Jan 2025 13:16:38 +0000 Subject: [PATCH] Set SIMPLESITESTATS_URL for accounts-http --- roles/accounts/templates/pannello.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/accounts/templates/pannello.conf.j2 b/roles/accounts/templates/pannello.conf.j2 index f8074b9e..aea0bb1a 100644 --- a/roles/accounts/templates/pannello.conf.j2 +++ b/roles/accounts/templates/pannello.conf.j2 @@ -48,3 +48,5 @@ WEBAUTHN_RP_ID = '{{ webauthn_rp_id }}' WEBAUTHN_RP_NAME = '{{ domain_public[0] }}' WEBAUTHN_ORIGIN = 'https://{{ webauthn_rp_id }}' +SIMPLESITESTATS_URL = 'http://analytics.{{ domain }}:3838' + -- GitLab