Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
4e5e8309
You need to sign in or sign up before continuing.
Unverified
Commit
4e5e8309
authored
Jun 04, 2023
by
CDN
Committed by
GitHub
Jun 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add v2 of analytics module umami (#6442)
* feat: create analytics module umami2 --------- Co-authored-by:
Nicolas Giard
<
github@ngpixel.com
>
parent
545ba4ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletion
+20
-1
definition.yml
server/modules/analytics/umami/definition.yml
+1
-1
code.yml
server/modules/analytics/umami2/code.yml
+2
-0
definition.yml
server/modules/analytics/umami2/definition.yml
+17
-0
No files found.
server/modules/analytics/umami/definition.yml
View file @
4e5e8309
key
:
umami
title
:
Umami Analytics
title
:
Umami Analytics
v1
description
:
Umami is a simple, fast, privacy-focused alternative to Google Analytics.
author
:
CDN18
logo
:
https://static.requarks.io/logo/umami.svg
...
...
server/modules/analytics/umami2/code.yml
0 → 100644
View file @
4e5e8309
head
:
|
<script async src="{{url}}/script.js" data-website-id="{{websiteID}}"></script>
server/modules/analytics/umami2/definition.yml
0 → 100644
View file @
4e5e8309
key
:
umami2
title
:
Umami Analytics v2
description
:
Umami is a simple, fast, privacy-focused alternative to Google Analytics.
author
:
CDN18
logo
:
https://static.requarks.io/logo/umami.svg
website
:
https://umami.is
isAvailable
:
true
props
:
websiteID
:
type
:
String
title
:
Website ID
order
:
1
url
:
type
:
String
title
:
Umami Server URL
hint
:
The URL of your Umami instance. It should start with http/https and omit the trailing slash. (e.g. https://umami.example.com)
order
:
2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment