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

View File

@ -68,9 +68,9 @@
//
// helm deps
//
//
// Ensure System Apps aren't automerged after many upstream fuckups
//
//
// Ensure System Apps aren't automerged after many upstream fuckups
//
{
"matchDatasources": ["helm"],
"automerge": false,

View File

@ -12,7 +12,7 @@ echo "Chart name: $curr_chart"
if [[ "$curr_chart" != "charts/premium/volsync" ]]; then
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
echo "Failed to install volumesnapshots chart"
exit 1

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockovpn.webp
keywords:
- vpn
- openvpn
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -7,7 +7,7 @@ title: README
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/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)**
@ -37,7 +37,7 @@ For the complete overview of all available options, please checkout the document
All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
https://truecharts.org/charts/stable/pihole
https://truecharts.org/charts/incubator/dockovpn
## 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

View File

@ -24,7 +24,7 @@ keywords:
- ansible
- semaphore
- cicd
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -5,9 +5,9 @@ annotations:
truecharts.org/category: network
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: premium
truecharts.org/train: incubator
apiVersion: v2
appVersion: 2.11.2
appVersion: 0.9.1
dependencies:
- name: common
version: 20.3.13
@ -18,7 +18,7 @@ dependencies:
import-values: []
deprecated: false
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
keywords:
- volsync
@ -33,7 +33,8 @@ sources:
- https://github.com/volsync/volsync
- https://github.com/volsync/volsync-helm-chart
- https://volsync.readthedocs.io/
- https://github.com/truecharts/charts/tree/master/charts/premium/volsync
- https://github.com/truecharts/containers/tree/master/apps/volsync
- https://github.com/truecharts/charts/tree/master/charts/incubator/volsync
- https://quay.io/backube/volsync
- https://quay.io/brancz/kube-rbac-proxy
type: application
version: 0.0.1

View File

@ -2,3 +2,55 @@
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_

View File

@ -62,7 +62,7 @@ workload:
startup:
type: tcp
port: 8443
# -- Options for all pods
# Can be overruled per pod
podOptions:
@ -96,13 +96,12 @@ service:
targetPort: 8443
protocol: https
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:
main:
enabled: true
primary: true
portal:
open:
enabled: false
@ -115,36 +114,36 @@ rbac:
clusterWide: false
rules:
- apiGroups:
- ""
- ""
resources:
- configmaps
- configmaps
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- coordination.k8s.io
- coordination.k8s.io
resources:
- leases
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
- ""
resources:
- events
- events
verbs:
- create
- patch
- create
- patch
cluster:
enabled: true
@ -153,305 +152,305 @@ rbac:
allServiceAccounts: true
rules:
- apiGroups:
- authentication.k8s.io
- authentication.k8s.io
resources:
- tokenreviews
- tokenreviews
verbs:
- create
- create
- apiGroups:
- authorization.k8s.io
- authorization.k8s.io
resources:
- subjectaccessreviews
- subjectaccessreviews
verbs:
- create
- create
- apiGroups:
- apps
- apps
resources:
- deployments
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- batch
- batch
resources:
- jobs
- jobs
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
- ""
resources:
- configmaps
- configmaps
verbs:
- get
- list
- watch
- get
- list
- watch
- apiGroups:
- ""
- ""
resources:
- events
- events
verbs:
- create
- patch
- update
- create
- patch
- update
- apiGroups:
- ""
- ""
resources:
- namespaces
- namespaces
verbs:
- get
- list
- watch
- get
- list
- watch
- apiGroups:
- ""
- ""
resources:
- nodes
- nodes
verbs:
- get
- list
- watch
- get
- list
- watch
- apiGroups:
- ""
- ""
resources:
- persistentvolumeclaims
- persistentvolumeclaims
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
- ""
resources:
- persistentvolumeclaims/finalizers
- persistentvolumeclaims/finalizers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
- ""
resources:
- persistentvolumes
- persistentvolumes
verbs:
- get
- list
- patch
- watch
- get
- list
- patch
- watch
- apiGroups:
- ""
- ""
resources:
- pods
- pods
verbs:
- get
- list
- watch
- get
- list
- watch
- apiGroups:
- ""
- ""
resources:
- pods/log
- pods/log
verbs:
- get
- list
- watch
- get
- list
- watch
- apiGroups:
- ""
- ""
resources:
- secrets
- secrets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
- ""
resources:
- serviceaccounts
- serviceaccounts
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
- ""
resources:
- services
- services
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- events.k8s.io
- events.k8s.io
resources:
- events
- events
verbs:
- create
- patch
- update
- create
- patch
- update
- apiGroups:
- populator.storage.k8s.io
- populator.storage.k8s.io
resources:
- volumepopulators
- volumepopulators
verbs:
- create
- get
- list
- patch
- update
- watch
- create
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
- rbac.authorization.k8s.io
resources:
- rolebindings
- rolebindings
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
- rbac.authorization.k8s.io
resources:
- roles
- roles
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- security.openshift.io
- security.openshift.io
resources:
- securitycontextconstraints
- securitycontextconstraints
verbs:
- create
- get
- list
- patch
- update
- watch
- create
- get
- list
- patch
- update
- watch
- apiGroups:
- security.openshift.io
- security.openshift.io
resourceNames:
- volsync-privileged-mover
- volsync-privileged-mover
resources:
- securitycontextconstraints
- securitycontextconstraints
verbs:
- use
- use
- apiGroups:
- snapshot.storage.k8s.io
- snapshot.storage.k8s.io
resources:
- volumesnapshots
- volumesnapshots
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- storage.k8s.io
- storage.k8s.io
resources:
- storageclasses
- storageclasses
verbs:
- get
- list
- watch
- get
- list
- watch
- apiGroups:
- volsync.backube
- volsync.backube
resources:
- replicationdestinations
- replicationdestinations
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- volsync.backube
- volsync.backube
resources:
- replicationdestinations/finalizers
- replicationdestinations/finalizers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- volsync.backube
- volsync.backube
resources:
- replicationdestinations/status
- replicationdestinations/status
verbs:
- get
- patch
- update
- get
- patch
- update
- apiGroups:
- volsync.backube
- volsync.backube
resources:
- replicationsources
- replicationsources
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- volsync.backube
- volsync.backube
resources:
- replicationsources/finalizers
- replicationsources/finalizers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- volsync.backube
- volsync.backube
resources:
- replicationsources/status
- replicationsources/status
verbs:
- get
- patch
- update
- get
- patch
- update

