Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-09-15 06:33:34 +00:00
parent 8646a0b387
commit f854e7b127
24 changed files with 5271 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Changelog
## [umami-0.0.1]umami-0.0.1 (2022-09-15)
### Feat
- Add umami ([#3717](https://github.com/truecharts/charts/issues/3717))

View File

@ -0,0 +1,9 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.6
- name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.69
digest: sha256:ee7892824e92faa59af92ce8587e05ce7471f6a28751b79f51dfceffefb33cf3
generated: "2022-09-15T06:25:11.218973615Z"

View File

@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "1.38.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.6
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.69
description: Umami is a simple, fast, privacy-focused alternative to Google Analytics.
home: https://truecharts.org/docs/charts/incubator/umami
icon: https://truecharts.org/img/hotlink-ok/chart-icons/umami.png
keywords:
- umami
- google analytics
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: umami
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/umami
- https://github.com/umami-software/umami
version: 0.0.1
annotations:
truecharts.org/catagories: |
- website
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,109 @@
# umami
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 1.38.0](https://img.shields.io/badge/AppVersion-1.38.0-informational?style=flat-square)
Umami is a simple, fast, privacy-focused alternative to Google Analytics.
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [umami](https://truecharts.org/docs/charts/incubator/umami)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/umami>
* <https://github.com/umami-software/umami>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 8.0.69 |
| https://library-charts.truecharts.org | common | 10.5.6 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm
To install the chart with the release name `umami`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install umami TrueCharts/umami
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `umami` deployment
```console
helm uninstall umami
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install umami \
--set env.TZ="America/New York" \
TrueCharts/umami
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install umami TrueCharts/umami -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,8 @@
Umami is a simple, fast, privacy-focused alternative to Google Analytics.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/umami](https://truecharts.org/docs/charts/incubator/umami)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,63 @@
image:
repository: tccr.io/truecharts/umami
tag: v1.38.0@sha256:67f016d7fc4af69b0a25f057dab533fef0aacf457b280516f652d8b5de54bc36
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 1001
runAsGroup: 1001
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-secret'
umami:
force_ssl: true
hostname: ""
client_ip_header: ""
remove_trailing_slash: true
tracker_script_name: umami
collect_api_endpoint: /api/collect
disable_updates: true
disable_login: false
disable_telemetry: true
ignore_ip:
- "1.1.1.1"
- "2.2.2.2"
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
DATABASE_TYPE: postgresql
DATABASE_URL:
secretKeyRef:
name: dbcreds
key: url
FORCE_SSL: '{{ ternary "1" "0" .Values.umami.force_ssl }}'
HOSTNAME: "{{ .Values.umami.hostname }}"
CLIENT_IP_HEADER: "{{ .Values.umami.client_ip_header }}"
REMOVE_TRAILING_SLASH: '{{ ternary "1" "0" .Values.umami.remove_trailing_slash }}'
TRACKER_SCRIPT_NAME: "{{ .Values.umami.tracker_script_name }}"
COLLECT_API_ENDPOINT: "{{ .Values.umami.collect_api_endpoint }}"
DISABLE_UPDATES: '{{ ternary "1" "0" .Values.umami.disable_updates }}'
DISABLE_LOGIN: '{{ ternary "1" "0" .Values.umami.disable_login }}'
DISABLE_TELEMETRY: '{{ ternary "1" "0" .Values.umami.disable_telemetry }}'
IGNORE_IP: '{{ join "," .Values.umami.ignore_ip }}'
service:
main:
ports:
main:
port: 10381
protocol: HTTP
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: umami
postgresqlDatabase: umami
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,23 @@
{{/* Define the secret */}}
{{- define "umami.secret" -}}
{{- $secretName := printf "%s-secret" (include "tc.common.names.fullname" .) }}
---
{{/* This secrets are loaded on both main authentik container and worker */}}
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: {{ $secretName }}
labels:
{{- include "tc.common.labels" . | nindent 4 }}
data:
{{/* Secret Key */}}
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) }}
HASH_SALT: {{ index .data "HASH_SALT" }}
{{- else }}
HASH_SALT: {{ randAlphaNum 32 | b64enc }}
{{- end }}
{{- end }}

View File

@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render secret */}}
{{- include "umami.secret" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/umami.png
categories:
- website

View File

@ -0,0 +1,99 @@
# Changelog
## [autoscan-1.0.0](https://github.com/truecharts/charts/compare/autoscan-0.0.28...autoscan-1.0.0) (2022-09-15)
### Fix
- move to stable. ([#3782](https://github.com/truecharts/charts/issues/3782))
## [autoscan-0.0.28](https://github.com/truecharts/charts/compare/autoscan-0.0.27...autoscan-0.0.28) (2022-09-13)
### Chore
- update docker general non-major ([#3755](https://github.com/truecharts/charts/issues/3755))
## [autoscan-0.0.27](https://github.com/truecharts/charts/compare/autoscan-0.0.25...autoscan-0.0.27) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [autoscan-0.0.27](https://github.com/truecharts/charts/compare/autoscan-0.0.25...autoscan-0.0.27) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [autoscan-0.0.27](https://github.com/truecharts/charts/compare/autoscan-0.0.25...autoscan-0.0.27) (2022-09-12)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743))
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [autoscan-0.0.26](https://github.com/truecharts/charts/compare/autoscan-0.0.25...autoscan-0.0.26) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [autoscan-0.0.26](https://github.com/truecharts/charts/compare/autoscan-0.0.25...autoscan-0.0.26) (2022-09-11)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))
## [autoscan-0.0.26](https://github.com/truecharts/charts/compare/autoscan-0.0.25...autoscan-0.0.26) (2022-09-11)
### Chore
- update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711))
- update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.9
digest: sha256:1185cbeaf0471e0a9fcddbce78989085086cc2d76b71797ef4ec7760a47fbf4f
generated: "2022-09-15T06:25:04.80084056Z"

View File

@ -0,0 +1,30 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: autoscan
version: 1.0.0
appVersion: "latest"
description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
type: application
deprecated: false
home: https://truecharts.org/docs/charts/stable/autoscan
icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png
keywords:
- autoscan
- media
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/autoscan
- https://hotio.dev/containers/autoscan
- https://hub.docker.com/r/hotio/autoscan
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.9
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,109 @@
# autoscan
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [autoscan](https://truecharts.org/docs/charts/stable/autoscan)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/stable/autoscan>
* <https://hotio.dev/containers/autoscan>
* <https://hub.docker.com/r/hotio/autoscan>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.5.9 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm
To install the chart with the release name `autoscan`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install autoscan TrueCharts/autoscan
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `autoscan` deployment
```console
helm uninstall autoscan
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install autoscan \
--set env.TZ="America/New York" \
TrueCharts/autoscan
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install autoscan TrueCharts/autoscan -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,8 @@
Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/autoscan](https://truecharts.org/docs/charts/stable/autoscan)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,39 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/autoscan
tag: latest@sha256:bda572ee500b9e613aa031d98127c12b32aaf663e4958c9c3c53a85bbb16f5a5
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
PLEX_LOGIN: ""
PLEX_PASSWORD: ""
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
service:
main:
ports:
main:
port: 3030
targetPort: 3030
persistence:
config:
enabled: true
mountPath: /config
portal:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.common.loader.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png
categories:
- media