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
802dbd96
Unverified
Commit
802dbd96
authored
Dec 26, 2021
by
cybrwshl
Committed by
GitHub
Dec 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: extends plausible analytics to support self hosted installations (#4824)
parent
43cc114f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
code.yml
server/modules/analytics/plausible/code.yml
+1
-1
definition.yml
server/modules/analytics/plausible/definition.yml
+6
-0
No files found.
server/modules/analytics/plausible/code.yml
View file @
802dbd96
head
:
|
<script defer data-domain="{{domain}}" src="
https://plausible.io/js/plausible.js
"></script>
<script defer data-domain="{{domain}}" src="
{{plausibleJsSrc}}
"></script>
server/modules/analytics/plausible/definition.yml
View file @
802dbd96
...
...
@@ -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
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