View File

@ -41,7 +41,7 @@ sources:
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/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://hub.docker.com/r/spx01/blocky
type: application
version: 14.8.21

View File

@ -35,7 +35,7 @@ sources:
- https://grafana.com/
- https://github.com/bitnami/bitnami-docker-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://quay.io/kiwigrid/k8s-sidecar
type: application
version: 14.10.16

View File

@ -33,7 +33,7 @@ keywords:
- http
- web
- php
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -43,11 +43,11 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
- 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://hub.docker.com/r/collabora/code
- 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://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
version: 29.11.0

View File

@ -39,8 +39,8 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-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/alertmanager
- https://quay.io/thanos/thanos
type: application
version: 17.13.18

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp
keywords:
- anything-llm
- ai
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/authentik
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.webp
keywords:
- authentik
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -40,9 +40,9 @@ sources:
- https://github.com/goauthentik/authentik
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://ghcr.io/goauthentik/server
- https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/proxy
- https://ghcr.io/goauthentik/radius
- https://ghcr.io/goauthentik/ldap
- https://ghcr.io/maxmind/geoipupdate
type: application
version: 25.4.5

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp
keywords:
- autoscan
- media
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -36,7 +36,7 @@ name: bazarr
sources:
- https://github.com/morpheus65535/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/bazarr
type: application
version: 19.6.16

View File

@ -24,7 +24,7 @@ keywords:
- monitoring
- changedection
- website watcher
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp
keywords:
- chronograf
- Tools-System
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- cloudflareddns
- ddns
- cloudflare
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -39,13 +39,6 @@ All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
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

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.webp
keywords:
- ddns-go
- ddns
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/docker
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.webp
keywords:
- docker
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/drawio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.webp
keywords:
- drawio
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.webp
keywords:
- duplicacy
- Backup
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/fleet
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.webp
keywords:
- fleet
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.webp
keywords:
- flexget
- automation
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -25,7 +25,7 @@ keywords:
- rtorrent
- qbittorrent
- transmission
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.webp
keywords:
- flowise
- ai
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -32,7 +32,7 @@ name: guacamole
sources:
- https://github.com/apache/guacamole-client
- 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/guacamole
type: application
version: 13.8.14

View File

@ -24,7 +24,7 @@ keywords:
- cron
- monitoring
- alert
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/heimdall
icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.webp
keywords:
- heimdall
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -45,7 +45,7 @@ maintainers:
name: humhub
sources:
- 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-nginx
type: application
version: 7.19.25

View File

@ -24,7 +24,7 @@ keywords:
- invidious
- youtube
- media
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- dvr
- ispy
- agent
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- jackett
- torrent
- usenet
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- jellyfin
- plex
- emby
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -33,7 +33,7 @@ name: jellyfin
sources:
- https://github.com/jellyfin/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/alpine/socat
type: application
version: 18.8.17

View File

@ -33,13 +33,13 @@ name: jupyter
sources:
- https://github.com/jupyter/docker-stacks
- 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/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/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
version: 8.8.14

View File

