diff --git a/gitea/.env.example b/gitea/.env.example
index e9f7502..4a9c59d 100644
--- a/gitea/.env.example
+++ b/gitea/.env.example
@@ -4,4 +4,4 @@ RUNNER_TOKEN=change_me
EMAIL_FROM=gitea@pivoine.art
EMAIL_USER=Gitea
UMAMI_SRC=https://umami.example.com/script.js
-UMAMI_SCRIPT=
+UMAMI_ID=
diff --git a/gitea/compose.yml b/gitea/compose.yml
index a891513..a509349 100644
--- a/gitea/compose.yml
+++ b/gitea/compose.yml
@@ -37,7 +37,7 @@ services:
GITEA__ui__DEFAULT_THEME: nord
GITEA__ui__ENABLE_FEED: "true"
UMAMI_SRC: ${UMAMI_SRC}
- UMAMI_SCRIPT: ${UMAMI_SCRIPT}
+ UMAMI_ID: ${UMAMI_ID}
ports:
- "2222:2222"
volumes:
diff --git a/gitea/templates/custom/header.tmpl b/gitea/templates/custom/header.tmpl
index d58942d..a0c4af0 100644
--- a/gitea/templates/custom/header.tmpl
+++ b/gitea/templates/custom/header.tmpl
@@ -1,3 +1,3 @@
{{if and (eq .RunMode "prod") (not .IsSigned)}}
-
+
{{end}}