From e6ae6560fb438cb9e100bf1068a1fc18aba95f20 Mon Sep 17 00:00:00 2001 From: KuhnChris Date: Wed, 11 Mar 2026 14:25:01 +0100 Subject: [PATCH] Added PlausibleCE (2025+) analytics --- server/modules/analytics/plausible-ce/code.yml | 8 ++++++++ .../modules/analytics/plausible-ce/definition.yml | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 server/modules/analytics/plausible-ce/code.yml create mode 100644 server/modules/analytics/plausible-ce/definition.yml diff --git a/server/modules/analytics/plausible-ce/code.yml b/server/modules/analytics/plausible-ce/code.yml new file mode 100644 index 000000000..bc132d86c --- /dev/null +++ b/server/modules/analytics/plausible-ce/code.yml @@ -0,0 +1,8 @@ +head: | + + + + diff --git a/server/modules/analytics/plausible-ce/definition.yml b/server/modules/analytics/plausible-ce/definition.yml new file mode 100644 index 000000000..d86bef5a1 --- /dev/null +++ b/server/modules/analytics/plausible-ce/definition.yml @@ -0,0 +1,14 @@ +key: plausible-ce +title: Plausible CE +description: Community edition of Plausible - a simple, open-source, lightweight and privacy-friendly web analytics alternative to Google Analytics, use this integration for Plausible CE installs after October 2025. +author: requarks.io +logo: https://cdn.js.wiki/images/3rdparty/plausible.svg +website: https://plausible.io +isAvailable: true +props: + plausibleJsSrc: + type: String + default: https://plausible.io/js/pa-string.js + title: Plausible JS Script source + hint: The URL of Plausbile Script + order: 1