Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-09 20:10:51 +00:00
parent e79cbd281b
commit a310510a65
15 changed files with 3692 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="matomo-0.0.1"></a>
### matomo-0.0.1 (2022-03-09)
#### Feat
* Add matomo ([#2115](https://github.com/truecharts/apps/issues/2115))

View File

@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,9 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.2
- name: mariadb
repository: https://truecharts.org/
version: 2.0.1
digest: sha256:ba65fb54964c99e33f9f77363a9f1a1eb59902182a609e423788a9acd6a74120
generated: "2022-03-09T20:04:36.742886151Z"

View File

@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "4.7.1"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.2
- condition: mariadb.enabled
name: mariadb
repository: https://truecharts.org/
version: 2.0.1
description: Matomo is the leading Free/Libre open analytics platform
home: https://github.com/truecharts/apps/tree/master/charts/stable/matomo
icon: https://truecharts.org/_static/img/appicons/matomo.png
keywords:
- analytics
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: matomo
sources:
- https://hub.docker.com/_/matomo
- https://github.com/matomo-org/docker
- https://github.com/matomo-org/matomo
version: 0.0.1
annotations:
truecharts.org/catagories: |
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,40 @@
# Introduction
Matomo is the leading Free/Libre open analytics platform
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://hub.docker.com/_/matomo>
* <https://github.com/matomo-org/docker>
* <https://github.com/matomo-org/matomo>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | mariadb | 2.0.1 |
| https://truecharts.org | common | 9.1.2 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
Matomo is the leading Free/Libre open analytics platform
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,65 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.APACHE_HTTPS_PORT_NUMBER | string | `"{{ .Values.service.https.ports.https.port }}"` | |
| env.APACHE_HTTP_PORT_NUMBER | string | `"{{ .Values.service.main.ports.main.port }}"` | |
| env.BITNAMI_DEBUG | bool | `true` | |
| env.MATOMO_DATABASE_NAME | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
| env.MATOMO_DATABASE_PORT_NUMBER | int | `3306` | |
| env.MATOMO_DATABASE_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
| env.MATOMO_EMAIL | string | `"myemail@example.com"` | |
| env.MATOMO_ENABLE_ASSUME_SECURE_PROTOCOL | bool | `false` | |
| env.MATOMO_ENABLE_FORCE_SSL | bool | `false` | |
| env.MATOMO_ENABLE_PROXY_URI_HEADER | bool | `false` | |
| env.MATOMO_HOST | string | `"127.0.0.1"` | |
| env.MATOMO_PASSWORD | string | `"password"` | |
| env.MATOMO_SMTP_AUTH | string | `"Plain"` | |
| env.MATOMO_SMTP_HOST | string | `""` | |
| env.MATOMO_SMTP_PASSWORD | string | `""` | |
| env.MATOMO_SMTP_PORT | string | `""` | |
| env.MATOMO_SMTP_PROTOCOL | string | `""` | |
| env.MATOMO_SMTP_USER | string | `""` | |
| env.MATOMO_USERNAME | string | `"admin"` | |
| env.MATOMO_WEBSITE_HOST | string | `"https://web.example.com"` | |
| env.MATOMO_WEBSITE_NAME | string | `"My Website"` | |
| env.PHP_DATE_TIMEZONE | string | `"{{ .Values.TZ }}"` | |
| env.PHP_ENABLE_OPCACHE | bool | `true` | |
| env.PHP_MEMORY_LIMIT | string | `"2048M"` | |
| envValueFrom.MATOMO_DATABASE_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.MATOMO_DATABASE_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
| envValueFrom.MATOMO_DATABASE_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
| envValueFrom.MATOMO_DATABASE_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/matomo"` | |
| image.tag | string | `"v4.7.1@sha256:dbfe95441f661fa5093c43b4cfca8a357a0e963dd79917e0f09cc4b2e4379013"` | |
| mariadb.enabled | bool | `true` | |
| mariadb.existingSecret | string | `"mariadbcreds"` | |
| mariadb.mariadbDatabase | string | `"matomo"` | |
| mariadb.mariadbUsername | string | `"matomo"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/bitnami/matomo"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| probes.liveness.path | string | `"/index.php"` | |
| probes.readiness.path | string | `"/index.php"` | |
| probes.startup.path | string | `"/index.php"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.https.ports.https.port | int | `10173` | |
| service.https.ports.https.protocol | string | `"HTTPS"` | |
| service.https.ports.https.targetPort | int | `10173` | |
| service.main.ports.main.port | int | `10172` | |
| service.main.ports.main.protocol | string | `"HTTP"` | |
| service.main.ports.main.targetPort | int | `10172` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,96 @@
image:
repository: tccr.io/truecharts/matomo
tag: v4.7.1@sha256:dbfe95441f661fa5093c43b4cfca8a357a0e963dd79917e0f09cc4b2e4379013
pullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
# Run as root for the cron to work
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
BITNAMI_DEBUG: true
APACHE_HTTP_PORT_NUMBER: "{{ .Values.service.main.ports.main.port }}"
APACHE_HTTPS_PORT_NUMBER: "{{ .Values.service.https.ports.https.port }}"
MATOMO_DATABASE_PORT_NUMBER: 3306
MATOMO_DATABASE_NAME: "{{ .Values.mariadb.mariadbDatabase }}"
MATOMO_DATABASE_USER: "{{ .Values.mariadb.mariadbUsername }}"
PHP_DATE_TIMEZONE: "{{ .Values.TZ }}"
# User / Site Config
MATOMO_USERNAME: "admin"
MATOMO_PASSWORD: "password"
MATOMO_EMAIL: "myemail@example.com"
MATOMO_WEBSITE_NAME: "My Website"
MATOMO_WEBSITE_HOST: "https://web.example.com"
MATOMO_HOST: "127.0.0.1"
# Reverse Proxy Config
MATOMO_ENABLE_PROXY_URI_HEADER: false
MATOMO_ENABLE_ASSUME_SECURE_PROTOCOL: false
MATOMO_ENABLE_FORCE_SSL: false
# No defaults, but usually this header is used
# MATOMO_PROXY_CLIENT_HEADER: "HTTP_X_FORWARDED_FOR"
# SMTP Config
MATOMO_SMTP_HOST: ""
MATOMO_SMTP_PORT: ""
MATOMO_SMTP_USER: ""
MATOMO_SMTP_PASSWORD: ""
# Available protocols are: "ssl", "tls", "none"
MATOMO_SMTP_PROTOCOL: ""
# Available mechanisms are: "Plain", "Login", "Crammd5"
MATOMO_SMTP_AUTH: "Plain"
# PHP Config
PHP_MEMORY_LIMIT: "2048M"
PHP_ENABLE_OPCACHE: true
# PHP_EXPOSE_PHP:
# PHP_MAX_EXECUTION_TIME:
# PHP_MAX_INPUT_TIME:
# PHP_MAX_INPUT_VARS:
# PHP_POST_MAX_SIZE:
# PHP_UPLOAD_MAX_FILESIZE:
probes:
liveness:
path: "/index.php"
readiness:
path: "/index.php"
startup:
path: "/index.php"
service:
main:
ports:
main:
protocol: HTTP
port: 10172
targetPort: 10172
https:
ports:
https:
protocol: HTTPS
port: 10173
targetPort: 10173
persistence:
data:
enabled: true
mountPath: "/bitnami/matomo"
envValueFrom:
MATOMO_DATABASE_HOST:
secretKeyRef:
name: mariadbcreds
key: plainhost
MATOMO_DATABASE_PASSWORD:
secretKeyRef:
name: mariadbcreds
key: mariadb-password
mariadb:
enabled: true
mariadbUsername: matomo
mariadbDatabase: matomo
existingSecret: "mariadbcreds"

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/matomo.png
categories:
- productivity