Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-04-28 00:17:07 +00:00
parent bbcd29c857
commit 4cfcfb0324
84 changed files with 390 additions and 345 deletions
+3 -3
View File
@@ -68,9 +68,9 @@
// //
// helm deps // helm deps
// //
// //
// Ensure System Apps aren't automerged after many upstream fuckups // Ensure System Apps aren't automerged after many upstream fuckups
// //
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"automerge": false, "automerge": false,
+1 -1
View File
@@ -12,7 +12,7 @@ echo "Chart name: $curr_chart"
if [[ "$curr_chart" != "charts/premium/volsync" ]]; then if [[ "$curr_chart" != "charts/premium/volsync" ]]; then
echo "Installing volumesnapshots chart" echo "Installing volumesnapshots chart"
helm install volumesnapshots oci://tccr.io/truecharts/volumesnapshots --namespace volumesnapshots --create-namespace --wait helm install volumesnapshots oci://tccr.io/truecharts/volumesnapshots --namespace volumesnapshots --create-namespace --wait
if [[ "$?" != "0" ]]; then if [[ "$?" != "0" ]]; then
echo "Failed to install volumesnapshots chart" echo "Failed to install volumesnapshots chart"
exit 1 exit 1
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockovpn.webp
keywords: keywords:
- vpn - vpn
- openvpn - openvpn
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+2 -2
View File
@@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/inncubator/dockovpn) For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/dockovpn)
**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)** **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)**
@@ -37,7 +37,7 @@ For the complete overview of all available options, please checkout the document
All our charts have dedicated documentation pages. All our charts have dedicated documentation pages.
The documentation for this chart can be found here: The documentation for this chart can be found here:
https://truecharts.org/charts/stable/pihole https://truecharts.org/charts/incubator/dockovpn
## Support ## Support
Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- ansible - ansible
- semaphore - semaphore
- cicd - cicd
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+6 -5
View File
@@ -5,9 +5,9 @@ annotations:
truecharts.org/category: network truecharts.org/category: network
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: premium truecharts.org/train: incubator
apiVersion: v2 apiVersion: v2
appVersion: 2.11.2 appVersion: 0.9.1
dependencies: dependencies:
- name: common - name: common
version: 20.3.13 version: 20.3.13
@@ -18,7 +18,7 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: volsync is a storage backup and synchronisation tool. description: volsync is a storage backup and synchronisation tool.
home: https://truecharts.org/charts/premium/volsync home: https://truecharts.org/charts/incubator/volsync
icon: https://truecharts.org/img/hotlink-ok/chart-icons/volsync.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/volsync.webp
keywords: keywords:
- volsync - volsync
@@ -33,7 +33,8 @@ sources:
- https://github.com/volsync/volsync - https://github.com/volsync/volsync
- https://github.com/volsync/volsync-helm-chart - https://github.com/volsync/volsync-helm-chart
- https://volsync.readthedocs.io/ - https://volsync.readthedocs.io/
- https://github.com/truecharts/charts/tree/master/charts/premium/volsync - https://github.com/truecharts/charts/tree/master/charts/incubator/volsync
- https://github.com/truecharts/containers/tree/master/apps/volsync - https://quay.io/backube/volsync
- https://quay.io/brancz/kube-rbac-proxy
type: application type: application
version: 0.0.1 version: 0.0.1
+52
View File
@@ -2,3 +2,55 @@
title: README title: README
--- ---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/volsync)
**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)**
## Installation
### Helm-Chart installation
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
`helm install mychart oci://tccr.io/truecharts/CHARTNAME`
For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/
### TrueNAS SCALE Apps
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro).
## Configuration Options
To view the chart specific options, please view Values.yaml included in the chart.
All our Charts use a shared "common" library chart that contains most of the templating and options.
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/
## Chart Specific Guides and information
All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
https://truecharts.org/charts/incubator/volsync
## Support
- 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/general/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
+236 -237
View File
@@ -62,7 +62,7 @@ workload:
startup: startup:
type: tcp type: tcp
port: 8443 port: 8443
# -- Options for all pods # -- Options for all pods
# Can be overruled per pod # Can be overruled per pod
podOptions: podOptions:
@@ -96,13 +96,12 @@ service:
targetPort: 8443 targetPort: 8443
protocol: https protocol: https
# -- The service account the pods will use to interact with the Kubernetes API # -- The service account the pods will use to interact with the Kubernetes API
serviceAccount: serviceAccount:
main: main:
enabled: true enabled: true
primary: true primary: true
portal: portal:
open: open:
enabled: false enabled: false
@@ -115,36 +114,36 @@ rbac:
clusterWide: false clusterWide: false
rules: rules:
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- configmaps - configmaps
verbs: verbs:
- get - get
- list - list
- watch - watch
- create - create
- update - update
- patch - patch
- delete - delete
- apiGroups: - apiGroups:
- coordination.k8s.io - coordination.k8s.io
resources: resources:
- leases - leases
verbs: verbs:
- get - get
- list - list
- watch - watch
- create - create
- update - update
- patch - patch
- delete - delete
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- events - events
verbs: verbs:
- create - create
- patch - patch
cluster: cluster:
enabled: true enabled: true
@@ -153,305 +152,305 @@ rbac:
allServiceAccounts: true allServiceAccounts: true
rules: rules:
- apiGroups: - apiGroups:
- authentication.k8s.io - authentication.k8s.io
resources: resources:
- tokenreviews - tokenreviews
verbs: verbs:
- create - create
- apiGroups: - apiGroups:
- authorization.k8s.io - authorization.k8s.io
resources: resources:
- subjectaccessreviews - subjectaccessreviews
verbs: verbs:
- create - create
- apiGroups: - apiGroups:
- apps - apps
resources: resources:
- deployments - deployments
verbs: verbs:
- create - create
- delete - delete
- deletecollection - deletecollection
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- batch - batch
resources: resources:
- jobs - jobs
verbs: verbs:
- create - create
- delete - delete
- deletecollection - deletecollection
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- configmaps - configmaps
verbs: verbs:
- get - get
- list - list
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- events - events
verbs: verbs:
- create - create
- patch - patch
- update - update
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- namespaces - namespaces
verbs: verbs:
- get - get
- list - list
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- nodes - nodes
verbs: verbs:
- get - get
- list - list
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- persistentvolumeclaims - persistentvolumeclaims
verbs: verbs:
- create - create
- delete - delete
- deletecollection - deletecollection
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- persistentvolumeclaims/finalizers - persistentvolumeclaims/finalizers
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- persistentvolumes - persistentvolumes
verbs: verbs:
- get - get
- list - list
- patch - patch
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- pods - pods
verbs: verbs:
- get - get
- list - list
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- pods/log - pods/log
verbs: verbs:
- get - get
- list - list
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- secrets - secrets
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- serviceaccounts - serviceaccounts
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- "" - ""
resources: resources:
- services - services
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- events.k8s.io - events.k8s.io
resources: resources:
- events - events
verbs: verbs:
- create - create
- patch - patch
- update - update
- apiGroups: - apiGroups:
- populator.storage.k8s.io - populator.storage.k8s.io
resources: resources:
- volumepopulators - volumepopulators
verbs: verbs:
- create - create
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- rbac.authorization.k8s.io - rbac.authorization.k8s.io
resources: resources:
- rolebindings - rolebindings
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- rbac.authorization.k8s.io - rbac.authorization.k8s.io
resources: resources:
- roles - roles
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- security.openshift.io - security.openshift.io
resources: resources:
- securitycontextconstraints - securitycontextconstraints
verbs: verbs:
- create - create
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- security.openshift.io - security.openshift.io
resourceNames: resourceNames:
- volsync-privileged-mover - volsync-privileged-mover
resources: resources:
- securitycontextconstraints - securitycontextconstraints
verbs: verbs:
- use - use
- apiGroups: - apiGroups:
- snapshot.storage.k8s.io - snapshot.storage.k8s.io
resources: resources:
- volumesnapshots - volumesnapshots
verbs: verbs:
- create - create
- delete - delete
- deletecollection - deletecollection
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- storage.k8s.io - storage.k8s.io
resources: resources:
- storageclasses - storageclasses
verbs: verbs:
- get - get
- list - list
- watch - watch
- apiGroups: - apiGroups:
- volsync.backube - volsync.backube
resources: resources:
- replicationdestinations - replicationdestinations
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- volsync.backube - volsync.backube
resources: resources:
- replicationdestinations/finalizers - replicationdestinations/finalizers
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- volsync.backube - volsync.backube
resources: resources:
- replicationdestinations/status - replicationdestinations/status
verbs: verbs:
- get - get
- patch - patch
- update - update
- apiGroups: - apiGroups:
- volsync.backube - volsync.backube
resources: resources:
- replicationsources - replicationsources
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- volsync.backube - volsync.backube
resources: resources:
- replicationsources/finalizers - replicationsources/finalizers
verbs: verbs:
- create - create
- delete - delete
- get - get
- list - list
- patch - patch
- update - update
- watch - watch
- apiGroups: - apiGroups:
- volsync.backube - volsync.backube
resources: resources:
- replicationsources/status - replicationsources/status
verbs: verbs:
- get - get
- patch - patch
- update - update
+1 -1
View File
@@ -41,7 +41,7 @@ sources:
- https://0xerr0r.github.io/blocky/ - https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky - https://github.com/0xERR0R/blocky
- https://github.com/truecharts/charts/tree/master/charts/premium/blocky - https://github.com/truecharts/charts/tree/master/charts/premium/blocky
- https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway - https://quay.io/oriedge/k8s_gateway
- https://hub.docker.com/r/spx01/blocky
type: application type: application
version: 14.8.21 version: 14.8.21
+1 -1
View File
@@ -35,7 +35,7 @@ sources:
- https://grafana.com/ - https://grafana.com/
- https://github.com/bitnami/bitnami-docker-grafana - https://github.com/bitnami/bitnami-docker-grafana
- https://github.com/truecharts/charts/tree/master/charts/premium/grafana - https://github.com/truecharts/charts/tree/master/charts/premium/grafana
- https://quay.io/kiwigrid/k8s-sidecar
- https://hub.docker.com/r/grafana/grafana - https://hub.docker.com/r/grafana/grafana
- https://quay.io/kiwigrid/k8s-sidecar
type: application type: application
version: 14.10.16 version: 14.10.16
+4 -4
View File
@@ -33,7 +33,7 @@ keywords:
- http - http
- web - web
- php - php
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@@ -43,11 +43,11 @@ sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
- https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud - https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
- https://hub.docker.com/r/collabora/code
- https://hub.docker.com/r/clamav/clamav - https://hub.docker.com/r/clamav/clamav
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
- https://hub.docker.com/r/collabora/code
type: application type: application
version: 29.11.0 version: 29.11.0
+1 -1
View File
@@ -39,8 +39,8 @@ sources:
- https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus - https://github.com/prometheus-operator/kube-prometheus
- https://github.com/truecharts/charts/tree/master/charts/premium/prometheus - https://github.com/truecharts/charts/tree/master/charts/premium/prometheus
- https://hub.docker.com/r/bitnami/alertmanager
- https://hub.docker.com/r/bitnami/prometheus - https://hub.docker.com/r/bitnami/prometheus
- https://hub.docker.com/r/bitnami/alertmanager
- https://quay.io/thanos/thanos - https://quay.io/thanos/thanos
type: application type: application
version: 17.13.18 version: 17.13.18
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp
keywords: keywords:
- anything-llm - anything-llm
- ai - ai
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+2 -2
View File
@@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/authentik
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.webp
keywords: keywords:
- authentik - authentik
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@@ -40,9 +40,9 @@ sources:
- https://github.com/goauthentik/authentik - https://github.com/goauthentik/authentik
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://ghcr.io/goauthentik/server - https://ghcr.io/goauthentik/server
- https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/proxy - https://ghcr.io/goauthentik/proxy
- https://ghcr.io/goauthentik/radius - https://ghcr.io/goauthentik/radius
- https://ghcr.io/goauthentik/ldap - https://ghcr.io/goauthentik/ldap
- https://ghcr.io/maxmind/geoipupdate
type: application type: application
version: 25.4.5 version: 25.4.5
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp
keywords: keywords:
- autoscan - autoscan
- media - media
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -36,7 +36,7 @@ name: bazarr
sources: sources:
- https://github.com/morpheus65535/bazarr - https://github.com/morpheus65535/bazarr
- https://github.com/truecharts/charts/tree/master/charts/stable/bazarr - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr
- https://ghcr.io/onedr0p/bazarr
- https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/exportarr
- https://ghcr.io/onedr0p/bazarr
type: application type: application
version: 19.6.16 version: 19.6.16
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- monitoring - monitoring
- changedection - changedection
- website watcher - website watcher
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp
keywords: keywords:
- chronograf - chronograf
- Tools-System - Tools-System
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- cloudflareddns - cloudflareddns
- ddns - ddns
- cloudflare - cloudflare
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
-7
View File
@@ -39,13 +39,6 @@ All our charts have dedicated documentation pages.
The documentation for this chart can be found here: The documentation for this chart can be found here:
https://truecharts.org/charts/stable/dashy https://truecharts.org/charts/stable/dashy
## Upgrade to version 3.0.0
From version 3.0.0, Dashy introduced some breaking changes. Some of them will not impact users such as the change from port 80 to 8080.
However, from now on, the application expects a folder to be mounted instead of a file.
More information about breaking changes can be found [here](https://github.com/Lissy93/dashy/releases/tag/3.0.0).
## Support ## Support
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.webp
keywords: keywords:
- ddns-go - ddns-go
- ddns - ddns
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/docker
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.webp
keywords: keywords:
- docker - docker
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/drawio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.webp
keywords: keywords:
- drawio - drawio
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.webp
keywords: keywords:
- duplicacy - duplicacy
- Backup - Backup
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/fleet
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.webp
keywords: keywords:
- fleet - fleet
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.webp
keywords: keywords:
- flexget - flexget
- automation - automation
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -25,7 +25,7 @@ keywords:
- rtorrent - rtorrent
- qbittorrent - qbittorrent
- transmission - transmission
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.webp
keywords: keywords:
- flowise - flowise
- ai - ai
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -32,7 +32,7 @@ name: guacamole
sources: sources:
- https://github.com/apache/guacamole-client - https://github.com/apache/guacamole-client
- https://github.com/truecharts/charts/tree/master/charts/stable/guacamole - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole
- https://hub.docker.com/r/guacamole/guacamole
- https://hub.docker.com/r/guacamole/guacd - https://hub.docker.com/r/guacamole/guacd
- https://hub.docker.com/r/guacamole/guacamole
type: application type: application
version: 13.8.14 version: 13.8.14
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- cron - cron
- monitoring - monitoring
- alert - alert
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/heimdall
icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.webp
keywords: keywords:
- heimdall - heimdall
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -45,7 +45,7 @@ maintainers:
name: humhub name: humhub
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/humhub - https://github.com/truecharts/charts/tree/master/charts/stable/humhub
- https://ghcr.io/mriedmann/humhub-nginx
- https://ghcr.io/mriedmann/humhub-phponly - https://ghcr.io/mriedmann/humhub-phponly
- https://ghcr.io/mriedmann/humhub-nginx
type: application type: application
version: 7.19.25 version: 7.19.25
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- invidious - invidious
- youtube - youtube
- media - media
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- dvr - dvr
- ispy - ispy
- agent - agent
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- jackett - jackett
- torrent - torrent
- usenet - usenet
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+2 -2
View File
@@ -24,7 +24,7 @@ keywords:
- jellyfin - jellyfin
- plex - plex
- emby - emby
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@@ -33,7 +33,7 @@ name: jellyfin
sources: sources:
- https://github.com/jellyfin/jellyfin - https://github.com/jellyfin/jellyfin
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin
- https://hub.docker.com/r/alpine/socat
- https://hub.docker.com/r/jellyfin/jellyfin - https://hub.docker.com/r/jellyfin/jellyfin
- https://hub.docker.com/r/alpine/socat
type: application type: application
version: 18.8.17 version: 18.8.17
+5 -5
View File
@@ -33,13 +33,13 @@ name: jupyter
sources: sources:
- https://github.com/jupyter/docker-stacks - https://github.com/jupyter/docker-stacks
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- https://hub.docker.com/r/jupyter/all-spark-notebook
- https://hub.docker.com/r/jupyter/minimal-notebook - https://hub.docker.com/r/jupyter/minimal-notebook
- https://hub.docker.com/r/jupyter/scipy-notebook
- https://hub.docker.com/r/jupyter/pyspark-notebook
- https://hub.docker.com/r/jupyter/tensorflow-notebook
- https://hub.docker.com/r/jupyter/r-notebook
- https://hub.docker.com/r/jupyter/base-notebook - https://hub.docker.com/r/jupyter/base-notebook
- https://hub.docker.com/r/jupyter/datascience-notebook - https://hub.docker.com/r/jupyter/datascience-notebook
- https://hub.docker.com/r/jupyter/tensorflow-notebook
- https://hub.docker.com/r/jupyter/pyspark-notebook
- https://hub.docker.com/r/jupyter/r-notebook
- https://hub.docker.com/r/jupyter/all-spark-notebook
- https://hub.docker.com/r/jupyter/scipy-notebook
type: application type: application
version: 8.8.14 version: 8.8.14
+1 -1
View File
@@ -33,7 +33,7 @@ name: kitchenowl
sources: sources:
- https://tombursch.github.io/kitchenowl - https://tombursch.github.io/kitchenowl
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
- https://hub.docker.com/r/tombursch/kitchenowl-web
- https://hub.docker.com/r/tombursch/kitchenowl - https://hub.docker.com/r/tombursch/kitchenowl
- https://hub.docker.com/r/tombursch/kitchenowl-web
type: application type: application
version: 9.8.16 version: 9.8.16
+1 -1
View File
@@ -32,7 +32,7 @@ name: lancache-monolithic
sources: sources:
- https://github.com/lancachenet/monolithic - https://github.com/lancachenet/monolithic
- https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic
- https://hub.docker.com/r/ich777/lancache-prefill
- https://hub.docker.com/r/lancachenet/monolithic - https://hub.docker.com/r/lancachenet/monolithic
- https://hub.docker.com/r/ich777/lancache-prefill
type: application type: application
version: 8.8.14 version: 8.8.14
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.webp
keywords: keywords:
- lazylibrarian - lazylibrarian
- ebooks - ebooks
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -31,7 +31,7 @@ keywords:
- libremdb - libremdb
- media - media
- imdb - imdb
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -33,7 +33,7 @@ name: lidarr
sources: sources:
- https://github.com/Lidarr/Lidarr - https://github.com/Lidarr/Lidarr
- https://github.com/truecharts/charts/tree/master/charts/stable/lidarr - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
- https://ghcr.io/onedr0p/lidarr-develop
- https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/exportarr
- https://ghcr.io/onedr0p/lidarr-develop
type: application type: application
version: 21.6.17 version: 21.6.17
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/littlelink
icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.webp
keywords: keywords:
- littlelink - littlelink
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.webp
keywords: keywords:
- local-ai - local-ai
- ai - ai
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- mongodb - mongodb
- database - database
- nosql - nosql
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mylar
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.webp
keywords: keywords:
- mylar - mylar
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mysql-workbench
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.webp
keywords: keywords:
- mysql-workbench - mysql-workbench
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+5 -5
View File
@@ -33,14 +33,14 @@ sources:
- https://github.com/m1k1o/neko - https://github.com/m1k1o/neko
- https://github.com/truecharts/charts/tree/master/charts/stable/neko - https://github.com/truecharts/charts/tree/master/charts/stable/neko
- https://ghcr.io/m1k1o/neko/brave - https://ghcr.io/m1k1o/neko/brave
- https://ghcr.io/m1k1o/neko/vivaldi
- https://ghcr.io/m1k1o/neko/google-chrome - https://ghcr.io/m1k1o/neko/google-chrome
- https://ghcr.io/m1k1o/neko/remmina
- https://ghcr.io/m1k1o/neko/tor-browser
- https://ghcr.io/m1k1o/neko/firefox
- https://ghcr.io/m1k1o/neko/chromium - https://ghcr.io/m1k1o/neko/chromium
- https://ghcr.io/m1k1o/neko/xfce - https://ghcr.io/m1k1o/neko/firefox
- https://ghcr.io/m1k1o/neko/tor-browser
- https://ghcr.io/m1k1o/neko/vlc - https://ghcr.io/m1k1o/neko/vlc
- https://ghcr.io/m1k1o/neko/vivaldi
- https://ghcr.io/m1k1o/neko/microsoft-edge - https://ghcr.io/m1k1o/neko/microsoft-edge
- https://ghcr.io/m1k1o/neko/remmina
- https://ghcr.io/m1k1o/neko/xfce
type: application type: application
version: 6.1.14 version: 6.1.14
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/openvscode-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.webp
keywords: keywords:
- openvscode-server - openvscode-server
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -32,7 +32,7 @@ name: palworld
sources: sources:
- https://github.com/ich777/docker-steamcmd-server/tree/palworld - https://github.com/ich777/docker-steamcmd-server/tree/palworld
- https://github.com/truecharts/charts/tree/master/charts/stable/palworld - https://github.com/truecharts/charts/tree/master/charts/stable/palworld
- https://hub.docker.com/r/outdead/rcon
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://hub.docker.com/r/outdead/rcon
type: application type: application
version: 2.8.14 version: 2.8.14
+1 -1
View File
@@ -32,7 +32,7 @@ sources:
- https://docs.portainer.io/start/install-ce/server - https://docs.portainer.io/start/install-ce/server
- https://docs.portainer.io/start/install/server - https://docs.portainer.io/start/install/server
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer - https://github.com/truecharts/charts/tree/master/charts/stable/portainer
- https://hub.docker.com/r/portainer/portainer-ce
- https://hub.docker.com/r/portainer/portainer-ee - https://hub.docker.com/r/portainer/portainer-ee
- https://hub.docker.com/r/portainer/portainer-ce
type: application type: application
version: 8.10.14 version: 8.10.14
+1 -1
View File
@@ -34,7 +34,7 @@ sources:
- https://github.com/Prowlarr/Prowlarr - https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images - https://github.com/k8s-at-home/container-images
- https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
- https://ghcr.io/onedr0p/exportarr
- https://ghcr.io/onedr0p/prowlarr-develop - https://ghcr.io/onedr0p/prowlarr-develop
- https://ghcr.io/onedr0p/exportarr
type: application type: application
version: 16.8.11 version: 16.8.11
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- prusaslicer-novnc - prusaslicer-novnc
- home-automation - home-automation
- Productivity - Productivity
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.webp
keywords: keywords:
- pyload-ng - pyload-ng
- Other - Other
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -32,7 +32,7 @@ name: qbittorrent
sources: sources:
- https://github.com/qbittorrent/qBittorrent - https://github.com/qbittorrent/qBittorrent
- https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent
- https://ghcr.io/onedr0p/qbittorrent
- https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server
- https://ghcr.io/onedr0p/qbittorrent
type: application type: application
version: 19.8.16 version: 19.8.16
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.webp
keywords: keywords:
- qinglong - qinglong
- task - task
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/quassel-core
icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.webp
keywords: keywords:
- quassel-core - quassel-core
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -33,7 +33,7 @@ name: radarr
sources: sources:
- https://github.com/Radarr/Radarr - https://github.com/Radarr/Radarr
- https://github.com/truecharts/charts/tree/master/charts/stable/radarr - https://github.com/truecharts/charts/tree/master/charts/stable/radarr
- https://ghcr.io/onedr0p/exportarr
- https://ghcr.io/onedr0p/radarr - https://ghcr.io/onedr0p/radarr
- https://ghcr.io/onedr0p/exportarr
type: application type: application
version: 21.7.11 version: 21.7.11
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.webp
keywords: keywords:
- rdesktop - rdesktop
- desktops - desktops
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -26,7 +26,7 @@ keywords:
- time - time
- tracking - tracking
- ticket - ticket
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.webp
keywords: keywords:
- rflood - rflood
- downloaders - downloaders
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.webp
keywords: keywords:
- rimgo - rimgo
- Network-Web - Network-Web
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+2 -2
View File
@@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.webp
keywords: keywords:
- rsshub - rsshub
- rss - rss
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@@ -40,7 +40,7 @@ sources:
- https://docs.rsshub.app/en/install/ - https://docs.rsshub.app/en/install/
- https://github.com/DIYgod/RSSHub - https://github.com/DIYgod/RSSHub
- https://github.com/truecharts/charts/tree/master/charts/stable/rsshub - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub
- https://hub.docker.com/r/diygod/rsshub
- https://hub.docker.com/r/browserless/chrome - https://hub.docker.com/r/browserless/chrome
- https://hub.docker.com/r/diygod/rsshub
type: application type: application
version: 12.10.54 version: 12.10.54
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- searxng - searxng
- Productivity - Productivity
- Other - Other
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -25,7 +25,7 @@ keywords:
- bookmark - bookmark
- bookmark-manager - bookmark-manager
- web-interface - web-interface
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -33,7 +33,7 @@ name: sonarr
sources: sources:
- https://github.com/Sonarr/Sonarr - https://github.com/Sonarr/Sonarr
- https://github.com/truecharts/charts/tree/master/charts/stable/sonarr - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr
- https://ghcr.io/onedr0p/sonarr
- https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/exportarr
- https://ghcr.io/onedr0p/sonarr
type: application type: application
version: 21.6.17 version: 21.6.17
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.webp
keywords: keywords:
- steam-headless - steam-headless
- games - games
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- tauticord - tauticord
- tautulli - tautulli
- discord - discord
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -26,7 +26,7 @@ keywords:
- The Lounge - The Lounge
- docker - docker
- thelounge-docker - thelounge-docker
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.webp
keywords: keywords:
- thunderbird - thunderbird
- mail - mail
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -25,7 +25,7 @@ keywords:
- MediaServer-Video - MediaServer-Video
- MediaServer-Music - MediaServer-Music
- MediaServer-Other - MediaServer-Other
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- vertex - vertex
- home-automation - home-automation
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+2 -2
View File
@@ -38,8 +38,8 @@ name: vikunja
sources: sources:
- https://vikunja.io/docs - https://vikunja.io/docs
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
- https://hub.docker.com/_/nginx
- https://hub.docker.com/r/vikunja/api
- https://hub.docker.com/r/vikunja/frontend - https://hub.docker.com/r/vikunja/frontend
- https://hub.docker.com/r/vikunja/api
- https://hub.docker.com/_/nginx
type: application type: application
version: 13.11.5 version: 13.11.5
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wallos
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.webp
keywords: keywords:
- dashboard - dashboard
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.webp
keywords: keywords:
- webtop - webtop
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.webp
keywords: keywords:
- wekan - wekan
- kanban - kanban
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- whisparr - whisparr
- Downloaders - Downloaders
- MediaApp-Other - MediaApp-Other
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/xen-orchestra
icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.webp
keywords: keywords:
- xen-orchestra - xen-orchestra
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.webp
keywords: keywords:
- xwiki - xwiki
- wiki - wiki
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/volumesnapshots.webp
keywords: keywords:
- storage - storage
- snapshots - snapshots
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
+2 -2
View File
@@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/traefik-crds) For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/volumesnapshots)
**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)** **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)**
@@ -37,7 +37,7 @@ For the complete overview of all available options, please checkout the document
All our charts have dedicated documentation pages. All our charts have dedicated documentation pages.
The documentation for this chart can be found here: The documentation for this chart can be found here:
https://truecharts.org/charts/system/traefik-crds https://truecharts.org/charts/system/volumesnapshots
## Support ## Support