feat: Add Matomo Chart for analytics
Also adds the Digitalist Chart as Backup in case the bitnami one stops working.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
Thank you for installing {{ .Chart.Name }} from Digitalist.
|
||||
|
||||
{{- if empty (.Values.matomo.dashboard.hostname) -}}
|
||||
###############################################################################
|
||||
### ERROR: You didn't provide a host for matomo dashboard ###
|
||||
###############################################################################
|
||||
{{- end -}}
|
||||
|
||||
{{- if empty (.Values.matomo.tracker.hostname) -}}
|
||||
###############################################################################
|
||||
### ERROR: You didn't provide a host for matomo tracker ###
|
||||
###############################################################################
|
||||
{{- end -}}
|
||||
|
||||
Your release is named {{ .Release.Name }}.
|
||||
|
||||
At post install, job tuns on the install, and creates the first
|
||||
site, this could fail a couple of times, but should succeed in the end.
|
||||
|
||||
After installation is complete, you can access your website by this url:
|
||||
{{ .Values.matomo.dashboard.hostname }}
|
||||
|
||||
To learn more about the release, try:
|
||||
|
||||
$ helm status {{ .Release.Name }}
|
||||
$ helm get all {{ .Release.Name }}
|
||||
Reference in New Issue
Block a user