We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10f2a1 commit 86c9407Copy full SHA for 86c9407
server/modules/analytics/umami/code.yml
@@ -0,0 +1,2 @@
1
+head: |
2
+ <script async defer data-website-id="{{websiteID}}" src="{{url}}/umami.js"></script>
server/modules/analytics/umami/definition.yml
@@ -0,0 +1,17 @@
+key: umami
+title: Umami Analytics
3
+description: Umami is a simple, fast, privacy-focused alternative to Google Analytics.
4
+author: CDN18
5
+logo: https://static.requarks.io/logo/umami.svg
6
+website: https://umami.is
7
+isAvailable: true
8
+props:
9
+ websiteID:
10
+ type: String
11
+ title: Website ID
12
+ order: 1
13
+ url:
14
15
+ title: Umami Server URL
16
+ hint: The URL of your Umami instance. It should start with http/https and omit the trailing slash. (e.g. https://umami.example.com)
17
+ order: 2
0 commit comments