@ -33,7 +33,7 @@ name: kitchenowl
sources:
- https://tombursch.github.io/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-web
type: application
version: 9.8.16

View File

@ -32,7 +32,7 @@ name: lancache-monolithic
sources:
- https://github.com/lancachenet/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/ich777/lancache-prefill
type: application
version: 8.8.14

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.webp
keywords:
- lazylibrarian
- ebooks
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -31,7 +31,7 @@ keywords:
- libremdb
- media
- imdb
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -33,7 +33,7 @@ name: lidarr
sources:
- https://github.com/Lidarr/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/lidarr-develop
type: application
version: 21.6.17

View File

@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/littlelink
icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.webp
keywords:
- littlelink
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.webp
keywords:
- local-ai
- ai
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- mongodb
- database
- nosql
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mylar
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.webp
keywords:
- mylar
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

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
keywords:
- mysql-workbench
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -33,14 +33,14 @@ sources:
- https://github.com/m1k1o/neko
- https://github.com/truecharts/charts/tree/master/charts/stable/neko
- https://ghcr.io/m1k1o/neko/brave
- https://ghcr.io/m1k1o/neko/vivaldi
- 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/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/vivaldi
- https://ghcr.io/m1k1o/neko/microsoft-edge
- https://ghcr.io/m1k1o/neko/remmina
- https://ghcr.io/m1k1o/neko/xfce
type: application
version: 6.1.14

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
keywords:
- openvscode-server
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -32,7 +32,7 @@ name: palworld
sources:
- https://github.com/ich777/docker-steamcmd-server/tree/palworld
- https://github.com/truecharts/charts/tree/master/charts/stable/palworld
- https://hub.docker.com/r/outdead/rcon
- https://ghcr.io/ich777/steamcmd
- https://hub.docker.com/r/outdead/rcon
type: application
version: 2.8.14

View File

@ -32,7 +32,7 @@ sources:
- https://docs.portainer.io/start/install-ce/server
- https://docs.portainer.io/start/install/server
- 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-ce
type: application
version: 8.10.14

View File

@ -34,7 +34,7 @@ sources:
- https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images
- 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/exportarr
type: application
version: 16.8.11

View File

@ -24,7 +24,7 @@ keywords:
- prusaslicer-novnc
- home-automation
- Productivity
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.webp
keywords:
- pyload-ng
- Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -32,7 +32,7 @@ name: qbittorrent
sources:
- https://github.com/qbittorrent/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://ghcr.io/onedr0p/qbittorrent
type: application
version: 19.8.16

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.webp
keywords:
- qinglong
- task
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

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
keywords:
- quassel-core
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -33,7 +33,7 @@ name: radarr
sources:
- https://github.com/Radarr/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/exportarr
type: application
version: 21.7.11

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.webp
keywords:
- rdesktop
- desktops
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -26,7 +26,7 @@ keywords:
- time
- tracking
- ticket
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.webp
keywords:
- rflood
- downloaders
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.webp
keywords:
- rimgo
- Network-Web
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.webp
keywords:
- rsshub
- rss
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -40,7 +40,7 @@ sources:
- https://docs.rsshub.app/en/install/
- https://github.com/DIYgod/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/diygod/rsshub
type: application
version: 12.10.54

View File

@ -24,7 +24,7 @@ keywords:
- searxng
- Productivity
- Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -25,7 +25,7 @@ keywords:
- bookmark
- bookmark-manager
- web-interface
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -33,7 +33,7 @@ name: sonarr
sources:
- https://github.com/Sonarr/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/sonarr
type: application
version: 21.6.17

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.webp
keywords:
- steam-headless
- games
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- tauticord
- tautulli
- discord
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -26,7 +26,7 @@ keywords:
- The Lounge
- docker
- thelounge-docker
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.webp
keywords:
- thunderbird
- mail
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -25,7 +25,7 @@ keywords:
- MediaServer-Video
- MediaServer-Music
- MediaServer-Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- vertex
- home-automation
- Tools-Utilities
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -38,8 +38,8 @@ name: vikunja
sources:
- https://vikunja.io/docs
- 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/api
- https://hub.docker.com/_/nginx
type: application
version: 13.11.5

View File

@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wallos
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.webp
keywords:
- dashboard
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.webp
keywords:
- webtop
- Tools-Utilities
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.webp
keywords:
- wekan
- kanban
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- whisparr
- Downloaders
- MediaApp-Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

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
keywords:
- xen-orchestra
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.webp
keywords:
- xwiki
- wiki
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/volumesnapshots.webp
keywords:
- storage
- snapshots
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@ -7,7 +7,7 @@ title: README
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/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)**
@ -37,7 +37,7 @@ For the complete overview of all available options, please checkout the document
All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
https://truecharts.org/charts/system/traefik-crds
https://truecharts.org/charts/system/volumesnapshots
## Support