Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-10 09:37:25 +00:00
parent 4e3e3940b0
commit 8f87cd2147
31 changed files with 7545 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# Changelog<br>
<a name="matomo-1.0.0"></a>
### [matomo-1.0.0](https://github.com/truecharts/apps/compare/matomo-0.0.2...matomo-1.0.0) (2022-03-10)
<a name="matomo-0.0.2"></a>
### [matomo-0.0.2](https://github.com/truecharts/apps/compare/matomo-0.0.1...matomo-0.0.2) (2022-03-09)
#### Fix
* enable secondary ports ([#2120](https://github.com/truecharts/apps/issues/2120))
<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-10T09:28:17.419657598Z"

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/r/bitnami/matomo
- https://github.com/bitnami/bitnami-docker-matomo
- https://github.com/matomo-org/matomo
version: 1.0.0
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/r/bitnami/matomo>
* <https://github.com/bitnami/bitnami-docker-matomo>
* <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,67 @@
# 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.enabled | bool | `true` | |
| service.https.ports.https.enabled | bool | `true` | |
| 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,98 @@
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:
enabled: true
ports:
https:
enabled: true
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

4
stable/matomo/item.yaml Normal file
View File

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

View File

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

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: postgresql
repository: https://truecharts.org/
version: 7.0.1
digest: sha256:e6e3dbcd38834258b5fd1f3065e2df79e62b2eb4f5aeed481dfcf85541a9de0d
generated: "2022-03-10T09:28:17.484938823Z"

View File

@ -0,0 +1,35 @@
apiVersion: v2
appVersion: "4.2.4"
kubeVersion: '>=1.16.0-0'
version: 1.0.0
name: redmine
description: Redmine is a flexible project management web application written using Ruby on Rails framework.
type: application
home: "https://github.com/truecharts/apps/tree/main/charts/redmine"
icon: https://truecharts.org/_static/img/appicons/redmine.png
keywords:
- project
- management
- time
- tracking
- ticket
sources:
- https://github.com/redmine/redmine
- https://hub.docker.com/_/redmine
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.2
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 7.0.1
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,39 @@
# Introduction
Redmine is a flexible project management web application written using Ruby on Rails framework.
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://github.com/redmine/redmine>
* <https://hub.docker.com/_/redmine>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 7.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 @@
Redmine is a flexible project management web application written using Ruby on Rails framework.
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,40 @@
# 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.REDMINE_DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.REDMINE_DB_PORT | string | `"5432"` | |
| env.REDMINE_DB_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.REDMINE_NO_DB_MIGRATE | string | `"{{ ternary \"true\" \"\" .Values.redmine.no_db_migrate }}"` | |
| env.REDMINE_PLUGINS_MIGRATE | string | `"{{ ternary \"true\" \"\" .Values.redmine.plugins_migrate }}"` | |
| envValueFrom.REDMINE_DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.REDMINE_DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDMINE_DB_POSTGRES.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.REDMINE_DB_POSTGRES.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDMINE_SECRET_KEY_BASE.secretKeyRef.key | string | `"REDMINE_SECRET_KEY_BASE"` | |
| envValueFrom.REDMINE_SECRET_KEY_BASE.secretKeyRef.name | string | `"redmine-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/redmine"` | |
| image.tag | string | `"v4.2.4@sha256:5dec2ce2ea609a1b59101ab4903efa5177082c6603d73e8d5b7e6a0136ccb42a"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/usr/src/redmine/files"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"redmine"` | |
| postgresql.postgresqlUsername | string | `"redmine"` | |
| redmine.no_db_migrate | bool | `false` | |
| redmine.plugins_migrate | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service.main.ports.main.port | int | `10171` | |
| service.main.ports.main.targetPort | int | `3000` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,53 @@
image:
repository: tccr.io/truecharts/redmine
pullPolicy: IfNotPresent
tag: v4.2.4@sha256:5dec2ce2ea609a1b59101ab4903efa5177082c6603d73e8d5b7e6a0136ccb42a
env:
REDMINE_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
REDMINE_DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}"
REDMINE_DB_PORT: "5432"
# Anything but empty means true, empty means false
REDMINE_NO_DB_MIGRATE: "{{ ternary \"true\" \"\" .Values.redmine.no_db_migrate }}"
REDMINE_PLUGINS_MIGRATE: "{{ ternary \"true\" \"\" .Values.redmine.plugins_migrate }}"
redmine:
plugins_migrate: true
no_db_migrate: false
envValueFrom:
REDMINE_DB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
REDMINE_DB_POSTGRES:
secretKeyRef:
name: dbcreds
key: plainhost
REDMINE_SECRET_KEY_BASE:
secretKeyRef:
name: redmine-secrets
key: REDMINE_SECRET_KEY_BASE
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 10171
targetPort: 3000
persistence:
data:
enabled: true
mountPath: "/usr/src/redmine/files"
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: redmine
postgresqlDatabase: redmine

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,20 @@
{{/* Define the secrets */}}
{{- define "redmine.secrets" -}}
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: redmine-secrets
{{- $redmineprevious := lookup "v1" "Secret" .Release.Namespace "redmine-secrets" }}
{{- $secret_key_base := "" }}
data:
{{- if $redmineprevious}}
REDMINE_SECRET_KEY_BASE: {{ index $redmineprevious.data "REDMINE_SECRET_KEY_BASE" }}
{{- else }}
{{- $secret_key_base := randAlphaNum 80 }}
REDMINE_SECRET_KEY_BASE: {{ $secret_key_base | b64enc }}
{{- end }}
{{- end -}}

View File

@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Render secrets for redmine */}}
{{- include "redmine.secrets" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}

View File

4
stable/redmine/item.yaml Normal file
View File

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