From eaeb9bc26a696cc00888e4a7fbcb9dd6ab638c7a Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Sat, 29 Jun 2024 13:49:14 +0200
Subject: switch to self-hosted goatcounter
---
config.toml | 8 ++++----
templates/page.templ | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config.toml b/config.toml
index 40efd77..f6bf8ed 100644
--- a/config.toml
+++ b/config.toml
@@ -19,7 +19,7 @@ domains = [
oidc_host = "https://id.alanpearce.eu/"
-goatcounter = "https://alanpearce-eu.goatcounter.com/count"
+goatcounter = "https://stats.alanpearce.eu/count"
[[taxonomies]]
name = "tags"
@@ -40,11 +40,11 @@ goatcounter = "https://alanpearce-eu.goatcounter.com/count"
]
image-src = [
"'self'",
- "https://gc.zgo.at",
+ "https://stats.alanpearce.eu",
]
script-src = [
"'self'",
- "https://gc.zgo.at",
+ "https://stats.alanpearce.eu",
]
style-src = [
## index.html style
@@ -56,7 +56,7 @@ goatcounter = "https://alanpearce-eu.goatcounter.com/count"
"https://kagi.com",
]
connect-src = [
- "https://alanpearce-eu.goatcounter.com/count",
+ "https://stats.alanpearce.eu/count",
]
require-trusted-types-for = [
"'script'",
diff --git a/templates/page.templ b/templates/page.templ
index 7a43485..cf08817 100644
--- a/templates/page.templ
+++ b/templates/page.templ
@@ -96,7 +96,7 @@ func mkURL(u config.URL, path string, title string) string {
}
templ counter(config *config.Config, path string, title string) {
-
+
--
cgit 1.4.1