Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-21 10:48:53 +00:00
parent 7a08a1d47e
commit ab1052895d
13 changed files with 2039 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [tagspaces-0.0.2](https://github.com/truecharts/charts/compare/tagspaces-0.0.1...tagspaces-0.0.2) (2023-08-21)

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "5.4.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: TagSpaces is an offline, open source, document manager with tagging support.
home: https://truecharts.org/charts/stable/tagspaces
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.png
keywords:
- tagspaces
- documents
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: tagspaces
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces
- https://github.com/tagspaces/tagspaces
type: application
version: 0.0.2
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/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/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,4 @@
## [tagspaces-0.0.2](https://github.com/truecharts/charts/compare/tagspaces-0.0.1...tagspaces-0.0.2) (2023-08-21)

View File

@ -0,0 +1,8 @@
TagSpaces is an offline, open source, document manager with tagging support.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/tagspaces](https://truecharts.org/charts/stable/tagspaces)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,37 @@
image:
repository: tccr.io/truecharts/tagspaces-lite-web
pullPolicy: IfNotPresent
tag: v5.4.4@sha256:82809b5e1a63c453410c204a6f15f383e33642fe20043fdcd24f4d43721d778d
securityContext:
container:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
protocol: http
targetPort: 80
port: 5000
workload:
main:
podSpec:
containers:
main:
env:
KEY:
secretKeyRef:
name: tagspaces-secret
key: KEY
persistence:
nginx:
enabled: true
type: emptyDir
mountPath: "/var/cache/nginx"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,14 @@
{{/* Define the secrets */}}
{{- define "tagspaces.secret" -}}
{{- $secretName := (printf "%s-tagspaces-secret" (include "tc.v1.common.lib.chart.names.fullname" $)) -}}
{{- $key := randAlphaNum 32 -}}
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}}
{{- $key = index .data "KEY" | b64dec -}}
{{- end }}
tagspaces-secret:
enabled: true
data:
KEY: {{ $key }}
{{- end -}}

View File

@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{- $secret := include "tagspaces.secret" . | fromYaml -}}
{{- if $secret -}}
{{ $secret := (mustMergeOverwrite .Values.secret $secret) }}
{{- $_ := set .Values "secret" $secret -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.png
categories:
- media
screenshots: []