summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-06-28 16:03:38 +0200
committerAlan Pearce2025-03-16 00:56:49 +0100
commit505ad5aa2bada31e2963eb33281a5f7e28bdff75 (patch)
tree1fd15ad13971bee426b30a7d4c16a941f4c8bbe0 /config.toml
parent7f8bac7d44970e7d2375b5857efc7132dcefaee4 (diff)
downloadwebsite-505ad5aa2bada31e2963eb33281a5f7e28bdff75.tar.lz
website-505ad5aa2bada31e2963eb33281a5f7e28bdff75.tar.zst
website-505ad5aa2bada31e2963eb33281a5f7e28bdff75.zip
switch to self-hosted goatcounter
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 3f22ee7..295f9bc 100644
--- a/config.toml
+++ b/config.toml
@@ -20,6 +20,8 @@ domains = [
 
 oidc_host = "https://id.alanpearce.eu/"
 
+goatcounter = "https://stats.alanpearce.eu/count"
+
 [[taxonomies]]
 name = "tags"
 feed = true
@@ -37,11 +39,11 @@ base-uri = [
 ]
 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
@@ -55,7 +57,7 @@ frame-ancestors = [
   "https://kagi.com",
 ]
 connect-src = [
-  "https://alanpearce-eu.goatcounter.com/count",
+  "https://stats.alanpearce.eu/count",
 ]
 require-trusted-types-for = [
   "'script'",