From 87fcfca6d72d65a56f613a972b8b65cf2a1cc512 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 28 Oct 2021 22:30:28 -0400 Subject: [PATCH] feat: add Plausible Analytics module --- server/modules/analytics/plausible/code.yml | 2 ++ server/modules/analytics/plausible/definition.yml | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 server/modules/analytics/plausible/code.yml create mode 100644 server/modules/analytics/plausible/definition.yml diff --git a/server/modules/analytics/plausible/code.yml b/server/modules/analytics/plausible/code.yml new file mode 100644 index 00000000..16e4e43f --- /dev/null +++ b/server/modules/analytics/plausible/code.yml @@ -0,0 +1,2 @@ +head: | + diff --git a/server/modules/analytics/plausible/definition.yml b/server/modules/analytics/plausible/definition.yml new file mode 100644 index 00000000..6cb11f30 --- /dev/null +++ b/server/modules/analytics/plausible/definition.yml @@ -0,0 +1,13 @@ +key: plausible +title: Plausible Analytics +description: Simple, open-source, lightweight and privacy-friendly web analytics alternative to Google Analytics. +author: requarks.io +logo: https://cdn.js.wiki/images/3rdparty/plausible.svg +website: https://plausible.io +isAvailable: true +props: + domain: + type: String + title: Domain + hint: The value of the data-domain property + order: 1