switch to self-hosted goatcounter
Alan Pearce alan@alanpearce.eu
Sat, 29 Jun 2024 13:49:14 +0200
2 files changed, 5 insertions(+), 5 deletions(-)
M config.toml → config.toml
@@ -19,7 +19,7 @@ ] 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 @@ "'none'", ] 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 @@ frame-ancestors = [ "https://kagi.com", ] connect-src = [ - "https://alanpearce-eu.goatcounter.com/count", + "https://stats.alanpearce.eu/count", ] require-trusted-types-for = [ "'script'",
M templates/page.templ → templates/page.templ
@@ -96,7 +96,7 @@ return u.String() } templ counter(config *config.Config, path string, title string) { - <script data-goatcounter={ config.GoatCounter.String() } async src="https://gc.zgo.at/count.v4.js" crossorigin="anonymous" integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script> + <script data-goatcounter={ config.GoatCounter.String() } async src="https://stats.alanpearce.eu/count.v4.js" crossorigin="anonymous" integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script> <noscript> <img src={ string(templ.URL(mkURL(config.GoatCounter, path, title))) }/> </noscript>