goatcounter
goatcounter copied to clipboard
Easy web analytics. No tracking of personal data.
Perhaps I'm missing something, but it seems like unless you track the page path as part of the event name, there isn't a way to see on which pages a...
I have saved the count JS code locally using Hugo. But accessing your server throws this error ``` ERROR error calling resources.GetRemote: Get "https://gc.zgo.at/count.js": dial tcp 0.0.0.0:443: connect: connection refused...
Hi everyone! I just try to use Goatcounter on my Hugo page. I added script to my page but it doesn't work .  Like this :  Does anyone...
When I try to export my data, the only thing that happens is that I access a page with the content: "you can request only one export per hour" But...
Address http://eupl12.zgo.at from your licence is not available
Very minor issue: In the [homepage](https://www.goatcounter.com/), the block that starts with "Identify unique visits without..." ends with a link to non-existent [sessions.md](https://www.goatcounter.com/help/sessions.md). It might have to point to [Github's sessions.md](https://github.com/arp242/goatcounter/blob/master/tpl/help/sessions.md)?
I lost my 2FA device without any backups (sloppy, I know). Do you have any procedures for helping foolish people like me get back in to their accounts? Could you...
Hi! I went to go export my stats after setting up GoatCounter yesterday, but I'm getting the error "You can only export once an hour". The last time I clicked...
Use debug.ReadBuildInfo() to generate Version. Before: ``` $ CGO_ENABLED=0 go install ./cmd/goatcounter $ goatcounter version version=dev; go=go1.23.1; GOOS=linux; GOARCH=amd64; race=false; cgo=false ``` After: ``` $ CGO_ENABLED=0 go install ./cmd/goatcounter $...
I understand that the author has previously expressed multiple times that Docker deployment will not be supported (because the current deployment method is already simple enough). However, I still want...