From 187108f0e77ef64e9293145912b6230ae2e0551e Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Mar 2025 13:00:45 -0600 Subject: [PATCH] Add Ackee entry to meta.json with relevant details and links - Included Ackee as a self-hosted analytics tool with its description, logo, and associated links. - Added tags for better categorization. --- meta.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/meta.json b/meta.json index 8fca5f2..d50d4be 100644 --- a/meta.json +++ b/meta.json @@ -1892,5 +1892,21 @@ "postgres", "admin" ] + }, + { + "id": "ackee", + "name": "Ackee", + "version": "latest", + "description": "Ackee is a self-hosted analytics tool for your website.", + "logo": "logo.png", + "links": { + "github": "https://github.com/electerious/Ackee", + "website": "https://ackee.electerious.com/", + "docs": "https://docs.ackee.electerious.com/" + }, + "tags": [ + "analytics", + "self-hosted" + ] } ] \ No newline at end of file