Google analytics integration.

Sentry.io integration.
Vince integration.
Region-scoped consent (denied-by-default in EU/EEA/UK/CH, granted elsewhere, DPDP-friendly notice)
This commit is contained in:
2026-09-06 16:03:13 +00:00
parent 43c6fbe437
commit e0eb577e3e
37 changed files with 2059 additions and 274 deletions
+7
View File
@@ -8,6 +8,13 @@
reverse_proxy {{ docker_container }}:{{ cms_port }}
}
# First-party analytics (Vince) — script (/stats/js/script.js) and event
# endpoint (/stats/api/event) proxied same-origin so they survive ad
# blockers and never touch a third-party domain.
handle /stats/* {
reverse_proxy {{ vince_container }}:{{ vince_port }}
}
# TanStack Start frontend
handle {
reverse_proxy {{ docker_container }}:{{ www_port }}