From 09f9cfa3b140790e9f3dd8e23389822a94bdad9e Mon Sep 17 00:00:00 2001 From: Aliif Arief <63054324+aliifam@users.noreply.github.com> Date: Sun, 5 Dec 2021 15:12:49 +0700 Subject: [PATCH] add goatcounter --- src/technologies/g.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 04c963f0b..5d24b8fda 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -726,6 +726,15 @@ }, "website": "https://www.goanywhere.com/" }, + "GoatCounter": { + "cats": [ + 10 + ], + "description": "GoatCounter is an open source web analytics platform available as a hosted service (free for non-commercial use) or self-hosted app. It aims to offer easy to use and meaningful privacy-friendly web analytics as an alternative to Google Analytics or Matomo.", + "icon": "goatcounter.svg", + "scriptSrc": "//gc.zgo.at/count.js", + "website": "https://www.goatcounter.com/" + }, "GoCache": { "cats": [ 31 @@ -1684,4 +1693,4 @@ "icon": "gunicorn.png", "website": "http://gunicorn.org" } -} \ No newline at end of file +}