Add analytics to wiki-js
This commit is contained in:
parent
8dfe2dc887
commit
5c197b25b2
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ wiki_js_svc:
|
||||||
domain: wiki.serguzim.me
|
domain: wiki.serguzim.me
|
||||||
name: wiki-js
|
name: wiki-js
|
||||||
port: 3000
|
port: 3000
|
||||||
|
caddy_extra: |
|
||||||
|
import analytics
|
||||||
db:
|
db:
|
||||||
host: "{{ postgres.host }}"
|
host: "{{ postgres.host }}"
|
||||||
port: "{{ postgres.port }}"
|
port: "{{ postgres.port }}"
|
||||||
|
|
Reference in a new issue