diff --git a/server/modules/analytics/plausible/code.yml b/server/modules/analytics/plausible/code.yml
index 16e4e43f..d2fba2bb 100644
--- a/server/modules/analytics/plausible/code.yml
+++ b/server/modules/analytics/plausible/code.yml
@@ -1,2 +1,2 @@
head: |
-
+
diff --git a/server/modules/analytics/plausible/definition.yml b/server/modules/analytics/plausible/definition.yml
index 6cb11f30..eb86a6d8 100644
--- a/server/modules/analytics/plausible/definition.yml
+++ b/server/modules/analytics/plausible/definition.yml
@@ -11,3 +11,9 @@ props:
title: Domain
hint: The value of the data-domain property
order: 1
+ plausibleJsSrc:
+ type: String
+ default: https://plausible.io/js/plausible.js
+ title: Plausible JS Script source
+ hint: The URL of Plausbile Script (only needed when using a self hosted installation)
+ order: 2