diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 6ad2563f4aa..ca6e8dd10ff 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -60,7 +60,7 @@ jobs: - name: Install ./clustertool shell: bash run: | - VERSION="2.0.0-BETA-9" + VERSION="2.0.0-BETA-10" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index d5ff59f346b..ad95e348368 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -61,7 +61,7 @@ jobs: - name: Install ./clustertool shell: bash run: | - VERSION="2.0.0-BETA-9" + VERSION="2.0.0-BETA-10" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index f2736763e2e..020f1b8c1ed 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -45,7 +45,7 @@ jobs: - name: Install ./clustertool shell: bash run: | - VERSION="2.0.0-BETA-9" + VERSION="2.0.0-BETA-10" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" diff --git a/charts/library/common-test/Chart.yaml b/charts/library/common-test/Chart.yaml index 0e967fabf0d..0c72d74cb6a 100644 --- a/charts/library/common-test/Chart.yaml +++ b/charts/library/common-test/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,31 +6,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: library -AppVersion: unknown -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: file://../common/ - Tags: [] - Version: '*' -Deprecated: false -Description: Helper chart to test different use cases of the common library -Home: https://truecharts.org/charts/library/common-test -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp -Keywords: -- common-test -- truecharts -- common -- test -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: common-test -Sources: -- https://github.com/truecharts/charts/tree/master/charts/library/common-test -Type: application -Version: 1.0.0 +apiVersion: v2 +appVersion: unknown +dependencies: + - name: common + version: '*' + repository: file://../common/ + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Helper chart to test different use cases of the common library +home: https://truecharts.org/charts/library/common-test +icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp +keywords: + - common-test + - truecharts + - common + - test +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: common-test +sources: + - https://github.com/truecharts/charts/tree/master/charts/library/common-test +type: application +version: 1.0.0 diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index fbb13271549..35ef911c9b8 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/category: integration-delivery artifacthub.io/license: BUSL-1.1 artifacthub.io/links: |- @@ -9,43 +8,44 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: library -AppVersion: 1.11.0 -Dependencies: [] -Deprecated: false -Description: Function library for TrueCharts -Home: https://truecharts.org/charts/library/common -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/common.webp -Keywords: -- truecharts -- library-chart -- common -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: common -Sources: -- https://ghcr.io/cloudnative-pg/postgis -- https://ghcr.io/cloudnative-pg/postgresql -- https://ghcr.io/tensorchord/cloudnative-pgvecto.rs -- https://ghcr.io/traefik/whoami -- https://github.com/truecharts/charts/tree/master/charts/library/common -- https://github.com/truecharts/containers/tree/master/apps/alpine -- https://github.com/truecharts/containers/tree/master/apps/code-server -- https://github.com/truecharts/containers/tree/master/apps/db-wait-mariadb -- https://github.com/truecharts/containers/tree/master/apps/db-wait-mongodb -- https://github.com/truecharts/containers/tree/master/apps/db-wait-postgres -- https://github.com/truecharts/containers/tree/master/apps/db-wait-redis -- https://github.com/truecharts/containers/tree/master/apps/gluetun -- https://github.com/truecharts/containers/tree/master/apps/kubectl -- https://github.com/truecharts/containers/tree/master/apps/netshoot -- https://github.com/truecharts/containers/tree/master/apps/openvpn-client -- https://github.com/truecharts/containers/tree/master/apps/scratch -- https://github.com/truecharts/containers/tree/master/apps/tailscale -- https://github.com/truecharts/containers/tree/master/apps/wget -- https://github.com/truecharts/containers/tree/master/apps/wireguard -- https://hub.docker.com/_/ -- https://hub.docker.com/r/mikefarah/yq -Type: library -Version: 28.0.0 +apiVersion: v2 +appVersion: 1.11.0 +dependencies: [] +deprecated: false +description: Function library for TrueCharts +home: https://truecharts.org/charts/library/common +icon: https://truecharts.org/img/hotlink-ok/chart-icons/common.webp +keywords: + - truecharts + - library-chart + - common +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: common +sources: + - https://ghcr.io/cloudnative-pg/postgis + - https://ghcr.io/cloudnative-pg/postgresql + - https://ghcr.io/tensorchord/cloudnative-pgvecto.rs + - https://ghcr.io/traefik/whoami + - https://github.com/truecharts/charts/tree/master/charts/library/common + - https://github.com/truecharts/containers/tree/master/apps/alpine + - https://github.com/truecharts/containers/tree/master/apps/code-server + - https://github.com/truecharts/containers/tree/master/apps/db-wait-mariadb + - https://github.com/truecharts/containers/tree/master/apps/db-wait-mongodb + - https://github.com/truecharts/containers/tree/master/apps/db-wait-postgres + - https://github.com/truecharts/containers/tree/master/apps/db-wait-redis + - https://github.com/truecharts/containers/tree/master/apps/gluetun + - https://github.com/truecharts/containers/tree/master/apps/kubectl + - https://github.com/truecharts/containers/tree/master/apps/netshoot + - https://github.com/truecharts/containers/tree/master/apps/openvpn-client + - https://github.com/truecharts/containers/tree/master/apps/scratch + - https://github.com/truecharts/containers/tree/master/apps/tailscale + - https://github.com/truecharts/containers/tree/master/apps/wget + - https://github.com/truecharts/containers/tree/master/apps/wireguard + - https://hub.docker.com/_/ + - https://hub.docker.com/r/mikefarah/yq +type: library +version: 28.0.0 diff --git a/charts/premium/app-template/Chart.yaml b/charts/premium/app-template/Chart.yaml index a72f0ab78ba..7200ab5741c 100644 --- a/charts/premium/app-template/Chart.yaml +++ b/charts/premium/app-template/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium -AppVersion: 0.21.1155 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Advanced Template to create your own TrueCharts-based Charts -Home: https://truecharts.org/charts/premium/app-template -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/app-template.webp -Keywords: -- custom -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: app-template -Sources: -- https://ghcr.io/linuxserver/jackett -- https://github.com/truecharts/charts/tree/master/charts/premium/app-template -Type: application -Version: 14.5.3 +apiVersion: v2 +appVersion: 0.21.1155 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Advanced Template to create your own TrueCharts-based Charts +home: https://truecharts.org/charts/premium/app-template +icon: https://truecharts.org/img/hotlink-ok/chart-icons/app-template.webp +keywords: + - custom +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: app-template +sources: + - https://ghcr.io/linuxserver/jackett + - https://github.com/truecharts/charts/tree/master/charts/premium/app-template +type: application +version: 14.5.3 diff --git a/charts/premium/blocky/Chart.yaml b/charts/premium/blocky/Chart.yaml index 0cf8771d43a..c5dfcb1d356 100644 --- a/charts/premium/blocky/Chart.yaml +++ b/charts/premium/blocky/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,42 +8,42 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium -AppVersion: 0.25.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network - written in Go -Home: https://truecharts.org/charts/premium/blocky -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.webp -Keywords: -- dns -- blocky -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: blocky -Sources: -- https://0xerr0r.github.io/blocky/ -- https://github.com/0xERR0R/blocky -- https://github.com/Mozart409/blocky-frontend -- https://github.com/truecharts/charts/tree/master/charts/premium/blocky -- https://hub.docker.com/r/spx01/blocky -- https://quay.io/oriedge/k8s_gateway -Type: application -Version: 16.13.14 +apiVersion: v2 +appVersion: 0.25.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go +home: https://truecharts.org/charts/premium/blocky +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.webp +keywords: + - dns + - blocky +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blocky +sources: + - https://0xerr0r.github.io/blocky/ + - https://github.com/0xERR0R/blocky + - https://github.com/Mozart409/blocky-frontend + - https://github.com/truecharts/charts/tree/master/charts/premium/blocky + - https://hub.docker.com/r/spx01/blocky + - https://quay.io/oriedge/k8s_gateway +type: application +version: 16.13.14 diff --git a/charts/premium/clusterissuer/Chart.yaml b/charts/premium/clusterissuer/Chart.yaml index 8fb40d12a96..e99e53e9873 100644 --- a/charts/premium/clusterissuer/Chart.yaml +++ b/charts/premium/clusterissuer/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Certificate management for Kubernetes -Home: https://truecharts.org/charts/premium/clusterissuer -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.webp -Keywords: -- cert-manager -- certificates -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: clusterissuer -Sources: -- https://cert-manager.io/ -- https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer -- https://hub.docker.com/_/hello-world -Type: application -Version: 9.6.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Certificate management for Kubernetes +home: https://truecharts.org/charts/premium/clusterissuer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.webp +keywords: + - cert-manager + - certificates +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clusterissuer +sources: + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer + - https://hub.docker.com/_/hello-world +type: application +version: 9.6.1 diff --git a/charts/premium/grafana/Chart.yaml b/charts/premium/grafana/Chart.yaml index e641dbb5173..90fded173be 100644 --- a/charts/premium/grafana/Chart.yaml +++ b/charts/premium/grafana/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium -AppVersion: 11.6.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Grafana is an open source, feature rich metrics dashboard and graph editor - for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. -Home: https://truecharts.org/charts/premium/grafana -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.webp -Keywords: -- analytics -- monitoring -- metrics -- logs -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: grafana -Sources: -- https://github.com/bitnami/bitnami-docker-grafana -- https://github.com/truecharts/charts/tree/master/charts/premium/grafana -- https://grafana.com/ -- https://hub.docker.com/r/grafana/grafana -- https://quay.io/kiwigrid/k8s-sidecar -Type: application -Version: 17.16.1 +apiVersion: v2 +appVersion: 11.6.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. +home: https://truecharts.org/charts/premium/grafana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.webp +keywords: + - analytics + - monitoring + - metrics + - logs +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grafana +sources: + - https://github.com/bitnami/bitnami-docker-grafana + - https://github.com/truecharts/charts/tree/master/charts/premium/grafana + - https://grafana.com/ + - https://hub.docker.com/r/grafana/grafana + - https://quay.io/kiwigrid/k8s-sidecar +type: application +version: 17.16.1 diff --git a/charts/premium/kubernetes-dashboard/Chart.yaml b/charts/premium/kubernetes-dashboard/Chart.yaml index a866b38ca49..fa40239e930 100644 --- a/charts/premium/kubernetes-dashboard/Chart.yaml +++ b/charts/premium/kubernetes-dashboard/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,43 +8,44 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: kong.enabled - ImportValues: null - Name: kong - Repository: https://charts.konghq.com - Tags: [] - Version: 2.48.0 -Deprecated: false -Description: The default Kubernetes Dashboard -Home: https://truecharts.org/charts/premium/kubernetes-dashboard -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-dashboard.webp -Keywords: -- kubernetes-dashboard -- loadbalancer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kubernetes-dashboard -Sources: -- https://github.com/kubernetes-dashboard/kubernetes-dashboard -- https://github.com/truecharts/charts/tree/master/charts/premium/kubernetes-dashboard -- https://github.com/truecharts/containers/tree/master/apps/kube-sa-proxy -- https://hub.docker.com/r/kubernetesui/dashboard-api -- https://hub.docker.com/r/kubernetesui/dashboard-auth -- https://hub.docker.com/r/kubernetesui/dashboard-metrics-scraper -- https://hub.docker.com/r/kubernetesui/dashboard-web -- https://kubernetes-dashboard.universe.tf -Type: application -Version: 1.14.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: kong + version: 2.48.0 + repository: https://charts.konghq.com + condition: kong.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The default Kubernetes Dashboard +home: https://truecharts.org/charts/premium/kubernetes-dashboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-dashboard.webp +keywords: + - kubernetes-dashboard + - loadbalancer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kubernetes-dashboard +sources: + - https://github.com/kubernetes-dashboard/kubernetes-dashboard + - https://github.com/truecharts/charts/tree/master/charts/premium/kubernetes-dashboard + - https://github.com/truecharts/containers/tree/master/apps/kube-sa-proxy + - https://hub.docker.com/r/kubernetesui/dashboard-api + - https://hub.docker.com/r/kubernetesui/dashboard-auth + - https://hub.docker.com/r/kubernetesui/dashboard-metrics-scraper + - https://hub.docker.com/r/kubernetesui/dashboard-web + - https://kubernetes-dashboard.universe.tf +type: application +version: 1.14.2 diff --git a/charts/premium/metallb-config/Chart.yaml b/charts/premium/metallb-config/Chart.yaml index 1fe9d9e4129..79dcc733f63 100644 --- a/charts/premium/metallb-config/Chart.yaml +++ b/charts/premium/metallb-config/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A network load-balancer implementation for Kubernetes using standard - routing protocols -Home: https://truecharts.org/charts/premium/metallb-config -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.webp -Keywords: -- metallb -- loadbalancer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: metallb-config -Sources: -- https://github.com/metallb/metallb -- https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config -- https://hub.docker.com/_/hello-world -- https://metallb.io -Type: application -Version: 8.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A network load-balancer implementation for Kubernetes using standard routing protocols +home: https://truecharts.org/charts/premium/metallb-config +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.webp +keywords: + - metallb + - loadbalancer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metallb-config +sources: + - https://github.com/metallb/metallb + - https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config + - https://hub.docker.com/_/hello-world + - https://metallb.io +type: application +version: 8.5.3 diff --git a/charts/premium/nextcloud/Chart.yaml b/charts/premium/nextcloud/Chart.yaml index f1d950f63f8..29e988f5f3b 100644 --- a/charts/premium/nextcloud/Chart.yaml +++ b/charts/premium/nextcloud/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,48 +8,48 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium -AppVersion: 31.0.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: A private cloud server that puts the control and security of your own - data back into your hands. -Home: https://truecharts.org/charts/premium/nextcloud -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.webp -Keywords: -- nextcloud -- storage -- http -- web -- php -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nextcloud -Sources: -- https://github.com/nextcloud/docker -- https://github.com/nextcloud/helm -- https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud -- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm -- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary -- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify -- https://hub.docker.com/r/clamav/clamav -- https://hub.docker.com/r/collabora/code -- https://hub.docker.com/r/nginxinc/nginx-unprivileged -Type: application -Version: 33.0.2 +apiVersion: v2 +appVersion: 31.0.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A private cloud server that puts the control and security of your own data back into your hands. +home: https://truecharts.org/charts/premium/nextcloud +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.webp +keywords: + - nextcloud + - storage + - http + - web + - php +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nextcloud +sources: + - https://github.com/nextcloud/docker + - https://github.com/nextcloud/helm + - https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify + - https://hub.docker.com/r/clamav/clamav + - https://hub.docker.com/r/collabora/code + - https://hub.docker.com/r/nginxinc/nginx-unprivileged +type: application +version: 33.0.2 diff --git a/charts/premium/vaultwarden/Chart.yaml b/charts/premium/vaultwarden/Chart.yaml index 9798a8ce87f..e837102e5b1 100644 --- a/charts/premium/vaultwarden/Chart.yaml +++ b/charts/premium/vaultwarden/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium -AppVersion: 1.33.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Unofficial Bitwarden compatible server written in Rust -Home: https://truecharts.org/charts/premium/vaultwarden -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.webp -Keywords: -- bitwarden -- bitwardenrs -- bitwarden_rs -- vaultwarden -- password -- rust -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: vaultwarden -Sources: -- https://ghcr.io/timshel/vaultwarden -- https://github.com/dani-garcia/vaultwarden -- https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden -- https://quay.io/vaultwarden/server -Type: application -Version: 28.8.3 +apiVersion: v2 +appVersion: 1.33.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unofficial Bitwarden compatible server written in Rust +home: https://truecharts.org/charts/premium/vaultwarden +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.webp +keywords: + - bitwarden + - bitwardenrs + - bitwarden_rs + - vaultwarden + - password + - rust +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vaultwarden +sources: + - https://ghcr.io/timshel/vaultwarden + - https://github.com/dani-garcia/vaultwarden + - https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden + - https://quay.io/vaultwarden/server +type: application +version: 28.8.3 diff --git a/charts/stable/acestream/Chart.yaml b/charts/stable/acestream/Chart.yaml index 243f37fd9df..763138d1558 100644 --- a/charts/stable/acestream/Chart.yaml +++ b/charts/stable/acestream/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.2.8 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: IPTV service providing streaming, playlist, search engine and epg. -Home: https://truecharts.org/charts/stable/acestream -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.webp -Keywords: -- acestream -- MediaServer-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: acestream -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/acestream -- https://github.com/vstavrinov/acestream-service -- https://hub.docker.com/r/vstavrinov/acestream-service -Type: application -Version: 8.6.1 +apiVersion: v2 +appVersion: 2.0.2.8 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IPTV service providing streaming, playlist, search engine and epg. +home: https://truecharts.org/charts/stable/acestream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.webp +keywords: + - acestream + - MediaServer-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: acestream +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/acestream + - https://github.com/vstavrinov/acestream-service + - https://hub.docker.com/r/vstavrinov/acestream-service +type: application +version: 8.6.1 diff --git a/charts/stable/actualserver/Chart.yaml b/charts/stable/actualserver/Chart.yaml index d391799b732..c21adefc29b 100644 --- a/charts/stable/actualserver/Chart.yaml +++ b/charts/stable/actualserver/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.4.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Actual is a super fast privacy-focused app for managing your finances. -Home: https://truecharts.org/charts/stable/actualserver -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.webp -Keywords: -- actualserver -- finance -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: actualserver -Sources: -- https://ghcr.io/actualbudget/actual -- https://github.com/Kippenhof/docker-templates -- https://github.com/truecharts/charts/tree/master/charts/stable/actualserver -Type: application -Version: 13.4.0 +apiVersion: v2 +appVersion: 25.4.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Actual is a super fast privacy-focused app for managing your finances. +home: https://truecharts.org/charts/stable/actualserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.webp +keywords: + - actualserver + - finance +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: actualserver +sources: + - https://ghcr.io/actualbudget/actual + - https://github.com/Kippenhof/docker-templates + - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver +type: application +version: 13.4.0 diff --git a/charts/stable/adguard-home/Chart.yaml b/charts/stable/adguard-home/Chart.yaml index 30a5194f9eb..b39d78b8e47 100644 --- a/charts/stable/adguard-home/Chart.yaml +++ b/charts/stable/adguard-home/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.107.59 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Free and open source, powerful network-wide ads & trackers blocking DNS - server. -Home: https://truecharts.org/charts/stable/adguard-home -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.webp -Keywords: -- adblock -- adguard -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: adguard-home -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home -- https://hub.docker.com/r/adguard/adguardhome -Type: application -Version: 11.5.4 +apiVersion: v2 +appVersion: 0.107.59 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Free and open source, powerful network-wide ads & trackers blocking DNS server. +home: https://truecharts.org/charts/stable/adguard-home +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.webp +keywords: + - adblock + - adguard +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: adguard-home +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home + - https://hub.docker.com/r/adguard/adguardhome +type: application +version: 11.5.4 diff --git a/charts/stable/adguardhome-sync/Chart.yaml b/charts/stable/adguardhome-sync/Chart.yaml index 2da8fa8a393..361376fd34c 100644 --- a/charts/stable/adguardhome-sync/Chart.yaml +++ b/charts/stable/adguardhome-sync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.7.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Synchronize AdGuardHome config to replica instances. -Home: https://truecharts.org/charts/stable/adguardhome-sync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp -Keywords: -- adguardhome-sync -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: adguardhome-sync -Sources: -- https://ghcr.io/bakito/adguardhome-sync -- https://github.com/bakito/adguardhome-sync/ -- https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync -Type: application -Version: 8.6.2 +apiVersion: v2 +appVersion: 0.7.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synchronize AdGuardHome config to replica instances. +home: https://truecharts.org/charts/stable/adguardhome-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp +keywords: + - adguardhome-sync + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: adguardhome-sync +sources: + - https://ghcr.io/bakito/adguardhome-sync + - https://github.com/bakito/adguardhome-sync/ + - https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync +type: application +version: 8.6.2 diff --git a/charts/stable/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml index 29140034b56..77e02b15e99 100644 --- a/charts/stable/adminer/Chart.yaml +++ b/charts/stable/adminer/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Adminer (formerly phpMinAdmin) is a full-featured database management - tool written in PHP. -Home: https://truecharts.org/charts/stable/adminer -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.webp -Keywords: -- adminer -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: adminer -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/adminer -- https://github.com/vrana/adminer -- https://hub.docker.com/_/adminer -Type: application -Version: 10.5.6 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. +home: https://truecharts.org/charts/stable/adminer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.webp +keywords: + - adminer + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: adminer +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/adminer + - https://github.com/vrana/adminer + - https://hub.docker.com/_/adminer +type: application +version: 10.5.6 diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml index c227d15eec9..8fd9fd3d7b1 100644 --- a/charts/stable/airdcpp-webclient/Chart.yaml +++ b/charts/stable/airdcpp-webclient/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.13.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: AirDC++ Web Client is a locally installed application, which is designed - for flexible sharing of files or directories within groups of people in a local - network or over internet. -Home: https://truecharts.org/charts/stable/airdcpp-webclient -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.webp -Keywords: -- DC++ -- dcpp -- airdcpp -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: airdcpp-webclient -Sources: -- https://airdcpp-web.github.io/ -- https://github.com/airdcpp-web/airdcpp-webclient -- https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient -- https://hub.docker.com/r/gangefors/airdcpp-webclient -Type: application -Version: 12.6.1 +apiVersion: v2 +appVersion: 2.13.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. +home: https://truecharts.org/charts/stable/airdcpp-webclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.webp +keywords: + - DC++ + - dcpp + - airdcpp +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: airdcpp-webclient +sources: + - https://airdcpp-web.github.io/ + - https://github.com/airdcpp-web/airdcpp-webclient + - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient + - https://hub.docker.com/r/gangefors/airdcpp-webclient +type: application +version: 12.6.1 diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml index ed5fe1ab211..d22320752d6 100644 --- a/charts/stable/airsonic-advanced/Chart.yaml +++ b/charts/stable/airsonic-advanced/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: edge-latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Airsonic is a Free and Open Source community driven media server -Home: https://truecharts.org/charts/stable/airsonic-advanced -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp -Keywords: -- airsonic -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: airsonic-advanced -Sources: -- https://github.com/airsonic/airsonic-advanced -- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced -- https://hub.docker.com/r/airsonicadvanced/airsonic-advanced -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: edge-latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Airsonic is a Free and Open Source community driven media server +home: https://truecharts.org/charts/stable/airsonic-advanced +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp +keywords: + - airsonic +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: airsonic-advanced +sources: + - https://github.com/airsonic/airsonic-advanced + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced + - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced +type: application +version: 15.5.1 diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index 5f454dc6f32..68b25baada8 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 10.6.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Airsonic is a Free and Open Source community driven media server -Home: https://truecharts.org/charts/stable/airsonic -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.webp -Keywords: -- airsonic -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: airsonic -Sources: -- https://ghcr.io/linuxserver/airsonic -- https://github.com/airsonic/airsonic -- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic -- https://github.com/linuxserver/docker-airsonic -- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 10.6.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Airsonic is a Free and Open Source community driven media server +home: https://truecharts.org/charts/stable/airsonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.webp +keywords: + - airsonic +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: airsonic +sources: + - https://ghcr.io/linuxserver/airsonic + - https://github.com/airsonic/airsonic + - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic + - https://github.com/linuxserver/docker-airsonic + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic +type: application +version: 15.5.1 diff --git a/charts/stable/alienswarm-reactivedrop/Chart.yaml b/charts/stable/alienswarm-reactivedrop/Chart.yaml index 367b794fcaf..3c04ffaf3ea 100644 --- a/charts/stable/alienswarm-reactivedrop/Chart.yaml +++ b/charts/stable/alienswarm-reactivedrop/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: alienswarmreactiedrop -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This Chart will download and install SteamCMD. It will also install - Alien Swarm: Reactive Drop and run it.' -Home: https://truecharts.org/charts/stable/alienswarm-reactivedrop -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp -Keywords: -- alienswarm-reactivedrop -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: alienswarm-reactivedrop -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: alienswarmreactiedrop +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it.' +home: https://truecharts.org/charts/stable/alienswarm-reactivedrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp +keywords: + - alienswarm-reactivedrop + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alienswarm-reactivedrop +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/alienswarm/Chart.yaml b/charts/stable/alienswarm/Chart.yaml index 535e30d2029..d09193e47e4 100644 --- a/charts/stable/alienswarm/Chart.yaml +++ b/charts/stable/alienswarm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: alienswarm -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Alien - Swarm and run it. -Home: https://truecharts.org/charts/stable/alienswarm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.webp -Keywords: -- alienswarm -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: alienswarm -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: alienswarm +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Alien Swarm and run it. +home: https://truecharts.org/charts/stable/alienswarm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.webp +keywords: + - alienswarm + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alienswarm +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml index e2c01e4d6ad..6826d5c0cc8 100644 --- a/charts/stable/alist/Chart.yaml +++ b/charts/stable/alist/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.41.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Alist program that supports multiple storage, powered by Gin and React -Home: https://truecharts.org/charts/stable/alist -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.webp -Keywords: -- alist -- storage -- webdav -- google driver -- aliyun driver -- baiduyun -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: alist -Sources: -- https://github.com/Xhofe/alist -- https://github.com/truecharts/charts/tree/master/charts/stable/alist -- https://hub.docker.com/r/xhofe/alist-aria2 -Type: application -Version: 11.11.1 +apiVersion: v2 +appVersion: 3.41.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alist program that supports multiple storage, powered by Gin and React +home: https://truecharts.org/charts/stable/alist +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.webp +keywords: + - alist + - storage + - webdav + - google driver + - aliyun driver + - baiduyun +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: alist +sources: + - https://github.com/Xhofe/alist + - https://github.com/truecharts/charts/tree/master/charts/stable/alist + - https://hub.docker.com/r/xhofe/alist-aria2 +type: application +version: 11.11.1 diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml index d5f55a0478e..3ba3ec88963 100644 --- a/charts/stable/amcrest2mqtt/Chart.yaml +++ b/charts/stable/amcrest2mqtt/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.16 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Expose all events from an Amcrest device to an MQTT broker -Home: https://truecharts.org/charts/stable/amcrest2mqtt -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp -Keywords: -- amcrest2mqtt -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: amcrest2mqtt -Sources: -- https://github.com/dchesterton/amcrest2mqtt -- https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt -- https://hub.docker.com/r/dchesterton/amcrest2mqtt -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 1.0.16 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Expose all events from an Amcrest device to an MQTT broker +home: https://truecharts.org/charts/stable/amcrest2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp +keywords: + - amcrest2mqtt +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: amcrest2mqtt +sources: + - https://github.com/dchesterton/amcrest2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt + - https://hub.docker.com/r/dchesterton/amcrest2mqtt +type: application +version: 13.5.1 diff --git a/charts/stable/americasarmy-pg/Chart.yaml b/charts/stable/americasarmy-pg/Chart.yaml index 2b5a60abd54..02c9b052f75 100644 --- a/charts/stable/americasarmy-pg/Chart.yaml +++ b/charts/stable/americasarmy-pg/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: aaproinggrounds -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This Chart will download and install SteamCMD. It will also install - America''s Army: Proving Grounds and run it.' -Home: https://truecharts.org/charts/stable/americasarmy-pg -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.webp -Keywords: -- americasarmy-pg -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: americasarmy-pg -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg -- https://www.americasarmy.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: aaproinggrounds +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This Chart will download and install SteamCMD. It will also install America''s Army: Proving Grounds and run it.' +home: https://truecharts.org/charts/stable/americasarmy-pg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.webp +keywords: + - americasarmy-pg + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: americasarmy-pg +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg + - https://www.americasarmy.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/amule/Chart.yaml b/charts/stable/amule/Chart.yaml index 08507e789ea..98a7fe73ed5 100644 --- a/charts/stable/amule/Chart.yaml +++ b/charts/stable/amule/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.3.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: aMule is an eMule-like client for the eDonkey and Kademlia networks. -Home: https://truecharts.org/charts/stable/amule -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.webp -Keywords: -- amule -- Downloaders -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: amule -Sources: -- https://ghcr.io/ngosang/amule -- https://github.com/ngosang/docker-amule -- https://github.com/truecharts/charts/tree/master/charts/stable/amule -Type: application -Version: 10.3.2 +apiVersion: v2 +appVersion: 2.3.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: aMule is an eMule-like client for the eDonkey and Kademlia networks. +home: https://truecharts.org/charts/stable/amule +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.webp +keywords: + - amule + - Downloaders + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: amule +sources: + - https://ghcr.io/ngosang/amule + - https://github.com/ngosang/docker-amule + - https://github.com/truecharts/charts/tree/master/charts/stable/amule +type: application +version: 10.3.2 diff --git a/charts/stable/android-8-0/Chart.yaml b/charts/stable/android-8-0/Chart.yaml index 9592693896f..64ab1d676ee 100644 --- a/charts/stable/android-8-0/Chart.yaml +++ b/charts/stable/android-8-0/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Android in Chart solution with noVNC supported and video recording. Work - way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd - cpus can be unusable. -Home: https://truecharts.org/charts/stable/android-8-0 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.webp -Keywords: -- android-8-0 -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: android-8-0 -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0 -- https://hub.docker.com/r/ulisses1478/docker-android -- https://registry.hub.docker.com/r/ulisses1478/docker-android -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. +home: https://truecharts.org/charts/stable/android-8-0 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.webp +keywords: + - android-8-0 + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: android-8-0 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0 + - https://hub.docker.com/r/ulisses1478/docker-android + - https://registry.hub.docker.com/r/ulisses1478/docker-android +type: application +version: 7.5.1 diff --git a/charts/stable/androiddebugbridge/Chart.yaml b/charts/stable/androiddebugbridge/Chart.yaml index 8d1cc3ad2b1..066fd684bed 100644 --- a/charts/stable/androiddebugbridge/Chart.yaml +++ b/charts/stable/androiddebugbridge/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Control AndroidTV/FireTV devices through ADB from the Home Assistant - Core Chart. -Home: https://truecharts.org/charts/stable/androiddebugbridge -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.webp -Keywords: -- androiddebugbridge -- home-automation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: androiddebugbridge -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge -- https://hub.docker.com/r/barnybbb/adb-hass-androidtv -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart. +home: https://truecharts.org/charts/stable/androiddebugbridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.webp +keywords: + - androiddebugbridge + - home-automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: androiddebugbridge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge + - https://hub.docker.com/r/barnybbb/adb-hass-androidtv +type: application +version: 7.5.1 diff --git a/charts/stable/anki-sync-server/Chart.yaml b/charts/stable/anki-sync-server/Chart.yaml index 812b3d9ee26..eb3345211c8 100644 --- a/charts/stable/anki-sync-server/Chart.yaml +++ b/charts/stable/anki-sync-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.1.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A cross-platform Anki sync server. -Home: https://truecharts.org/charts/stable/anki-sync-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.webp -Keywords: -- anki-sync-server -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: anki-sync-server -Sources: -- https://github.com/ankicommunity/anki-devops-services -- https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server -- https://hub.docker.com/r/ankicommunity/anki-sync-server-rs -Type: application -Version: 9.3.1 +apiVersion: v2 +appVersion: 1.1.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A cross-platform Anki sync server. +home: https://truecharts.org/charts/stable/anki-sync-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.webp +keywords: + - anki-sync-server +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anki-sync-server +sources: + - https://github.com/ankicommunity/anki-devops-services + - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server + - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs +type: application +version: 9.3.1 diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml index a19909b0ca6..26146b809b5 100644 --- a/charts/stable/anonaddy/Chart.yaml +++ b/charts/stable/anonaddy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,44 +8,45 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.3.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Protect your email from spam using disposable addresses. -Home: https://truecharts.org/charts/stable/anonaddy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.webp -Keywords: -- anonaddy -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: anonaddy -Sources: -- https://github.com/anonaddy/docker -- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy -- https://hub.docker.com/r/anonaddy/anonaddy -Type: application -Version: 22.17.2 +apiVersion: v2 +appVersion: 1.3.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Protect your email from spam using disposable addresses. +home: https://truecharts.org/charts/stable/anonaddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.webp +keywords: + - anonaddy +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anonaddy +sources: + - https://github.com/anonaddy/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy + - https://hub.docker.com/r/anonaddy/anonaddy +type: application +version: 22.17.2 diff --git a/charts/stable/anope/Chart.yaml b/charts/stable/anope/Chart.yaml index bc4bde2b707..7e686119af6 100644 --- a/charts/stable/anope/Chart.yaml +++ b/charts/stable/anope/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Anope is a set of IRC Services designed for flexibility and ease of use. -Home: https://truecharts.org/charts/stable/anope -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.webp -Keywords: -- anope -- Network-Other -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: anope -Sources: -- https://ghcr.io/ich777/anope -- https://github.com/truecharts/charts/tree/master/charts/stable/anope -- https://thelounge.chat/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Anope is a set of IRC Services designed for flexibility and ease of use. +home: https://truecharts.org/charts/stable/anope +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.webp +keywords: + - anope + - Network-Other + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anope +sources: + - https://ghcr.io/ich777/anope + - https://github.com/truecharts/charts/tree/master/charts/stable/anope + - https://thelounge.chat/ +type: application +version: 7.5.1 diff --git a/charts/stable/answer/Chart.yaml b/charts/stable/answer/Chart.yaml index 2ada798a6a9..f0a4b00b67b 100644 --- a/charts/stable/answer/Chart.yaml +++ b/charts/stable/answer/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Q&A platform software for teams at any scales. -Home: https://truecharts.org/charts/stable/answer -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.webp -Keywords: -- answer -- forum -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: answer -Sources: -- https://github.com/answerdev/answer -- https://github.com/truecharts/charts/tree/master/charts/stable/answer -- https://hub.docker.com/r/answerdev/answer -Type: application -Version: 5.5.1 +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Q&A platform software for teams at any scales. +home: https://truecharts.org/charts/stable/answer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.webp +keywords: + - answer + - forum +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: answer +sources: + - https://github.com/answerdev/answer + - https://github.com/truecharts/charts/tree/master/charts/stable/answer + - https://hub.docker.com/r/answerdev/answer +type: application +version: 5.5.1 diff --git a/charts/stable/anything-llm/Chart.yaml b/charts/stable/anything-llm/Chart.yaml index f5d836f8eef..243485b75c7 100644 --- a/charts/stable/anything-llm/Chart.yaml +++ b/charts/stable/anything-llm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open-source ChatGPT experience for LLMs, embedders, and vector databases. -Home: https://truecharts.org/charts/stable/anything-llm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp -Keywords: -- anything-llm -- ai -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: anything-llm -Sources: -- https://ghcr.io/mintplex-labs/anything-llm -- https://github.com/Mintplex-Labs/anything-llm -- https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm -Type: application -Version: 3.5.20 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open-source ChatGPT experience for LLMs, embedders, and vector databases. +home: https://truecharts.org/charts/stable/anything-llm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp +keywords: + - anything-llm + - ai +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: anything-llm +sources: + - https://ghcr.io/mintplex-labs/anything-llm + - https://github.com/Mintplex-Labs/anything-llm + - https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm +type: application +version: 3.5.20 diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml index 9902d7f12c4..8c3ec129de7 100644 --- a/charts/stable/apache-musicindex/Chart.yaml +++ b/charts/stable/apache-musicindex/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.4.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Index and stream music using apache-musicindex and m3u playlists -Home: https://truecharts.org/charts/stable/apache-musicindex -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.webp -Keywords: -- apache-musicindex -- streaming -- m3u -- playlist -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: apache-musicindex -Sources: -- https://ghcr.io/k8s-at-home/apache-musicindex -- https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 1.4.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Index and stream music using apache-musicindex and m3u playlists +home: https://truecharts.org/charts/stable/apache-musicindex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.webp +keywords: + - apache-musicindex + - streaming + - m3u + - playlist +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: apache-musicindex +sources: + - https://ghcr.io/k8s-at-home/apache-musicindex + - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex +type: application +version: 13.5.1 diff --git a/charts/stable/apache-webdav/Chart.yaml b/charts/stable/apache-webdav/Chart.yaml index 5d5f434461f..479435aeefd 100644 --- a/charts/stable/apache-webdav/Chart.yaml +++ b/charts/stable/apache-webdav/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Very simple WebDAV server based on Apache. You need a WebDAV client to - transfer files. It does not include a WebUI to upload files through your browser. -Home: https://truecharts.org/charts/stable/apache-webdav -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.webp -Keywords: -- apache-webdav -- Cloud -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: apache-webdav -Sources: -- https://github.com/mgutt/docker-apachewebdav -- https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav -- https://httpd.apache.org/docs/2.4/mod/mod_dav.html -- https://hub.docker.com/r/apachewebdav/apachewebdav -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. +home: https://truecharts.org/charts/stable/apache-webdav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.webp +keywords: + - apache-webdav + - Cloud +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: apache-webdav +sources: + - https://github.com/mgutt/docker-apachewebdav + - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav + - https://httpd.apache.org/docs/2.4/mod/mod_dav.html + - https://hub.docker.com/r/apachewebdav/apachewebdav +type: application +version: 7.5.1 diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index aeee1a0fd51..b1ba467fea8 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.4.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution - environment for writing automation apps. -Home: https://truecharts.org/charts/stable/appdaemon -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.webp -Keywords: -- appdaemon -- home-automation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: appdaemon -Sources: -- https://github.com/AppDaemon/appdaemon -- https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon -- https://hub.docker.com/r/acockburn/appdaemon -Type: application -Version: 18.5.1 +apiVersion: v2 +appVersion: 4.4.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps. +home: https://truecharts.org/charts/stable/appdaemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.webp +keywords: + - appdaemon + - home-automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: appdaemon +sources: + - https://github.com/AppDaemon/appdaemon + - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon + - https://hub.docker.com/r/acockburn/appdaemon +type: application +version: 18.5.1 diff --git a/charts/stable/apt-cacher-ng/Chart.yaml b/charts/stable/apt-cacher-ng/Chart.yaml index 3923d6aae97..d43ac792dd1 100644 --- a/charts/stable/apt-cacher-ng/Chart.yaml +++ b/charts/stable/apt-cacher-ng/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.7.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Apt-Cacher NG is a caching proxy, specialized for package files from - Linux distributors, primarily for Debian (and Debian based) distributions but not - limited to those. -Home: https://truecharts.org/charts/stable/apt-cacher-ng -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.webp -Keywords: -- apt-cacher-ng -- Network-Proxy -- Network-Other -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: apt-cacher-ng -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng -- https://quay.io/sameersbn/apt-cacher-ng -- https://www.unix-ag.uni-kl.de/~bloch/acng/ -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: 3.7.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. +home: https://truecharts.org/charts/stable/apt-cacher-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.webp +keywords: + - apt-cacher-ng + - Network-Proxy + - Network-Other + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: apt-cacher-ng +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng + - https://quay.io/sameersbn/apt-cacher-ng + - https://www.unix-ag.uni-kl.de/~bloch/acng/ +type: application +version: 10.5.1 diff --git a/charts/stable/archivebox/Chart.yaml b/charts/stable/archivebox/Chart.yaml index 6932807e280..23bfa93df91 100644 --- a/charts/stable/archivebox/Chart.yaml +++ b/charts/stable/archivebox/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ArchiveBox is an open-source, self-hosted internet archiving solution. -Home: https://truecharts.org/charts/stable/archivebox -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/archivebox.webp -Keywords: -- archivebox -- archiving -- digipres -- backup -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: archivebox -Sources: -- https://github.com/ArchiveBox/ArchiveBox -- https://github.com/truecharts/charts/tree/master/charts/stable/archivebox -- https://hub.docker.com/r/archivebox/archivebox -Type: application -Version: 4.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ArchiveBox is an open-source, self-hosted internet archiving solution. +home: https://truecharts.org/charts/stable/archivebox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/archivebox.webp +keywords: + - archivebox + - archiving + - digipres + - backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: archivebox +sources: + - https://github.com/ArchiveBox/ArchiveBox + - https://github.com/truecharts/charts/tree/master/charts/stable/archivebox + - https://hub.docker.com/r/archivebox/archivebox +type: application +version: 4.5.1 diff --git a/charts/stable/archiveteam-warrior/Chart.yaml b/charts/stable/archiveteam-warrior/Chart.yaml index ed96843ffd1..b46045f2258 100644 --- a/charts/stable/archiveteam-warrior/Chart.yaml +++ b/charts/stable/archiveteam-warrior/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The Archive Team Warrior is a virtual archiving appliance. You can run - it to help with the Archive Team archiving efforts. It will download sites and upload - them to our archive—and it’s really easy to do! -Home: https://truecharts.org/charts/stable/archiveteam-warrior -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.webp -Keywords: -- archiveteam-warrior -- Backup -- Cloud -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: archiveteam-warrior -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior -- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! +home: https://truecharts.org/charts/stable/archiveteam-warrior +icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.webp +keywords: + - archiveteam-warrior + - Backup + - Cloud + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: archiveteam-warrior +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior + - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior +type: application +version: 7.5.1 diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml index 5c0e34445cb..009e4d1ef4c 100644 --- a/charts/stable/aria2/Chart.yaml +++ b/charts/stable/aria2/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: aria server for downloading web content -Home: https://truecharts.org/charts/stable/aria2 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.webp -Keywords: -- aria2 -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: aria2 -Sources: -- https://github.com/P3TERX/Aria2-Pro-Docker -- https://github.com/truecharts/charts/tree/master/charts/stable/aria2 -- https://hub.docker.com/r/p3terx/aria2-pro -Type: application -Version: 14.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: aria server for downloading web content +home: https://truecharts.org/charts/stable/aria2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.webp +keywords: + - aria2 +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: aria2 +sources: + - https://github.com/P3TERX/Aria2-Pro-Docker + - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 + - https://hub.docker.com/r/p3terx/aria2-pro +type: application +version: 14.5.1 diff --git a/charts/stable/ariang/Chart.yaml b/charts/stable/ariang/Chart.yaml index 95a525042d4..d1f062eaf57 100644 --- a/charts/stable/ariang/Chart.yaml +++ b/charts/stable/ariang/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.3.10 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A modern web frontend making aria2 easier to use | Aria2 WebUI. -Home: https://truecharts.org/charts/stable/ariang -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.webp -Keywords: -- ariang -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ariang -Sources: -- https://github.com/leonismoe/docker-images -- https://github.com/truecharts/charts/tree/master/charts/stable/ariang -- https://hub.docker.com/r/leonismoe/ariang -Type: application -Version: 10.5.2 +apiVersion: v2 +appVersion: 1.3.10 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A modern web frontend making aria2 easier to use | Aria2 WebUI. +home: https://truecharts.org/charts/stable/ariang +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.webp +keywords: + - ariang +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ariang +sources: + - https://github.com/leonismoe/docker-images + - https://github.com/truecharts/charts/tree/master/charts/stable/ariang + - https://hub.docker.com/r/leonismoe/ariang +type: application +version: 10.5.2 diff --git a/charts/stable/arksurvivalevolved/Chart.yaml b/charts/stable/arksurvivalevolved/Chart.yaml index 927dafd7782..64bf91c93d7 100644 --- a/charts/stable/arksurvivalevolved/Chart.yaml +++ b/charts/stable/arksurvivalevolved/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: arkse -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A custom SteamCMD chart that runs ArkSE. -Home: https://truecharts.org/charts/stable/arksurvivalevolved -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.webp -Keywords: -- arksurvivalevolved -- arkse -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: arksurvivalevolved -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/ich777/docker-steamcmd-server/tree/arkse -- https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved -Type: application -Version: 9.5.1 +apiVersion: v2 +appVersion: arkse +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs ArkSE. +home: https://truecharts.org/charts/stable/arksurvivalevolved +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.webp +keywords: + - arksurvivalevolved + - arkse + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: arksurvivalevolved +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/ich777/docker-steamcmd-server/tree/arkse + - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved +type: application +version: 9.5.1 diff --git a/charts/stable/arma3/Chart.yaml b/charts/stable/arma3/Chart.yaml index 632c93202d0..a460391be42 100644 --- a/charts/stable/arma3/Chart.yaml +++ b/charts/stable/arma3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: arma3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install ArmA - III and run it. -Home: https://truecharts.org/charts/stable/arma3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.webp -Keywords: -- arma3 -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: arma3 -Sources: -- https://arma3.com/ -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/arma3 -Type: application -Version: 8.1.1 +apiVersion: v2 +appVersion: arma3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install ArmA III and run it. +home: https://truecharts.org/charts/stable/arma3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.webp +keywords: + - arma3 + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: arma3 +sources: + - https://arma3.com/ + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/arma3 +type: application +version: 8.1.1 diff --git a/charts/stable/arma3exilemod/Chart.yaml b/charts/stable/arma3exilemod/Chart.yaml index cc92934bf7e..78c82cb8f8b 100644 --- a/charts/stable/arma3exilemod/Chart.yaml +++ b/charts/stable/arma3exilemod/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: arma3exilemod -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install ArmA - III including ExileMod and run it. -Home: https://truecharts.org/charts/stable/arma3exilemod -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.webp -Keywords: -- arma3exilemod -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: arma3exilemod -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod -Type: application -Version: 8.1.1 +apiVersion: v2 +appVersion: arma3exilemod +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it. +home: https://truecharts.org/charts/stable/arma3exilemod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.webp +keywords: + - arma3exilemod + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: arma3exilemod +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod +type: application +version: 8.1.1 diff --git a/charts/stable/assettocorsa/Chart.yaml b/charts/stable/assettocorsa/Chart.yaml index 042468d8eb4..48e9a75c8d1 100644 --- a/charts/stable/assettocorsa/Chart.yaml +++ b/charts/stable/assettocorsa/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: assettocorsa -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install AssettoCorsa - and run it. -Home: https://truecharts.org/charts/stable/assettocorsa -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.webp -Keywords: -- assettocorsa -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: assettocorsa -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa -- https://www.assettocorsa.net/ -Type: application -Version: 8.1.1 +apiVersion: v2 +appVersion: assettocorsa +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it. +home: https://truecharts.org/charts/stable/assettocorsa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.webp +keywords: + - assettocorsa + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: assettocorsa +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa + - https://www.assettocorsa.net/ +type: application +version: 8.1.1 diff --git a/charts/stable/atuin/Chart.yaml b/charts/stable/atuin/Chart.yaml index a41230306d1..34a8e365681 100644 --- a/charts/stable/atuin/Chart.yaml +++ b/charts/stable/atuin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 18.4.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Magical shell history. -Home: https://truecharts.org/charts/stable/atuin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.webp -Keywords: -- atuin -- shell -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: atuin -Sources: -- https://ghcr.io/atuinsh/atuin -- https://github.com/atuinsh/atuin -- https://github.com/truecharts/charts/tree/master/charts/stable/atuin -Type: application -Version: 5.7.1 +apiVersion: v2 +appVersion: 18.4.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Magical shell history. +home: https://truecharts.org/charts/stable/atuin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.webp +keywords: + - atuin + - shell +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: atuin +sources: + - https://ghcr.io/atuinsh/atuin + - https://github.com/atuinsh/atuin + - https://github.com/truecharts/charts/tree/master/charts/stable/atuin +type: application +version: 5.7.1 diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml index cf4e7806aa2..ffe3e408e7a 100644 --- a/charts/stable/audacity/Chart.yaml +++ b/charts/stable/audacity/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.0.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An easy-to-use, multi-track audio editor and recorder -Home: https://truecharts.org/charts/stable/audacity -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.webp -Keywords: -- audacity -- music -- recorder -- editor -- audio -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: audacity -Sources: -- https://ghcr.io/linuxserver/audacity -- https://github.com/linuxserver/docker-audacity -- https://github.com/truecharts/charts/tree/master/charts/stable/audacity -- https://www.audacityteam.org/ -Type: application -Version: 14.5.1 +apiVersion: v2 +appVersion: 3.0.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An easy-to-use, multi-track audio editor and recorder +home: https://truecharts.org/charts/stable/audacity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.webp +keywords: + - audacity + - music + - recorder + - editor + - audio +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: audacity +sources: + - https://ghcr.io/linuxserver/audacity + - https://github.com/linuxserver/docker-audacity + - https://github.com/truecharts/charts/tree/master/charts/stable/audacity + - https://www.audacityteam.org/ +type: application +version: 14.5.1 diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml index 6bbc9db0b2b..88a21c15632 100644 --- a/charts/stable/audiobookshelf/Chart.yaml +++ b/charts/stable/audiobookshelf/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.20.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Audiobookshelf is a self-hosted audiobook server for managing and playing - your audiobooks. -Home: https://truecharts.org/charts/stable/audiobookshelf -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.webp -Keywords: -- audiobookshelf -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: audiobookshelf -Sources: -- https://github.com/advplyr/audiobookshelf -- https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf -- https://hub.docker.com/r/advplyr/audiobookshelf -Type: application -Version: 11.15.0 +apiVersion: v2 +appVersion: 2.20.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. +home: https://truecharts.org/charts/stable/audiobookshelf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.webp +keywords: + - audiobookshelf +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: audiobookshelf +sources: + - https://github.com/advplyr/audiobookshelf + - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf + - https://hub.docker.com/r/advplyr/audiobookshelf +type: application +version: 11.15.0 diff --git a/charts/stable/aurora-files/Chart.yaml b/charts/stable/aurora-files/Chart.yaml index afbe106db3b..adbd348799c 100644 --- a/charts/stable/aurora-files/Chart.yaml +++ b/charts/stable/aurora-files/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Aurora Files is an open-source file storage platform for small teams - and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM - 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. -Home: https://truecharts.org/charts/stable/aurora-files -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.webp -Keywords: -- aurora-files -- Cloud -- Tools-Utilities -- Network-FTP -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: aurora-files -Sources: -- https://github.com/afterlogic/docker-aurora-files -- https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files -- https://hub.docker.com/r/afterlogic/docker-aurora-files -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. +home: https://truecharts.org/charts/stable/aurora-files +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.webp +keywords: + - aurora-files + - Cloud + - Tools-Utilities + - Network-FTP +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: aurora-files +sources: + - https://github.com/afterlogic/docker-aurora-files + - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files + - https://hub.docker.com/r/afterlogic/docker-aurora-files +type: application +version: 7.5.2 diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 7f563569554..47a0923080d 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,48 +8,49 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.39.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Authelia is a Single Sign-On Multi-Factor portal for web apps -Home: https://truecharts.org/charts/stable/authelia -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.webp -Keywords: -- authelia -- authentication -- login -- SSO -- Authentication -- Security -- Two-Factor -- U2F -- YubiKey -- Push Notifications -- LDAP -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: authelia -Sources: -- https://ghcr.io/authelia/authelia -- https://github.com/authelia/authelia -- https://github.com/authelia/chartrepo -- https://github.com/truecharts/charts/tree/master/charts/stable/authelia -Type: application -Version: 27.1.4 +apiVersion: v2 +appVersion: 4.39.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Authelia is a Single Sign-On Multi-Factor portal for web apps +home: https://truecharts.org/charts/stable/authelia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.webp +keywords: + - authelia + - authentication + - login + - SSO + - Authentication + - Security + - Two-Factor + - U2F + - YubiKey + - Push Notifications + - LDAP +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: authelia +sources: + - https://ghcr.io/authelia/authelia + - https://github.com/authelia/authelia + - https://github.com/authelia/chartrepo + - https://github.com/truecharts/charts/tree/master/charts/stable/authelia +type: application +version: 27.1.4 diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 802657f2223..8a4a321db44 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,43 +8,43 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.2.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Authentik is an open-source Identity Provider focused on flexibility - and versatility. -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: authentik -Sources: -- https://ghcr.io/goauthentik/ldap -- https://ghcr.io/goauthentik/proxy -- https://ghcr.io/goauthentik/radius -- https://ghcr.io/goauthentik/server -- https://ghcr.io/maxmind/geoipupdate -- https://github.com/goauthentik/authentik -- https://github.com/truecharts/charts/tree/master/charts/stable/authentik -- https://goauthentik.io/docs/ -Type: application -Version: 31.0.14 +apiVersion: v2 +appVersion: 2025.2.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Authentik is an open-source Identity Provider focused on flexibility and versatility. +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: authentik +sources: + - https://ghcr.io/goauthentik/ldap + - https://ghcr.io/goauthentik/proxy + - https://ghcr.io/goauthentik/radius + - https://ghcr.io/goauthentik/server + - https://ghcr.io/maxmind/geoipupdate + - https://github.com/goauthentik/authentik + - https://github.com/truecharts/charts/tree/master/charts/stable/authentik + - https://goauthentik.io/docs/ +type: application +version: 31.0.14 diff --git a/charts/stable/auto-yt-dl/Chart.yaml b/charts/stable/auto-yt-dl/Chart.yaml index cc3d53d7548..6c1271d8b3f 100644 --- a/charts/stable/auto-yt-dl/Chart.yaml +++ b/charts/stable/auto-yt-dl/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: auto-yt-dl is used to automatically download new Videos of specific YouTube - Channels. It features a Web Gui to add and remove Channels from your watch list. -Home: https://truecharts.org/charts/stable/auto-yt-dl -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.webp -Keywords: -- auto-yt-dl -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: auto-yt-dl -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl -- https://github.com/xXGuhuXx/auto-yt-dl -- https://hub.docker.com/r/guhu007/auto-yt-dl -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. +home: https://truecharts.org/charts/stable/auto-yt-dl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.webp +keywords: + - auto-yt-dl + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: auto-yt-dl +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl + - https://github.com/xXGuhuXx/auto-yt-dl + - https://hub.docker.com/r/guhu007/auto-yt-dl +type: application +version: 7.5.1 diff --git a/charts/stable/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml index f97ca509077..4fd1f81349a 100644 --- a/charts/stable/autobrr/Chart.yaml +++ b/charts/stable/autobrr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.60.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The modern download automation tool for torrents. -Home: https://truecharts.org/charts/stable/autobrr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.webp -Keywords: -- autobrr -- torrent -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: autobrr -Sources: -- https://ghcr.io/autobrr/autobrr -- https://github.com/autobrr/autobrr -- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr -Type: application -Version: 10.18.0 +apiVersion: v2 +appVersion: 1.60.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The modern download automation tool for torrents. +home: https://truecharts.org/charts/stable/autobrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.webp +keywords: + - autobrr + - torrent +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: autobrr +sources: + - https://ghcr.io/autobrr/autobrr + - https://github.com/autobrr/autobrr + - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr +type: application +version: 10.18.0 diff --git a/charts/stable/automatic-ripping-machine/Chart.yaml b/charts/stable/automatic-ripping-machine/Chart.yaml index 262ce19e93e..97d22fbb317 100644 --- a/charts/stable/automatic-ripping-machine/Chart.yaml +++ b/charts/stable/automatic-ripping-machine/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.12.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Automatic Ripping Machine (ARM) Scripts. -Home: https://truecharts.org/charts/stable/automatic-ripping-machine -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.webp -Keywords: -- automatic-ripping-machine -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: automatic-ripping-machine -Sources: -- https://github.com/automatic-ripping-machine/automatic-ripping-machine -- https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine -- https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine -Type: application -Version: 5.11.4 +apiVersion: v2 +appVersion: 2.12.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatic Ripping Machine (ARM) Scripts. +home: https://truecharts.org/charts/stable/automatic-ripping-machine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.webp +keywords: + - automatic-ripping-machine + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: automatic-ripping-machine +sources: + - https://github.com/automatic-ripping-machine/automatic-ripping-machine + - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine + - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine +type: application +version: 5.11.4 diff --git a/charts/stable/autoscan/Chart.yaml b/charts/stable/autoscan/Chart.yaml index 70f84897084..316f37e8726 100644 --- a/charts/stable/autoscan/Chart.yaml +++ b/charts/stable/autoscan/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Autoscan replaces the default Plex and Emby behaviour for picking up - file changes on the file system. -Home: https://truecharts.org/charts/stable/autoscan -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp -Keywords: -- autoscan -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: autoscan -Sources: -- https://ghcr.io/hotio/autoscan -- https://github.com/truecharts/charts/tree/master/charts/stable/autoscan -- https://hotio.dev/containers/autoscan -Type: application -Version: 10.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. +home: https://truecharts.org/charts/stable/autoscan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp +keywords: + - autoscan + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: autoscan +sources: + - https://ghcr.io/hotio/autoscan + - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan + - https://hotio.dev/containers/autoscan +type: application +version: 10.5.3 diff --git a/charts/stable/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml index 2d2e92a886b..a621c719510 100644 --- a/charts/stable/avidemux/Chart.yaml +++ b/charts/stable/avidemux/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Avidemux is a free video editor designed for simple cutting, filtering - and encoding tasks. -Home: https://truecharts.org/charts/stable/avidemux -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.webp -Keywords: -- media -- avidemux -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: avidemux -Sources: -- https://github.com/jlesage/docker-avidemux -- https://github.com/truecharts/charts/tree/master/charts/stable/avidemux -- https://hub.docker.com/r/jlesage/avidemux -Type: application -Version: 12.0.0 +apiVersion: v2 +appVersion: 25.02.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. +home: https://truecharts.org/charts/stable/avidemux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.webp +keywords: + - media + - avidemux +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: avidemux +sources: + - https://github.com/jlesage/docker-avidemux + - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux + - https://hub.docker.com/r/jlesage/avidemux +type: application +version: 12.0.0 diff --git a/charts/stable/avorion/Chart.yaml b/charts/stable/avorion/Chart.yaml index 9b50f4ebec7..ba20432399d 100644 --- a/charts/stable/avorion/Chart.yaml +++ b/charts/stable/avorion/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: aorion -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Avorion - and run it. -Home: https://truecharts.org/charts/stable/avorion -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.webp -Keywords: -- avorion -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: avorion -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/avorion -- https://www.steampowered.com/ -Type: application -Version: 8.1.1 +apiVersion: v2 +appVersion: aorion +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Avorion and run it. +home: https://truecharts.org/charts/stable/avorion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.webp +keywords: + - avorion + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: avorion +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/avorion + - https://www.steampowered.com/ +type: application +version: 8.1.1 diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml index e2ddd35af7d..b8548d66d7a 100644 --- a/charts/stable/babybuddy/Chart.yaml +++ b/charts/stable/babybuddy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.7.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Helps caregivers track sleep, feedings, diaper changes, tummy time and - more to learn about and predict baby's needs without (as much) guess work. -Home: https://truecharts.org/charts/stable/babybuddy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.webp -Keywords: -- baby -- buddy -- tracker -- parents -- parenting -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: babybuddy -Sources: -- https://ghcr.io/linuxserver/babybuddy -- https://github.com/babybuddy/babybuddy -- https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy -Type: application -Version: 18.8.10 +apiVersion: v2 +appVersion: 2.7.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. +home: https://truecharts.org/charts/stable/babybuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.webp +keywords: + - baby + - buddy + - tracker + - parents + - parenting +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: babybuddy +sources: + - https://ghcr.io/linuxserver/babybuddy + - https://github.com/babybuddy/babybuddy + - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy +type: application +version: 18.8.10 diff --git a/charts/stable/backuppc/Chart.yaml b/charts/stable/backuppc/Chart.yaml index 8c08a3b4d52..080554d5a17 100644 --- a/charts/stable/backuppc/Chart.yaml +++ b/charts/stable/backuppc/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.0.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A high-performance, enterprise-grade system for backing up Linux, Windows - and macOS PCs and laptops to a server's disk. -Home: https://truecharts.org/charts/stable/backuppc -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.webp -Keywords: -- backuppc -- Backup -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: backuppc -Sources: -- https://backuppc.github.io/backuppc/index.html -- https://github.com/tiredofit/docker-backuppc -- https://github.com/truecharts/charts/tree/master/charts/stable/backuppc -- https://hub.docker.com/r/tiredofit/backuppc -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 6.0.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. +home: https://truecharts.org/charts/stable/backuppc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.webp +keywords: + - backuppc + - Backup + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: backuppc +sources: + - https://backuppc.github.io/backuppc/index.html + - https://github.com/tiredofit/docker-backuppc + - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc + - https://hub.docker.com/r/tiredofit/backuppc +type: application +version: 8.5.1 diff --git a/charts/stable/baikal/Chart.yaml b/charts/stable/baikal/Chart.yaml index 4b9378379a6..1acd2127085 100644 --- a/charts/stable/baikal/Chart.yaml +++ b/charts/stable/baikal/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.10.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Baikal is a lightweight CalDAV+CardDAV server -Home: https://truecharts.org/charts/stable/baikal -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.webp -Keywords: -- baikal -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: baikal -Sources: -- https://github.com/ckulka/baikal-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/baikal -- https://hub.docker.com/r/ckulka/baikal -Type: application -Version: 7.6.1 +apiVersion: v2 +appVersion: 0.10.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Baikal is a lightweight CalDAV+CardDAV server +home: https://truecharts.org/charts/stable/baikal +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.webp +keywords: + - baikal +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: baikal +sources: + - https://github.com/ckulka/baikal-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/baikal + - https://hub.docker.com/r/ckulka/baikal +type: application +version: 7.6.1 diff --git a/charts/stable/barcodebuddy/Chart.yaml b/charts/stable/barcodebuddy/Chart.yaml index 827e32c0d98..23388e0aed0 100644 --- a/charts/stable/barcodebuddy/Chart.yaml +++ b/charts/stable/barcodebuddy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: '<b>Barcode Buddy is a Grocy companion app/plugin, which allows - you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>' -Home: https://truecharts.org/charts/stable/barcodebuddy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.webp -Keywords: -- barcodebuddy -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: barcodebuddy -Sources: -- https://github.com/Forceu/barcodebuddy -- https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy -- https://hub.docker.com/r/f0rc3/barcodebuddy -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: '<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>' +home: https://truecharts.org/charts/stable/barcodebuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.webp +keywords: + - barcodebuddy + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: barcodebuddy +sources: + - https://github.com/Forceu/barcodebuddy + - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy + - https://hub.docker.com/r/f0rc3/barcodebuddy +type: application +version: 7.5.1 diff --git a/charts/stable/barotrauma/Chart.yaml b/charts/stable/barotrauma/Chart.yaml index f242016cb49..c08ed0dfcb9 100644 --- a/charts/stable/barotrauma/Chart.yaml +++ b/charts/stable/barotrauma/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: barotrauma -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Barotrauma - and run it. -Home: https://truecharts.org/charts/stable/barotrauma -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.webp -Keywords: -- barotrauma -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: barotrauma -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: barotrauma +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it. +home: https://truecharts.org/charts/stable/barotrauma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.webp +keywords: + - barotrauma + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: barotrauma +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index cea44727835..58bdff2db26 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,38 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.32.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Baserow is an open source no-code database tool and Airtable alternative. -Home: https://truecharts.org/charts/stable/baserow -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.webp -Keywords: -- baserow -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: baserow -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/baserow -- https://gitlab.com/bramw/baserow/ -- https://hub.docker.com/r/baserow/baserow -Type: application -Version: 14.17.2 +apiVersion: v2 +appVersion: 1.32.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Baserow is an open source no-code database tool and Airtable alternative. +home: https://truecharts.org/charts/stable/baserow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.webp +keywords: + - baserow +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: baserow +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/baserow + - https://gitlab.com/bramw/baserow/ + - https://hub.docker.com/r/baserow/baserow +type: application +version: 14.17.2 diff --git a/charts/stable/batnoter/Chart.yaml b/charts/stable/batnoter/Chart.yaml index 908f1a2a1e5..bc20a4f0fe1 100644 --- a/charts/stable/batnoter/Chart.yaml +++ b/charts/stable/batnoter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: BatNoter is a web application that allows users to store notes in their - git repository. -Home: https://truecharts.org/charts/stable/batnoter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.webp -Keywords: -- notes -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: batnoter -Sources: -- https://ghcr.io/batnoter/batnoter/batnoter-ui -- https://github.com/batnoter/batnoter -- https://github.com/truecharts/charts/tree/master/charts/stable/batnoter -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: BatNoter is a web application that allows users to store notes in their git repository. +home: https://truecharts.org/charts/stable/batnoter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.webp +keywords: + - notes +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: batnoter +sources: + - https://ghcr.io/batnoter/batnoter/batnoter-ui + - https://github.com/batnoter/batnoter + - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter +type: application +version: 7.5.1 diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index 907c48da872..33728313480 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.5.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Bazarr is a companion application to Sonarr and Radarr. It manages and - downloads subtitles based on your requirements -Home: https://truecharts.org/charts/stable/bazarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.webp -Keywords: -- bazarr -- radarr -- sonarr -- subtitles -- usenet -- torrent -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bazarr -Sources: -- https://ghcr.io/home-operations/bazarr -- https://ghcr.io/onedr0p/exportarr -- https://github.com/morpheus65535/bazarr -- https://github.com/truecharts/charts/tree/master/charts/stable/bazarr -Type: application -Version: 21.7.0 +apiVersion: v2 +appVersion: 1.5.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements +home: https://truecharts.org/charts/stable/bazarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.webp +keywords: + - bazarr + - radarr + - sonarr + - subtitles + - usenet + - torrent +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bazarr +sources: + - https://ghcr.io/home-operations/bazarr + - https://ghcr.io/onedr0p/exportarr + - https://github.com/morpheus65535/bazarr + - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr +type: application +version: 21.7.0 diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml index bd3a5e33777..d6f88dfe8e5 100644 --- a/charts/stable/beets/Chart.yaml +++ b/charts/stable/beets/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.6.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A music library manager and not, for the most part, a music player. -Home: https://truecharts.org/charts/stable/beets -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.webp -Keywords: -- music -- library -- manager -- player -- beets -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: beets -Sources: -- https://beets.io/ -- https://ghcr.io/linuxserver/beets -- https://github.com/linuxserver/docker-beets -- https://github.com/truecharts/charts/tree/master/charts/stable/beets -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 1.6.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A music library manager and not, for the most part, a music player. +home: https://truecharts.org/charts/stable/beets +icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.webp +keywords: + - music + - library + - manager + - player + - beets +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: beets +sources: + - https://beets.io/ + - https://ghcr.io/linuxserver/beets + - https://github.com/linuxserver/docker-beets + - https://github.com/truecharts/charts/tree/master/charts/stable/beets +type: application +version: 13.5.1 diff --git a/charts/stable/bender/Chart.yaml b/charts/stable/bender/Chart.yaml index 6c41303eba8..313fe3d8125 100644 --- a/charts/stable/bender/Chart.yaml +++ b/charts/stable/bender/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A link dashboard that can be managed without any code. -Home: https://truecharts.org/charts/stable/bender -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.webp -Keywords: -- bender -- dashboard -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bender -Sources: -- https://github.com/jez500/bender -- https://github.com/truecharts/charts/tree/master/charts/stable/bender -- https://hub.docker.com/r/jez500/bender -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: 1.0.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A link dashboard that can be managed without any code. +home: https://truecharts.org/charts/stable/bender +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.webp +keywords: + - bender + - dashboard +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bender +sources: + - https://github.com/jez500/bender + - https://github.com/truecharts/charts/tree/master/charts/stable/bender + - https://hub.docker.com/r/jez500/bender +type: application +version: 7.5.1 diff --git a/charts/stable/bitcoin-node/Chart.yaml b/charts/stable/bitcoin-node/Chart.yaml index 222372a1253..d8967bd75fd 100644 --- a/charts/stable/bitcoin-node/Chart.yaml +++ b/charts/stable/bitcoin-node/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. -Home: https://truecharts.org/charts/stable/bitcoin-node -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.webp -Keywords: -- bitcoin-node -- Crypto -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bitcoin-node -Sources: -- https://github.com/kylemanna/docker-bitcoind -- https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node -- https://hub.docker.com/r/kylemanna/bitcoind -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. +home: https://truecharts.org/charts/stable/bitcoin-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.webp +keywords: + - bitcoin-node + - Crypto +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoin-node +sources: + - https://github.com/kylemanna/docker-bitcoind + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node + - https://hub.docker.com/r/kylemanna/bitcoind +type: application +version: 7.5.2 diff --git a/charts/stable/bitcoind/Chart.yaml b/charts/stable/bitcoind/Chart.yaml index 06d3e623636..8280b3247c6 100644 --- a/charts/stable/bitcoind/Chart.yaml +++ b/charts/stable/bitcoind/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. -Home: https://truecharts.org/charts/stable/bitcoind -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.webp -Keywords: -- bitcoind -- Tools-Utilities -- Network-Other -- Crypto -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bitcoind -Sources: -- https://bitcoin.org/ -- https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind -- https://hub.docker.com/r/ofawx/bitcoind -Type: application -Version: 7.5.2 +home: https://truecharts.org/charts/stable/bitcoind +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.webp +keywords: + - bitcoind + - Tools-Utilities + - Network-Other + - Crypto +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoind +sources: + - https://bitcoin.org/ + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind + - https://hub.docker.com/r/ofawx/bitcoind +type: application +version: 7.5.2 diff --git a/charts/stable/bitcoinunlimited/Chart.yaml b/charts/stable/bitcoinunlimited/Chart.yaml index 1c488260124..af1838d8833 100644 --- a/charts/stable/bitcoinunlimited/Chart.yaml +++ b/charts/stable/bitcoinunlimited/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders - in the Bitcoin ecosystem. -Home: https://truecharts.org/charts/stable/bitcoinunlimited -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.webp -Keywords: -- bitcoinunlimited -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bitcoinunlimited -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited -- https://hub.docker.com/r/amacneil/bitcoinunlimited -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. +home: https://truecharts.org/charts/stable/bitcoinunlimited +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.webp +keywords: + - bitcoinunlimited + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoinunlimited +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited + - https://hub.docker.com/r/amacneil/bitcoinunlimited +type: application +version: 7.5.1 diff --git a/charts/stable/bitcoinwalletgui/Chart.yaml b/charts/stable/bitcoinwalletgui/Chart.yaml index 1b3d14c9c05..37955cd0e64 100644 --- a/charts/stable/bitcoinwalletgui/Chart.yaml +++ b/charts/stable/bitcoinwalletgui/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | Bitcoin wallet with GUI over VNC and NoVNC. -Home: https://truecharts.org/charts/stable/bitcoinwalletgui -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.webp -Keywords: -- bitcoinwalletgui -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bitcoinwalletgui -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui -- https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui -Type: application -Version: 7.5.1 +home: https://truecharts.org/charts/stable/bitcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.webp +keywords: + - bitcoinwalletgui + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitcoinwalletgui +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui + - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui +type: application +version: 7.5.1 diff --git a/charts/stable/bitmagnet/Chart.yaml b/charts/stable/bitmagnet/Chart.yaml index 4ea11dce84e..e4113250eaf 100644 --- a/charts/stable/bitmagnet/Chart.yaml +++ b/charts/stable/bitmagnet/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.10.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and - torrent search engine with web UI, GraphQL API and Servarr stack integration. -Home: https://truecharts.org/charts/stable/bitmagnet -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.webp -Keywords: -- torrent -- bitmagnet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bitmagnet -Sources: -- https://bitmagnet.io -- https://ghcr.io/bitmagnet-io/bitmagnet -- https://github.com/bitmagnet-io/bitmagnet -- https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet -Type: application -Version: 3.7.1 +apiVersion: v2 +appVersion: 0.10.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. +home: https://truecharts.org/charts/stable/bitmagnet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.webp +keywords: + - torrent + - bitmagnet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitmagnet +sources: + - https://bitmagnet.io + - https://ghcr.io/bitmagnet-io/bitmagnet + - https://github.com/bitmagnet-io/bitmagnet + - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet +type: application +version: 3.7.1 diff --git a/charts/stable/blender-desktop-g3/Chart.yaml b/charts/stable/blender-desktop-g3/Chart.yaml index abdf9d4f1a5..2f191611413 100644 --- a/charts/stable/blender-desktop-g3/Chart.yaml +++ b/charts/stable/blender-desktop-g3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing - and 2D/3D drawing -Home: https://truecharts.org/charts/stable/blender-desktop-g3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.webp -Keywords: -- blender-desktop-g3 -- Productivity -- Tools-Utilities -- MediaApp-Photos -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: blender-desktop-g3 -Sources: -- https://github.com/accetto/headless-drawing-g3/ -- https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 -- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/blender-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.webp +keywords: + - blender-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blender-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 +type: application +version: 7.5.4 diff --git a/charts/stable/blender/Chart.yaml b/charts/stable/blender/Chart.yaml index 01074ce68c1..0801de74792 100644 --- a/charts/stable/blender/Chart.yaml +++ b/charts/stable/blender/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Blender(https://www.blender.org/) is a free and open-source 3D computer - graphics software toolset used for creating animated films, visual effects, art, - 3D printed models, motion graphics, interactive 3D applications, virtual reality, - and computer games. **This image does not support GPU rendering out of the box only - accelerated workspace experience** -Home: https://truecharts.org/charts/stable/blender -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.webp -Keywords: -- blender -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: blender -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/blender -- https://github.com/linuxserver/docker-blender#readme -- https://github.com/orgs/linuxserver/packages/container/package/blender -- https://github.com/truecharts/charts/tree/master/charts/stable/blender -- https://www.blender.org/ -Type: application -Version: 7.5.11 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** +home: https://truecharts.org/charts/stable/blender +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.webp +keywords: + - blender + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blender +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/blender + - https://github.com/linuxserver/docker-blender#readme + - https://github.com/orgs/linuxserver/packages/container/package/blender + - https://github.com/truecharts/charts/tree/master/charts/stable/blender + - https://www.blender.org/ +type: application +version: 7.5.11 diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml index c81020638e6..97a7a8fa0dc 100644 --- a/charts/stable/blog/Chart.yaml +++ b/charts/stable/blog/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Lightweight self-hosted facebook-styled PHP blog. -Home: https://truecharts.org/charts/stable/blog -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.webp -Keywords: -- blog -- php -- self -- hosted -- facebook -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: blog -Sources: -- https://github.com/m1k1o/blog -- https://github.com/nicholaswilde/docker-blog -- https://github.com/truecharts/charts/tree/master/charts/stable/blog -- https://hub.docker.com/r/m1k1o/blog -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight self-hosted facebook-styled PHP blog. +home: https://truecharts.org/charts/stable/blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.webp +keywords: + - blog + - php + - self + - hosted + - facebook +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: blog +sources: + - https://github.com/m1k1o/blog + - https://github.com/nicholaswilde/docker-blog + - https://github.com/truecharts/charts/tree/master/charts/stable/blog + - https://hub.docker.com/r/m1k1o/blog +type: application +version: 13.5.1 diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index b11b97462a1..df69c2e1891 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: BOINC is a platform for high-throughput computing on a large scale (thousands - or millions of computers). -Home: https://truecharts.org/charts/stable/boinc -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.webp -Keywords: -- boinc -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: boinc -Sources: -- https://ghcr.io/linuxserver/boinc -- https://github.com/truecharts/charts/tree/master/charts/stable/boinc -Type: application -Version: 11.5.11 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). +home: https://truecharts.org/charts/stable/boinc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.webp +keywords: + - boinc +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: boinc +sources: + - https://ghcr.io/linuxserver/boinc + - https://github.com/truecharts/charts/tree/master/charts/stable/boinc +type: application +version: 11.5.11 diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 5c21c332c51..e4bd23ee23d 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2201.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Booksonic is a platform for accessing the audibooks you own wherever - you are -Home: https://truecharts.org/charts/stable/booksonic-air -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.webp -Keywords: -- booksonic -- audiobook -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: booksonic-air -Sources: -- https://ghcr.io/linuxserver/booksonic-air -- https://github.com/popeen/Booksonic-Air -- https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 2201.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Booksonic is a platform for accessing the audibooks you own wherever you are +home: https://truecharts.org/charts/stable/booksonic-air +icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.webp +keywords: + - booksonic + - audiobook +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: booksonic-air +sources: + - https://ghcr.io/linuxserver/booksonic-air + - https://github.com/popeen/Booksonic-Air + - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air +type: application +version: 15.5.1 diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index 52427060c89..01556ca367a 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,43 +8,43 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.20250309 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: A simple, self-hosted, easy-to-use platform for organising and storing - information. -Home: https://truecharts.org/charts/stable/bookstack -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.webp -Keywords: -- bookstack -- book -- stack -- organizer -- server -- hosted -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bookstack -Sources: -- https://ghcr.io/linuxserver/bookstack -- https://github.com/truecharts/charts/tree/master/charts/stable/bookstack -- https://www.bookstackapp.com/ -Type: application -Version: 16.1.1 +apiVersion: v2 +appVersion: 25.02.20250309 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple, self-hosted, easy-to-use platform for organising and storing information. +home: https://truecharts.org/charts/stable/bookstack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.webp +keywords: + - bookstack + - book + - stack + - organizer + - server + - hosted +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bookstack +sources: + - https://ghcr.io/linuxserver/bookstack + - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack + - https://www.bookstackapp.com/ +type: application +version: 16.1.1 diff --git a/charts/stable/borg-server/Chart.yaml b/charts/stable/borg-server/Chart.yaml index be234d76da8..67b9ff0cd96 100644 --- a/charts/stable/borg-server/Chart.yaml +++ b/charts/stable/borg-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.6.8 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A borg Backup server -Home: https://truecharts.org/charts/stable/borg-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.webp -Keywords: -- borg-server -- backup -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: borg-server -Sources: -- https://ghcr.io/anotherstranger/borg-server -- https://github.com/AnotherStranger/docker-borg-backup -- https://github.com/truecharts/charts/tree/master/charts/stable/borg-server -Type: application -Version: 6.7.3 +apiVersion: v2 +appVersion: 2.6.8 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A borg Backup server +home: https://truecharts.org/charts/stable/borg-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.webp +keywords: + - borg-server + - backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: borg-server +sources: + - https://ghcr.io/anotherstranger/borg-server + - https://github.com/AnotherStranger/docker-borg-backup + - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server +type: application +version: 6.7.3 diff --git a/charts/stable/breitbandmessung-de/Chart.yaml b/charts/stable/breitbandmessung-de/Chart.yaml index c0efee4fd84..213d60c8b6e 100644 --- a/charts/stable/breitbandmessung-de/Chart.yaml +++ b/charts/stable/breitbandmessung-de/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A script to enable customers of lazy ISPs to perform measurement campaigns - of the connection speed as described here in an automated way. -Home: https://truecharts.org/charts/stable/breitbandmessung-de -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.webp -Keywords: -- breitbandmessung-de -- home-automation -- Productivity -- Tools-Utilities -- Other -- Network-Management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: breitbandmessung-de -Sources: -- https://github.com/shneezin/breitbandmessung-node -- https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de -- https://hub.docker.com/r/shneezin/breitbandmessung-node -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. +home: https://truecharts.org/charts/stable/breitbandmessung-de +icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.webp +keywords: + - breitbandmessung-de + - home-automation + - Productivity + - Tools-Utilities + - Other + - Network-Management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: breitbandmessung-de +sources: + - https://github.com/shneezin/breitbandmessung-node + - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de + - https://hub.docker.com/r/shneezin/breitbandmessung-node +type: application +version: 7.5.1 diff --git a/charts/stable/broadcast-box/Chart.yaml b/charts/stable/broadcast-box/Chart.yaml index d68f1973e3c..0fbaaffe69b 100644 --- a/charts/stable/broadcast-box/Chart.yaml +++ b/charts/stable/broadcast-box/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Easily broadcast/stream to others with sub-second latency -Home: https://truecharts.org/charts/stable/broadcast-box -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/broadcast-box.webp -Keywords: -- broadcast-box -- broadcast -- stream -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: broadcast-box -Sources: -- https://github.com/Glimesh/broadcast-box -- https://github.com/truecharts/charts/tree/master/charts/stable/broadcast-box -- https://hub.docker.com/r/seaduboi/broadcast-box -Type: application -Version: 1.0.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Easily broadcast/stream to others with sub-second latency +home: https://truecharts.org/charts/stable/broadcast-box +icon: https://truecharts.org/img/hotlink-ok/chart-icons/broadcast-box.webp +keywords: + - broadcast-box + - broadcast + - stream +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: broadcast-box +sources: + - https://github.com/Glimesh/broadcast-box + - https://github.com/truecharts/charts/tree/master/charts/stable/broadcast-box + - https://hub.docker.com/r/seaduboi/broadcast-box +type: application +version: 1.0.1 diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml index c83df8d4600..cad8a2f26f9 100644 --- a/charts/stable/browserless-chrome/Chart.yaml +++ b/charts/stable/browserless-chrome/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.61.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Browserless is a web-service that allows for remote clients to connect, - drive, and execute headless work -Home: https://truecharts.org/charts/stable/browserless-chrome -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.webp -Keywords: -- browserless -- chrome -- puppeteer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: browserless-chrome -Sources: -- https://docs.browserless.io/docs/docker.html -- https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome -- https://hub.docker.com/r/browserless/chrome -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 1.61.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work +home: https://truecharts.org/charts/stable/browserless-chrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.webp +keywords: + - browserless + - chrome + - puppeteer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: browserless-chrome +sources: + - https://docs.browserless.io/docs/docker.html + - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome + - https://hub.docker.com/r/browserless/chrome +type: application +version: 11.5.1 diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml index 9f5fdaffa05..f0154bc0d95 100644 --- a/charts/stable/budge/Chart.yaml +++ b/charts/stable/budge/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.0.9 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Budge is an open source 'budgeting with envelopes' personal finance app. -Home: https://truecharts.org/charts/stable/budge -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.webp -Keywords: -- finance -- budge -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: budge -Sources: -- https://ghcr.io/linuxserver/budge -- https://github.com/linuxserver/budge -- https://github.com/linuxserver/docker-BudgE -- https://github.com/truecharts/charts/tree/master/charts/stable/budge -Type: application -Version: 11.5.8 +apiVersion: v2 +appVersion: 0.0.9 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Budge is an open source 'budgeting with envelopes' personal finance app. +home: https://truecharts.org/charts/stable/budge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.webp +keywords: + - finance + - budge +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: budge +sources: + - https://ghcr.io/linuxserver/budge + - https://github.com/linuxserver/budge + - https://github.com/linuxserver/docker-BudgE + - https://github.com/truecharts/charts/tree/master/charts/stable/budge +type: application +version: 11.5.8 diff --git a/charts/stable/bwapp/Chart.yaml b/charts/stable/bwapp/Chart.yaml index 4212ca18763..d189d1b1a2d 100644 --- a/charts/stable/bwapp/Chart.yaml +++ b/charts/stable/bwapp/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: bWAPP, or a buggy web application, is a free and open source deliberately - insecure web application. -Home: https://truecharts.org/charts/stable/bwapp -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.webp -Keywords: -- bwapp -- Tools-Utilities -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bwapp -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/bwapp -- https://hub.docker.com/r/raesene/bwapp -- https://sourceforge.net/projects/bwapp/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. +home: https://truecharts.org/charts/stable/bwapp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.webp +keywords: + - bwapp + - Tools-Utilities + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bwapp +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp + - https://hub.docker.com/r/raesene/bwapp + - https://sourceforge.net/projects/bwapp/ +type: application +version: 7.5.1 diff --git a/charts/stable/bytestash/Chart.yaml b/charts/stable/bytestash/Chart.yaml index d7fd7e5a1d1..7da990c8858 100644 --- a/charts/stable/bytestash/Chart.yaml +++ b/charts/stable/bytestash/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.5.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ByteStash is a self-hosted web application designed to store, organise, - and manage your code snippets efficiently. With support for creating, editing, and - filtering snippets, ByteStash helps you keep track of your code in one secure place. -Home: https://truecharts.org/charts/stable/bytestash -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bytestash.webp -Keywords: -- bytestash -- Productivity -- Tools-Utilities -- code -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: bytestash -Sources: -- https://ghcr.io/jordan-dalby/bytestash -- https://github.com/jordan-dalby/ByteStash -- https://github.com/truecharts/charts/tree/master/charts/stable/bytestash -Type: application -Version: 1.0.0 +apiVersion: v2 +appVersion: 1.5.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place. +home: https://truecharts.org/charts/stable/bytestash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bytestash.webp +keywords: + - bytestash + - Productivity + - Tools-Utilities + - code +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bytestash +sources: + - https://ghcr.io/jordan-dalby/bytestash + - https://github.com/jordan-dalby/ByteStash + - https://github.com/truecharts/charts/tree/master/charts/stable/bytestash +type: application +version: 1.0.0 diff --git a/charts/stable/cadquery-server/Chart.yaml b/charts/stable/cadquery-server/Chart.yaml index 42961c073e0..0e124260a91 100644 --- a/charts/stable/cadquery-server/Chart.yaml +++ b/charts/stable/cadquery-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: CadQuery is an intuitive, easy-to-use Python module for building parametric - 3D CAD models. Using CadQuery, you can write short, simple scripts that produce - high quality CAD models. It is easy to make many different objects using a single - script that can be customized. -Home: https://truecharts.org/charts/stable/cadquery-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.webp -Keywords: -- cadquery-server -- Productivity -- Tools-Utilities -- Other -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cadquery-server -Sources: -- https://github.com/roipoussiere/cadquery -- https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server -- https://hub.docker.com/r/cadquery/cadquery-server -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. +home: https://truecharts.org/charts/stable/cadquery-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.webp +keywords: + - cadquery-server + - Productivity + - Tools-Utilities + - Other + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cadquery-server +sources: + - https://github.com/roipoussiere/cadquery + - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server + - https://hub.docker.com/r/cadquery/cadquery-server +type: application +version: 7.5.1 diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index 49b156732d9..3ee5aa12e5e 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.6.24 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Calibre-Web is a web app providing a clean interface for browsing, reading - and downloading eBooks using an existing Calibre database. -Home: https://truecharts.org/charts/stable/calibre-web -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.webp -Keywords: -- calibre-web -- calibre -- ebook -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: calibre-web -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/calibre-web -- https://github.com/janeczku/calibre-web -- https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web -Type: application -Version: 20.5.11 +apiVersion: v2 +appVersion: 0.6.24 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. +home: https://truecharts.org/charts/stable/calibre-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.webp +keywords: + - calibre-web + - calibre + - ebook +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: calibre-web +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/calibre-web + - https://github.com/janeczku/calibre-web + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web +type: application +version: 20.5.11 diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index 4d5dc8fdceb..aab33b40fd7 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 8.2.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Calibre is a powerful and easy to use e-book manager. -Home: https://truecharts.org/charts/stable/calibre -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.webp -Keywords: -- calibre -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: calibre -Sources: -- https://ghcr.io/linuxserver/calibre -- https://github.com/kovidgoyal/calibre/ -- https://github.com/truecharts/charts/tree/master/charts/stable/calibre -Type: application -Version: 17.2.1 +apiVersion: v2 +appVersion: 8.2.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Calibre is a powerful and easy to use e-book manager. +home: https://truecharts.org/charts/stable/calibre +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.webp +keywords: + - calibre +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: calibre +sources: + - https://ghcr.io/linuxserver/calibre + - https://github.com/kovidgoyal/calibre/ + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre +type: application +version: 17.2.1 diff --git a/charts/stable/cannery/Chart.yaml b/charts/stable/cannery/Chart.yaml index 8d16e2b5ae7..217b35834b7 100644 --- a/charts/stable/cannery/Chart.yaml +++ b/charts/stable/cannery/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.9.14 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The self-hosted firearm tracker website. -Home: https://truecharts.org/charts/stable/cannery -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cannery.webp -Keywords: -- cannery -- asset-tracker -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cannery -Sources: -- https://gitea.bubbletea.dev/shibao/cannery -- https://github.com/truecharts/charts/tree/master/charts/stable/cannery -- https://hub.docker.com/r/shibaobun/cannery -Type: application -Version: 1.0.1 +apiVersion: v2 +appVersion: 0.9.14 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The self-hosted firearm tracker website. +home: https://truecharts.org/charts/stable/cannery +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cannery.webp +keywords: + - cannery + - asset-tracker +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cannery +sources: + - https://gitea.bubbletea.dev/shibao/cannery + - https://github.com/truecharts/charts/tree/master/charts/stable/cannery + - https://hub.docker.com/r/shibaobun/cannery +type: application +version: 1.0.1 diff --git a/charts/stable/changedetection-io/Chart.yaml b/charts/stable/changedetection-io/Chart.yaml index 5776627171b..4204f6efb80 100644 --- a/charts/stable/changedetection-io/Chart.yaml +++ b/charts/stable/changedetection-io/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.49.12 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The best and simplest free open source website change detection, website - watcher, restock monitor and notification service -Home: https://truecharts.org/charts/stable/changedetection-io -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.webp -Keywords: -- monitoring -- changedection -- website watcher -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: changedetection-io -Sources: -- https://changedetection.io/ -- https://ghcr.io/dgtlmoon/changedetection.io -- https://github.com/dgtlmoon/changedetection.io/tree/master -- https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io -Type: application -Version: 4.9.9 +apiVersion: v2 +appVersion: 0.49.12 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service +home: https://truecharts.org/charts/stable/changedetection-io +icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.webp +keywords: + - monitoring + - changedection + - website watcher +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: changedetection-io +sources: + - https://changedetection.io/ + - https://ghcr.io/dgtlmoon/changedetection.io + - https://github.com/dgtlmoon/changedetection.io/tree/master + - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io +type: application +version: 4.9.9 diff --git a/charts/stable/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml index 0c867141dfd..587a69b6ccf 100644 --- a/charts/stable/channels-dvr/Chart.yaml +++ b/charts/stable/channels-dvr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Channels DVR Server -Home: https://truecharts.org/charts/stable/channels-dvr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.webp -Keywords: -- channels-dvr -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: channels-dvr -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr -- https://hub.docker.com/r/fancybits/channels-dvr -Type: application -Version: 8.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Channels DVR Server +home: https://truecharts.org/charts/stable/channels-dvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.webp +keywords: + - channels-dvr +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: channels-dvr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr + - https://hub.docker.com/r/fancybits/channels-dvr +type: application +version: 8.5.2 diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml index 0d5e18db6ef..d8c1238953a 100644 --- a/charts/stable/chevereto/Chart.yaml +++ b/charts/stable/chevereto/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.6.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: Chevereto is an image hosting software that allows you to create a beautiful - and full-featured image hosting website on your own server. -Home: https://truecharts.org/charts/stable/chevereto -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.webp -Keywords: -- chevereto -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: chevereto -Sources: -- https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables -- https://ghcr.io/rodber/chevereto-free -- https://github.com/rodber/chevereto-free -- https://github.com/truecharts/charts/tree/master/charts/stable/chevereto -Type: application -Version: 14.13.0 +apiVersion: v2 +appVersion: 1.6.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. +home: https://truecharts.org/charts/stable/chevereto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.webp +keywords: + - chevereto +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chevereto +sources: + - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables + - https://ghcr.io/rodber/chevereto-free + - https://github.com/rodber/chevereto-free + - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto +type: application +version: 14.13.0 diff --git a/charts/stable/chivalry-medievalwarfare/Chart.yaml b/charts/stable/chivalry-medievalwarfare/Chart.yaml index db49135a459..30c9815b991 100644 --- a/charts/stable/chivalry-medievalwarfare/Chart.yaml +++ b/charts/stable/chivalry-medievalwarfare/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: chialrymw -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This Chart will download and install SteamCMD. It will also install - Chivalry: Medieval Warfare and run it.' -Home: https://truecharts.org/charts/stable/chivalry-medievalwarfare -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.webp -Keywords: -- chivalry-medievalwarfare -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: chivalry-medievalwarfare -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: chialrymw +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it.' +home: https://truecharts.org/charts/stable/chivalry-medievalwarfare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.webp +keywords: + - chivalry-medievalwarfare + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chivalry-medievalwarfare +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/chowdown/Chart.yaml b/charts/stable/chowdown/Chart.yaml index 1afa13591fd..70c33d51edb 100644 --- a/charts/stable/chowdown/Chart.yaml +++ b/charts/stable/chowdown/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Simple recipes in Markdown format. -Home: https://truecharts.org/charts/stable/chowdown -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.webp -Keywords: -- chowdown -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: chowdown -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/chowdown -- https://hub.docker.com/r/gregyankovoy/chowdown -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Simple recipes in Markdown format. +home: https://truecharts.org/charts/stable/chowdown +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.webp +keywords: + - chowdown + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chowdown +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown + - https://hub.docker.com/r/gregyankovoy/chowdown +type: application +version: 7.5.1 diff --git a/charts/stable/chroma/Chart.yaml b/charts/stable/chroma/Chart.yaml index 43b559a4b86..937a8e51598 100644 --- a/charts/stable/chroma/Chart.yaml +++ b/charts/stable/chroma/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.6.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: the AI-native open-source embedding database. -Home: https://truecharts.org/charts/stable/chroma -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.webp -Keywords: -- chroma -- embedding -- database -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: chroma -Sources: -- https://ghcr.io/chroma-core/chroma -- https://github.com/chroma-core/chroma -- https://github.com/truecharts/charts/tree/master/charts/stable/chroma -Type: application -Version: 4.6.1 +apiVersion: v2 +appVersion: 0.6.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the AI-native open-source embedding database. +home: https://truecharts.org/charts/stable/chroma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.webp +keywords: + - chroma + - embedding + - database +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chroma +sources: + - https://ghcr.io/chroma-core/chroma + - https://github.com/chroma-core/chroma + - https://github.com/truecharts/charts/tree/master/charts/stable/chroma +type: application +version: 4.6.1 diff --git a/charts/stable/chromium-desktop-g3/Chart.yaml b/charts/stable/chromium-desktop-g3/Chart.yaml index a467a3d1791..626f7658e70 100644 --- a/charts/stable/chromium-desktop-g3/Chart.yaml +++ b/charts/stable/chromium-desktop-g3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing - and 2D/3D drawing -Home: https://truecharts.org/charts/stable/chromium-desktop-g3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.webp -Keywords: -- chromium-desktop-g3 -- Tools-Utilities -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: chromium-desktop-g3 -Sources: -- https://github.com/accetto/headless-drawing-g3/ -- https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3 -- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/chromium-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.webp +keywords: + - chromium-desktop-g3 + - Tools-Utilities + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chromium-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 +type: application +version: 7.5.4 diff --git a/charts/stable/chromium/Chart.yaml b/charts/stable/chromium/Chart.yaml index 9e393f3c40f..754eb6c3f91 100644 --- a/charts/stable/chromium/Chart.yaml +++ b/charts/stable/chromium/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chromium is a free and open-source software project developed by the - Google-sponsored Chromium project. -Home: https://truecharts.org/charts/stable/chromium -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.webp -Keywords: -- chromium -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: chromium -Sources: -- https://ghcr.io/ich777/chrome -- https://github.com/truecharts/charts/tree/master/charts/stable/chromium -- https://www.google.com/chrome/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. +home: https://truecharts.org/charts/stable/chromium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.webp +keywords: + - chromium + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chromium +sources: + - https://ghcr.io/ich777/chrome + - https://github.com/truecharts/charts/tree/master/charts/stable/chromium + - https://www.google.com/chrome/ +type: application +version: 7.5.1 diff --git a/charts/stable/chronograf/Chart.yaml b/charts/stable/chronograf/Chart.yaml index 38b89ae2915..b7f91b04b54 100644 --- a/charts/stable/chronograf/Chart.yaml +++ b/charts/stable/chronograf/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chronograf is InfluxData’s open source web application. Use Chronograf - with the other components of the TICK stack to visualize your monitoring data and - easily create alerting and automation rules. -Home: https://truecharts.org/charts/stable/chronograf -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp -Keywords: -- chronograf -- Tools-System -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: chronograf -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/chronograf -- https://hub.docker.com/_/chronograf -- https://www.influxdata.com/time-series-platform/chronograf/ -Type: application -Version: 7.5.5 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. +home: https://truecharts.org/charts/stable/chronograf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp +keywords: + - chronograf + - Tools-System +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chronograf +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf + - https://hub.docker.com/_/chronograf + - https://www.influxdata.com/time-series-platform/chronograf/ +type: application +version: 7.5.5 diff --git a/charts/stable/chronos/Chart.yaml b/charts/stable/chronos/Chart.yaml index 88a5aa61aba..fde58e40577 100644 --- a/charts/stable/chronos/Chart.yaml +++ b/charts/stable/chronos/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chronos is a small container to run and schedule Python 3.7 scripts. - You can create virtual enviroments, edit your scripts, install Pip dependencies, - view execution logs, and debug your scripts, all from the sleek web UI. -Home: https://truecharts.org/charts/stable/chronos -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.webp -Keywords: -- chronos -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: chronos -Sources: -- https://github.com/simse/chronos -- https://github.com/truecharts/charts/tree/master/charts/stable/chronos -- https://hub.docker.com/r/simsemand/chronos -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. +home: https://truecharts.org/charts/stable/chronos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.webp +keywords: + - chronos + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: chronos +sources: + - https://github.com/simse/chronos + - https://github.com/truecharts/charts/tree/master/charts/stable/chronos + - https://hub.docker.com/r/simsemand/chronos +type: application +version: 10.5.1 diff --git a/charts/stable/ciao/Chart.yaml b/charts/stable/ciao/Chart.yaml index cc649321652..9b2a0971e42 100644 --- a/charts/stable/ciao/Chart.yaml +++ b/charts/stable/ciao/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on - the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. -Home: https://truecharts.org/charts/stable/ciao -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.webp -Keywords: -- ciao -- Network-Other -- Productivity -- Tools-System -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ciao -Sources: -- https://brotandgames.com/ciao/ -- https://github.com/truecharts/charts/tree/master/charts/stable/ciao -- https://hub.docker.com/r/brotandgames/ciao -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. +home: https://truecharts.org/charts/stable/ciao +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.webp +keywords: + - ciao + - Network-Other + - Productivity + - Tools-System +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ciao +sources: + - https://brotandgames.com/ciao/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ciao + - https://hub.docker.com/r/brotandgames/ciao +type: application +version: 7.5.1 diff --git a/charts/stable/citadel-forgedwithfire/Chart.yaml b/charts/stable/citadel-forgedwithfire/Chart.yaml index d658e782aa6..2686c36b74f 100644 --- a/charts/stable/citadel-forgedwithfire/Chart.yaml +++ b/charts/stable/citadel-forgedwithfire/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: citadelfwf -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Citadel - - Forged with Fire and run it. -Home: https://truecharts.org/charts/stable/citadel-forgedwithfire -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.webp -Keywords: -- citadel-forgedwithfire -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: citadel-forgedwithfire -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: citadelfwf +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. +home: https://truecharts.org/charts/stable/citadel-forgedwithfire +icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.webp +keywords: + - citadel-forgedwithfire + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: citadel-forgedwithfire +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/citadel-forgedwithfire + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml index 0cd3af258e4..75cd3749fdf 100644 --- a/charts/stable/clamav/Chart.yaml +++ b/charts/stable/clamav/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.4.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ClamAV is an open source antivirus engine for detecting trojans, viruses, - malware & other malicious threats. -Home: https://truecharts.org/charts/stable/clamav -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.webp -Keywords: -- clamav -- antivirus -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: clamav -Sources: -- https://docs.clamav.net/ -- https://github.com/Cisco-Talos/clamav -- https://github.com/truecharts/charts/tree/master/charts/stable/clamav -- https://hub.docker.com/r/clamav/clamav -Type: application -Version: 12.6.10 +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. +home: https://truecharts.org/charts/stable/clamav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.webp +keywords: + - clamav + - antivirus +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clamav +sources: + - https://docs.clamav.net/ + - https://github.com/Cisco-Talos/clamav + - https://github.com/truecharts/charts/tree/master/charts/stable/clamav + - https://hub.docker.com/r/clamav/clamav +type: application +version: 12.6.10 diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index fcc40a2a4a4..4791d2f0135 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,42 +8,42 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.1.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: A web-based dashboard application that gives you a neat and clean interface - for logging your fuel fill-ups for all of your vehicles. -Home: https://truecharts.org/charts/stable/clarkson -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.webp -Keywords: -- fuel -- car -- log -- fill-up -- vehicle -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: clarkson -Sources: -- https://ghcr.io/linuxserver/clarkson -- https://github.com/linuxserver/Clarkson -- https://github.com/truecharts/charts/tree/master/charts/stable/clarkson -Type: application -Version: 14.13.0 +apiVersion: v2 +appVersion: 1.1.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. +home: https://truecharts.org/charts/stable/clarkson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.webp +keywords: + - fuel + - car + - log + - fill-up + - vehicle +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clarkson +sources: + - https://ghcr.io/linuxserver/clarkson + - https://github.com/linuxserver/Clarkson + - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson +type: application +version: 14.13.0 diff --git a/charts/stable/clickhouse/Chart.yaml b/charts/stable/clickhouse/Chart.yaml index a4bf1e62d7b..ac833ff4bc7 100644 --- a/charts/stable/clickhouse/Chart.yaml +++ b/charts/stable/clickhouse/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.3.2.39 -Dependencies: -- Alias: "" - Condition: includeCommon - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ClickHouse is a column-oriented database management system (DBMS) for - online analytical processing of queries (OLAP). -Home: https://truecharts.org/charts/stable/clickhouse -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.webp -Keywords: -- database -- clickhouse -- sql -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: clickhouse -Sources: -- https://clickhouse.com/ -- https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse -- https://hub.docker.com/r/clickhouse/clickhouse-server -Type: application -Version: 15.2.1 +apiVersion: v2 +appVersion: 25.3.2.39 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). +home: https://truecharts.org/charts/stable/clickhouse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.webp +keywords: + - database + - clickhouse + - sql +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clickhouse +sources: + - https://clickhouse.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse + - https://hub.docker.com/r/clickhouse/clickhouse-server +type: application +version: 15.2.1 diff --git a/charts/stable/clipplex/Chart.yaml b/charts/stable/clipplex/Chart.yaml index 7d1354e4e99..cd9dd418155 100644 --- a/charts/stable/clipplex/Chart.yaml +++ b/charts/stable/clipplex/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Clip your plex media to share. -Home: https://truecharts.org/charts/stable/clipplex -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.webp -Keywords: -- clipplex -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: clipplex -Sources: -- https://github.com/jo-nike/clipplex -- https://github.com/truecharts/charts/tree/master/charts/stable/clipplex -- https://hub.docker.com/r/jonnike/clipplex -Type: application -Version: 5.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Clip your plex media to share. +home: https://truecharts.org/charts/stable/clipplex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.webp +keywords: + - clipplex + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: clipplex +sources: + - https://github.com/jo-nike/clipplex + - https://github.com/truecharts/charts/tree/master/charts/stable/clipplex + - https://hub.docker.com/r/jonnike/clipplex +type: application +version: 5.5.1 diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml index e4023622b75..44b5fb71028 100644 --- a/charts/stable/cloud9/Chart.yaml +++ b/charts/stable/cloud9/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.29.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A complete web based IDE with terminal access -Home: https://truecharts.org/charts/stable/cloud9 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.webp -Keywords: -- cloud9 -- ide -- terminal -- web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cloud9 -Sources: -- https://aws.amazon.com/cloud9/ -- https://ghcr.io/linuxserver/cloud9 -- https://github.com/c9/core -- https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 1.29.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A complete web based IDE with terminal access +home: https://truecharts.org/charts/stable/cloud9 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.webp +keywords: + - cloud9 + - ide + - terminal + - web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloud9 +sources: + - https://aws.amazon.com/cloud9/ + - https://ghcr.io/linuxserver/cloud9 + - https://github.com/c9/core + - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 +type: application +version: 13.5.1 diff --git a/charts/stable/cloudcommander/Chart.yaml b/charts/stable/cloudcommander/Chart.yaml index 89041ec85f6..1a9b70d67ec 100644 --- a/charts/stable/cloudcommander/Chart.yaml +++ b/charts/stable/cloudcommander/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 18.5.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: 18.5.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | [b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/] -Home: https://truecharts.org/charts/stable/cloudcommander -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.webp -Keywords: -- cloudcommander -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cloudcommander -Sources: -- https://ghcr.io/coderaiser/cloudcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander -Type: application -Version: 7.5.3 +home: https://truecharts.org/charts/stable/cloudcommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.webp +keywords: + - cloudcommander + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudcommander +sources: + - https://ghcr.io/coderaiser/cloudcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander +type: application +version: 7.5.3 diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml index b13245c4633..fdc3614aa2b 100644 --- a/charts/stable/cloudflared/Chart.yaml +++ b/charts/stable/cloudflared/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.4.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Client for Cloudflare Tunnel, a daemon that exposes private services - through the Cloudflare edge. -Home: https://truecharts.org/charts/stable/cloudflared -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.webp -Keywords: -- cloudflared -- networking -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cloudflared -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared -- https://hub.docker.com/r/cloudflare/cloudflared -Type: application -Version: 13.3.0 +apiVersion: v2 +appVersion: 2025.4.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. +home: https://truecharts.org/charts/stable/cloudflared +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.webp +keywords: + - cloudflared + - networking +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudflared +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared + - https://hub.docker.com/r/cloudflare/cloudflared +type: application +version: 13.3.0 diff --git a/charts/stable/cloudflareddns/Chart.yaml b/charts/stable/cloudflareddns/Chart.yaml index 839fb0035ad..f43906ad336 100644 --- a/charts/stable/cloudflareddns/Chart.yaml +++ b/charts/stable/cloudflareddns/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Automate Cloudflare DNS records for those with a dynamic IP. -Home: https://truecharts.org/charts/stable/cloudflareddns -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.webp -Keywords: -- cloudflareddns -- ddns -- cloudflare -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cloudflareddns -Sources: -- https://ghcr.io/hotio/cloudflareddns -- https://github.com/hotio/cloudflareddns -- https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns -- https://hotio.dev/containers/cloudflareddns/ -Type: application -Version: 11.5.5 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automate Cloudflare DNS records for those with a dynamic IP. +home: https://truecharts.org/charts/stable/cloudflareddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.webp +keywords: + - cloudflareddns + - ddns + - cloudflare +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudflareddns +sources: + - https://ghcr.io/hotio/cloudflareddns + - https://github.com/hotio/cloudflareddns + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns + - https://hotio.dev/containers/cloudflareddns/ +type: application +version: 11.5.5 diff --git a/charts/stable/cloudreve/Chart.yaml b/charts/stable/cloudreve/Chart.yaml index 9f9f90525f0..b711178f60f 100644 --- a/charts/stable/cloudreve/Chart.yaml +++ b/charts/stable/cloudreve/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.8.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Self-hosted file management and sharing system, supports multiple storage - providers -Home: https://truecharts.org/charts/stable/cloudreve -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.webp -Keywords: -- cloudreve -- Cloud -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cloudreve -Sources: -- https://github.com/cloudreve/Cloudreve -- https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve -- https://hub.docker.com/r/cloudreve/cloudreve -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 3.8.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted file management and sharing system, supports multiple storage providers +home: https://truecharts.org/charts/stable/cloudreve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.webp +keywords: + - cloudreve + - Cloud + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cloudreve +sources: + - https://github.com/cloudreve/Cloudreve + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudreve + - https://hub.docker.com/r/cloudreve/cloudreve +type: application +version: 8.5.1 diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index 8910f758ba4..09fcd8c2c8c 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.98.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Run VS Code on any machine anywhere and access it in the browser. -Home: https://truecharts.org/charts/stable/code-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.webp -Keywords: -- code -- vs -- visual studio -- vscode -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: code-server -Sources: -- https://github.com/cdr/code-server -- https://github.com/truecharts/charts/tree/master/charts/stable/code-server -- https://hub.docker.com/r/codercom/code-server -Type: application -Version: 13.13.1 +apiVersion: v2 +appVersion: 4.98.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Run VS Code on any machine anywhere and access it in the browser. +home: https://truecharts.org/charts/stable/code-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.webp +keywords: + - code + - vs + - visual studio + - vscode +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: code-server +sources: + - https://github.com/cdr/code-server + - https://github.com/truecharts/charts/tree/master/charts/stable/code-server + - https://hub.docker.com/r/codercom/code-server +type: application +version: 13.13.1 diff --git a/charts/stable/codeproject-ai-server/Chart.yaml b/charts/stable/codeproject-ai-server/Chart.yaml index bc83a82965b..d83d7cdf906 100644 --- a/charts/stable/codeproject-ai-server/Chart.yaml +++ b/charts/stable/codeproject-ai-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.6.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence - microserver for any platform, any language. -Home: https://truecharts.org/charts/stable/codeproject-ai-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.webp -Keywords: -- ai-server -- sense-ai -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: codeproject-ai-server -Sources: -- https://github.com/codeproject/CodeProject.AI-Server -- https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server -- https://hub.docker.com/r/codeproject/ai-server -Type: application -Version: 4.5.1 +apiVersion: v2 +appVersion: 2.6.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. +home: https://truecharts.org/charts/stable/codeproject-ai-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.webp +keywords: + - ai-server + - sense-ai +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: codeproject-ai-server +sources: + - https://github.com/codeproject/CodeProject.AI-Server + - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server + - https://hub.docker.com/r/codeproject/ai-server +type: application +version: 4.5.1 diff --git a/charts/stable/collabora/Chart.yaml b/charts/stable/collabora/Chart.yaml index 6ffd076d056..7400d10295e 100644 --- a/charts/stable/collabora/Chart.yaml +++ b/charts/stable/collabora/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 24.04.13.2.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An awesome, Online Office suite image suitable for home use. -Home: https://truecharts.org/charts/stable/collabora -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.webp -Keywords: -- office -- document -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: collabora -Sources: -- https://github.com/CollaboraOnline/online -- https://github.com/truecharts/charts/tree/master/charts/stable/collabora -- https://hub.docker.com/r/collabora/code -Type: application -Version: 7.5.7 +apiVersion: v2 +appVersion: 24.04.13.2.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An awesome, Online Office suite image suitable for home use. +home: https://truecharts.org/charts/stable/collabora +icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.webp +keywords: + - office + - document +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: collabora +sources: + - https://github.com/CollaboraOnline/online + - https://github.com/truecharts/charts/tree/master/charts/stable/collabora + - https://hub.docker.com/r/collabora/code +type: application +version: 7.5.7 diff --git a/charts/stable/colonysurvival/Chart.yaml b/charts/stable/colonysurvival/Chart.yaml index e9549369410..b229f9382e3 100644 --- a/charts/stable/colonysurvival/Chart.yaml +++ b/charts/stable/colonysurvival/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: colonysurial -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Colony - Survival and run it. -Home: https://truecharts.org/charts/stable/colonysurvival -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.webp -Keywords: -- colonysurvival -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: colonysurvival -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: colonysurial +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Colony Survival and run it. +home: https://truecharts.org/charts/stable/colonysurvival +icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.webp +keywords: + - colonysurvival + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: colonysurvival +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/colonysurvival + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/comet/Chart.yaml b/charts/stable/comet/Chart.yaml index 853b14f308f..3876c8a947d 100644 --- a/charts/stable/comet/Chart.yaml +++ b/charts/stable/comet/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,29 +6,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.4.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: comet self-hosted -Home: https://truecharts.org/charts/stable/comet -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/comet.webp -Keywords: -- comet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: comet -Sources: -- https://ghcr.io/elfhosted/comet -- https://github.com/truecharts/charts/tree/master/charts/stable/comet -Type: application -Version: 2.4.2 +apiVersion: v2 +appVersion: 2.4.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: comet self-hosted +home: https://truecharts.org/charts/stable/comet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/comet.webp +keywords: + - comet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: comet +sources: + - https://ghcr.io/elfhosted/comet + - https://github.com/truecharts/charts/tree/master/charts/stable/comet +type: application +version: 2.4.2 diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml index df829224266..b5ad0ab1564 100644 --- a/charts/stable/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.8.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Commento++ is a free, open source, fast & lightweight comments box that - you can embed in your static website instead of Disqus. -Home: https://truecharts.org/charts/stable/commento-plusplus -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.webp -Keywords: -- commento -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: commento-plusplus -Sources: -- https://github.com/souramoo/commentoplusplus -- https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus -- https://hub.docker.com/r/caroga/commentoplusplus -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 1.8.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. +home: https://truecharts.org/charts/stable/commento-plusplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.webp +keywords: + - commento +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: commento-plusplus +sources: + - https://github.com/souramoo/commentoplusplus + - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus + - https://hub.docker.com/r/caroga/commentoplusplus +type: application +version: 13.5.1 diff --git a/charts/stable/conanexiles/Chart.yaml b/charts/stable/conanexiles/Chart.yaml index 0d10881220f..32fed6dc977 100644 --- a/charts/stable/conanexiles/Chart.yaml +++ b/charts/stable/conanexiles/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: conanexiles -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Conan - Exiles and run it. -Home: https://truecharts.org/charts/stable/conanexiles -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.webp -Keywords: -- conanexiles -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: conanexiles -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: conanexiles +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Conan Exiles and run it. +home: https://truecharts.org/charts/stable/conanexiles +icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.webp +keywords: + - conanexiles + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: conanexiles +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/conanexiles + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/convos/Chart.yaml b/charts/stable/convos/Chart.yaml index 7d4178bcb87..0a0f2da87dd 100644 --- a/charts/stable/convos/Chart.yaml +++ b/charts/stable/convos/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 8.07.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Convos is the simplest way to use IRC and it is always online -Home: https://truecharts.org/charts/stable/convos -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.webp -Keywords: -- convos -- Network-Messenger -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: convos -Sources: -- https://convos.chat/ -- https://ghcr.io/convos-chat/convos -- https://github.com/truecharts/charts/tree/master/charts/stable/convos -Type: application -Version: 8.3.1 +apiVersion: v2 +appVersion: 8.07.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Convos is the simplest way to use IRC and it is always online +home: https://truecharts.org/charts/stable/convos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.webp +keywords: + - convos + - Network-Messenger +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: convos +sources: + - https://convos.chat/ + - https://ghcr.io/convos-chat/convos + - https://github.com/truecharts/charts/tree/master/charts/stable/convos +type: application +version: 8.3.1 diff --git a/charts/stable/cops/Chart.yaml b/charts/stable/cops/Chart.yaml index d1eaaefc4f6..ad2da2495ca 100644 --- a/charts/stable/cops/Chart.yaml +++ b/charts/stable/cops/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.5.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: 3.5.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. -Home: https://truecharts.org/charts/stable/cops -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.webp -Keywords: -- cops -- Cloud -- MediaApp-Books -- MediaServer-Books -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cops -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/cops -- https://github.com/linuxserver/docker-cops#readme -- https://github.com/orgs/linuxserver/packages/container/package/cops -- https://github.com/truecharts/charts/tree/master/charts/stable/cops -Type: application -Version: 11.8.9 +home: https://truecharts.org/charts/stable/cops +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.webp +keywords: + - cops + - Cloud + - MediaApp-Books + - MediaServer-Books +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cops +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/cops + - https://github.com/linuxserver/docker-cops#readme + - https://github.com/orgs/linuxserver/packages/container/package/cops + - https://github.com/truecharts/charts/tree/master/charts/stable/cops +type: application +version: 11.8.9 diff --git a/charts/stable/core-keeper-dedicated-server/Chart.yaml b/charts/stable/core-keeper-dedicated-server/Chart.yaml index e9c5ef56d60..0d398569cbe 100644 --- a/charts/stable/core-keeper-dedicated-server/Chart.yaml +++ b/charts/stable/core-keeper-dedicated-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chart file for the new Core Keeper dedicated server running from SteamCMD. - (No account etc needed) -Home: https://truecharts.org/charts/stable/core-keeper-dedicated-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.webp -Keywords: -- core-keeper-dedicated-server -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: core-keeper-dedicated-server -Sources: -- https://github.com/escapingnetwork/core-keeper-dedicated/ -- https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server -- https://hub.docker.com/r/escaping/core-keeper-dedicated -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed) +home: https://truecharts.org/charts/stable/core-keeper-dedicated-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.webp +keywords: + - core-keeper-dedicated-server + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: core-keeper-dedicated-server +sources: + - https://github.com/escapingnetwork/core-keeper-dedicated/ + - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server + - https://hub.docker.com/r/escaping/core-keeper-dedicated +type: application +version: 7.5.4 diff --git a/charts/stable/corekeeper/Chart.yaml b/charts/stable/corekeeper/Chart.yaml index 57a5de40ddc..b479ac2ad93 100644 --- a/charts/stable/corekeeper/Chart.yaml +++ b/charts/stable/corekeeper/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: corekeeper -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install CoreKeeper - and run it. -Home: https://truecharts.org/charts/stable/corekeeper -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.webp -Keywords: -- corekeeper -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: corekeeper -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper -- https://steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: corekeeper +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install CoreKeeper and run it. +home: https://truecharts.org/charts/stable/corekeeper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.webp +keywords: + - corekeeper + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: corekeeper +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/corekeeper + - https://steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml index 80cb0a61207..cfd28d48236 100644 --- a/charts/stable/couchpotato/Chart.yaml +++ b/charts/stable/couchpotato/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Couchpotato is an automatic NZB and torrent downloader. -Home: https://truecharts.org/charts/stable/couchpotato -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.webp -Keywords: -- couchpotato -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: couchpotato -Sources: -- https://ghcr.io/linuxserver/couchpotato -- https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Couchpotato is an automatic NZB and torrent downloader. +home: https://truecharts.org/charts/stable/couchpotato +icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.webp +keywords: + - couchpotato +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: couchpotato +sources: + - https://ghcr.io/linuxserver/couchpotato + - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato +type: application +version: 11.5.1 diff --git a/charts/stable/counterstrike2d/Chart.yaml b/charts/stable/counterstrike2d/Chart.yaml index 4ba0f032032..3a007dc810c 100644 --- a/charts/stable/counterstrike2d/Chart.yaml +++ b/charts/stable/counterstrike2d/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install CounterStrike 2D. -Home: https://truecharts.org/charts/stable/counterstrike2d -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.webp -Keywords: -- counterstrike2d -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: counterstrike2d -Sources: -- https://ghcr.io/ich777/cs2dserver -- https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install CounterStrike 2D. +home: https://truecharts.org/charts/stable/counterstrike2d +icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.webp +keywords: + - counterstrike2d + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: counterstrike2d +sources: + - https://ghcr.io/ich777/cs2dserver + - https://github.com/truecharts/charts/tree/master/charts/stable/counterstrike2d + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/cowyo/Chart.yaml b/charts/stable/cowyo/Chart.yaml index 3dbeddac6ab..976acaf590b 100644 --- a/charts/stable/cowyo/Chart.yaml +++ b/charts/stable/cowyo/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: cowyo is a self-contained wiki server that makes jotting notes easy and - fast. The most important feature here is simplicity. Other features include versioning, - page locking, self-destructing messages, encryption, and listifying. -Home: https://truecharts.org/charts/stable/cowyo -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.webp -Keywords: -- cowyo -- Cloud -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cowyo -Sources: -- https://github.com/schollz/cowyo -- https://github.com/truecharts/charts/tree/master/charts/stable/cowyo -- https://hub.docker.com/r/schollz/cowyo -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. +home: https://truecharts.org/charts/stable/cowyo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.webp +keywords: + - cowyo + - Cloud + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cowyo +sources: + - https://github.com/schollz/cowyo + - https://github.com/truecharts/charts/tree/master/charts/stable/cowyo + - https://hub.docker.com/r/schollz/cowyo +type: application +version: 7.5.1 diff --git a/charts/stable/craftopia/Chart.yaml b/charts/stable/craftopia/Chart.yaml index 06f26d67083..d00301d31f5 100644 --- a/charts/stable/craftopia/Chart.yaml +++ b/charts/stable/craftopia/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: craftopia -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Craftopia - and run it. -Home: https://truecharts.org/charts/stable/craftopia -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.webp -Keywords: -- craftopia -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: craftopia -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/craftopia -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: craftopia +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Craftopia and run it. +home: https://truecharts.org/charts/stable/craftopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.webp +keywords: + - craftopia + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: craftopia +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/craftopia + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/crafty-4/Chart.yaml b/charts/stable/crafty-4/Chart.yaml index 3bff294b92b..70d9df023d4 100644 --- a/charts/stable/crafty-4/Chart.yaml +++ b/charts/stable/crafty-4/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.4.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Crafty Controller is a Minecraft Server Control Panel / Launcher. -Home: https://truecharts.org/charts/stable/crafty-4 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.webp -Keywords: -- crafty-4 -- GameServers -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: crafty-4 -Sources: -- https://craftycontrol.com/ -- https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4 -- https://gitlab.com/crafty-controller/crafty-4 -Type: application -Version: 9.5.1 +apiVersion: v2 +appVersion: 4.4.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Crafty Controller is a Minecraft Server Control Panel / Launcher. +home: https://truecharts.org/charts/stable/crafty-4 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.webp +keywords: + - crafty-4 + - GameServers + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: crafty-4 +sources: + - https://craftycontrol.com/ + - https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4 + - https://gitlab.com/crafty-controller/crafty-4 +type: application +version: 9.5.1 diff --git a/charts/stable/crypto-exchanges-gateway/Chart.yaml b/charts/stable/crypto-exchanges-gateway/Chart.yaml index c76dda720ca..f4ff60c61b4 100644 --- a/charts/stable/crypto-exchanges-gateway/Chart.yaml +++ b/charts/stable/crypto-exchanges-gateway/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Your gateway to the world of crypto -Home: https://truecharts.org/charts/stable/crypto-exchanges-gateway -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.webp -Keywords: -- crypto-exchanges-gateway -- Productivity -- Crypto -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: crypto-exchanges-gateway -Sources: -- https://github.com/aloysius-pgast/crypto-exchanges-gateway -- https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway -- https://hub.docker.com/r/apendergast/crypto-exchanges-gateway -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Your gateway to the world of crypto +home: https://truecharts.org/charts/stable/crypto-exchanges-gateway +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.webp +keywords: + - crypto-exchanges-gateway + - Productivity + - Crypto +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: crypto-exchanges-gateway +sources: + - https://github.com/aloysius-pgast/crypto-exchanges-gateway + - https://github.com/truecharts/charts/tree/master/charts/stable/crypto-exchanges-gateway + - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway +type: application +version: 7.5.1 diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml index acd175ead13..df514b256bd 100644 --- a/charts/stable/cryptofolio/Chart.yaml +++ b/charts/stable/cryptofolio/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Track your cryptocurrency holdings/portfolio -Home: https://truecharts.org/charts/stable/cryptofolio -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.webp -Keywords: -- cryptofolio -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cryptofolio -Sources: -- https://github.com/Xtrendence/cryptofolio -- https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio -- https://hub.docker.com/r/xtrendence/cryptofolio -Type: application -Version: 14.5.1 +apiVersion: v2 +appVersion: 2.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track your cryptocurrency holdings/portfolio +home: https://truecharts.org/charts/stable/cryptofolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.webp +keywords: + - cryptofolio +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cryptofolio +sources: + - https://github.com/Xtrendence/cryptofolio + - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio + - https://hub.docker.com/r/xtrendence/cryptofolio +type: application +version: 14.5.1 diff --git a/charts/stable/cryptpad/Chart.yaml b/charts/stable/cryptpad/Chart.yaml index 5bad1623c2a..1363642e2fb 100644 --- a/charts/stable/cryptpad/Chart.yaml +++ b/charts/stable/cryptpad/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.5.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: CryptPad is the Zero Knowledge realtime collaborative editor. -Home: https://truecharts.org/charts/stable/cryptpad -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.webp -Keywords: -- cryptpad -- Productivity -- Security -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cryptpad -Sources: -- https://cryptpad.fr/ -- https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad -- https://hub.docker.com/r/cryptpad/cryptpad -Type: application -Version: 9.5.1 +apiVersion: v2 +appVersion: 5.5.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CryptPad is the Zero Knowledge realtime collaborative editor. +home: https://truecharts.org/charts/stable/cryptpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.webp +keywords: + - cryptpad + - Productivity + - Security +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cryptpad +sources: + - https://cryptpad.fr/ + - https://github.com/truecharts/charts/tree/master/charts/stable/cryptpad + - https://hub.docker.com/r/cryptpad/cryptpad +type: application +version: 9.5.1 diff --git a/charts/stable/cs2/Chart.yaml b/charts/stable/cs2/Chart.yaml index e092388f54c..049469879ec 100644 --- a/charts/stable/cs2/Chart.yaml +++ b/charts/stable/cs2/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: cs2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A custom SteamCMD chart that runs CS2. -Home: https://truecharts.org/charts/stable/cs2 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.webp -Keywords: -- cs2 -- counter-strike -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cs2 -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/ich777/docker-steamcmd-server/tree/cs2 -- https://github.com/truecharts/charts/tree/master/charts/stable/cs2 -Type: application -Version: 5.5.1 +apiVersion: v2 +appVersion: cs2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs CS2. +home: https://truecharts.org/charts/stable/cs2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.webp +keywords: + - cs2 + - counter-strike +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cs2 +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/ich777/docker-steamcmd-server/tree/cs2 + - https://github.com/truecharts/charts/tree/master/charts/stable/cs2 +type: application +version: 5.5.1 diff --git a/charts/stable/csgo/Chart.yaml b/charts/stable/csgo/Chart.yaml index 1630bc8bd13..493951e720a 100644 --- a/charts/stable/csgo/Chart.yaml +++ b/charts/stable/csgo/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This Chart will download and install SteamCMD. It will also install - Counter-Strike: GO and run it.' -Home: https://truecharts.org/charts/stable/csgo -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.webp -Keywords: -- csgo -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: csgo -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/csgo -- https://www.steampowered.com/ -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it.' +home: https://truecharts.org/charts/stable/csgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.webp +keywords: + - csgo + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: csgo +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/csgo + - https://www.steampowered.com/ +type: application +version: 7.5.2 diff --git a/charts/stable/cssource/Chart.yaml b/charts/stable/cssource/Chart.yaml index ec77a71c291..d2bcb768db9 100644 --- a/charts/stable/cssource/Chart.yaml +++ b/charts/stable/cssource/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This Chart will download and install SteamCMD. It will also install - Counter-Strike: Source and run it.' -Home: https://truecharts.org/charts/stable/cssource -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.webp -Keywords: -- cssource -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cssource -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/cssource -- https://www.steampowered.com/ -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it.' +home: https://truecharts.org/charts/stable/cssource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.webp +keywords: + - cssource + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cssource +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/cssource + - https://www.steampowered.com/ +type: application +version: 7.5.2 diff --git a/charts/stable/cstrike1-6/Chart.yaml b/charts/stable/cstrike1-6/Chart.yaml index c73e68f6282..bb33cc8bca2 100644 --- a/charts/stable/cstrike1-6/Chart.yaml +++ b/charts/stable/cstrike1-6/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: cstrike1.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Counter-Strike - 1.6 and run it. -Home: https://truecharts.org/charts/stable/cstrike1-6 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.webp -Keywords: -- cstrike1-6 -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cstrike1-6 -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6 -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: cstrike1.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it. +home: https://truecharts.org/charts/stable/cstrike1-6 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.webp +keywords: + - cstrike1-6 + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cstrike1-6 +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/cstrike1-6 + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/cstrikeconditionzero/Chart.yaml b/charts/stable/cstrikeconditionzero/Chart.yaml index 1bd6ea7affa..152eb14fde2 100644 --- a/charts/stable/cstrikeconditionzero/Chart.yaml +++ b/charts/stable/cstrikeconditionzero/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: cstrikeczero -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Counter-Strike - Condition Zero and run it. -Home: https://truecharts.org/charts/stable/cstrikeconditionzero -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.webp -Keywords: -- cstrikeconditionzero -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cstrikeconditionzero -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: cstrikeczero +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it. +home: https://truecharts.org/charts/stable/cstrikeconditionzero +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.webp +keywords: + - cstrikeconditionzero + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cstrikeconditionzero +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/cstrikeconditionzero + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/ctfd/Chart.yaml b/charts/stable/ctfd/Chart.yaml index ff7763946aa..a12920bfab3 100644 --- a/charts/stable/ctfd/Chart.yaml +++ b/charts/stable/ctfd/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,45 +8,46 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.7.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. -Home: https://truecharts.org/charts/stable/ctfd -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.webp -Keywords: -- ctfd -- learning -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ctfd -Sources: -- https://ghcr.io/ctfd/ctfd -- https://github.com/CTFd/CTFd -- https://github.com/truecharts/charts/tree/master/charts/stable/ctfd -Type: application -Version: 6.15.2 +apiVersion: v2 +appVersion: 3.7.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CTFd is a Capture The Flag framework focusing on ease of use and customizability. +home: https://truecharts.org/charts/stable/ctfd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.webp +keywords: + - ctfd + - learning +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ctfd +sources: + - https://ghcr.io/ctfd/ctfd + - https://github.com/CTFd/CTFd + - https://github.com/truecharts/charts/tree/master/charts/stable/ctfd +type: application +version: 6.15.2 diff --git a/charts/stable/cura-novnc/Chart.yaml b/charts/stable/cura-novnc/Chart.yaml index 625d6608170..36897eb36db 100644 --- a/charts/stable/cura-novnc/Chart.yaml +++ b/charts/stable/cura-novnc/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.8.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Enjoy Cura directly in your browser with this easy to use Chart -Home: https://truecharts.org/charts/stable/cura-novnc -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.webp -Keywords: -- cura-novnc -- home-automation -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cura-novnc -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc -- https://hub.docker.com/r/mikeah/cura-novnc -- https://ultimaker.com/software/ultimaker-cura -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: 5.8.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Enjoy Cura directly in your browser with this easy to use Chart +home: https://truecharts.org/charts/stable/cura-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.webp +keywords: + - cura-novnc + - home-automation + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cura-novnc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cura-novnc + - https://hub.docker.com/r/mikeah/cura-novnc + - https://ultimaker.com/software/ultimaker-cura +type: application +version: 10.5.1 diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml index d17a017759d..67d2774882a 100644 --- a/charts/stable/cyberchef/Chart.yaml +++ b/charts/stable/cyberchef/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 10.19.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: CyberChef is a simple, intuitive web app for carrying out all manner - of "cyber" operations within a web browser. -Home: https://truecharts.org/charts/stable/cyberchef -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.webp -Keywords: -- cyberchef -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: cyberchef -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef -- https://hub.docker.com/r/mpepping/cyberchef -Type: application -Version: 11.6.1 +apiVersion: v2 +appVersion: 10.19.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. +home: https://truecharts.org/charts/stable/cyberchef +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.webp +keywords: + - cyberchef +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cyberchef +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef + - https://hub.docker.com/r/mpepping/cyberchef +type: application +version: 11.6.1 diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml index 72c61277a7f..187d71156dd 100644 --- a/charts/stable/czkawka/Chart.yaml +++ b/charts/stable/czkawka/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.03.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Czkawka is a simple, fast and free app to remove unnecessary files from - your computer. -Home: https://truecharts.org/charts/stable/czkawka -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.webp -Keywords: -- duplicates -- file management -- czkawka -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: czkawka -Sources: -- https://github.com/jlesage/docker-czkawka -- https://github.com/qarmin/czkawka -- https://github.com/truecharts/charts/tree/master/charts/stable/czkawka -- https://hub.docker.com/r/jlesage/czkawka -Type: application -Version: 12.1.0 +apiVersion: v2 +appVersion: 25.03.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. +home: https://truecharts.org/charts/stable/czkawka +icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.webp +keywords: + - duplicates + - file management + - czkawka +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: czkawka +sources: + - https://github.com/jlesage/docker-czkawka + - https://github.com/qarmin/czkawka + - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka + - https://hub.docker.com/r/jlesage/czkawka +type: application +version: 12.1.0 diff --git a/charts/stable/dailynotes/Chart.yaml b/charts/stable/dailynotes/Chart.yaml index 29f27700257..8d846ec0b48 100644 --- a/charts/stable/dailynotes/Chart.yaml +++ b/charts/stable/dailynotes/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | App for taking notes and tracking tasks on a daily basis. -Home: https://truecharts.org/charts/stable/dailynotes -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.webp -Keywords: -- dailynotes -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dailynotes -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes -- https://hub.docker.com/r/m0ngr31/dailynotes -Type: application -Version: 7.5.1 +home: https://truecharts.org/charts/stable/dailynotes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.webp +keywords: + - dailynotes + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dailynotes +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dailynotes + - https://hub.docker.com/r/m0ngr31/dailynotes +type: application +version: 7.5.1 diff --git a/charts/stable/damselfly/Chart.yaml b/charts/stable/damselfly/Chart.yaml index 9b8b73ea08e..7db79db1019 100644 --- a/charts/stable/damselfly/Chart.yaml +++ b/charts/stable/damselfly/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Damselfly is a server-based Digital Asset Management system. The goal - of Damselfly is to index an extremely large collection of images, and allow easy - search and retrieval of those images, using metadata such as the IPTC keyword tags, - as well as the folder and file names. See https://damselfly.info for more details. -Home: https://truecharts.org/charts/stable/damselfly -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.webp -Keywords: -- damselfly -- MediaApp-Photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: damselfly -Sources: -- https://github.com/Webreaper/Damselfly -- https://github.com/truecharts/charts/tree/master/charts/stable/damselfly -- https://hub.docker.com/r/webreaper/damselfly -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. +home: https://truecharts.org/charts/stable/damselfly +icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.webp +keywords: + - damselfly + - MediaApp-Photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: damselfly +sources: + - https://github.com/Webreaper/Damselfly + - https://github.com/truecharts/charts/tree/master/charts/stable/damselfly + - https://hub.docker.com/r/webreaper/damselfly +type: application +version: 7.5.1 diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index 7daebc44133..77895651a92 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.9.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: dash. (or dashdot) is a modern server dashboard, running on the latest - tech, designed with glassmorphism in mind. -Home: https://truecharts.org/charts/stable/dashdot -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.webp -Keywords: -- dashboard -- dashdot -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dashdot -Sources: -- https://github.com/MauriceNino/dashdot -- https://github.com/truecharts/charts/tree/master/charts/stable/dashdot -- https://hub.docker.com/r/mauricenino/dashdot -Type: application -Version: 10.6.2 +apiVersion: v2 +appVersion: 5.9.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. +home: https://truecharts.org/charts/stable/dashdot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.webp +keywords: + - dashboard + - dashdot +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dashdot +sources: + - https://github.com/MauriceNino/dashdot + - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot + - https://hub.docker.com/r/mauricenino/dashdot +type: application +version: 10.6.2 diff --git a/charts/stable/dashmachine/Chart.yaml b/charts/stable/dashmachine/Chart.yaml index d88f31bc2de..a4ba28296a4 100644 --- a/charts/stable/dashmachine/Chart.yaml +++ b/charts/stable/dashmachine/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'Another web application bookmark dashboard, with fun features.[br][br][b][u][span - style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: - [B][u]admin[/B][/u][/b]' -Home: https://truecharts.org/charts/stable/dashmachine -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.webp -Keywords: -- dashmachine -- Productivity -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dashmachine -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine -- https://hub.docker.com/r/rmountjoy/dashmachine -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'Another web application bookmark dashboard, with fun features.[br][br][b][u][span style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]' +home: https://truecharts.org/charts/stable/dashmachine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.webp +keywords: + - dashmachine + - Productivity + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dashmachine +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dashmachine + - https://hub.docker.com/r/rmountjoy/dashmachine +type: application +version: 7.5.1 diff --git a/charts/stable/dashy/Chart.yaml b/charts/stable/dashy/Chart.yaml index da3abe03e40..32bab8a0898 100644 --- a/charts/stable/dashy/Chart.yaml +++ b/charts/stable/dashy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Dashy helps you organize your self-hosted services by making them accessible - from a single place -Home: https://truecharts.org/charts/stable/dashy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.webp -Keywords: -- dashboard -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dashy -Sources: -- https://github.com/Lissy93/dashy -- https://github.com/truecharts/charts/tree/master/charts/stable/dashy -- https://hub.docker.com/r/lissy93/dashy -Type: application -Version: 9.5.1 +apiVersion: v2 +appVersion: 3.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dashy helps you organize your self-hosted services by making them accessible from a single place +home: https://truecharts.org/charts/stable/dashy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.webp +keywords: + - dashboard +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dashy +sources: + - https://github.com/Lissy93/dashy + - https://github.com/truecharts/charts/tree/master/charts/stable/dashy + - https://hub.docker.com/r/lissy93/dashy +type: application +version: 9.5.1 diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml index 6aa8fe04261..8dab44d7b80 100644 --- a/charts/stable/davos/Chart.yaml +++ b/charts/stable/davos/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.2.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An FTP automation tool that periodically scans given host locations for - new files. -Home: https://truecharts.org/charts/stable/davos -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.webp -Keywords: -- davos -- ftp -- automation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: davos -Sources: -- https://ghcr.io/linuxserver/davos -- https://github.com/linuxserver/davos/ -- https://github.com/linuxserver/docker-davos -- https://github.com/truecharts/charts/tree/master/charts/stable/davos -Type: application -Version: 14.5.10 +apiVersion: v2 +appVersion: 2.2.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An FTP automation tool that periodically scans given host locations for new files. +home: https://truecharts.org/charts/stable/davos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.webp +keywords: + - davos + - ftp + - automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: davos +sources: + - https://ghcr.io/linuxserver/davos + - https://github.com/linuxserver/davos/ + - https://github.com/linuxserver/docker-davos + - https://github.com/truecharts/charts/tree/master/charts/stable/davos +type: application +version: 14.5.10 diff --git a/charts/stable/dayofdefeatsource/Chart.yaml b/charts/stable/dayofdefeatsource/Chart.yaml index cc94c804915..1bd8138e3a4 100644 --- a/charts/stable/dayofdefeatsource/Chart.yaml +++ b/charts/stable/dayofdefeatsource/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: dods -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This Chart will download and install SteamCMD. It will also install - Day of Defeat: Source and run it.' -Home: https://truecharts.org/charts/stable/dayofdefeatsource -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.webp -Keywords: -- dayofdefeatsource -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dayofdefeatsource -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: dods +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it.' +home: https://truecharts.org/charts/stable/dayofdefeatsource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.webp +keywords: + - dayofdefeatsource + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dayofdefeatsource +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/dayofdefeatsource + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/daysofwar/Chart.yaml b/charts/stable/daysofwar/Chart.yaml index 6007fdbfdb4..e72eee80421 100644 --- a/charts/stable/daysofwar/Chart.yaml +++ b/charts/stable/daysofwar/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: daysofwar -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Days - of War and run it. -Home: https://truecharts.org/charts/stable/daysofwar -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.webp -Keywords: -- daysofwar -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: daysofwar -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: daysofwar +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Days of War and run it. +home: https://truecharts.org/charts/stable/daysofwar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.webp +keywords: + - daysofwar + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: daysofwar +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/daysofwar + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/dayz/Chart.yaml b/charts/stable/dayz/Chart.yaml index c9c0958e44f..bb76804587a 100644 --- a/charts/stable/dayz/Chart.yaml +++ b/charts/stable/dayz/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: dayz -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install DayZ - and run it. -Home: https://truecharts.org/charts/stable/dayz -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.webp -Keywords: -- dayz -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dayz -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/dayz -- https://www.bohemia.net/games/dayz -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: dayz +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install DayZ and run it. +home: https://truecharts.org/charts/stable/dayz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.webp +keywords: + - dayz + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dayz +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/dayz + - https://www.bohemia.net/games/dayz +type: application +version: 7.5.1 diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index 8771da1f978..bf87ad004c4 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Ddclient is a Perl client used to update dynamic DNS entries for accounts - on Dynamic DNS Network Service Provider. -Home: https://truecharts.org/charts/stable/ddclient -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.webp -Keywords: -- ddclient -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ddclient -Sources: -- https://ghcr.io/linuxserver/ddclient -- https://github.com/truecharts/charts/tree/master/charts/stable/ddclient -Type: application -Version: 12.0.10 +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. +home: https://truecharts.org/charts/stable/ddclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.webp +keywords: + - ddclient +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddclient +sources: + - https://ghcr.io/linuxserver/ddclient + - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient +type: application +version: 12.0.10 diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index 122fef68012..b80727c9af9 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.9.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Automatically obtain your public network IPv4 or IPv6 address and resolve - it to the corresponding domain name service -Home: https://truecharts.org/charts/stable/ddns-go -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.webp -Keywords: -- ddns-go -- ddns -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ddns-go -Sources: -- https://github.com/jeessy2/ddns-go -- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go -- https://hub.docker.com/r/jeessy/ddns-go -Type: application -Version: 12.8.1 +apiVersion: v2 +appVersion: 6.9.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service +home: https://truecharts.org/charts/stable/ddns-go +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.webp +keywords: + - ddns-go + - ddns +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddns-go +sources: + - https://github.com/jeessy2/ddns-go + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go + - https://hub.docker.com/r/jeessy/ddns-go +type: application +version: 12.8.1 diff --git a/charts/stable/ddns-route53/Chart.yaml b/charts/stable/ddns-route53/Chart.yaml index 699119317a4..6c084517dc4 100644 --- a/charts/stable/ddns-route53/Chart.yaml +++ b/charts/stable/ddns-route53/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Dynamic DNS for Amazon Route 53‎ on a time-based schedule -Home: https://truecharts.org/charts/stable/ddns-route53 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.webp -Keywords: -- ddns-route53 -- Network-DNS -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ddns-route53 -Sources: -- https://github.com/crazy-max/ddns-route53 -- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53 -- https://hub.docker.com/r/crazymax/ddns-route53 -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dynamic DNS for Amazon Route 53‎ on a time-based schedule +home: https://truecharts.org/charts/stable/ddns-route53 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.webp +keywords: + - ddns-route53 + - Network-DNS +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddns-route53 +sources: + - https://github.com/crazy-max/ddns-route53 + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-route53 + - https://hub.docker.com/r/crazymax/ddns-route53 +type: application +version: 7.5.1 diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml index 11b953385bb..a3c68bf1782 100644 --- a/charts/stable/ddns-updater/Chart.yaml +++ b/charts/stable/ddns-updater/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.9.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Light container updating DNS A and/or AAAA records periodically for multiple - DNS providers -Home: https://truecharts.org/charts/stable/ddns-updater -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.webp -Keywords: -- ddns-updater -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ddns-updater -Sources: -- https://github.com/qdm12/ddns-updater -- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater -- https://hub.docker.com/r/qmcgaw/ddns-updater -Type: application -Version: 11.8.1 +apiVersion: v2 +appVersion: 2.9.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers +home: https://truecharts.org/charts/stable/ddns-updater +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.webp +keywords: + - ddns-updater +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ddns-updater +sources: + - https://github.com/qdm12/ddns-updater + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater + - https://hub.docker.com/r/qmcgaw/ddns-updater +type: application +version: 11.8.1 diff --git a/charts/stable/debian-apt-mirror/Chart.yaml b/charts/stable/debian-apt-mirror/Chart.yaml index 2ff29763d5b..be3022e59b5 100644 --- a/charts/stable/debian-apt-mirror/Chart.yaml +++ b/charts/stable/debian-apt-mirror/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will run apt-mirror and Apache2. This allows you to create - a local apt mirror for Debian packages. -Home: https://truecharts.org/charts/stable/debian-apt-mirror -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.webp -Keywords: -- debian-apt-mirror -- Network-Other -- Productivity -- Tools-Utilities -- Drivers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: debian-apt-mirror -Sources: -- https://ghcr.io/ich777/debian-mirror -- https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror -- https://www.debian.org/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages. +home: https://truecharts.org/charts/stable/debian-apt-mirror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.webp +keywords: + - debian-apt-mirror + - Network-Other + - Productivity + - Tools-Utilities + - Drivers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: debian-apt-mirror +sources: + - https://ghcr.io/ich777/debian-mirror + - https://github.com/truecharts/charts/tree/master/charts/stable/debian-apt-mirror + - https://www.debian.org/ +type: application +version: 7.5.1 diff --git a/charts/stable/debian-bullseye/Chart.yaml b/charts/stable/debian-bullseye/Chart.yaml index 35e10211c12..c19c9e3ceac 100644 --- a/charts/stable/debian-bullseye/Chart.yaml +++ b/charts/stable/debian-bullseye/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a - noVNC webGUI and all the basic tools pre-installed. -Home: https://truecharts.org/charts/stable/debian-bullseye -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.webp -Keywords: -- debian-bullseye -- Productivity -- Tools-System -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: debian-bullseye -Sources: -- https://ghcr.io/ich777/debian-bullseye -- https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye -- https://www.debian.org/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed. +home: https://truecharts.org/charts/stable/debian-bullseye +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.webp +keywords: + - debian-bullseye + - Productivity + - Tools-System +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: debian-bullseye +sources: + - https://ghcr.io/ich777/debian-bullseye + - https://github.com/truecharts/charts/tree/master/charts/stable/debian-bullseye + - https://www.debian.org/ +type: application +version: 7.5.1 diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index eabed56f69d..f4f8e0a4320 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.29.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: deCONZ is an easy to use control software, with which you can set up - and control Zigbee networks of any size without further programming effort. -Home: https://truecharts.org/charts/stable/deconz -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.webp -Keywords: -- deconz -- home-automation -- zigbee -- conbee -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: deconz -Sources: -- https://github.com/dresden-elektronik/deconz-rest-plugin -- https://github.com/marthoc/docker-deconz -- https://github.com/truecharts/charts/tree/master/charts/stable/deconz -- https://hub.docker.com/r/deconzcommunity/deconz -Type: application -Version: 17.7.3 +apiVersion: v2 +appVersion: 2.29.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort. +home: https://truecharts.org/charts/stable/deconz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.webp +keywords: + - deconz + - home-automation + - zigbee + - conbee +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deconz +sources: + - https://github.com/dresden-elektronik/deconz-rest-plugin + - https://github.com/marthoc/docker-deconz + - https://github.com/truecharts/charts/tree/master/charts/stable/deconz + - https://hub.docker.com/r/deconzcommunity/deconz +type: application +version: 17.7.3 diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml index 2b671437680..deaaff19884 100644 --- a/charts/stable/deemix/Chart.yaml +++ b/charts/stable/deemix/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: deemix is a deezer downloader built from the ashes of Deezloader Remix. -Home: https://truecharts.org/charts/stable/deemix -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.webp -Keywords: -- music -- deemix -- deezer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: deemix -Sources: -- https://git.freezerapp.xyz/RemixDev/deemix-py -- https://github.com/truecharts/charts/tree/master/charts/stable/deemix -- https://gitlab.com/Bockiii/deemix-docker.git -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: deemix is a deezer downloader built from the ashes of Deezloader Remix. +home: https://truecharts.org/charts/stable/deemix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.webp +keywords: + - music + - deemix + - deezer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deemix +sources: + - https://git.freezerapp.xyz/RemixDev/deemix-py + - https://github.com/truecharts/charts/tree/master/charts/stable/deemix + - https://gitlab.com/Bockiii/deemix-docker.git +type: application +version: 12.5.1 diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index b93960b6919..ab644287b41 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2022.01.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models -Home: https://truecharts.org/charts/stable/deepstack -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.webp -Keywords: -- AI -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: deepstack -Sources: -- https://github.com/johnolafenwa/DeepStack -- https://github.com/truecharts/charts/tree/master/charts/stable/deepstack -- https://hub.docker.com/r/deepquestai/deepstack -- https://www.deepstack.cc/ -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 2022.01.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models +home: https://truecharts.org/charts/stable/deepstack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.webp +keywords: + - AI +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deepstack +sources: + - https://github.com/johnolafenwa/DeepStack + - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack + - https://hub.docker.com/r/deepquestai/deepstack + - https://www.deepstack.cc/ +type: application +version: 13.5.1 diff --git a/charts/stable/dell-idrac-fan-controller/Chart.yaml b/charts/stable/dell-idrac-fan-controller/Chart.yaml index 63a9d12b72e..7456c188358 100644 --- a/charts/stable/dell-idrac-fan-controller/Chart.yaml +++ b/charts/stable/dell-idrac-fan-controller/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Control your Dell PowerEdge fans via IPMI -Home: https://truecharts.org/charts/stable/dell-idrac-fan-controller -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.webp -Keywords: -- iDrac -- Dell -- fan-controller -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dell-idrac-fan-controller -Sources: -- https://ghcr.io/tigerblue77/dell_idrac_fan_controller -- https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker -- https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Control your Dell PowerEdge fans via IPMI +home: https://truecharts.org/charts/stable/dell-idrac-fan-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.webp +keywords: + - iDrac + - Dell + - fan-controller +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dell-idrac-fan-controller +sources: + - https://ghcr.io/tigerblue77/dell_idrac_fan_controller + - https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker + - https://github.com/truecharts/charts/tree/master/charts/stable/dell-idrac-fan-controller +type: application +version: 7.5.2 diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index a08bae3bc3b..823b4ccccc2 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.1.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Deluge App for TrueNAS SCALE -Home: https://truecharts.org/charts/stable/deluge -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.webp -Keywords: -- transmission -- torrent -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: deluge -Sources: -- https://ghcr.io/linuxserver/deluge -- https://github.com/deluge-torrent/deluge -- https://github.com/truecharts/charts/tree/master/charts/stable/deluge -Type: application -Version: 20.5.1 +apiVersion: v2 +appVersion: 2.1.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Deluge App for TrueNAS SCALE +home: https://truecharts.org/charts/stable/deluge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.webp +keywords: + - transmission + - torrent + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: deluge +sources: + - https://ghcr.io/linuxserver/deluge + - https://github.com/deluge-torrent/deluge + - https://github.com/truecharts/charts/tree/master/charts/stable/deluge +type: application +version: 20.5.1 diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml index e7647456884..5966b75f6a6 100644 --- a/charts/stable/digikam/Chart.yaml +++ b/charts/stable/digikam/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 8.6.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Professional Photo Management with the Power of Open Source -Home: https://truecharts.org/charts/stable/digikam -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.webp -Keywords: -- digikam -- photo -- management -- image -- gallery -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: digikam -Sources: -- https://ghcr.io/linuxserver/digikam -- https://github.com/linuxserver/docker-digikam -- https://github.com/truecharts/charts/tree/master/charts/stable/digikam -- https://www.digikam.org/ -Type: application -Version: 14.3.3 +apiVersion: v2 +appVersion: 8.6.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Professional Photo Management with the Power of Open Source +home: https://truecharts.org/charts/stable/digikam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.webp +keywords: + - digikam + - photo + - management + - image + - gallery +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: digikam +sources: + - https://ghcr.io/linuxserver/digikam + - https://github.com/linuxserver/docker-digikam + - https://github.com/truecharts/charts/tree/master/charts/stable/digikam + - https://www.digikam.org/ +type: application +version: 14.3.3 diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml index 7692499a959..3b62f0fc3dc 100644 --- a/charts/stable/dillinger/Chart.yaml +++ b/charts/stable/dillinger/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.39.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS - powered HTML5 Markdown editor. -Home: https://truecharts.org/charts/stable/dillinger -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.webp -Keywords: -- dillinger -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dillinger -Sources: -- https://ghcr.io/linuxserver/dillinger -- https://github.com/truecharts/charts/tree/master/charts/stable/dillinger -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 3.39.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. +home: https://truecharts.org/charts/stable/dillinger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.webp +keywords: + - dillinger +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dillinger +sources: + - https://ghcr.io/linuxserver/dillinger + - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger +type: application +version: 11.5.1 diff --git a/charts/stable/discordgsm/Chart.yaml b/charts/stable/discordgsm/Chart.yaml index b8ddab0b9c2..474919a5243 100644 --- a/charts/stable/discordgsm/Chart.yaml +++ b/charts/stable/discordgsm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.19.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A discord bot that monitors your game server and tracks the live data - of your game servers. -Home: https://truecharts.org/charts/stable/discordgsm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.webp -Keywords: -- discordgsm -- game-server -- monitor -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: discordgsm -Sources: -- https://github.com/DiscordGSM/GameServerMonitor -- https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm -- https://hub.docker.com/r/discordgsm/discord-game-server-monitor -Type: application -Version: 9.7.0 +apiVersion: v2 +appVersion: 2.19.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A discord bot that monitors your game server and tracks the live data of your game servers. +home: https://truecharts.org/charts/stable/discordgsm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.webp +keywords: + - discordgsm + - game-server + - monitor +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: discordgsm +sources: + - https://github.com/DiscordGSM/GameServerMonitor + - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm + - https://hub.docker.com/r/discordgsm/discord-game-server-monitor +type: application +version: 9.7.0 diff --git a/charts/stable/dispatch/Chart.yaml b/charts/stable/dispatch/Chart.yaml index 5a16037fcfe..9567ff1da99 100644 --- a/charts/stable/dispatch/Chart.yaml +++ b/charts/stable/dispatch/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Web-based IRC client in Go. -Home: https://truecharts.org/charts/stable/dispatch -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.webp -Keywords: -- dispatch -- Network-Messenger -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dispatch -Sources: -- https://github.com/khlieng/dispatch -- https://github.com/truecharts/charts/tree/master/charts/stable/dispatch -- https://hub.docker.com/r/khlieng/dispatch -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web-based IRC client in Go. +home: https://truecharts.org/charts/stable/dispatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.webp +keywords: + - dispatch + - Network-Messenger +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dispatch +sources: + - https://github.com/khlieng/dispatch + - https://github.com/truecharts/charts/tree/master/charts/stable/dispatch + - https://hub.docker.com/r/khlieng/dispatch +type: application +version: 7.5.1 diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 87bf6f93e8c..c727f4779e2 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.5.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Create live TV channel streams from media on your Plex servers. -Home: https://truecharts.org/charts/stable/dizquetv -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.webp -Keywords: -- dizqueTV -- dizquetv -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dizquetv -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv -- https://github.com/vexorian/dizquetv -- https://hub.docker.com/r/vexorian/dizquetv -Type: application -Version: 16.5.1 +apiVersion: v2 +appVersion: 1.5.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Create live TV channel streams from media on your Plex servers. +home: https://truecharts.org/charts/stable/dizquetv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.webp +keywords: + - dizqueTV + - dizquetv +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dizquetv +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv + - https://github.com/vexorian/dizquetv + - https://hub.docker.com/r/vexorian/dizquetv +type: application +version: 16.5.1 diff --git a/charts/stable/dns-doh-companion/Chart.yaml b/charts/stable/dns-doh-companion/Chart.yaml index d2565180eeb..fda681e7665 100644 --- a/charts/stable/dns-doh-companion/Chart.yaml +++ b/charts/stable/dns-doh-companion/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A very simple DNS server to connect to DNS-over-HTTPS service. This is - similar to my other Pihole-with-DoH Chart, without Pihole. -Home: https://truecharts.org/charts/stable/dns-doh-companion -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.webp -Keywords: -- dns-doh-companion -- Network-DNS -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dns-doh-companion -Sources: -- https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ -- https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion -- https://hub.docker.com/r/testdasi/simple-dns-doh -Type: application -Version: 7.5.9 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole. +home: https://truecharts.org/charts/stable/dns-doh-companion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.webp +keywords: + - dns-doh-companion + - Network-DNS +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dns-doh-companion +sources: + - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ + - https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion + - https://hub.docker.com/r/testdasi/simple-dns-doh +type: application +version: 7.5.9 diff --git a/charts/stable/docker-hub-rss/Chart.yaml b/charts/stable/docker-hub-rss/Chart.yaml index 5b61f032f8e..a2b92f30475 100644 --- a/charts/stable/docker-hub-rss/Chart.yaml +++ b/charts/stable/docker-hub-rss/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: RSS feed for Chart Hub images. -Home: https://truecharts.org/charts/stable/docker-hub-rss -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.webp -Keywords: -- docker-hub-rss -- Cloud -- Tools-Utilities -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: docker-hub-rss -Sources: -- https://github.com/TheConnMan/docker-hub-rss -- https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss -- https://hub.docker.com/r/theconnman/docker-hub-rss -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSS feed for Chart Hub images. +home: https://truecharts.org/charts/stable/docker-hub-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.webp +keywords: + - docker-hub-rss + - Cloud + - Tools-Utilities + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docker-hub-rss +sources: + - https://github.com/TheConnMan/docker-hub-rss + - https://github.com/truecharts/charts/tree/master/charts/stable/docker-hub-rss + - https://hub.docker.com/r/theconnman/docker-hub-rss +type: application +version: 7.5.1 diff --git a/charts/stable/docker/Chart.yaml b/charts/stable/docker/Chart.yaml index cc5811969ca..827a04c8a81 100644 --- a/charts/stable/docker/Chart.yaml +++ b/charts/stable/docker/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 28.0.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Dedicated App for using Docker-in-Docker -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: docker -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/docker -- https://hub.docker.com/_/docker -Type: application -Version: 10.0.7 +apiVersion: v2 +appVersion: 28.0.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dedicated App for using Docker-in-Docker +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docker +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/docker + - https://hub.docker.com/_/docker +type: application +version: 10.0.7 diff --git a/charts/stable/dockerregistry/Chart.yaml b/charts/stable/dockerregistry/Chart.yaml index 3eb0c83937d..c5196f9d848 100644 --- a/charts/stable/dockerregistry/Chart.yaml +++ b/charts/stable/dockerregistry/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/ -Home: https://truecharts.org/charts/stable/dockerregistry -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.webp -Keywords: -- dockerregistry -- Cloud -- Network-Management -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dockerregistry -Sources: -- https://github.com/distribution/distribution -- https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry -- https://hub.docker.com/_/registry -- https://registry.hub.docker.com/_/registry/ -Type: application -Version: 7.5.2 +home: https://truecharts.org/charts/stable/dockerregistry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.webp +keywords: + - dockerregistry + - Cloud + - Network-Management + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dockerregistry +sources: + - https://github.com/distribution/distribution + - https://github.com/truecharts/charts/tree/master/charts/stable/dockerregistry + - https://hub.docker.com/_/registry + - https://registry.hub.docker.com/_/registry/ +type: application +version: 7.5.2 diff --git a/charts/stable/dockovpn/Chart.yaml b/charts/stable/dockovpn/Chart.yaml index 4a6f586e224..4f6e2221bbd 100644 --- a/charts/stable/dockovpn/Chart.yaml +++ b/charts/stable/dockovpn/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.14.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Out of the box stateless VPN server docker image which starts in just - a few seconds and doesn't require persistent storage. -Home: https://truecharts.org/charts/stable/dockovpn -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockovpn.webp -Keywords: -- vpn -- openvpn -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dockovpn -Sources: -- https://github.com/dockovpn/dockovpn -- https://github.com/truecharts/charts/tree/master/charts/stable/dockovpn -- https://hub.docker.com/r/alekslitvinenk/openvpn -Type: application -Version: 3.5.1 +apiVersion: v2 +appVersion: 1.14.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Out of the box stateless VPN server docker image which starts in just a few seconds and doesn't require persistent storage. +home: https://truecharts.org/charts/stable/dockovpn +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockovpn.webp +keywords: + - vpn + - openvpn +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dockovpn +sources: + - https://github.com/dockovpn/dockovpn + - https://github.com/truecharts/charts/tree/master/charts/stable/dockovpn + - https://hub.docker.com/r/alekslitvinenk/openvpn +type: application +version: 3.5.1 diff --git a/charts/stable/docusaurus/Chart.yaml b/charts/stable/docusaurus/Chart.yaml index e78985fa4f2..12af3b23ee1 100644 --- a/charts/stable/docusaurus/Chart.yaml +++ b/charts/stable/docusaurus/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Docusaurus makes it easy to maintain Open Source documentation websites. -Home: https://truecharts.org/charts/stable/docusaurus -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.webp -Keywords: -- documentation -- website -- Docusaurus -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: docusaurus -Sources: -- https://github.com/awesometic/docker-docusaurus -- https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus -- https://hub.docker.com/r/awesometic/docusaurus -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Docusaurus makes it easy to maintain Open Source documentation websites. +home: https://truecharts.org/charts/stable/docusaurus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.webp +keywords: + - documentation + - website + - Docusaurus +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docusaurus +sources: + - https://github.com/awesometic/docker-docusaurus + - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus + - https://hub.docker.com/r/awesometic/docusaurus +type: application +version: 10.5.1 diff --git a/charts/stable/docuseal/Chart.yaml b/charts/stable/docuseal/Chart.yaml index 84a8502810d..2a46ac88cbd 100644 --- a/charts/stable/docuseal/Chart.yaml +++ b/charts/stable/docuseal/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.9.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open source DocuSign alternative. Create, fill, and sign digital documents. -Home: https://truecharts.org/charts/stable/docuseal -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/docuseal.webp -Keywords: -- docuseal -- business -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: docuseal -Sources: -- https://github.com/docusealco/docuseal -- https://github.com/truecharts/charts/tree/master/charts/stable/docuseal -- https://hub.docker.com/r/docuseal/docuseal -Type: application -Version: 3.0.5 +apiVersion: v2 +appVersion: 1.9.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source DocuSign alternative. Create, fill, and sign digital documents. +home: https://truecharts.org/charts/stable/docuseal +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docuseal.webp +keywords: + - docuseal + - business +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: docuseal +sources: + - https://github.com/docusealco/docuseal + - https://github.com/truecharts/charts/tree/master/charts/stable/docuseal + - https://hub.docker.com/r/docuseal/docuseal +type: application +version: 3.0.5 diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml index 8efda06b62b..63856e6d464 100644 --- a/charts/stable/dokuwiki/Chart.yaml +++ b/charts/stable/dokuwiki/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 20240206.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Dokuwiki is a simple to use and highly versatile Open Source wiki software - that doesn't require a database. -Home: https://truecharts.org/charts/stable/dokuwiki -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.webp -Keywords: -- dokuwiki -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dokuwiki -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki -- https://hub.docker.com/r/bitnami/dokuwiki -Type: application -Version: 13.5.2 +apiVersion: v2 +appVersion: 20240206.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. +home: https://truecharts.org/charts/stable/dokuwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.webp +keywords: + - dokuwiki +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dokuwiki +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki + - https://hub.docker.com/r/bitnami/dokuwiki +type: application +version: 13.5.2 diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml index 87bae9f66eb..1f78c75030a 100644 --- a/charts/stable/domoticz/Chart.yaml +++ b/charts/stable/domoticz/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2024.7.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Domoticz is a Home Automation System that lets you monitor and configure - various devices like Lights, Switches and much more. -Home: https://truecharts.org/charts/stable/domoticz -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.webp -Keywords: -- domoticz -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: domoticz -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/domoticz -- https://hub.docker.com/r/domoticz/domoticz -Type: application -Version: 13.6.1 +apiVersion: v2 +appVersion: 2024.7.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. +home: https://truecharts.org/charts/stable/domoticz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.webp +keywords: + - domoticz +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: domoticz +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz + - https://hub.docker.com/r/domoticz/domoticz +type: application +version: 13.6.1 diff --git a/charts/stable/dontstarvetogether/Chart.yaml b/charts/stable/dontstarvetogether/Chart.yaml index 44429678a10..0131ba62b6d 100644 --- a/charts/stable/dontstarvetogether/Chart.yaml +++ b/charts/stable/dontstarvetogether/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: dontstare -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Don't - Starve Together and run it. -Home: https://truecharts.org/charts/stable/dontstarvetogether -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.webp -Keywords: -- dontstarvetogether -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dontstarvetogether -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether -- https://www.klei.com/games/dont-starve-together -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: dontstare +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it. +home: https://truecharts.org/charts/stable/dontstarvetogether +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.webp +keywords: + - dontstarvetogether + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dontstarvetogether +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/dontstarvetogether + - https://www.klei.com/games/dont-starve-together +type: application +version: 7.5.1 diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml index beceea90f4c..30c7aadc12e 100644 --- a/charts/stable/doplarr/Chart.yaml +++ b/charts/stable/doplarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.6.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An *arr Request Bot for Discord -Home: https://truecharts.org/charts/stable/doplarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.webp -Keywords: -- doplarr -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: doplarr -Sources: -- https://ghcr.io/kiranshila/doplarr -- https://github.com/kiranshila/Doplarr -- https://github.com/truecharts/charts/tree/master/charts/stable/doplarr -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 3.6.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An *arr Request Bot for Discord +home: https://truecharts.org/charts/stable/doplarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.webp +keywords: + - doplarr +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: doplarr +sources: + - https://ghcr.io/kiranshila/doplarr + - https://github.com/kiranshila/Doplarr + - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr +type: application +version: 11.5.1 diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml index 3074798cf81..4e8a1a42180 100644 --- a/charts/stable/double-take/Chart.yaml +++ b/charts/stable/double-take/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.13.11 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Unified UI and API for processing and training images for facial recognition -Home: https://truecharts.org/charts/stable/double-take -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.webp -Keywords: -- ai -- double-take -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: double-take -Sources: -- https://github.com/jakowenko/double-take -- https://github.com/truecharts/charts/tree/master/charts/stable/double-take -- https://hub.docker.com/r/skrashevich/double-take -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 1.13.11 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unified UI and API for processing and training images for facial recognition +home: https://truecharts.org/charts/stable/double-take +icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.webp +keywords: + - ai + - double-take +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: double-take +sources: + - https://github.com/jakowenko/double-take + - https://github.com/truecharts/charts/tree/master/charts/stable/double-take + - https://hub.docker.com/r/skrashevich/double-take +type: application +version: 12.5.1 diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml index 37678c388ac..1378e41f1d6 100644 --- a/charts/stable/doublecommander/Chart.yaml +++ b/charts/stable/doublecommander/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A free cross platform open source file manager with two panels side by - side. -Home: https://truecharts.org/charts/stable/doublecommander -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.webp -Keywords: -- doublecommander -- file -- manager -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: doublecommander -Sources: -- https://doublecmd.sourceforge.io/ -- https://ghcr.io/linuxserver/doublecommander -- https://github.com/linuxserver/docker-doublecommander -- https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander -Type: application -Version: 14.5.11 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free cross platform open source file manager with two panels side by side. +home: https://truecharts.org/charts/stable/doublecommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.webp +keywords: + - doublecommander + - file + - manager +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: doublecommander +sources: + - https://doublecmd.sourceforge.io/ + - https://ghcr.io/linuxserver/doublecommander + - https://github.com/linuxserver/docker-doublecommander + - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander +type: application +version: 14.5.11 diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml index ef828187415..d119b2ea954 100644 --- a/charts/stable/drawio/Chart.yaml +++ b/charts/stable/drawio/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 26.2.8 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Drawio is free online diagram software. -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: drawio -Sources: -- https://github.com/jgraph/drawio -- https://github.com/truecharts/charts/tree/master/charts/stable/drawio -- https://hub.docker.com/r/jgraph/drawio -Type: application -Version: 14.4.1 +apiVersion: v2 +appVersion: 26.2.8 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Drawio is free online diagram software. +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: drawio +sources: + - https://github.com/jgraph/drawio + - https://github.com/truecharts/charts/tree/master/charts/stable/drawio + - https://hub.docker.com/r/jgraph/drawio +type: application +version: 14.4.1 diff --git a/charts/stable/dropbox-by-otherguy/Chart.yaml b/charts/stable/dropbox-by-otherguy/Chart.yaml index 2d32ea53ac4..57beafdcf64 100644 --- a/charts/stable/dropbox-by-otherguy/Chart.yaml +++ b/charts/stable/dropbox-by-otherguy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Dropbox client which syncs a local path with your cloud. -Home: https://truecharts.org/charts/stable/dropbox-by-otherguy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.webp -Keywords: -- dropbox-by-otherguy -- Cloud -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: dropbox-by-otherguy -Sources: -- https://github.com/otherguy/docker-dropbox -- https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy -- https://hub.docker.com/r/otherguy/dropbox -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Dropbox client which syncs a local path with your cloud. +home: https://truecharts.org/charts/stable/dropbox-by-otherguy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.webp +keywords: + - dropbox-by-otherguy + - Cloud +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: dropbox-by-otherguy +sources: + - https://github.com/otherguy/docker-dropbox + - https://github.com/truecharts/charts/tree/master/charts/stable/dropbox-by-otherguy + - https://hub.docker.com/r/otherguy/dropbox +type: application +version: 7.5.1 diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index 1c304d54cfc..25b86d28f7d 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) - to an IP of your choice. -Home: https://truecharts.org/charts/stable/duckdns -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.webp -Keywords: -- duckdns -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: duckdns -Sources: -- https://ghcr.io/linuxserver/duckdns -- https://github.com/truecharts/charts/tree/master/charts/stable/duckdns -Type: application -Version: 11.5.10 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. +home: https://truecharts.org/charts/stable/duckdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.webp +keywords: + - duckdns +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duckdns +sources: + - https://ghcr.io/linuxserver/duckdns + - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns +type: application +version: 11.5.10 diff --git a/charts/stable/duplicacy/Chart.yaml b/charts/stable/duplicacy/Chart.yaml index 6df9a5c8845..590abaa3025 100644 --- a/charts/stable/duplicacy/Chart.yaml +++ b/charts/stable/duplicacy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.7.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A new generation cross-platform cloud backup tool. -Home: https://truecharts.org/charts/stable/duplicacy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.webp -Keywords: -- duplicacy -- Backup -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: duplicacy -Sources: -- https://ghcr.io/hotio/duplicacy -- https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy -- https://hotio.dev/containers/duplicacy -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 1.7.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A new generation cross-platform cloud backup tool. +home: https://truecharts.org/charts/stable/duplicacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.webp +keywords: + - duplicacy + - Backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duplicacy +sources: + - https://ghcr.io/hotio/duplicacy + - https://github.com/truecharts/charts/tree/master/charts/stable/duplicacy + - https://hotio.dev/containers/duplicacy +type: application +version: 8.5.1 diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index 9216cc9c36c..0828505f8ea 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Store securely encrypted backups on cloud storage services! -Home: https://truecharts.org/charts/stable/duplicati -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.webp -Keywords: -- duplicati -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: duplicati -Sources: -- https://github.com/duplicati/duplicati -- https://github.com/truecharts/charts/tree/master/charts/stable/duplicati -- https://hub.docker.com/r/duplicati/duplicati -Type: application -Version: 15.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Store securely encrypted backups on cloud storage services! +home: https://truecharts.org/charts/stable/duplicati +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.webp +keywords: + - duplicati +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: duplicati +sources: + - https://github.com/duplicati/duplicati + - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati + - https://hub.docker.com/r/duplicati/duplicati +type: application +version: 15.5.4 diff --git a/charts/stable/ecodms/Chart.yaml b/charts/stable/ecodms/Chart.yaml index 351f82fee9b..918ce5f3a7a 100644 --- a/charts/stable/ecodms/Chart.yaml +++ b/charts/stable/ecodms/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - - Audit-compliant archive for scanning, archiving, managing and retrieving all data - and documents. -Home: https://truecharts.org/charts/stable/ecodms -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.webp -Keywords: -- ecodms -- Cloud -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ecodms -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/ecodms -- https://hub.docker.com/r/ecodms/allinone-18.09 -- https://www.ecodms.de/index.php/en/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents. +home: https://truecharts.org/charts/stable/ecodms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.webp +keywords: + - ecodms + - Cloud + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ecodms +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ecodms + - https://hub.docker.com/r/ecodms/allinone-18.09 + - https://www.ecodms.de/index.php/en/ +type: application +version: 7.5.1 diff --git a/charts/stable/electrum/Chart.yaml b/charts/stable/electrum/Chart.yaml index caf08409735..ba5f65a167b 100644 --- a/charts/stable/electrum/Chart.yaml +++ b/charts/stable/electrum/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low - resource usage. It uses remote servers that handle the most complicated parts of - the Bitcoin system, and it allows you to recover your wallet from a secret phrase. -Home: https://truecharts.org/charts/stable/electrum -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.webp -Keywords: -- electrum -- Network-Other -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: electrum -Sources: -- https://electrum.org/ -- https://ghcr.io/ich777/electrum -- https://github.com/truecharts/charts/tree/master/charts/stable/electrum -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase. +home: https://truecharts.org/charts/stable/electrum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.webp +keywords: + - electrum + - Network-Other + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: electrum +sources: + - https://electrum.org/ + - https://ghcr.io/ich777/electrum + - https://github.com/truecharts/charts/tree/master/charts/stable/electrum +type: application +version: 7.5.1 diff --git a/charts/stable/emby-sync/Chart.yaml b/charts/stable/emby-sync/Chart.yaml index 0a0a6304102..30b2287f505 100644 --- a/charts/stable/emby-sync/Chart.yaml +++ b/charts/stable/emby-sync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A small flask based service to sync up Emby clients -Home: https://truecharts.org/charts/stable/emby-sync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.webp -Keywords: -- emby-sync -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: emby-sync -Sources: -- https://github.com/cameronurnes/emby-sync -- https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync -- https://hub.docker.com/r/lastelement21/emby-sync -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A small flask based service to sync up Emby clients +home: https://truecharts.org/charts/stable/emby-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.webp +keywords: + - emby-sync + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emby-sync +sources: + - https://github.com/cameronurnes/emby-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/emby-sync + - https://hub.docker.com/r/lastelement21/emby-sync +type: application +version: 7.5.1 diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 6ff8a83a8e9..6380f09b39b 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.9.0.43 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Emby Server is a home media server -Home: https://truecharts.org/charts/stable/emby -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.webp -Keywords: -- jellyfin -- plex -- emby -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: emby -Sources: -- https://ghcr.io/elfhosted/emby -- https://github.com/linuxserver/docker-emby.git -- https://github.com/truecharts/charts/tree/master/charts/stable/emby -- https://hub.docker.com/r/alpine/socat -Type: application -Version: 22.4.25 +apiVersion: v2 +appVersion: 4.9.0.43 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Emby Server is a home media server +home: https://truecharts.org/charts/stable/emby +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.webp +keywords: + - jellyfin + - plex + - emby +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emby +sources: + - https://ghcr.io/elfhosted/emby + - https://github.com/linuxserver/docker-emby.git + - https://github.com/truecharts/charts/tree/master/charts/stable/emby + - https://hub.docker.com/r/alpine/socat +type: application +version: 22.4.25 diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml index 39affc071ef..e6e4f5d7844 100644 --- a/charts/stable/embystat/Chart.yaml +++ b/charts/stable/embystat/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Embystat is a personal web server that can calculate all kinds of statistics - from your (local) Emby server. -Home: https://truecharts.org/charts/stable/embystat -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.webp -Keywords: -- embystat -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: embystat -Sources: -- https://ghcr.io/linuxserver/embystat -- https://github.com/truecharts/charts/tree/master/charts/stable/embystat -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 0.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. +home: https://truecharts.org/charts/stable/embystat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.webp +keywords: + - embystat +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: embystat +sources: + - https://ghcr.io/linuxserver/embystat + - https://github.com/truecharts/charts/tree/master/charts/stable/embystat +type: application +version: 11.5.1 diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml index 4996cd3cab6..a18a9b9aab8 100644 --- a/charts/stable/emulatorjs/Chart.yaml +++ b/charts/stable/emulatorjs/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.9.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Emulatorjs - In browser web based emulation portable to nearly any device - for many retro consoles. -Home: https://truecharts.org/charts/stable/emulatorjs -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.webp -Keywords: -- emulatorjs -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: emulatorjs -Sources: -- https://ghcr.io/linuxserver/emulatorjs -- https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs -Type: application -Version: 11.5.10 +apiVersion: v2 +appVersion: 1.9.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. +home: https://truecharts.org/charts/stable/emulatorjs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.webp +keywords: + - emulatorjs +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: emulatorjs +sources: + - https://ghcr.io/linuxserver/emulatorjs + - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs +type: application +version: 11.5.10 diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml index d4899c68522..54511c8e6f4 100644 --- a/charts/stable/endlessh/Chart.yaml +++ b/charts/stable/endlessh/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2021.11.21 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH - banner. -Home: https://truecharts.org/charts/stable/endlessh -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.webp -Keywords: -- endlessh -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: endlessh -Sources: -- https://ghcr.io/linuxserver/endlessh -- https://github.com/truecharts/charts/tree/master/charts/stable/endlessh -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. +home: https://truecharts.org/charts/stable/endlessh +icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.webp +keywords: + - endlessh +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: endlessh +sources: + - https://ghcr.io/linuxserver/endlessh + - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh +type: application +version: 11.5.1 diff --git a/charts/stable/ersatztv/Chart.yaml b/charts/stable/ersatztv/Chart.yaml index 388b0c6a279..26c0d9ae81c 100644 --- a/charts/stable/ersatztv/Chart.yaml +++ b/charts/stable/ersatztv/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ErsatzTV configuring and streaming custom live channels using your media - library. -Home: https://truecharts.org/charts/stable/ersatztv -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.webp -Keywords: -- ersatztv -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ersatztv -Sources: -- https://github.com/jasongdove/ErsatzTV -- https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv -- https://hub.docker.com/r/jasongdove/ersatztv -Type: application -Version: 8.1.1 +apiVersion: v2 +appVersion: 25.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ErsatzTV configuring and streaming custom live channels using your media library. +home: https://truecharts.org/charts/stable/ersatztv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.webp +keywords: + - ersatztv + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ersatztv +sources: + - https://github.com/jasongdove/ErsatzTV + - https://github.com/truecharts/charts/tree/master/charts/stable/ersatztv + - https://hub.docker.com/r/jasongdove/ersatztv +type: application +version: 8.1.1 diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index bb60bec6572..15eae9b31c0 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.3.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful - configuration files and control them remotely through Home Automation systems. -Home: https://truecharts.org/charts/stable/esphome -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.webp -Keywords: -- esphome -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: esphome -Sources: -- https://github.com/esphome/esphome -- https://github.com/truecharts/charts/tree/master/charts/stable/esphome -- https://hub.docker.com/r/esphome/esphome -Type: application -Version: 22.1.2 +apiVersion: v2 +appVersion: 2025.3.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. +home: https://truecharts.org/charts/stable/esphome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.webp +keywords: + - esphome +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: esphome +sources: + - https://github.com/esphome/esphome + - https://github.com/truecharts/charts/tree/master/charts/stable/esphome + - https://hub.docker.com/r/esphome/esphome +type: application +version: 22.1.2 diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index 5acb1887b00..2d916fb03cc 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,45 +8,45 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.14.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, - calendars, tasks and notes. -Home: https://truecharts.org/charts/stable/etesync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.webp -Keywords: -- etesync -- sync -- contacts -- calendars -- tasks -- notes -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: etesync -Sources: -- https://github.com/etesync -- https://github.com/truecharts/charts/tree/master/charts/stable/etesync -- https://github.com/victor-rds/docker-etebase -- https://hub.docker.com/r/victorrds/etesync -- https://www.etesync.com/ -Type: application -Version: 11.12.8 +apiVersion: v2 +appVersion: 0.14.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. +home: https://truecharts.org/charts/stable/etesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.webp +keywords: + - etesync + - sync + - contacts + - calendars + - tasks + - notes +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: etesync +sources: + - https://github.com/etesync + - https://github.com/truecharts/charts/tree/master/charts/stable/etesync + - https://github.com/victor-rds/docker-etebase + - https://hub.docker.com/r/victorrds/etesync + - https://www.etesync.com/ +type: application +version: 11.12.8 diff --git a/charts/stable/ethercalc/Chart.yaml b/charts/stable/ethercalc/Chart.yaml index 804caf7d1cf..f6d3b0ce08b 100644 --- a/charts/stable/ethercalc/Chart.yaml +++ b/charts/stable/ethercalc/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: EtherCalc is a web spreadsheet. -Home: https://truecharts.org/charts/stable/ethercalc -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.webp -Keywords: -- ethercalc -- Cloud -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ethercalc -Sources: -- https://github.com/audreyt/ethercalc -- https://github.com/truecharts/charts/tree/master/charts/stable/ethercalc -- https://hub.docker.com/r/audreyt/ethercalc -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: EtherCalc is a web spreadsheet. +home: https://truecharts.org/charts/stable/ethercalc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.webp +keywords: + - ethercalc + - Cloud + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ethercalc +sources: + - https://github.com/audreyt/ethercalc + - https://github.com/truecharts/charts/tree/master/charts/stable/ethercalc + - https://hub.docker.com/r/audreyt/ethercalc +type: application +version: 7.5.1 diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml index dac93930060..9dc0c88afae 100644 --- a/charts/stable/etherpad/Chart.yaml +++ b/charts/stable/etherpad/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.8.14 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A real-time collaborative editor scalable to thousands of simultaneous - real time users. -Home: https://truecharts.org/charts/stable/etherpad -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.webp -Keywords: -- etherpad -- editor -- notepad -- pad -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: etherpad -Sources: -- https://etherpad.org/ -- https://ghcr.io/nicholaswilde/etherpad -- https://github.com/ether/etherpad-lite -- https://github.com/truecharts/charts/tree/master/charts/stable/etherpad -Type: application -Version: 18.5.1 +apiVersion: v2 +appVersion: 1.8.14 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A real-time collaborative editor scalable to thousands of simultaneous real time users. +home: https://truecharts.org/charts/stable/etherpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.webp +keywords: + - etherpad + - editor + - notepad + - pad +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: etherpad +sources: + - https://etherpad.org/ + - https://ghcr.io/nicholaswilde/etherpad + - https://github.com/ether/etherpad-lite + - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad +type: application +version: 18.5.1 diff --git a/charts/stable/explainshell/Chart.yaml b/charts/stable/explainshell/Chart.yaml index 3a8b3c4abea..99540854eec 100644 --- a/charts/stable/explainshell/Chart.yaml +++ b/charts/stable/explainshell/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Not everyone, especially people new to Linux and Unraid, know what a - command that they type i will actually do. -Home: https://truecharts.org/charts/stable/explainshell -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.webp -Keywords: -- explainshell -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: explainshell -Sources: -- https://github.com/idank/explainshell -- https://github.com/truecharts/charts/tree/master/charts/stable/explainshell -- https://hub.docker.com/r/spaceinvaderone/explainshell -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do. +home: https://truecharts.org/charts/stable/explainshell +icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.webp +keywords: + - explainshell + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: explainshell +sources: + - https://github.com/idank/explainshell + - https://github.com/truecharts/charts/tree/master/charts/stable/explainshell + - https://hub.docker.com/r/spaceinvaderone/explainshell +type: application +version: 7.5.1 diff --git a/charts/stable/external-dns/Chart.yaml b/charts/stable/external-dns/Chart.yaml index fcf89f2f1ac..16a8e670772 100644 --- a/charts/stable/external-dns/Chart.yaml +++ b/charts/stable/external-dns/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.16.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with - DNS providers. -Home: https://truecharts.org/charts/stable/external-dns -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.webp -Keywords: -- external-dns -- k8s -- kubernetes -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: external-dns -Sources: -- https://github.com/kubernetes-sigs/external-dns -- https://github.com/truecharts/charts/tree/master/charts/stable/external-dns -Type: application -Version: 6.7.0 +apiVersion: v2 +appVersion: 0.16.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. +home: https://truecharts.org/charts/stable/external-dns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.webp +keywords: + - external-dns + - k8s + - kubernetes +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: external-dns +sources: + - https://github.com/kubernetes-sigs/external-dns + - https://github.com/truecharts/charts/tree/master/charts/stable/external-dns +type: application +version: 6.7.0 diff --git a/charts/stable/external-ip/Chart.yaml b/charts/stable/external-ip/Chart.yaml index fba1061d2a0..8e519a56680 100644 --- a/charts/stable/external-ip/Chart.yaml +++ b/charts/stable/external-ip/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on - a scheduled basis that can be customized. Also includes the ability to alert you - via pushover if the IP changes. -Home: https://truecharts.org/charts/stable/external-ip -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.webp -Keywords: -- external-ip -- Network-Management -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: external-ip -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/external-ip -- https://github.com/xavier-hernandez/docker-external-ip -- https://hub.docker.com/r/xavierh/external-ip -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. +home: https://truecharts.org/charts/stable/external-ip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.webp +keywords: + - external-ip + - Network-Management + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: external-ip +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/external-ip + - https://github.com/xavier-hernandez/docker-external-ip + - https://hub.docker.com/r/xavierh/external-ip +type: application +version: 7.5.1 diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index 93327caa7e0..5e1fbd3971e 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.21.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Allow external services to be used like Apps. -Home: https://truecharts.org/charts/stable/external-service -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.webp -Keywords: -- external-service -- reverse-proxy -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: external-service -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/external-service -- https://hub.docker.com/_/alpine -Type: application -Version: 15.6.2 +apiVersion: v2 +appVersion: 3.21.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allow external services to be used like Apps. +home: https://truecharts.org/charts/stable/external-service +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.webp +keywords: + - external-service + - reverse-proxy +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: external-service +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/external-service + - https://hub.docker.com/_/alpine +type: application +version: 15.6.2 diff --git a/charts/stable/fabulinus/Chart.yaml b/charts/stable/fabulinus/Chart.yaml index 8adabc64eb8..486de004a8a 100644 --- a/charts/stable/fabulinus/Chart.yaml +++ b/charts/stable/fabulinus/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest-cpu -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Fabulinus is the server component of the TitanML Takeoff server. -Home: https://truecharts.org/charts/stable/fabulinus -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.webp -Keywords: -- fabulinus -- machine-learning -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fabulinus -Sources: -- https://github.com/titanml/takeoff-communitys -- https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus -- https://hub.docker.com/r/tytn/fabulinus -Type: application -Version: 4.5.1 +apiVersion: v2 +appVersion: latest-cpu +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fabulinus is the server component of the TitanML Takeoff server. +home: https://truecharts.org/charts/stable/fabulinus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.webp +keywords: + - fabulinus + - machine-learning +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fabulinus +sources: + - https://github.com/titanml/takeoff-communitys + - https://github.com/truecharts/charts/tree/master/charts/stable/fabulinus + - https://hub.docker.com/r/tytn/fabulinus +type: application +version: 4.5.1 diff --git a/charts/stable/factorio/Chart.yaml b/charts/stable/factorio/Chart.yaml index 0efd3172493..10dc647033f 100644 --- a/charts/stable/factorio/Chart.yaml +++ b/charts/stable/factorio/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: stable -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A game in which you build and maintain factories. -Home: https://truecharts.org/charts/stable/factorio -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.webp -Keywords: -- factorio -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: factorio -Sources: -- https://github.com/factoriotools/factorio-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/factorio -- https://hub.docker.com/r/factoriotools/factorio -Type: application -Version: 9.5.12 +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A game in which you build and maintain factories. +home: https://truecharts.org/charts/stable/factorio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.webp +keywords: + - factorio + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: factorio +sources: + - https://github.com/factoriotools/factorio-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/factorio + - https://hub.docker.com/r/factoriotools/factorio +type: application +version: 9.5.12 diff --git a/charts/stable/factorioservermanager/Chart.yaml b/charts/stable/factorioservermanager/Chart.yaml index a138f20305c..4d21dc78ea1 100644 --- a/charts/stable/factorioservermanager/Chart.yaml +++ b/charts/stable/factorioservermanager/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'A tool for managing Factorio servers ' -Home: https://truecharts.org/charts/stable/factorioservermanager -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.webp -Keywords: -- factorioservermanager -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: factorioservermanager -Sources: -- https://github.com/OpenFactorioServerManager/factorio-server-manager -- https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager -- https://hub.docker.com/r/ofsm/ofsm -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'A tool for managing Factorio servers ' +home: https://truecharts.org/charts/stable/factorioservermanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.webp +keywords: + - factorioservermanager + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: factorioservermanager +sources: + - https://github.com/OpenFactorioServerManager/factorio-server-manager + - https://github.com/truecharts/charts/tree/master/charts/stable/factorioservermanager + - https://hub.docker.com/r/ofsm/ofsm +type: application +version: 7.5.1 diff --git a/charts/stable/farmos/Chart.yaml b/charts/stable/farmos/Chart.yaml index 2faa751284c..7e332780b8f 100644 --- a/charts/stable/farmos/Chart.yaml +++ b/charts/stable/farmos/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: "farmOS is a web-based application for farm management, planning, and - record keeping. It is developed by a community of volunteers and aims to provide - a standard platform for farmers, developers, and researchers to build upon.\r" -Home: https://truecharts.org/charts/stable/farmos -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.webp -Keywords: -- farmos -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: farmos -Sources: -- https://github.com/farmOS/farmOS -- https://github.com/truecharts/charts/tree/master/charts/stable/farmos -- https://hub.docker.com/r/farmos/farmos -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r" +home: https://truecharts.org/charts/stable/farmos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.webp +keywords: + - farmos + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: farmos +sources: + - https://github.com/farmOS/farmOS + - https://github.com/truecharts/charts/tree/master/charts/stable/farmos + - https://hub.docker.com/r/farmos/farmos +type: application +version: 7.5.4 diff --git a/charts/stable/fastcom-mqtt/Chart.yaml b/charts/stable/fastcom-mqtt/Chart.yaml index 2165a06c589..824fb1a644c 100644 --- a/charts/stable/fastcom-mqtt/Chart.yaml +++ b/charts/stable/fastcom-mqtt/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | Chart Chart with Fast.com CLI sending data directly to MQTT Broker -Home: https://truecharts.org/charts/stable/fastcom-mqtt -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.webp -Keywords: -- fastcom-mqtt -- home-automation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fastcom-mqtt -Sources: -- https://github.com/simonjenny/fastcom-mqtt -- https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt -- https://hub.docker.com/r/simonjenny/fastcom-mqtt -Type: application -Version: 7.5.1 +home: https://truecharts.org/charts/stable/fastcom-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.webp +keywords: + - fastcom-mqtt + - home-automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fastcom-mqtt +sources: + - https://github.com/simonjenny/fastcom-mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/fastcom-mqtt + - https://hub.docker.com/r/simonjenny/fastcom-mqtt +type: application +version: 7.5.1 diff --git a/charts/stable/fenrus/Chart.yaml b/charts/stable/fenrus/Chart.yaml index 8ce8235027f..f9ca48898b8 100644 --- a/charts/stable/fenrus/Chart.yaml +++ b/charts/stable/fenrus/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: "Fenrus is a home page / personal dashboard with smart apps. \n" -Home: https://truecharts.org/charts/stable/fenrus -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.webp -Keywords: -- fenrus -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fenrus -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/fenrus -- https://hub.docker.com/r/revenz/fenrus -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Fenrus is a home page / personal dashboard with smart apps. \n" +home: https://truecharts.org/charts/stable/fenrus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.webp +keywords: + - fenrus + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fenrus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fenrus + - https://hub.docker.com/r/revenz/fenrus +type: application +version: 7.5.1 diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml index 9b56771e6f9..de630726f1f 100644 --- a/charts/stable/ferdi-server/Chart.yaml +++ b/charts/stable/ferdi-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.3.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Server for Ferdi that you can re-use to run your own -Home: https://truecharts.org/charts/stable/ferdi-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.webp -Keywords: -- ferdi -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ferdi-server -Sources: -- https://github.com/getferdi/server -- https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server -- https://hub.docker.com/r/getferdi/ferdi-server -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 1.3.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Server for Ferdi that you can re-use to run your own +home: https://truecharts.org/charts/stable/ferdi-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.webp +keywords: + - ferdi +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ferdi-server +sources: + - https://github.com/getferdi/server + - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server + - https://hub.docker.com/r/getferdi/ferdi-server +type: application +version: 13.5.1 diff --git a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml index 7f456a12807..fd07ebcf069 100644 --- a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml +++ b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Chart Chart designed to watch a directory and encode media files. -Home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.webp -Keywords: -- ffmpeg-mkvdts2ac3 -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ffmpeg-mkvdts2ac3 -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 -- https://hub.docker.com/r/snoopy86/ffmpeg -- https://registry.hub.docker.com/r/snoopy86/ffmpeg/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Chart Chart designed to watch a directory and encode media files. +home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.webp +keywords: + - ffmpeg-mkvdts2ac3 + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ffmpeg-mkvdts2ac3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ffmpeg-mkvdts2ac3 + - https://hub.docker.com/r/snoopy86/ffmpeg + - https://registry.hub.docker.com/r/snoopy86/ffmpeg/ +type: application +version: 7.5.1 diff --git a/charts/stable/filebot/Chart.yaml b/charts/stable/filebot/Chart.yaml index 14d5b4a09fb..4da8ca7fe13 100644 --- a/charts/stable/filebot/Chart.yaml +++ b/charts/stable/filebot/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: FileBot is the ultimate tool for organizing and renaming your movies, - tv shows or anime, and music well as downloading subtitles and artwork. It's smart - and just works. -Home: https://truecharts.org/charts/stable/filebot -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.webp -Keywords: -- media -- filebot -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: filebot -Sources: -- https://github.com/jlesage/docker-filebot -- https://github.com/truecharts/charts/tree/master/charts/stable/filebot -- https://hub.docker.com/r/jlesage/filebot -Type: application -Version: 12.0.0 +apiVersion: v2 +appVersion: 25.02.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. +home: https://truecharts.org/charts/stable/filebot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.webp +keywords: + - media + - filebot +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filebot +sources: + - https://github.com/jlesage/docker-filebot + - https://github.com/truecharts/charts/tree/master/charts/stable/filebot + - https://hub.docker.com/r/jlesage/filebot +type: application +version: 12.0.0 diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index 41d3b82e870..c01c699d5c1 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.32.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Filebrowser provides a file managing interface within a specified directory -Home: https://truecharts.org/charts/stable/filebrowser -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.webp -Keywords: -- filebrowser -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: filebrowser -Sources: -- https://filebrowser.org/cli/filebrowser -- https://github.com/filebrowser/filebrowser -- https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser -- https://hub.docker.com/r/filebrowser/filebrowser -Type: application -Version: 11.7.0 +apiVersion: v2 +appVersion: 2.32.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Filebrowser provides a file managing interface within a specified directory +home: https://truecharts.org/charts/stable/filebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.webp +keywords: + - filebrowser +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filebrowser +sources: + - https://filebrowser.org/cli/filebrowser + - https://github.com/filebrowser/filebrowser + - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser + - https://hub.docker.com/r/filebrowser/filebrowser +type: application +version: 11.7.0 diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml index 8de2ff28a14..f141085ee20 100644 --- a/charts/stable/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.04.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An application that lets you automatically process files through a simple - rule flow. -Home: https://truecharts.org/charts/stable/fileflows -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.webp -Keywords: -- fileflows -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fileflows -Sources: -- https://github.com/revenz/FileFlows -- https://github.com/truecharts/charts/tree/master/charts/stable/fileflows -- https://hub.docker.com/r/revenz/fileflows -Type: application -Version: 13.2.1 +apiVersion: v2 +appVersion: 25.04.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An application that lets you automatically process files through a simple rule flow. +home: https://truecharts.org/charts/stable/fileflows +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.webp +keywords: + - fileflows +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fileflows +sources: + - https://github.com/revenz/FileFlows + - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows + - https://hub.docker.com/r/revenz/fileflows +type: application +version: 13.2.1 diff --git a/charts/stable/fileshelter/Chart.yaml b/charts/stable/fileshelter/Chart.yaml index c46d969986f..a47ddaf68c5 100644 --- a/charts/stable/fileshelter/Chart.yaml +++ b/charts/stable/fileshelter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: FileShelter is a self-hosted software that allows you to easily share - files over the Internet. Just upload one or more files and get an URL back! -Home: https://truecharts.org/charts/stable/fileshelter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.webp -Keywords: -- fileshelter -- Cloud -- Tools-Utilities -- Network-Web -- Network-FTP -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fileshelter -Sources: -- https://github.com/epoupon/fileshelter -- https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter -- https://hub.docker.com/r/epoupon/fileshelter -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 6.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back! +home: https://truecharts.org/charts/stable/fileshelter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.webp +keywords: + - fileshelter + - Cloud + - Tools-Utilities + - Network-Web + - Network-FTP +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fileshelter +sources: + - https://github.com/epoupon/fileshelter + - https://github.com/truecharts/charts/tree/master/charts/stable/fileshelter + - https://hub.docker.com/r/epoupon/fileshelter +type: application +version: 8.5.1 diff --git a/charts/stable/filestash/Chart.yaml b/charts/stable/filestash/Chart.yaml index 58393102979..e9956093d83 100644 --- a/charts/stable/filestash/Chart.yaml +++ b/charts/stable/filestash/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Dropbox-like file manager that let you manage your data anywhere it - is located. -Home: https://truecharts.org/charts/stable/filestash -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.webp -Keywords: -- filestash -- Cloud -- Productivity -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: filestash -Sources: -- https://github.com/mickael-kerjean/filestash -- https://github.com/truecharts/charts/tree/master/charts/stable/filestash -- https://hub.docker.com/r/machines/filestash -- https://www.filestash.app/ -Type: application -Version: 8.5.30 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Dropbox-like file manager that let you manage your data anywhere it is located. +home: https://truecharts.org/charts/stable/filestash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.webp +keywords: + - filestash + - Cloud + - Productivity + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filestash +sources: + - https://github.com/mickael-kerjean/filestash + - https://github.com/truecharts/charts/tree/master/charts/stable/filestash + - https://hub.docker.com/r/machines/filestash + - https://www.filestash.app/ +type: application +version: 8.5.30 diff --git a/charts/stable/filezilla/Chart.yaml b/charts/stable/filezilla/Chart.yaml index c407f930d8f..37db8010342 100644 --- a/charts/stable/filezilla/Chart.yaml +++ b/charts/stable/filezilla/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.68.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Helm chart for Kubernetes -Home: https://truecharts.org/charts/stable/filezilla -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.webp -Keywords: -- filezilla -- ftp -- sftp -- ftps -- client -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: filezilla -Sources: -- https://filezilla-project.org/ -- https://ghcr.io/linuxserver/filezilla -- https://github.com/linuxserver/docker-filezilla -- https://github.com/truecharts/charts/tree/master/charts/stable/filezilla -Type: application -Version: 13.6.11 +apiVersion: v2 +appVersion: 3.68.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Helm chart for Kubernetes +home: https://truecharts.org/charts/stable/filezilla +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.webp +keywords: + - filezilla + - ftp + - sftp + - ftps + - client +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: filezilla +sources: + - https://filezilla-project.org/ + - https://ghcr.io/linuxserver/filezilla + - https://github.com/linuxserver/docker-filezilla + - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla +type: application +version: 13.6.11 diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index d31e0796e7d..15ee84305fc 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,38 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.2.10 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: A free and open source personal finance manager -Home: https://truecharts.org/charts/stable/fireflyiii -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.webp -Keywords: -- fireflyiii -- finacial -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fireflyiii -Sources: -- https://github.com/firefly-iii/firefly-iii/ -- https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii -- https://hub.docker.com/r/fireflyiii/core -Type: application -Version: 28.0.7 +apiVersion: v2 +appVersion: 6.2.10 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source personal finance manager +home: https://truecharts.org/charts/stable/fireflyiii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.webp +keywords: + - fireflyiii + - finacial +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fireflyiii +sources: + - https://github.com/firefly-iii/firefly-iii/ + - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii + - https://hub.docker.com/r/fireflyiii/core +type: application +version: 28.0.7 diff --git a/charts/stable/firefox-desktop-g3/Chart.yaml b/charts/stable/firefox-desktop-g3/Chart.yaml index 82681548faf..93eb0c8aa9b 100644 --- a/charts/stable/firefox-desktop-g3/Chart.yaml +++ b/charts/stable/firefox-desktop-g3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing - and 2D/3D drawing -Home: https://truecharts.org/charts/stable/firefox-desktop-g3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.webp -Keywords: -- firefox-desktop-g3 -- Productivity -- Tools-Utilities -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: firefox-desktop-g3 -Sources: -- https://github.com/accetto/headless-drawing-g3/ -- https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3 -- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 -Type: application -Version: 7.5.6 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/firefox-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.webp +keywords: + - firefox-desktop-g3 + - Productivity + - Tools-Utilities + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firefox-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 +type: application +version: 7.5.6 diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml index 57d4dd6b519..fa8ae68277a 100644 --- a/charts/stable/firefox-syncserver/Chart.yaml +++ b/charts/stable/firefox-syncserver/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.8.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is an all-in-one package for running a self-hosted Firefox Sync - server. -Home: https://truecharts.org/charts/stable/firefox-syncserver -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.webp -Keywords: -- server -- sync -- syncserver -- firefox -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: firefox-syncserver -Sources: -- https://ghcr.io/crazy-max/firefox-syncserver -- https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver -- https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html -Type: application -Version: 19.5.1 +apiVersion: v2 +appVersion: 1.8.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is an all-in-one package for running a self-hosted Firefox Sync server. +home: https://truecharts.org/charts/stable/firefox-syncserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.webp +keywords: + - server + - sync + - syncserver + - firefox +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firefox-syncserver +sources: + - https://ghcr.io/crazy-max/firefox-syncserver + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver + - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html +type: application +version: 19.5.1 diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml index 0fe4da20f99..2f1968fbae9 100644 --- a/charts/stable/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 136.0.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: a free and open-source web browser developed by the Mozilla Foundation - and its subsidiary, the Mozilla Corporation. -Home: https://truecharts.org/charts/stable/firefox -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.webp -Keywords: -- firefox -- browser -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: firefox -Sources: -- https://ghcr.io/linuxserver/firefox -- https://github.com/linuxserver/docker-firefox -- https://github.com/truecharts/charts/tree/master/charts/stable/firefox -Type: application -Version: 23.0.5 +apiVersion: v2 +appVersion: 136.0.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. +home: https://truecharts.org/charts/stable/firefox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.webp +keywords: + - firefox + - browser +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firefox +sources: + - https://ghcr.io/linuxserver/firefox + - https://github.com/linuxserver/docker-firefox + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox +type: application +version: 23.0.5 diff --git a/charts/stable/fireshare/Chart.yaml b/charts/stable/fireshare/Chart.yaml index 03c1123f52f..e2aab9510a5 100644 --- a/charts/stable/fireshare/Chart.yaml +++ b/charts/stable/fireshare/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.2.20 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Share your game clips, videos, or other media via unique links. -Home: https://truecharts.org/charts/stable/fireshare -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.webp -Keywords: -- fireshare -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fireshare -Sources: -- https://github.com/ShaneIsrael/fireshare -- https://github.com/truecharts/charts/tree/master/charts/stable/fireshare -- https://hub.docker.com/r/shaneisrael/fireshare -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 1.2.20 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Share your game clips, videos, or other media via unique links. +home: https://truecharts.org/charts/stable/fireshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.webp +keywords: + - fireshare +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fireshare +sources: + - https://github.com/ShaneIsrael/fireshare + - https://github.com/truecharts/charts/tree/master/charts/stable/fireshare + - https://hub.docker.com/r/shaneisrael/fireshare +type: application +version: 8.5.1 diff --git a/charts/stable/firezone/Chart.yaml b/charts/stable/firezone/Chart.yaml index 041c6775866..8045705701b 100644 --- a/charts/stable/firezone/Chart.yaml +++ b/charts/stable/firezone/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.7.36 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: WireGuard-based VPN server and egress firewall -Home: https://truecharts.org/charts/stable/firezone -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.webp -Keywords: -- firezone -- wireguard -- vpn -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: firezone -Sources: -- https://github.com/firezone/firezone -- https://github.com/truecharts/charts/tree/master/charts/stable/firezone -- https://hub.docker.com/r/firezone/firezone -Type: application -Version: 5.5.1 +apiVersion: v2 +appVersion: 0.7.36 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WireGuard-based VPN server and egress firewall +home: https://truecharts.org/charts/stable/firezone +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.webp +keywords: + - firezone + - wireguard + - vpn +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: firezone +sources: + - https://github.com/firezone/firezone + - https://github.com/truecharts/charts/tree/master/charts/stable/firezone + - https://hub.docker.com/r/firezone/firezone +type: application +version: 5.5.1 diff --git a/charts/stable/fistfuloffrags/Chart.yaml b/charts/stable/fistfuloffrags/Chart.yaml index 30b003658f2..9c6fece49d2 100644 --- a/charts/stable/fistfuloffrags/Chart.yaml +++ b/charts/stable/fistfuloffrags/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: fistfuloffrags -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Fistful - of Frags and run it. -Home: https://truecharts.org/charts/stable/fistfuloffrags -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.webp -Keywords: -- fistfuloffrags -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fistfuloffrags -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: fistfuloffrags +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it. +home: https://truecharts.org/charts/stable/fistfuloffrags +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.webp +keywords: + - fistfuloffrags + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fistfuloffrags +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/fistfuloffrags + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/fivem/Chart.yaml b/charts/stable/fivem/Chart.yaml index a240b2064f5..5c57fd71bf6 100644 --- a/charts/stable/fivem/Chart.yaml +++ b/charts/stable/fivem/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically - download the latest version or if you want to updated it yourself set the ‘Manual - Updates’ (in the ''Show more settings'' tab down below) to ‘true’ (without quotes). - The Chart will automatically extract it and download all other required files (resources, - server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ - To run this Chart you must provide a valid Server Key (you can get them from here: - https://keymaster.fivem.net/) and your prefered Server Name.' -Home: https://truecharts.org/charts/stable/fivem -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.webp -Keywords: -- fivem -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fivem -Sources: -- https://fivem.net/ -- https://ghcr.io/ich777/fivemserver -- https://github.com/truecharts/charts/tree/master/charts/stable/fivem -Type: application -Version: 8.2.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the ''Show more settings'' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.' +home: https://truecharts.org/charts/stable/fivem +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.webp +keywords: + - fivem + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fivem +sources: + - https://fivem.net/ + - https://ghcr.io/ich777/fivemserver + - https://github.com/truecharts/charts/tree/master/charts/stable/fivem +type: application +version: 8.2.1 diff --git a/charts/stable/flame/Chart.yaml b/charts/stable/flame/Chart.yaml index 9ca0096f365..666b182572f 100644 --- a/charts/stable/flame/Chart.yaml +++ b/charts/stable/flame/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.3.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Flame is self-hosted start page for your server. Easily manage your apps - and bookmarks with built-in editors. -Home: https://truecharts.org/charts/stable/flame -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.webp -Keywords: -- flame -- dashboard -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: flame -Sources: -- https://github.com/pawelmalak/flame -- https://github.com/truecharts/charts/tree/master/charts/stable/flame -- https://hub.docker.com/r/pawelmalak/flame -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: 2.3.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. +home: https://truecharts.org/charts/stable/flame +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.webp +keywords: + - flame + - dashboard +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flame +sources: + - https://github.com/pawelmalak/flame + - https://github.com/truecharts/charts/tree/master/charts/stable/flame + - https://hub.docker.com/r/pawelmalak/flame +type: application +version: 7.5.1 diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index 9d31b4b2b0c..a7bd3a43d12 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.3.21 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: FlareSolverr is a proxy server to bypass Cloudflare protection -Home: https://truecharts.org/charts/stable/flaresolverr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.webp -Keywords: -- flaresolverr -- proxy -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: flaresolverr -Sources: -- https://ghcr.io/flaresolverr/flaresolverr -- https://github.com/FlareSolverr/FlareSolverr -- https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 3.3.21 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlareSolverr is a proxy server to bypass Cloudflare protection +home: https://truecharts.org/charts/stable/flaresolverr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.webp +keywords: + - flaresolverr + - proxy +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flaresolverr +sources: + - https://ghcr.io/flaresolverr/flaresolverr + - https://github.com/FlareSolverr/FlareSolverr + - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr +type: application +version: 15.5.1 diff --git a/charts/stable/flashpaper/Chart.yaml b/charts/stable/flashpaper/Chart.yaml index 68d701c061a..5f4f48bdd9c 100644 --- a/charts/stable/flashpaper/Chart.yaml +++ b/charts/stable/flashpaper/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: master -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: One-time encrypted password/secret sharing -Home: https://truecharts.org/charts/stable/flashpaper -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.webp -Keywords: -- flashpaper -- Cloud -- Productivity -- Security -- Tools-Utilities -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: flashpaper -Sources: -- https://ghcr.io/andrewpaglusch/flashpaper -- https://github.com/AndrewPaglusch/FlashPaper -- https://github.com/andrewpaglusch/FlashPaper/pkgs/container/flashpaper -- https://github.com/truecharts/charts/tree/master/charts/stable/flashpaper -Type: application -Version: 4.0.0 +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: One-time encrypted password/secret sharing +home: https://truecharts.org/charts/stable/flashpaper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.webp +keywords: + - flashpaper + - Cloud + - Productivity + - Security + - Tools-Utilities + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flashpaper +sources: + - https://ghcr.io/andrewpaglusch/flashpaper + - https://github.com/AndrewPaglusch/FlashPaper + - https://github.com/andrewpaglusch/FlashPaper/pkgs/container/flashpaper + - https://github.com/truecharts/charts/tree/master/charts/stable/flashpaper +type: application +version: 4.0.0 diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index e77eeb8310a..76142893d78 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.3.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: Fleet provides an online web interface which displays a set of maintained - images from one or more owned repositories. -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fleet -Sources: -- https://ghcr.io/linuxserver/fleet -- https://github.com/truecharts/charts/tree/master/charts/stable/fleet -Type: application -Version: 14.13.3 +apiVersion: v2 +appVersion: 2.3.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fleet +sources: + - https://ghcr.io/linuxserver/fleet + - https://github.com/truecharts/charts/tree/master/charts/stable/fleet +type: application +version: 14.13.3 diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml index d7b57f83801..12508e882b0 100644 --- a/charts/stable/flexget/Chart.yaml +++ b/charts/stable/flexget/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.15.31 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: FlexGet is a multipurpose automation tool for all of your media -Home: https://truecharts.org/charts/stable/flexget -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.webp -Keywords: -- flexget -- automation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: flexget -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/flexget -- https://github.com/wiserain/docker-flexget -- https://hub.docker.com/r/wiserain/flexget -Type: application -Version: 11.8.7 +apiVersion: v2 +appVersion: 3.15.31 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlexGet is a multipurpose automation tool for all of your media +home: https://truecharts.org/charts/stable/flexget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.webp +keywords: + - flexget + - automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flexget +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/flexget + - https://github.com/wiserain/docker-flexget + - https://hub.docker.com/r/wiserain/flexget +type: application +version: 11.8.7 diff --git a/charts/stable/flexo/Chart.yaml b/charts/stable/flexo/Chart.yaml index 8e5ac10b909..d6128fde6fb 100644 --- a/charts/stable/flexo/Chart.yaml +++ b/charts/stable/flexo/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.6.9 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Arch linux pacman cache proxy server -Home: https://truecharts.org/charts/stable/flexo -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexo.webp -Keywords: -- flexo -- linux -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: flexo -Sources: -- https://github.com/nroi/flexo -- https://github.com/truecharts/charts/tree/master/charts/stable/flexo -- https://hub.docker.com/r/nroi/flexo -Type: application -Version: 1.0.0 +apiVersion: v2 +appVersion: 1.6.9 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Arch linux pacman cache proxy server +home: https://truecharts.org/charts/stable/flexo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexo.webp +keywords: + - flexo + - linux +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flexo +sources: + - https://github.com/nroi/flexo + - https://github.com/truecharts/charts/tree/master/charts/stable/flexo + - https://hub.docker.com/r/nroi/flexo +type: application +version: 1.0.0 diff --git a/charts/stable/flextv/Chart.yaml b/charts/stable/flextv/Chart.yaml index ff04dbaa9e5..61f82d4cdcd 100644 --- a/charts/stable/flextv/Chart.yaml +++ b/charts/stable/flextv/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A super-sexy voice interface for the Plex HTPC. -Home: https://truecharts.org/charts/stable/flextv -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.webp -Keywords: -- flextv -- MediaApp -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: flextv -Sources: -- https://github.com/d8ahazard/FlexTV -- https://github.com/truecharts/charts/tree/master/charts/stable/flextv -- https://hub.docker.com/r/jcreynolds/flextv -- https://registry.hub.docker.com/r/jcreynolds/flextv/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A super-sexy voice interface for the Plex HTPC. +home: https://truecharts.org/charts/stable/flextv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.webp +keywords: + - flextv + - MediaApp +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flextv +sources: + - https://github.com/d8ahazard/FlexTV + - https://github.com/truecharts/charts/tree/master/charts/stable/flextv + - https://hub.docker.com/r/jcreynolds/flextv + - https://registry.hub.docker.com/r/jcreynolds/flextv/ +type: application +version: 7.5.1 diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index d2f4384b10b..f740023104a 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.9.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Flood is a monitoring service for various torrent clients -Home: https://truecharts.org/charts/stable/flood -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.webp -Keywords: -- flood -- rtorrent -- qbittorrent -- transmission -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: flood -Sources: -- https://github.com/jesec/flood -- https://github.com/truecharts/charts/tree/master/charts/stable/flood -- https://hub.docker.com/r/jesec/flood -Type: application -Version: 15.6.2 +apiVersion: v2 +appVersion: 4.9.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Flood is a monitoring service for various torrent clients +home: https://truecharts.org/charts/stable/flood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.webp +keywords: + - flood + - rtorrent + - qbittorrent + - transmission +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flood +sources: + - https://github.com/jesec/flood + - https://github.com/truecharts/charts/tree/master/charts/stable/flood + - https://hub.docker.com/r/jesec/flood +type: application +version: 15.6.2 diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml index 67517cd728b..c8ccc428997 100644 --- a/charts/stable/flowise/Chart.yaml +++ b/charts/stable/flowise/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.2.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Drag & drop UI to build your customized LLM flow. -Home: https://truecharts.org/charts/stable/flowise -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.webp -Keywords: -- flowise -- ai -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: flowise -Sources: -- https://github.com/FlowiseAI/Flowise -- https://github.com/truecharts/charts/tree/master/charts/stable/flowise -- https://hub.docker.com/r/flowiseai/flowise -Type: application -Version: 7.6.4 +apiVersion: v2 +appVersion: 2.2.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Drag & drop UI to build your customized LLM flow. +home: https://truecharts.org/charts/stable/flowise +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.webp +keywords: + - flowise + - ai +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: flowise +sources: + - https://github.com/FlowiseAI/Flowise + - https://github.com/truecharts/charts/tree/master/charts/stable/flowise + - https://hub.docker.com/r/flowiseai/flowise +type: application +version: 7.6.4 diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index d6098dd3b91..0502d4f9e6b 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.34.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Fluidd is a free and open-source Klipper web interface for managing your - 3d printer. -Home: https://truecharts.org/charts/stable/fluidd -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.webp -Keywords: -- fluidd -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fluidd -Sources: -- https://ghcr.io/fluidd-core/fluidd -- https://github.com/fluidd-core/fluidd -- https://github.com/truecharts/charts/tree/master/charts/stable/fluidd -Type: application -Version: 11.9.1 +apiVersion: v2 +appVersion: 1.34.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. +home: https://truecharts.org/charts/stable/fluidd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.webp +keywords: + - fluidd +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fluidd +sources: + - https://ghcr.io/fluidd-core/fluidd + - https://github.com/fluidd-core/fluidd + - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd +type: application +version: 11.9.1 diff --git a/charts/stable/fluttercoin-wallet/Chart.yaml b/charts/stable/fluttercoin-wallet/Chart.yaml index 8ab48a8f99b..af5841e731a 100644 --- a/charts/stable/fluttercoin-wallet/Chart.yaml +++ b/charts/stable/fluttercoin-wallet/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, - but it's definitely anything but ordinary. -Home: https://truecharts.org/charts/stable/fluttercoin-wallet -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.webp -Keywords: -- fluttercoin-wallet -- Network-Other -- Productivity -- Tools-Utilities -- Crypto -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fluttercoin-wallet -Sources: -- https://fluttercoin.me/ -- https://ghcr.io/ich777/fluttercoin -- https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary. +home: https://truecharts.org/charts/stable/fluttercoin-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.webp +keywords: + - fluttercoin-wallet + - Network-Other + - Productivity + - Tools-Utilities + - Crypto +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fluttercoin-wallet +sources: + - https://fluttercoin.me/ + - https://ghcr.io/ich777/fluttercoin + - https://github.com/truecharts/charts/tree/master/charts/stable/fluttercoin-wallet +type: application +version: 7.5.1 diff --git a/charts/stable/fmd2-wine/Chart.yaml b/charts/stable/fmd2-wine/Chart.yaml index f3b890a1318..11595a2776a 100644 --- a/charts/stable/fmd2-wine/Chart.yaml +++ b/charts/stable/fmd2-wine/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: '**FMD2:** This is an active fork of the Free Manga Downloader which - is a free open source application written in Object Pascal for managing and downloading - manga from various websites. ' -Home: https://truecharts.org/charts/stable/fmd2-wine -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.webp -Keywords: -- fmd2-wine -- Downloaders -- MediaApp-Books -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fmd2-wine -Sources: -- https://github.com/Banh-Canh/docker-FMD2 -- https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine -- https://hub.docker.com/r/banhcanh/docker-fmd2 -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: '**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. ' +home: https://truecharts.org/charts/stable/fmd2-wine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.webp +keywords: + - fmd2-wine + - Downloaders + - MediaApp-Books +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fmd2-wine +sources: + - https://github.com/Banh-Canh/docker-FMD2 + - https://github.com/truecharts/charts/tree/master/charts/stable/fmd2-wine + - https://hub.docker.com/r/banhcanh/docker-fmd2 +type: application +version: 7.5.1 diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml index d7b92434887..7046da2a70b 100644 --- a/charts/stable/foldingathome/Chart.yaml +++ b/charts/stable/foldingathome/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 8.4.9 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Folding@home is a distributed computing project for simulating protein - dynamics, including the process of protein folding and the movements of proteins - implicated in a variety of diseases. -Home: https://truecharts.org/charts/stable/foldingathome -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.webp -Keywords: -- foldingathome -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: foldingathome -Sources: -- https://ghcr.io/linuxserver/foldingathome -- https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome -Type: application -Version: 12.5.8 +apiVersion: v2 +appVersion: 8.4.9 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. +home: https://truecharts.org/charts/stable/foldingathome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.webp +keywords: + - foldingathome +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: foldingathome +sources: + - https://ghcr.io/linuxserver/foldingathome + - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome +type: application +version: 12.5.8 diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml index cc67d2f0c45..739a62b1c20 100644 --- a/charts/stable/fossil/Chart.yaml +++ b/charts/stable/fossil/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.15.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A simple, high-reliability, distributed software configuration management - system -Home: https://truecharts.org/charts/stable/fossil -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.webp -Keywords: -- fossil -- scm -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fossil -Sources: -- https://fossil-scm.org/ -- https://ghcr.io/nicholaswilde/fossil -- https://github.com/truecharts/charts/tree/master/charts/stable/fossil -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 2.15.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple, high-reliability, distributed software configuration management system +home: https://truecharts.org/charts/stable/fossil +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.webp +keywords: + - fossil + - scm +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fossil +sources: + - https://fossil-scm.org/ + - https://ghcr.io/nicholaswilde/fossil + - https://github.com/truecharts/charts/tree/master/charts/stable/fossil +type: application +version: 13.5.1 diff --git a/charts/stable/fotosho/Chart.yaml b/charts/stable/fotosho/Chart.yaml index e0fa97dfe66..9616219dc91 100644 --- a/charts/stable/fotosho/Chart.yaml +++ b/charts/stable/fotosho/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: '*BETA* Fotosho is a photo gallery for your home server. Organize your - photos into albums internally and view as a slideshow. Free and open source. Does - not require a database. Does not move, copy or modify your photos.' -Home: https://truecharts.org/charts/stable/fotosho -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.webp -Keywords: -- fotosho -- MediaApp-Photos -- MediaServer-Photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fotosho -Sources: -- https://github.com/advplyr/fotosho -- https://github.com/truecharts/charts/tree/master/charts/stable/fotosho -- https://hub.docker.com/r/advplyr/fotosho -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: '*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos.' +home: https://truecharts.org/charts/stable/fotosho +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.webp +keywords: + - fotosho + - MediaApp-Photos + - MediaServer-Photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fotosho +sources: + - https://github.com/advplyr/fotosho + - https://github.com/truecharts/charts/tree/master/charts/stable/fotosho + - https://hub.docker.com/r/advplyr/fotosho +type: application +version: 7.5.1 diff --git a/charts/stable/freecad-desktop-g3/Chart.yaml b/charts/stable/freecad-desktop-g3/Chart.yaml index b3f0d132c65..7e2f18d6b7c 100644 --- a/charts/stable/freecad-desktop-g3/Chart.yaml +++ b/charts/stable/freecad-desktop-g3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing - and 2D/3D drawing -Home: https://truecharts.org/charts/stable/freecad-desktop-g3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.webp -Keywords: -- freecad-desktop-g3 -- Productivity -- Tools-Utilities -- MediaApp-Photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: freecad-desktop-g3 -Sources: -- https://github.com/accetto/headless-drawing-g3/ -- https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3 -- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 -Type: application -Version: 7.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/freecad-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.webp +keywords: + - freecad-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freecad-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/freecad-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 +type: application +version: 7.5.3 diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index 6fe3d78373f..d2bb4d2eb37 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.26.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: FreshRSS is a self-hosted RSS feed aggregator -Home: https://truecharts.org/charts/stable/freshrss -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.webp -Keywords: -- freshrss -- rss -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: freshrss -Sources: -- https://ghcr.io/linuxserver/freshrss -- https://github.com/FreshRSS/FreshRSS -- https://github.com/truecharts/charts/tree/master/charts/stable/freshrss -Type: application -Version: 20.7.3 +apiVersion: v2 +appVersion: 1.26.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: FreshRSS is a self-hosted RSS feed aggregator +home: https://truecharts.org/charts/stable/freshrss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.webp +keywords: + - freshrss + - rss +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: freshrss +sources: + - https://ghcr.io/linuxserver/freshrss + - https://github.com/FreshRSS/FreshRSS + - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss +type: application +version: 20.7.3 diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml index e2b57779e45..63f871b3224 100644 --- a/charts/stable/friendica/Chart.yaml +++ b/charts/stable/friendica/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,45 +8,46 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2024.12.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Welcome to the free social web -Home: https://truecharts.org/charts/stable/friendica -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.webp -Keywords: -- friend -- social -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: friendica -Sources: -- https://friendi.ca/ -- https://github.com/truecharts/charts/tree/master/charts/stable/friendica -- https://hub.docker.com/_/friendica -Type: application -Version: 16.17.4 +apiVersion: v2 +appVersion: 2024.12.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Welcome to the free social web +home: https://truecharts.org/charts/stable/friendica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.webp +keywords: + - friend + - social +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: friendica +sources: + - https://friendi.ca/ + - https://github.com/truecharts/charts/tree/master/charts/stable/friendica + - https://hub.docker.com/_/friendica +type: application +version: 16.17.4 diff --git a/charts/stable/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml index 91c9736c890..a339e83f774 100644 --- a/charts/stable/frigate/Chart.yaml +++ b/charts/stable/frigate/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.15.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: NVR With Realtime Object Detection for IP Cameras -Home: https://truecharts.org/charts/stable/frigate -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.webp -Keywords: -- encode -- nvr -- media -- frigate -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: frigate -Sources: -- https://ghcr.io/blakeblackshear/frigate -- https://github.com/blakeblackshear/frigate -- https://github.com/truecharts/charts/tree/master/charts/stable/frigate -Type: application -Version: 17.0.0 +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: NVR With Realtime Object Detection for IP Cameras +home: https://truecharts.org/charts/stable/frigate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.webp +keywords: + - encode + - nvr + - media + - frigate +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: frigate +sources: + - https://ghcr.io/blakeblackshear/frigate + - https://github.com/blakeblackshear/frigate + - https://github.com/truecharts/charts/tree/master/charts/stable/frigate +type: application +version: 17.0.0 diff --git a/charts/stable/fsm/Chart.yaml b/charts/stable/fsm/Chart.yaml index 5b56effecd9..5f5b207fffb 100644 --- a/charts/stable/fsm/Chart.yaml +++ b/charts/stable/fsm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: No description provide. -Home: https://truecharts.org/charts/stable/fsm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.webp -Keywords: -- fsm -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: fsm -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/fsm -- https://hub.docker.com/r/ofsm/ofsm -- https://registry.hub.docker.com/r/ofsm/ofsm -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: No description provide. +home: https://truecharts.org/charts/stable/fsm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.webp +keywords: + - fsm + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: fsm +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fsm + - https://hub.docker.com/r/ofsm/ofsm + - https://registry.hub.docker.com/r/ofsm/ofsm +type: application +version: 7.5.1 diff --git a/charts/stable/game-server-watcher/Chart.yaml b/charts/stable/game-server-watcher/Chart.yaml index b87fa611560..1d7cefe048c 100644 --- a/charts/stable/game-server-watcher/Chart.yaml +++ b/charts/stable/game-server-watcher/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.1.22 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A simple discord/telegram/slack bot to monitor your game servers and - players in style. -Home: https://truecharts.org/charts/stable/game-server-watcher -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.webp -Keywords: -- game-server-watcher -- monitoring -- bots -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: game-server-watcher -Sources: -- https://ghcr.io/a-sync/game-server-watcher -- https://github.com/a-sync/game-server-watcher -- https://github.com/truecharts/charts/tree/master/charts/stable/game-server-watcher -Type: application -Version: 3.5.1 +apiVersion: v2 +appVersion: 3.1.22 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple discord/telegram/slack bot to monitor your game servers and players in style. +home: https://truecharts.org/charts/stable/game-server-watcher +icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.webp +keywords: + - game-server-watcher + - monitoring + - bots +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: game-server-watcher +sources: + - https://ghcr.io/a-sync/game-server-watcher + - https://github.com/a-sync/game-server-watcher + - https://github.com/truecharts/charts/tree/master/charts/stable/game-server-watcher +type: application +version: 3.5.1 diff --git a/charts/stable/gamevault-backend/Chart.yaml b/charts/stable/gamevault-backend/Chart.yaml index c8e5581adb0..982cb0ec67c 100644 --- a/charts/stable/gamevault-backend/Chart.yaml +++ b/charts/stable/gamevault-backend/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 14.1.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: the self-hosted gaming platform for alternatively obtained games. -Home: https://truecharts.org/charts/stable/gamevault-backend -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.webp -Keywords: -- gamevault-backend -- games -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gamevault-backend -Sources: -- https://github.com/Phalcode/gamevault-backend -- https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend -- https://hub.docker.com/r/phalcode/gamevault-backend -Type: application -Version: 10.1.1 +apiVersion: v2 +appVersion: 14.1.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the self-hosted gaming platform for alternatively obtained games. +home: https://truecharts.org/charts/stable/gamevault-backend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.webp +keywords: + - gamevault-backend + - games +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gamevault-backend +sources: + - https://github.com/Phalcode/gamevault-backend + - https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend + - https://hub.docker.com/r/phalcode/gamevault-backend +type: application +version: 10.1.1 diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index 5105a19563e..2e89561d2cb 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.10.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. -Home: https://truecharts.org/charts/stable/gaps -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.webp -Keywords: -- gaps -- plex -- plex-media-server -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gaps -Sources: -- https://github.com/JasonHHouse/gaps -- https://github.com/truecharts/charts/tree/master/charts/stable/gaps -- https://hub.docker.com/r/housewrecker/gaps -Type: application -Version: 20.5.1 +apiVersion: v2 +appVersion: 0.10.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. +home: https://truecharts.org/charts/stable/gaps +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.webp +keywords: + - gaps + - plex + - plex-media-server +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gaps +sources: + - https://github.com/JasonHHouse/gaps + - https://github.com/truecharts/charts/tree/master/charts/stable/gaps + - https://hub.docker.com/r/housewrecker/gaps +type: application +version: 20.5.1 diff --git a/charts/stable/garrysmod/Chart.yaml b/charts/stable/garrysmod/Chart.yaml index 04935c443c1..3f20860d4e4 100644 --- a/charts/stable/garrysmod/Chart.yaml +++ b/charts/stable/garrysmod/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: garrysmod -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Garry's - Mod and run it. -Home: https://truecharts.org/charts/stable/garrysmod -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.webp -Keywords: -- garrysmod -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: garrysmod -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: garrysmod +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Garry's Mod and run it. +home: https://truecharts.org/charts/stable/garrysmod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.webp +keywords: + - garrysmod + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: garrysmod +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/garrysmod + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/gaseous-server/Chart.yaml b/charts/stable/gaseous-server/Chart.yaml index 9c86e085951..5a59b31d312 100644 --- a/charts/stable/gaseous-server/Chart.yaml +++ b/charts/stable/gaseous-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,38 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.7.11 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: A game ROM manager using multiple sources to identify and provide metadata. -Home: https://truecharts.org/charts/stable/gaseous-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.webp -Keywords: -- gaseous-server -- rom-manager -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gaseous-server -Sources: -- https://github.com/gaseous-project/gaseous-server -- https://github.com/truecharts/charts/tree/master/charts/stable/gaseous-server -- https://hub.docker.com/r/gaseousgames/gaseousserver -Type: application -Version: 3.13.1 +apiVersion: v2 +appVersion: 1.7.11 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A game ROM manager using multiple sources to identify and provide metadata. +home: https://truecharts.org/charts/stable/gaseous-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.webp +keywords: + - gaseous-server + - rom-manager +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gaseous-server +sources: + - https://github.com/gaseous-project/gaseous-server + - https://github.com/truecharts/charts/tree/master/charts/stable/gaseous-server + - https://hub.docker.com/r/gaseousgames/gaseousserver +type: application +version: 3.13.1 diff --git a/charts/stable/gatus/Chart.yaml b/charts/stable/gatus/Chart.yaml index 1449a920ed7..dde1d87ce6e 100644 --- a/charts/stable/gatus/Chart.yaml +++ b/charts/stable/gatus/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.17.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Automated service health dashboard -Home: https://truecharts.org/charts/stable/gatus -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gatus.webp -Keywords: -- gatus -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gatus -Sources: -- https://github.com/TwiN/gatus -- https://github.com/truecharts/charts/tree/master/charts/stable/gatus -- https://hub.docker.com/r/twinproduction/gatus -Type: application -Version: 1.1.0 +apiVersion: v2 +appVersion: 5.17.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automated service health dashboard +home: https://truecharts.org/charts/stable/gatus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gatus.webp +keywords: + - gatus +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gatus +sources: + - https://github.com/TwiN/gatus + - https://github.com/truecharts/charts/tree/master/charts/stable/gatus + - https://hub.docker.com/r/twinproduction/gatus +type: application +version: 1.1.0 diff --git a/charts/stable/genea/Chart.yaml b/charts/stable/genea/Chart.yaml index 130a4ab8eba..570718bf93b 100644 --- a/charts/stable/genea/Chart.yaml +++ b/charts/stable/genea/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Genea allows visually building and editing a family tree online. It consumes - and saves genealogy data in the GEDCOM format without any server side components. -Home: https://truecharts.org/charts/stable/genea -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.webp -Keywords: -- genea -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: genea -Sources: -- https://github.com/genea-app/genea-app -- https://github.com/truecharts/charts/tree/master/charts/stable/genea -- https://hub.docker.com/r/biggiesize/genea-app -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. +home: https://truecharts.org/charts/stable/genea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.webp +keywords: + - genea + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: genea +sources: + - https://github.com/genea-app/genea-app + - https://github.com/truecharts/charts/tree/master/charts/stable/genea + - https://hub.docker.com/r/biggiesize/genea-app +type: application +version: 7.5.1 diff --git a/charts/stable/generic-device-plugin/Chart.yaml b/charts/stable/generic-device-plugin/Chart.yaml index 6bc6ba6f8fb..4d7ef1ba58b 100644 --- a/charts/stable/generic-device-plugin/Chart.yaml +++ b/charts/stable/generic-device-plugin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Device Plugin to expose tun-device on talos -Home: https://truecharts.org/charts/stable/generic-device-plugin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/generic-device-plugin.webp -Keywords: -- jackett -- torrent -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: generic-device-plugin -Sources: -- https://ghcr.io/squat/generic-device-plugin -- https://github.com/squat/generic-device-plugin -- https://github.com/truecharts/charts/tree/master/charts/stable/generic-device-plugin -Type: application -Version: 1.3.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Device Plugin to expose tun-device on talos +home: https://truecharts.org/charts/stable/generic-device-plugin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/generic-device-plugin.webp +keywords: + - jackett + - torrent + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: generic-device-plugin +sources: + - https://ghcr.io/squat/generic-device-plugin + - https://github.com/squat/generic-device-plugin + - https://github.com/truecharts/charts/tree/master/charts/stable/generic-device-plugin +type: application +version: 1.3.3 diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml index 191d43e1392..64d656803a1 100644 --- a/charts/stable/ghostfolio/Chart.yaml +++ b/charts/stable/ghostfolio/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,41 +8,40 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.150.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: "" - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Ghostfolio is a privacy-first, open source dashboard for your personal - finances. Break down your asset allocation, know your net worth and make solid, - data-driven investment decisions. -Home: https://truecharts.org/charts/stable/ghostfolio -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.webp -Keywords: -- ghostfolio -- finance -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ghostfolio -Sources: -- https://ghostfol.io/ -- https://github.com/ghostfolio/ghostfolio -- https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio -- https://hub.docker.com/r/ghostfolio/ghostfolio -Type: application -Version: 6.60.1 +apiVersion: v2 +appVersion: 2.150.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions. +home: https://truecharts.org/charts/stable/ghostfolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.webp +keywords: + - ghostfolio + - finance +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ghostfolio +sources: + - https://ghostfol.io/ + - https://github.com/ghostfolio/ghostfolio + - https://github.com/truecharts/charts/tree/master/charts/stable/ghostfolio + - https://hub.docker.com/r/ghostfolio/ghostfolio +type: application +version: 6.60.1 diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index d08397cffe6..d70fa197c8b 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,43 +8,44 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.23.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: memcached.enabled - ImportValues: null - Name: memcached - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 14.5.8 -Deprecated: false -Description: Self hosted GIT repositories -Home: https://truecharts.org/charts/stable/gitea -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.webp -Keywords: -- git -- issue tracker -- code review -- wiki -- gitea -- gogs -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gitea -Sources: -- https://gitea.com/gitea/helm-chart -- https://github.com/go-gitea/gitea -- https://github.com/truecharts/charts/tree/master/charts/stable/gitea -- https://hub.docker.com/r/gitea/gitea -Type: application -Version: 20.12.14 +apiVersion: v2 +appVersion: 1.23.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: memcached + version: 14.5.8 + repository: oci://tccr.io/truecharts + condition: memcached.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self hosted GIT repositories +home: https://truecharts.org/charts/stable/gitea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.webp +keywords: + - git + - issue tracker + - code review + - wiki + - gitea + - gogs +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gitea +sources: + - https://gitea.com/gitea/helm-chart + - https://github.com/go-gitea/gitea + - https://github.com/truecharts/charts/tree/master/charts/stable/gitea + - https://hub.docker.com/r/gitea/gitea +type: application +version: 20.12.14 diff --git a/charts/stable/github-backup/Chart.yaml b/charts/stable/github-backup/Chart.yaml index 86a1516f66c..b80adbcd96b 100644 --- a/charts/stable/github-backup/Chart.yaml +++ b/charts/stable/github-backup/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Like to maintain your own data? Automatically backup your github account - to your Unraid server on a schedule. -Home: https://truecharts.org/charts/stable/github-backup -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.webp -Keywords: -- github-backup -- Backup -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: github-backup -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/github-backup -- https://hub.docker.com/r/lnxd/github-backup -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. +home: https://truecharts.org/charts/stable/github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.webp +keywords: + - github-backup + - Backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: github-backup +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/github-backup + - https://hub.docker.com/r/lnxd/github-backup +type: application +version: 7.5.1 diff --git a/charts/stable/glances/Chart.yaml b/charts/stable/glances/Chart.yaml index 1ac9adef37a..91df002e3f7 100644 --- a/charts/stable/glances/Chart.yaml +++ b/charts/stable/glances/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,31 +6,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.3.0.8 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Glances is a monitoring software -Home: https://truecharts.org/charts/stable/glances -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/glances.webp -Keywords: -- metrics -- glances -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: glances -Sources: -- https://github.com/nicolargo/glances -- https://github.com/truecharts/charts/tree/master/charts/stable/glances -- https://hub.docker.com/r/nicolargo/glances -Type: application -Version: 1.0.0 +apiVersion: v2 +appVersion: 4.3.0.8 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Glances is a monitoring software +home: https://truecharts.org/charts/stable/glances +icon: https://truecharts.org/img/hotlink-ok/chart-icons/glances.webp +keywords: + - metrics + - glances +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: glances +sources: + - https://github.com/nicolargo/glances + - https://github.com/truecharts/charts/tree/master/charts/stable/glances + - https://hub.docker.com/r/nicolargo/glances +type: application +version: 1.0.0 diff --git a/charts/stable/glauth/Chart.yaml b/charts/stable/glauth/Chart.yaml index 56fb67c74ce..b30e99d5908 100644 --- a/charts/stable/glauth/Chart.yaml +++ b/charts/stable/glauth/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. -Home: https://truecharts.org/charts/stable/glauth -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.webp -Keywords: -- glauth -- Security -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: glauth -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/glauth -- https://glauth.github.io -- https://hub.docker.com/r/glauth/glauth -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. +home: https://truecharts.org/charts/stable/glauth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.webp +keywords: + - glauth + - Security +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: glauth +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/glauth + - https://glauth.github.io + - https://hub.docker.com/r/glauth/glauth +type: application +version: 7.5.1 diff --git a/charts/stable/go-playground/Chart.yaml b/charts/stable/go-playground/Chart.yaml index 9c3eb53c475..59404816365 100644 --- a/charts/stable/go-playground/Chart.yaml +++ b/charts/stable/go-playground/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: mproved Go Playground powered by Monaco Editor and React -Home: https://truecharts.org/charts/stable/go-playground -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.webp -Keywords: -- go-playground -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: go-playground -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/go-playground -- https://hub.docker.com/r/x1unix/go-playground -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: mproved Go Playground powered by Monaco Editor and React +home: https://truecharts.org/charts/stable/go-playground +icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.webp +keywords: + - go-playground + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: go-playground +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/go-playground + - https://hub.docker.com/r/x1unix/go-playground +type: application +version: 7.5.4 diff --git a/charts/stable/goaccess-npm-logs/Chart.yaml b/charts/stable/goaccess-npm-logs/Chart.yaml index d5ba8c554c9..32e4661e61e 100644 --- a/charts/stable/goaccess-npm-logs/Chart.yaml +++ b/charts/stable/goaccess-npm-logs/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: GoAccess for Nginx Proxy Manager Logs -Home: https://truecharts.org/charts/stable/goaccess-npm-logs -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.webp -Keywords: -- goaccess-npm-logs -- Tools-Utilities -- Network-Proxy -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: goaccess-npm-logs -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs -- https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager -- https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GoAccess for Nginx Proxy Manager Logs +home: https://truecharts.org/charts/stable/goaccess-npm-logs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.webp +keywords: + - goaccess-npm-logs + - Tools-Utilities + - Network-Proxy +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: goaccess-npm-logs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess-npm-logs + - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager + - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager +type: application +version: 7.5.2 diff --git a/charts/stable/goaccess/Chart.yaml b/charts/stable/goaccess/Chart.yaml index 4e32c637b13..595997ce3b8 100644 --- a/charts/stable/goaccess/Chart.yaml +++ b/charts/stable/goaccess/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: GoAccess is an open source real-time web log analyzer and interactive - viewer that runs in a terminal in *nix systems or through your browser. It provides - fast and valuable HTTP statistics for system administrators that require a visual - server report on the fly. -Home: https://truecharts.org/charts/stable/goaccess -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.webp -Keywords: -- goaccess -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: goaccess -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/goaccess -- https://hub.docker.com/r/gregyankovoy/goaccess -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. +home: https://truecharts.org/charts/stable/goaccess +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.webp +keywords: + - goaccess + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: goaccess +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/goaccess + - https://hub.docker.com/r/gregyankovoy/goaccess +type: application +version: 7.5.1 diff --git a/charts/stable/godaddy-ddns/Chart.yaml b/charts/stable/godaddy-ddns/Chart.yaml index 089bcf72bf7..5d97d47271a 100644 --- a/charts/stable/godaddy-ddns/Chart.yaml +++ b/charts/stable/godaddy-ddns/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy - REST API to update the given domain's DNS IP address to the public IP address of - the host it is executing on. Performs a check every 10 minutes, but you can alter - this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. -Home: https://truecharts.org/charts/stable/godaddy-ddns -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.webp -Keywords: -- godaddy-ddns -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: godaddy-ddns -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns -- https://hub.docker.com/r/jwater7/godaddy-publicip-updater -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. +home: https://truecharts.org/charts/stable/godaddy-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.webp +keywords: + - godaddy-ddns + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: godaddy-ddns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/godaddy-ddns + - https://hub.docker.com/r/jwater7/godaddy-publicip-updater +type: application +version: 7.5.1 diff --git a/charts/stable/gokapi/Chart.yaml b/charts/stable/gokapi/Chart.yaml index c42af1952eb..6623ca32cad 100644 --- a/charts/stable/gokapi/Chart.yaml +++ b/charts/stable/gokapi/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.9.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Gokapi is a lightweight server to share files, which expire after a set - amount of downloads or days. -Home: https://truecharts.org/charts/stable/gokapi -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.webp -Keywords: -- gokapi -- cloud -- utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gokapi -Sources: -- https://github.com/Forceu/gokapi -- https://github.com/truecharts/charts/tree/master/charts/stable/gokapi -- https://hub.docker.com/r/f0rc3/gokapi -Type: application -Version: 7.6.1 +apiVersion: v2 +appVersion: 1.9.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. +home: https://truecharts.org/charts/stable/gokapi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.webp +keywords: + - gokapi + - cloud + - utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gokapi +sources: + - https://github.com/Forceu/gokapi + - https://github.com/truecharts/charts/tree/master/charts/stable/gokapi + - https://hub.docker.com/r/f0rc3/gokapi +type: application +version: 7.6.1 diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml index 6a5d7d27a19..3997cbce145 100644 --- a/charts/stable/golinks/Chart.yaml +++ b/charts/stable/golinks/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 154c581 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A web app that allows you to create smart bookmarks, commands and aliases - by pointing your web browser's default search engine at a running instance. -Home: https://truecharts.org/charts/stable/golinks -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.webp -Keywords: -- search -- browser -- bookmarks -- smart-bookmarks -- golinks -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: golinks -Sources: -- https://ghcr.io/nicholaswilde/golinks -- https://github.com/nicholaswilde/docker-golinks -- https://github.com/prologic/golinks -- https://github.com/truecharts/charts/tree/master/charts/stable/golinks -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 154c581 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. +home: https://truecharts.org/charts/stable/golinks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.webp +keywords: + - search + - browser + - bookmarks + - smart-bookmarks + - golinks +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: golinks +sources: + - https://ghcr.io/nicholaswilde/golinks + - https://github.com/nicholaswilde/docker-golinks + - https://github.com/prologic/golinks + - https://github.com/truecharts/charts/tree/master/charts/stable/golinks +type: application +version: 13.5.1 diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index 788a0777033..6892c99b465 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.16.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Music streaming server / subsonic server API implementation -Home: https://truecharts.org/charts/stable/gonic -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.webp -Keywords: -- music -- subsonic -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gonic -Sources: -- https://github.com/sentriz/gonic -- https://github.com/truecharts/charts/tree/master/charts/stable/gonic -- https://hub.docker.com/r/sentriz/gonic -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 0.16.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Music streaming server / subsonic server API implementation +home: https://truecharts.org/charts/stable/gonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.webp +keywords: + - music + - subsonic +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gonic +sources: + - https://github.com/sentriz/gonic + - https://github.com/truecharts/charts/tree/master/charts/stable/gonic + - https://hub.docker.com/r/sentriz/gonic +type: application +version: 15.5.1 diff --git a/charts/stable/googlephotossync/Chart.yaml b/charts/stable/googlephotossync/Chart.yaml index 33b578c2005..ae70ac5e154 100644 --- a/charts/stable/googlephotossync/Chart.yaml +++ b/charts/stable/googlephotossync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.2.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Google Photos Sync downloads your Google Photos to the local file system. - It will backup all the photos the user uploaded to Google Photos, but also the album - information and additional Google Photos 'Creations' (animations, panoramas, movies, - effects and collages). -Home: https://truecharts.org/charts/stable/googlephotossync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.webp -Keywords: -- googlephotossync -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: googlephotossync -Sources: -- https://ghcr.io/gilesknap/gphotos-sync -- https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 3.2.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). +home: https://truecharts.org/charts/stable/googlephotossync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.webp +keywords: + - googlephotossync + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: googlephotossync +sources: + - https://ghcr.io/gilesknap/gphotos-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync +type: application +version: 8.5.1 diff --git a/charts/stable/gpodder/Chart.yaml b/charts/stable/gpodder/Chart.yaml index bdde414a269..9ef7e0d8d42 100644 --- a/charts/stable/gpodder/Chart.yaml +++ b/charts/stable/gpodder/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: gPodder is a simple, open source podcast client written in Python using - GTK+. In development since 2005 with a proven, mature codebase.&#xD; -Home: https://truecharts.org/charts/stable/gpodder -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.webp -Keywords: -- gpodder -- Downloaders -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gpodder -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/gpodder -- https://gpodder.github.io/ -- https://hub.docker.com/r/xthursdayx/gpodder-docker -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD; +home: https://truecharts.org/charts/stable/gpodder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.webp +keywords: + - gpodder + - Downloaders + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gpodder +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gpodder + - https://gpodder.github.io/ + - https://hub.docker.com/r/xthursdayx/gpodder-docker +type: application +version: 7.5.1 diff --git a/charts/stable/grafana-image-renderer/Chart.yaml b/charts/stable/grafana-image-renderer/Chart.yaml index 7cef1249f6f..f4ea065904b 100644 --- a/charts/stable/grafana-image-renderer/Chart.yaml +++ b/charts/stable/grafana-image-renderer/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Grafana remote image renderer that handles rendering panels & dashboards - to PNGs using headless chrome. -Home: https://truecharts.org/charts/stable/grafana-image-renderer -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.webp -Keywords: -- grafana-image-renderer -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: grafana-image-renderer -Sources: -- https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md -- https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer -- https://hub.docker.com/r/grafana/grafana-image-renderer -Type: application -Version: 7.5.5 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. +home: https://truecharts.org/charts/stable/grafana-image-renderer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.webp +keywords: + - grafana-image-renderer + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grafana-image-renderer +sources: + - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md + - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer + - https://hub.docker.com/r/grafana/grafana-image-renderer +type: application +version: 7.5.5 diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml index 31ff874582f..67042a9d9c3 100644 --- a/charts/stable/grav/Chart.yaml +++ b/charts/stable/grav/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.7.48 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Fast, Simple, and Flexible, file-based Web-platform. -Home: https://truecharts.org/charts/stable/grav -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.webp -Keywords: -- grav -- web -- platform -- file -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: grav -Sources: -- https://ghcr.io/linuxserver/grav -- https://github.com/getgrav/grav/ -- https://github.com/linuxserver/docker-grav -- https://github.com/truecharts/charts/tree/master/charts/stable/grav -Type: application -Version: 13.5.8 +apiVersion: v2 +appVersion: 1.7.48 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Fast, Simple, and Flexible, file-based Web-platform. +home: https://truecharts.org/charts/stable/grav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.webp +keywords: + - grav + - web + - platform + - file +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grav +sources: + - https://ghcr.io/linuxserver/grav + - https://github.com/getgrav/grav/ + - https://github.com/linuxserver/docker-grav + - https://github.com/truecharts/charts/tree/master/charts/stable/grav +type: application +version: 13.5.8 diff --git a/charts/stable/gravity/Chart.yaml b/charts/stable/gravity/Chart.yaml index 63ce649ec99..bdeacf1fa98 100644 --- a/charts/stable/gravity/Chart.yaml +++ b/charts/stable/gravity/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.26.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd. -Home: https://truecharts.org/charts/stable/gravity -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.webp -Keywords: -- gravity -- dns -- networking -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gravity -Sources: -- https://ghcr.io/beryju/gravity -- https://github.com/BeryJu/gravity -- https://github.com/truecharts/charts/tree/master/charts/stable/gravity -Type: application -Version: 5.14.3 +apiVersion: v2 +appVersion: 0.26.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd. +home: https://truecharts.org/charts/stable/gravity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.webp +keywords: + - gravity + - dns + - networking +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gravity +sources: + - https://ghcr.io/beryju/gravity + - https://github.com/BeryJu/gravity + - https://github.com/truecharts/charts/tree/master/charts/stable/gravity +type: application +version: 5.14.3 diff --git a/charts/stable/gridcoinwalletgui/Chart.yaml b/charts/stable/gridcoinwalletgui/Chart.yaml index f153ac58fa6..6999aa269a8 100644 --- a/charts/stable/gridcoinwalletgui/Chart.yaml +++ b/charts/stable/gridcoinwalletgui/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Running Boinc? Get some Gridcoins from your Boinc work! -Home: https://truecharts.org/charts/stable/gridcoinwalletgui -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.webp -Keywords: -- gridcoinwalletgui -- Crypto -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: gridcoinwalletgui -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui -- https://gridcoin.us/ -- https://hub.docker.com/r/sublivion/gridcoinwalletgui -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Running Boinc? Get some Gridcoins from your Boinc work! +home: https://truecharts.org/charts/stable/gridcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.webp +keywords: + - gridcoinwalletgui + - Crypto +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: gridcoinwalletgui +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gridcoinwalletgui + - https://gridcoin.us/ + - https://hub.docker.com/r/sublivion/gridcoinwalletgui +type: application +version: 7.5.1 diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index 9bc483df2b4..32f9a8dfdb3 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.5.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & - household management solution for your home -Home: https://truecharts.org/charts/stable/grocy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.webp -Keywords: -- grocy -- home-automation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: grocy -Sources: -- https://ghcr.io/linuxserver/grocy -- https://github.com/grocy/grocy -- https://github.com/truecharts/charts/tree/master/charts/stable/grocy -Type: application -Version: 20.7.1 +apiVersion: v2 +appVersion: 4.5.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home +home: https://truecharts.org/charts/stable/grocy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.webp +keywords: + - grocy + - home-automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: grocy +sources: + - https://ghcr.io/linuxserver/grocy + - https://github.com/grocy/grocy + - https://github.com/truecharts/charts/tree/master/charts/stable/grocy +type: application +version: 20.7.1 diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml index 48370adbdbe..0890a6ffe17 100644 --- a/charts/stable/guacamole/Chart.yaml +++ b/charts/stable/guacamole/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.5.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Apache Guacamole is a clientless remote desktop gateway. -Home: https://truecharts.org/charts/stable/guacamole -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.webp -Keywords: -- guacamole -- remote -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -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 -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 1.5.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Apache Guacamole is a clientless remote desktop gateway. +home: https://truecharts.org/charts/stable/guacamole +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.webp +keywords: + - guacamole + - remote +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +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 +type: application +version: 15.5.1 diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index 01a659bfa0d..b1466d3a5ca 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.5.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Guacd - Apache Guacamole is a clientless remote desktop gateway. -Home: https://truecharts.org/charts/stable/guacd -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.webp -Keywords: -- guacd -- guacamole -- remote -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: guacd -Sources: -- https://github.com/apache/guacamole-server -- https://github.com/truecharts/charts/tree/master/charts/stable/guacd -- https://hub.docker.com/r/guacamole/guacd -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 1.5.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Guacd - Apache Guacamole is a clientless remote desktop gateway. +home: https://truecharts.org/charts/stable/guacd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.webp +keywords: + - guacd + - guacamole + - remote +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: guacd +sources: + - https://github.com/apache/guacamole-server + - https://github.com/truecharts/charts/tree/master/charts/stable/guacd + - https://hub.docker.com/r/guacamole/guacd +type: application +version: 11.5.1 diff --git a/charts/stable/guide2go/Chart.yaml b/charts/stable/guide2go/Chart.yaml index 57c4f6ae06b..da9a1f8c8cb 100644 --- a/charts/stable/guide2go/Chart.yaml +++ b/charts/stable/guide2go/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: a xml grabber from schedule direct service -Home: https://truecharts.org/charts/stable/guide2go -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.webp -Keywords: -- guide2go -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: guide2go -Sources: -- https://github.com/alturismo/guide2go -- https://github.com/truecharts/charts/tree/master/charts/stable/guide2go -- https://hub.docker.com/r/alturismo/guide2go -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: a xml grabber from schedule direct service +home: https://truecharts.org/charts/stable/guide2go +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.webp +keywords: + - guide2go + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: guide2go +sources: + - https://github.com/alturismo/guide2go + - https://github.com/truecharts/charts/tree/master/charts/stable/guide2go + - https://hub.docker.com/r/alturismo/guide2go +type: application +version: 7.5.1 diff --git a/charts/stable/h5ai/Chart.yaml b/charts/stable/h5ai/Chart.yaml index 795c50f6dcc..d28bff66dc2 100644 --- a/charts/stable/h5ai/Chart.yaml +++ b/charts/stable/h5ai/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: h5ai is a modern file indexer for HTTP web servers with focus on your - files. Directories are displayed in a appealing way and browsing them is enhanced - by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym - for HTML5 Apache Index but now it supports other web servers too. -Home: https://truecharts.org/charts/stable/h5ai -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.webp -Keywords: -- h5ai -- Cloud -- Network-FTP -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: h5ai -Sources: -- https://github.com/awesometic/docker-h5ai -- https://github.com/truecharts/charts/tree/master/charts/stable/h5ai -- https://hub.docker.com/r/awesometic/h5ai -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. +home: https://truecharts.org/charts/stable/h5ai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.webp +keywords: + - h5ai + - Cloud + - Network-FTP +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: h5ai +sources: + - https://github.com/awesometic/docker-h5ai + - https://github.com/truecharts/charts/tree/master/charts/stable/h5ai + - https://hub.docker.com/r/awesometic/h5ai +type: application +version: 7.5.1 diff --git a/charts/stable/halflife2deathmatch/Chart.yaml b/charts/stable/halflife2deathmatch/Chart.yaml index 3703ffc3a86..9c6adced081 100644 --- a/charts/stable/halflife2deathmatch/Chart.yaml +++ b/charts/stable/halflife2deathmatch/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: hl2dm -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install HalfLife2 - DeathMatch and run it. -Home: https://truecharts.org/charts/stable/halflife2deathmatch -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.webp -Keywords: -- halflife2deathmatch -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: halflife2deathmatch -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: hl2dm +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it. +home: https://truecharts.org/charts/stable/halflife2deathmatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.webp +keywords: + - halflife2deathmatch + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: halflife2deathmatch +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/halflife2deathmatch + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml index d58a2fe23cf..496f99f1058 100644 --- a/charts/stable/hammond/Chart.yaml +++ b/charts/stable/hammond/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.0.24 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted vehicle expense tracking system with support for multiple - users. -Home: https://truecharts.org/charts/stable/hammond -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.webp -Keywords: -- hammond -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hammond -Sources: -- https://ghcr.io/alfhou/hammond -- https://github.com/AlfHou/hammond -- https://github.com/alfhou/hammond/pkgs/container/hammond -- https://github.com/truecharts/charts/tree/master/charts/stable/hammond -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 0.0.24 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted vehicle expense tracking system with support for multiple users. +home: https://truecharts.org/charts/stable/hammond +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.webp +keywords: + - hammond +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hammond +sources: + - https://ghcr.io/alfhou/hammond + - https://github.com/AlfHou/hammond + - https://github.com/alfhou/hammond/pkgs/container/hammond + - https://github.com/truecharts/charts/tree/master/charts/stable/hammond +type: application +version: 11.5.1 diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 1128da24339..011a1514a0e 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: HandBrake is a tool for converting video from nearly any format to a - selection of modern, widely supported codecs. -Home: https://truecharts.org/charts/stable/handbrake -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.webp -Keywords: -- handbrake -- encode -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: handbrake -Sources: -- https://github.com/jlesage/docker-handbrake -- https://github.com/truecharts/charts/tree/master/charts/stable/handbrake -- https://handbrake.fr/ -- https://hub.docker.com/r/jlesage/handbrake -Type: application -Version: 24.0.1 +apiVersion: v2 +appVersion: 25.02.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. +home: https://truecharts.org/charts/stable/handbrake +icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.webp +keywords: + - handbrake + - encode + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: handbrake +sources: + - https://github.com/jlesage/docker-handbrake + - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake + - https://handbrake.fr/ + - https://hub.docker.com/r/jlesage/handbrake +type: application +version: 24.0.1 diff --git a/charts/stable/hassconfigurator/Chart.yaml b/charts/stable/hassconfigurator/Chart.yaml index aa9dde1a92c..b18372e5eec 100644 --- a/charts/stable/hassconfigurator/Chart.yaml +++ b/charts/stable/hassconfigurator/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: x86_64 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator -Home: https://truecharts.org/charts/stable/hassconfigurator -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.webp -Keywords: -- hassconfigurator -- home-automation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hassconfigurator -Sources: -- https://github.com/danielperna84/hass-configurator -- https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator -- https://hub.docker.com/r/causticlab/hass-configurator-docker -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: x86_64 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator +home: https://truecharts.org/charts/stable/hassconfigurator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.webp +keywords: + - hassconfigurator + - home-automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hassconfigurator +sources: + - https://github.com/danielperna84/hass-configurator + - https://github.com/truecharts/charts/tree/master/charts/stable/hassconfigurator + - https://hub.docker.com/r/causticlab/hass-configurator-docker +type: application +version: 7.5.1 diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index f620c7e585a..06acace5e78 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Simple text sharing -Home: https://truecharts.org/charts/stable/haste-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.webp -Keywords: -- haste -- hastebin -- haste-server -- pastebin -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: haste-server -Sources: -- https://ghcr.io/k8s-at-home/haste-server -- https://github.com/k8s-at-home/container-images -- https://github.com/seejohnrun/haste-server -- https://github.com/truecharts/charts/tree/master/charts/stable/haste-server -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Simple text sharing +home: https://truecharts.org/charts/stable/haste-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.webp +keywords: + - haste + - hastebin + - haste-server + - pastebin +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: haste-server +sources: + - https://ghcr.io/k8s-at-home/haste-server + - https://github.com/k8s-at-home/container-images + - https://github.com/seejohnrun/haste-server + - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server +type: application +version: 15.5.1 diff --git a/charts/stable/hastebin/Chart.yaml b/charts/stable/hastebin/Chart.yaml index 51fae1162cd..752fa0bbe5d 100644 --- a/charts/stable/hastebin/Chart.yaml +++ b/charts/stable/hastebin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'Alpine-based Chart for Hastebin, the node.js paste service ' -Home: https://truecharts.org/charts/stable/hastebin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.webp -Keywords: -- hastebin -- Cloud -- Productivity -- Tools-Utilities -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hastebin -Sources: -- https://github.com/nzzane/haste-server -- https://github.com/truecharts/charts/tree/master/charts/stable/hastebin -- https://hub.docker.com/r/flippinturt/hastebin -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'Alpine-based Chart for Hastebin, the node.js paste service ' +home: https://truecharts.org/charts/stable/hastebin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.webp +keywords: + - hastebin + - Cloud + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hastebin +sources: + - https://github.com/nzzane/haste-server + - https://github.com/truecharts/charts/tree/master/charts/stable/hastebin + - https://hub.docker.com/r/flippinturt/hastebin +type: application +version: 7.5.1 diff --git a/charts/stable/hasty-paste/Chart.yaml b/charts/stable/hasty-paste/Chart.yaml index ee1362f42c5..6672b541fcb 100644 --- a/charts/stable/hasty-paste/Chart.yaml +++ b/charts/stable/hasty-paste/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A fast and minimal paste bin, written in Python using Quart. -Home: https://truecharts.org/charts/stable/hasty-paste -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.webp -Keywords: -- hasty-paste -- Cloud -- Productivity -- Tools-Utilities -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hasty-paste -Sources: -- https://ghcr.io/enchant97/hasty-paste -- https://github.com/enchant97/hasty-paste -- https://github.com/enchant97/hasty-paste/blob/main/docs/install.md -- https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste -Type: application -Version: 9.0.0 +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fast and minimal paste bin, written in Python using Quart. +home: https://truecharts.org/charts/stable/hasty-paste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.webp +keywords: + - hasty-paste + - Cloud + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hasty-paste +sources: + - https://ghcr.io/enchant97/hasty-paste + - https://github.com/enchant97/hasty-paste + - https://github.com/enchant97/hasty-paste/blob/main/docs/install.md + - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste +type: application +version: 9.0.0 diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml index 0016a97940a..66abecbfc04 100644 --- a/charts/stable/headphones/Chart.yaml +++ b/charts/stable/headphones/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: a78f38c1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An automated music downloader for NZB and Torrent, written in Python. - It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. -Home: https://truecharts.org/charts/stable/headphones -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.webp -Keywords: -- headphones -- music -- downloader -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: headphones -Sources: -- https://ghcr.io/linuxserver/headphones -- https://github.com/linuxserver/docker-headphones -- https://github.com/rembo10/headphones -- https://github.com/truecharts/charts/tree/master/charts/stable/headphones -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: a78f38c1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. +home: https://truecharts.org/charts/stable/headphones +icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.webp +keywords: + - headphones + - music + - downloader +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: headphones +sources: + - https://ghcr.io/linuxserver/headphones + - https://github.com/linuxserver/docker-headphones + - https://github.com/rembo10/headphones + - https://github.com/truecharts/charts/tree/master/charts/stable/headphones +type: application +version: 13.5.1 diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 370a8c75eee..026d03520d9 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.9.20251230 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Healthchecks is a cron job monitoring service. It listens for HTTP requests - and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). - When a ping does not arrive on time, Healthchecks sends out alerts. -Home: https://truecharts.org/charts/stable/healthchecks -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.webp -Keywords: -- cron -- monitoring -- alert -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: healthchecks -Sources: -- https://ghcr.io/linuxserver/healthchecks -- https://github.com/healthchecks/healthchecks -- https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks -Type: application -Version: 16.10.1 +apiVersion: v2 +appVersion: 3.9.20251230 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. +home: https://truecharts.org/charts/stable/healthchecks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.webp +keywords: + - cron + - monitoring + - alert +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: healthchecks +sources: + - https://ghcr.io/linuxserver/healthchecks + - https://github.com/healthchecks/healthchecks + - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks +type: application +version: 16.10.1 diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml index aa4ec87c795..05470a443ec 100644 --- a/charts/stable/hedgedoc/Chart.yaml +++ b/charts/stable/hedgedoc/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.10.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: HedgeDoc lets you create real-time collaborative markdown notes. -Home: https://truecharts.org/charts/stable/hedgedoc -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.webp -Keywords: -- hedgedoc -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hedgedoc -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc -- https://quay.io/hedgedoc/hedgedoc -Type: application -Version: 14.6.4 +apiVersion: v2 +appVersion: 1.10.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HedgeDoc lets you create real-time collaborative markdown notes. +home: https://truecharts.org/charts/stable/hedgedoc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.webp +keywords: + - hedgedoc +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hedgedoc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc + - https://quay.io/hedgedoc/hedgedoc +type: application +version: 14.6.4 diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index 52a19473a76..fd62a4d6d67 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.6.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An Application dashboard and launcher -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: heimdall -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/heimdall -- https://github.com/linuxserver/Heimdall/ -- https://github.com/truecharts/charts/tree/master/charts/stable/heimdall -Type: application -Version: 23.4.9 +apiVersion: v2 +appVersion: 2.6.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An Application dashboard and launcher +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: heimdall +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/heimdall + - https://github.com/linuxserver/Heimdall/ + - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall +type: application +version: 23.4.9 diff --git a/charts/stable/hetzner-ddns/Chart.yaml b/charts/stable/hetzner-ddns/Chart.yaml index c5d8398a41f..f4295f341f9 100644 --- a/charts/stable/hetzner-ddns/Chart.yaml +++ b/charts/stable/hetzner-ddns/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) - as a Dynamic DNS (DDNS) Provider. -Home: https://truecharts.org/charts/stable/hetzner-ddns -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.webp -Keywords: -- hetzner-ddns -- Network-DNS -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hetzner-ddns -Sources: -- https://github.com/kutzilla/docker-hetzner-ddns -- https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns -- https://hub.docker.com/r/kutzilla/hetzner-ddns -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. +home: https://truecharts.org/charts/stable/hetzner-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.webp +keywords: + - hetzner-ddns + - Network-DNS +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hetzner-ddns +sources: + - https://github.com/kutzilla/docker-hetzner-ddns + - https://github.com/truecharts/charts/tree/master/charts/stable/hetzner-ddns + - https://hub.docker.com/r/kutzilla/hetzner-ddns +type: application +version: 7.5.1 diff --git a/charts/stable/hexchat/Chart.yaml b/charts/stable/hexchat/Chart.yaml index 35077792945..fffac2f0a77 100644 --- a/charts/stable/hexchat/Chart.yaml +++ b/charts/stable/hexchat/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely - free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly - legal. For more info. HexChat was originally called XChat-WDK which in turn was - a successor of freakschat. -Home: https://truecharts.org/charts/stable/hexchat -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.webp -Keywords: -- hexchat -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hexchat -Sources: -- https://github.com/binhex/documentation -- https://github.com/truecharts/charts/tree/master/charts/stable/hexchat -- https://hexchat.github.io/ -- https://quay.io/binhex/arch-hexchat -- https://registry.hub.docker.com/r/binhex/arch-hexchat/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat. +home: https://truecharts.org/charts/stable/hexchat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.webp +keywords: + - hexchat + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hexchat +sources: + - https://github.com/binhex/documentation + - https://github.com/truecharts/charts/tree/master/charts/stable/hexchat + - https://hexchat.github.io/ + - https://quay.io/binhex/arch-hexchat + - https://registry.hub.docker.com/r/binhex/arch-hexchat/ +type: application +version: 7.5.1 diff --git a/charts/stable/hexo-blog/Chart.yaml b/charts/stable/hexo-blog/Chart.yaml index 2b11c41fb17..0cfb4b6b899 100644 --- a/charts/stable/hexo-blog/Chart.yaml +++ b/charts/stable/hexo-blog/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted blogging platform in which posts are written in markdown -Home: https://truecharts.org/charts/stable/hexo-blog -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.webp -Keywords: -- hexo-blog -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hexo-blog -Sources: -- https://github.com/fletchto99/hexo-dev-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog -- https://hub.docker.com/r/fletchto99/hexo-dev-blog -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted blogging platform in which posts are written in markdown +home: https://truecharts.org/charts/stable/hexo-blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.webp +keywords: + - hexo-blog + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hexo-blog +sources: + - https://github.com/fletchto99/hexo-dev-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/hexo-blog + - https://hub.docker.com/r/fletchto99/hexo-dev-blog +type: application +version: 7.5.1 diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml index da5ce296edf..92cdcdf109e 100644 --- a/charts/stable/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.15.10 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Homarr is a simple and lightweight homepage for your server, that helps - you easily access all of your services in one place. -Home: https://truecharts.org/charts/stable/homarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.webp -Keywords: -- dashboard -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: homarr -Sources: -- https://ghcr.io/ajnart/homarr -- https://github.com/ajnart/homarr -- https://github.com/truecharts/charts/tree/master/charts/stable/homarr -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 0.15.10 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. +home: https://truecharts.org/charts/stable/homarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.webp +keywords: + - dashboard +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homarr +sources: + - https://ghcr.io/ajnart/homarr + - https://github.com/ajnart/homarr + - https://github.com/truecharts/charts/tree/master/charts/stable/homarr +type: application +version: 12.5.1 diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 9039ba560fe..108f213c172 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.4.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open source home automation that puts local control and privacy first. -Home: https://truecharts.org/charts/stable/home-assistant -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.webp -Keywords: -- home-assistant -- home-automation -- hass -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: home-assistant -Sources: -- https://github.com/cdr/code-server -- https://github.com/home-assistant/home-assistant -- https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant -- https://hub.docker.com/r/homeassistant/home-assistant -Type: application -Version: 27.4.1 +apiVersion: v2 +appVersion: 2025.4.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source home automation that puts local control and privacy first. +home: https://truecharts.org/charts/stable/home-assistant +icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.webp +keywords: + - home-assistant + - home-automation + - hass +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: home-assistant +sources: + - https://github.com/cdr/code-server + - https://github.com/home-assistant/home-assistant + - https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant + - https://hub.docker.com/r/homeassistant/home-assistant +type: application +version: 27.4.1 diff --git a/charts/stable/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml index 7c3055e8f9c..dfb33361088 100644 --- a/charts/stable/homebox/Chart.yaml +++ b/charts/stable/homebox/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.18.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Inventory and organization system built for the Home User. -Home: https://truecharts.org/charts/stable/homebox -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.webp -Keywords: -- homebox -- inventory -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: homebox -Sources: -- https://ghcr.io/sysadminsmedia/homebox -- https://github.com/sysadminsmedia/homebox -- https://github.com/truecharts/charts/tree/master/charts/stable/homebox -Type: application -Version: 8.12.0 +apiVersion: v2 +appVersion: 0.18.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Inventory and organization system built for the Home User. +home: https://truecharts.org/charts/stable/homebox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.webp +keywords: + - homebox + - inventory +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homebox +sources: + - https://ghcr.io/sysadminsmedia/homebox + - https://github.com/sysadminsmedia/homebox + - https://github.com/truecharts/charts/tree/master/charts/stable/homebox +type: application +version: 8.12.0 diff --git a/charts/stable/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml index d9bec4ef011..3b7479b51b9 100644 --- a/charts/stable/homebridge/Chart.yaml +++ b/charts/stable/homebridge/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.2.26 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A lightweight NodeJS server that emulates the iOS HomeKit API -Home: https://truecharts.org/charts/stable/homebridge -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.webp -Keywords: -- homebridge -- homekit -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: homebridge -Sources: -- https://github.com/oznu/docker-homebridge -- https://github.com/truecharts/charts/tree/master/charts/stable/homebridge -- https://homebridge.io/ -- https://hub.docker.com/r/homebridge/homebridge -Type: application -Version: 10.1.2 +apiVersion: v2 +appVersion: 2025.2.26 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A lightweight NodeJS server that emulates the iOS HomeKit API +home: https://truecharts.org/charts/stable/homebridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.webp +keywords: + - homebridge + - homekit +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homebridge +sources: + - https://github.com/oznu/docker-homebridge + - https://github.com/truecharts/charts/tree/master/charts/stable/homebridge + - https://homebridge.io/ + - https://hub.docker.com/r/homebridge/homebridge +type: application +version: 10.1.2 diff --git a/charts/stable/homelablabelmaker/Chart.yaml b/charts/stable/homelablabelmaker/Chart.yaml index 2c5c14eaf64..9c6f4312e9f 100644 --- a/charts/stable/homelablabelmaker/Chart.yaml +++ b/charts/stable/homelablabelmaker/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: DIY tool to create and print labels for Dell Poweredge and HP Proliant - drive caddies. -Home: https://truecharts.org/charts/stable/homelablabelmaker -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.webp -Keywords: -- homelablabelmaker -- Tools-Utilities -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: homelablabelmaker -Sources: -- https://github.com/DavidSpek/homelablabelmaker -- https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker -- https://hub.docker.com/r/davidspek/homelablabelmaker -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. +home: https://truecharts.org/charts/stable/homelablabelmaker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.webp +keywords: + - homelablabelmaker + - Tools-Utilities + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homelablabelmaker +sources: + - https://github.com/DavidSpek/homelablabelmaker + - https://github.com/truecharts/charts/tree/master/charts/stable/homelablabelmaker + - https://hub.docker.com/r/davidspek/homelablabelmaker +type: application +version: 10.5.1 diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml index fd15e17af53..37a5045549d 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.1.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A highly customizable homepage -Home: https://truecharts.org/charts/stable/homepage -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.webp -Keywords: -- homepage -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: homepage -Sources: -- https://ghcr.io/gethomepage/homepage -- https://github.com/benphelps/homepage -- https://github.com/truecharts/charts/tree/master/charts/stable/homepage -Type: application -Version: 10.1.1 +apiVersion: v2 +appVersion: 1.1.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A highly customizable homepage +home: https://truecharts.org/charts/stable/homepage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.webp +keywords: + - homepage +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homepage +sources: + - https://ghcr.io/gethomepage/homepage + - https://github.com/benphelps/homepage + - https://github.com/truecharts/charts/tree/master/charts/stable/homepage +type: application +version: 10.1.1 diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml index c8b3b376992..0f7299e2442 100644 --- a/charts/stable/homer/Chart.yaml +++ b/charts/stable/homer/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.04.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A dead simple static homepage for your server to keep your services on - hand. -Home: https://truecharts.org/charts/stable/homer -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.webp -Keywords: -- homer -- dashboard -- launcher -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: homer -Sources: -- https://github.com/bastienwirtz/homer -- https://github.com/truecharts/charts/tree/master/charts/stable/homer -- https://hub.docker.com/r/b4bz/homer -Type: application -Version: 12.2.0 +apiVersion: v2 +appVersion: 25.04.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A dead simple static homepage for your server to keep your services on hand. +home: https://truecharts.org/charts/stable/homer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.webp +keywords: + - homer + - dashboard + - launcher +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: homer +sources: + - https://github.com/bastienwirtz/homer + - https://github.com/truecharts/charts/tree/master/charts/stable/homer + - https://hub.docker.com/r/b4bz/homer +type: application +version: 12.2.0 diff --git a/charts/stable/hoobs/Chart.yaml b/charts/stable/hoobs/Chart.yaml index d6d1be86c29..4f4337b451d 100644 --- a/charts/stable/hoobs/Chart.yaml +++ b/charts/stable/hoobs/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'HOOBS is a Homebridge stack with a interface that simplifies configuration - and installing plugins. This adds a process wrapper for Homebridge. ' -Home: https://truecharts.org/charts/stable/hoobs -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.webp -Keywords: -- hoobs -- home-automation -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hoobs -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/hoobs -- https://hub.docker.com/r/hoobs/hoobs -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. ' +home: https://truecharts.org/charts/stable/hoobs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.webp +keywords: + - hoobs + - home-automation + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hoobs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hoobs + - https://hub.docker.com/r/hoobs/hoobs +type: application +version: 7.5.1 diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml index 5b5d0a2d56d..3f4878ca0a1 100644 --- a/charts/stable/htpcmanager/Chart.yaml +++ b/charts/stable/htpcmanager/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2021.11.17 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Htpcmanager is a front end for many htpc related applications. -Home: https://truecharts.org/charts/stable/htpcmanager -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.webp -Keywords: -- htpcmanager -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: htpcmanager -Sources: -- https://ghcr.io/linuxserver/htpcmanager -- https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2021.11.17 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Htpcmanager is a front end for many htpc related applications. +home: https://truecharts.org/charts/stable/htpcmanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.webp +keywords: + - htpcmanager +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: htpcmanager +sources: + - https://ghcr.io/linuxserver/htpcmanager + - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager +type: application +version: 11.5.1 diff --git a/charts/stable/humhub/Chart.yaml b/charts/stable/humhub/Chart.yaml index d5f7ebccf66..84a2d5cde35 100644 --- a/charts/stable/humhub/Chart.yaml +++ b/charts/stable/humhub/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,46 +8,46 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.17.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: A feature rich and highly flexible OpenSource Social Network Kit written - in PHP. -Home: https://truecharts.org/charts/stable/humhub -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.webp -Keywords: -- humhub -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: humhub -Sources: -- https://ghcr.io/mriedmann/humhub-nginx -- https://ghcr.io/mriedmann/humhub-phponly -- https://github.com/truecharts/charts/tree/master/charts/stable/humhub -Type: application -Version: 9.18.1 +apiVersion: v2 +appVersion: 1.17.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. +home: https://truecharts.org/charts/stable/humhub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.webp +keywords: + - humhub + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: humhub +sources: + - https://ghcr.io/mriedmann/humhub-nginx + - https://ghcr.io/mriedmann/humhub-phponly + - https://github.com/truecharts/charts/tree/master/charts/stable/humhub +type: application +version: 9.18.1 diff --git a/charts/stable/hurtworld/Chart.yaml b/charts/stable/hurtworld/Chart.yaml index 9164b516ca4..d6c8ebb86f7 100644 --- a/charts/stable/hurtworld/Chart.yaml +++ b/charts/stable/hurtworld/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: hurtworld -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Hurtworld - and run it. -Home: https://truecharts.org/charts/stable/hurtworld -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.webp -Keywords: -- hurtworld -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hurtworld -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: hurtworld +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Hurtworld and run it. +home: https://truecharts.org/charts/stable/hurtworld +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.webp +keywords: + - hurtworld + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hurtworld +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/hurtworld + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index 9bee11af413..34727f697c4 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.16 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Hyperion is an opensource Bias or Ambient Lighting implementation -Home: https://truecharts.org/charts/stable/hyperion-ng -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.webp -Keywords: -- hyperion-ng -- hyperion -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: hyperion-ng -Sources: -- https://github.com/hyperion-project/hyperion.ng -- https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng -- https://hub.docker.com/r/sirfragalot/hyperion.ng -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 2.0.16 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Hyperion is an opensource Bias or Ambient Lighting implementation +home: https://truecharts.org/charts/stable/hyperion-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.webp +keywords: + - hyperion-ng + - hyperion +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: hyperion-ng +sources: + - https://github.com/hyperion-project/hyperion.ng + - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng + - https://hub.docker.com/r/sirfragalot/hyperion.ng +type: application +version: 15.5.1 diff --git a/charts/stable/icloudpd/Chart.yaml b/charts/stable/icloudpd/Chart.yaml index 7b07e9ed897..516000ca5b3 100644 --- a/charts/stable/icloudpd/Chart.yaml +++ b/charts/stable/icloudpd/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.826 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. -Home: https://truecharts.org/charts/stable/icloudpd -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.webp -Keywords: -- icloudpd -- Backup -- Cloud -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: icloudpd -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd -- https://hub.docker.com/r/boredazfcuk/icloudpd -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 1.0.826 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. +home: https://truecharts.org/charts/stable/icloudpd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.webp +keywords: + - icloudpd + - Backup + - Cloud + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: icloudpd +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/icloudpd + - https://hub.docker.com/r/boredazfcuk/icloudpd +type: application +version: 8.5.1 diff --git a/charts/stable/imgpush/Chart.yaml b/charts/stable/imgpush/Chart.yaml index 5280b1d1719..d4a8cc1a22d 100644 --- a/charts/stable/imgpush/Chart.yaml +++ b/charts/stable/imgpush/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Minimalist Self-hosted Image Service for user submitted images in your - app (e.g. avatars). -Home: https://truecharts.org/charts/stable/imgpush -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.webp -Keywords: -- imgpush -- Cloud -- Tools-Utilities -- MediaServer-Photos -- Network-Web -- Network-FTP -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: imgpush -Sources: -- https://github.com/hauxir/imgpush -- https://github.com/truecharts/charts/tree/master/charts/stable/imgpush -- https://hub.docker.com/r/hauxir/imgpush -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars). +home: https://truecharts.org/charts/stable/imgpush +icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.webp +keywords: + - imgpush + - Cloud + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: imgpush +sources: + - https://github.com/hauxir/imgpush + - https://github.com/truecharts/charts/tree/master/charts/stable/imgpush + - https://hub.docker.com/r/hauxir/imgpush +type: application +version: 7.5.1 diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index 39fa857294d..dacd3cb67a4 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,38 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.131.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: High performance self-hosted photo and video backup solution. -Home: https://truecharts.org/charts/stable/immich -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.webp -Keywords: -- photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: immich -Sources: -- https://ghcr.io/immich-app/immich-machine-learning -- https://ghcr.io/immich-app/immich-server -- https://github.com/immich-app/immich -- https://github.com/truecharts/charts/tree/master/charts/stable/immich -Type: application -Version: 17.54.1 +apiVersion: v2 +appVersion: 1.131.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: High performance self-hosted photo and video backup solution. +home: https://truecharts.org/charts/stable/immich +icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.webp +keywords: + - photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: immich +sources: + - https://ghcr.io/immich-app/immich-machine-learning + - https://ghcr.io/immich-app/immich-server + - https://github.com/immich-app/immich + - https://github.com/truecharts/charts/tree/master/charts/stable/immich +type: application +version: 17.54.1 diff --git a/charts/stable/import-ics/Chart.yaml b/charts/stable/import-ics/Chart.yaml index 75ccbe18805..10522535454 100644 --- a/charts/stable/import-ics/Chart.yaml +++ b/charts/stable/import-ics/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Runs a python script at a crontab defined interval that downloads/imports - ics files into a caldav server. -Home: https://truecharts.org/charts/stable/import-ics -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.webp -Keywords: -- import-ics -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: import-ics -Sources: -- https://github.com/Vilhjalmr26/import_ics -- https://github.com/truecharts/charts/tree/master/charts/stable/import-ics -- https://hub.docker.com/r/vilhjalmr26/import_ics -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server. +home: https://truecharts.org/charts/stable/import-ics +icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.webp +keywords: + - import-ics + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: import-ics +sources: + - https://github.com/Vilhjalmr26/import_ics + - https://github.com/truecharts/charts/tree/master/charts/stable/import-ics + - https://hub.docker.com/r/vilhjalmr26/import_ics +type: application +version: 7.5.1 diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml index 8df3f75fbf4..a8331bcd5be 100644 --- a/charts/stable/impostor-server/Chart.yaml +++ b/charts/stable/impostor-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.10.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A private Among Us server -Home: https://truecharts.org/charts/stable/impostor-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.webp -Keywords: -- impostor-server -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: impostor-server -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server -- https://hub.docker.com/r/aeonlucid/impostor -Type: application -Version: 10.6.3 +apiVersion: v2 +appVersion: 1.10.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A private Among Us server +home: https://truecharts.org/charts/stable/impostor-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.webp +keywords: + - impostor-server +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: impostor-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server + - https://hub.docker.com/r/aeonlucid/impostor +type: application +version: 10.6.3 diff --git a/charts/stable/inkscape-desktop-g3/Chart.yaml b/charts/stable/inkscape-desktop-g3/Chart.yaml index dbeab9c04dd..4163f5c81ec 100644 --- a/charts/stable/inkscape-desktop-g3/Chart.yaml +++ b/charts/stable/inkscape-desktop-g3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing - and 2D/3D drawing -Home: https://truecharts.org/charts/stable/inkscape-desktop-g3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.webp -Keywords: -- inkscape-desktop-g3 -- Productivity -- Tools-Utilities -- MediaApp-Photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: inkscape-desktop-g3 -Sources: -- https://github.com/accetto/headless-drawing-g3/ -- https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3 -- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/inkscape-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.webp +keywords: + - inkscape-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: inkscape-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/inkscape-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 +type: application +version: 7.5.4 diff --git a/charts/stable/insurgencysandstorm/Chart.yaml b/charts/stable/insurgencysandstorm/Chart.yaml index e9432e33cf7..646297c5593 100644 --- a/charts/stable/insurgencysandstorm/Chart.yaml +++ b/charts/stable/insurgencysandstorm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: insurgencysandstorm -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Insurgency - Sandstorm and run it. -Home: https://truecharts.org/charts/stable/insurgencysandstorm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.webp -Keywords: -- insurgencysandstorm -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: insurgencysandstorm -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: insurgencysandstorm +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it. +home: https://truecharts.org/charts/stable/insurgencysandstorm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.webp +keywords: + - insurgencysandstorm + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: insurgencysandstorm +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/insurgencysandstorm + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/invidious/Chart.yaml b/charts/stable/invidious/Chart.yaml index 3e11faf96ae..d7ea15af051 100644 --- a/charts/stable/invidious/Chart.yaml +++ b/charts/stable/invidious/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open source alternative front-end to YouTube. -Home: https://truecharts.org/charts/stable/invidious -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.webp -Keywords: -- invidious -- youtube -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: invidious -Sources: -- https://docs.invidious.io/installation/#docker -- https://github.com/iv-org/invidious -- https://github.com/truecharts/charts/tree/master/charts/stable/invidious -- https://quay.io/invidious/invidious -Type: application -Version: 11.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source alternative front-end to YouTube. +home: https://truecharts.org/charts/stable/invidious +icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.webp +keywords: + - invidious + - youtube + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: invidious +sources: + - https://docs.invidious.io/installation/#docker + - https://github.com/iv-org/invidious + - https://github.com/truecharts/charts/tree/master/charts/stable/invidious + - https://quay.io/invidious/invidious +type: application +version: 11.5.3 diff --git a/charts/stable/invitarr/Chart.yaml b/charts/stable/invitarr/Chart.yaml index c1e6d3ebef4..4cdd045f011 100644 --- a/charts/stable/invitarr/Chart.yaml +++ b/charts/stable/invitarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A chatbot that invites discord users to plex. -Home: https://truecharts.org/charts/stable/invitarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.webp -Keywords: -- invitarr -- home-automation -- Tools-Utilities -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: invitarr -Sources: -- https://github.com/Sleepingpirates/Invitarr -- https://github.com/truecharts/charts/tree/master/charts/stable/invitarr -- https://hub.docker.com/r/piratify/invitarr -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A chatbot that invites discord users to plex. +home: https://truecharts.org/charts/stable/invitarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.webp +keywords: + - invitarr + - home-automation + - Tools-Utilities + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: invitarr +sources: + - https://github.com/Sleepingpirates/Invitarr + - https://github.com/truecharts/charts/tree/master/charts/stable/invitarr + - https://hub.docker.com/r/piratify/invitarr +type: application +version: 7.5.1 diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 0ff9a2ba12c..e9a43e62eb7 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.34.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. -Home: https://truecharts.org/charts/stable/ipfs -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.webp -Keywords: -- ipfs -- kubo -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ipfs -Sources: -- https://github.com/ipfs/kubo -- https://github.com/truecharts/charts/tree/master/charts/stable/ipfs -- https://hub.docker.com/r/ipfs/kubo -Type: application -Version: 12.11.1 +apiVersion: v2 +appVersion: 0.34.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem. +home: https://truecharts.org/charts/stable/ipfs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.webp +keywords: + - ipfs + - kubo +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ipfs +sources: + - https://github.com/ipfs/kubo + - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs + - https://hub.docker.com/r/ipfs/kubo +type: application +version: 12.11.1 diff --git a/charts/stable/ipmi-tools/Chart.yaml b/charts/stable/ipmi-tools/Chart.yaml index 0ddeee586e6..19c6b5ed38c 100644 --- a/charts/stable/ipmi-tools/Chart.yaml +++ b/charts/stable/ipmi-tools/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A simple WebGUI Fan controller for IPMI. -Home: https://truecharts.org/charts/stable/ipmi-tools -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.webp -Keywords: -- ipmi-tools -- Productivity -- Tools-Utilities -- Network-Management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ipmi-tools -Sources: -- https://github.com/EdwardChamberlain/IPMI-Fan-Controller -- https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools -- https://hub.docker.com/r/edchamberlain/ipmi-tools -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple WebGUI Fan controller for IPMI. +home: https://truecharts.org/charts/stable/ipmi-tools +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.webp +keywords: + - ipmi-tools + - Productivity + - Tools-Utilities + - Network-Management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ipmi-tools +sources: + - https://github.com/EdwardChamberlain/IPMI-Fan-Controller + - https://github.com/truecharts/charts/tree/master/charts/stable/ipmi-tools + - https://hub.docker.com/r/edchamberlain/ipmi-tools +type: application +version: 8.5.1 diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index 89594c5556c..297d0de7f29 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.2.7.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. -Home: https://truecharts.org/charts/stable/ispy-agent-dvr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.webp -Keywords: -- dvr -- ispy -- agent -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ispy-agent-dvr -Sources: -- https://github.com/doitandbedone/ispyagentdvr-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr -- https://hub.docker.com/r/doitandbedone/ispyagentdvr -Type: application -Version: 12.3.4 +apiVersion: v2 +appVersion: 6.2.7.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. +home: https://truecharts.org/charts/stable/ispy-agent-dvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.webp +keywords: + - dvr + - ispy + - agent +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ispy-agent-dvr +sources: + - https://github.com/doitandbedone/ispyagentdvr-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr + - https://hub.docker.com/r/doitandbedone/ispyagentdvr +type: application +version: 12.3.4 diff --git a/charts/stable/it-tools/Chart.yaml b/charts/stable/it-tools/Chart.yaml index 951651019c2..654b5757ae1 100644 --- a/charts/stable/it-tools/Chart.yaml +++ b/charts/stable/it-tools/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2024.10.22 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Useful tools for developer and people working in IT. -Home: https://truecharts.org/charts/stable/it-tools -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.webp -Keywords: -- it-tools -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: it-tools -Sources: -- https://ghcr.io/corentinth/it-tools -- https://github.com/CorentinTh/it-tools -- https://github.com/truecharts/charts/tree/master/charts/stable/it-tools -Type: application -Version: 7.6.0 +apiVersion: v2 +appVersion: 2024.10.22 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Useful tools for developer and people working in IT. +home: https://truecharts.org/charts/stable/it-tools +icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.webp +keywords: + - it-tools +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: it-tools +sources: + - https://ghcr.io/corentinth/it-tools + - https://github.com/CorentinTh/it-tools + - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools +type: application +version: 7.6.0 diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml index 2278557de89..cee7db9f1f2 100644 --- a/charts/stable/iyuuplus/Chart.yaml +++ b/charts/stable/iyuuplus/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The IYUU automatic seeding tool can automatically seed most PT sites - in China, support downloader clusters, multiple disks, multiple download directories, - connecting to remote downloaders, etc. -Home: https://truecharts.org/charts/stable/iyuuplus -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.webp -Keywords: -- iyuuplus -- pt -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: iyuuplus -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus -- https://hub.docker.com/r/iyuucn/iyuuplus -Type: application -Version: 11.5.6 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. +home: https://truecharts.org/charts/stable/iyuuplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.webp +keywords: + - iyuuplus + - pt +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: iyuuplus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus + - https://hub.docker.com/r/iyuucn/iyuuplus +type: application +version: 11.5.6 diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index b8beba72d4d..dc9556890b6 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.22.1740 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: API Support for your favorite torrent trackers. -Home: https://truecharts.org/charts/stable/jackett -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.webp -Keywords: -- jackett -- torrent -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jackett -Sources: -- https://ghcr.io/elfhosted/jackett -- https://github.com/Jackett/Jackett -- https://github.com/geek-cookbook/containers/pkgs/container/jackett -- https://github.com/truecharts/charts/tree/master/charts/stable/jackett -Type: application -Version: 23.3.66 +apiVersion: v2 +appVersion: 0.22.1740 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: API Support for your favorite torrent trackers. +home: https://truecharts.org/charts/stable/jackett +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.webp +keywords: + - jackett + - torrent + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jackett +sources: + - https://ghcr.io/elfhosted/jackett + - https://github.com/Jackett/Jackett + - https://github.com/geek-cookbook/containers/pkgs/container/jackett + - https://github.com/truecharts/charts/tree/master/charts/stable/jackett +type: application +version: 23.3.66 diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml index 845bf69838b..284c4f4565f 100644 --- a/charts/stable/jdownloader2/Chart.yaml +++ b/charts/stable/jdownloader2/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: JDownloader is a free, open-source download management tool with a huge - community of developers that makes downloading as easy and fast as it should be. -Home: https://truecharts.org/charts/stable/jdownloader2 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.webp -Keywords: -- jdownloader -- download -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jdownloader2 -Sources: -- https://github.com/jlesage/docker-jdownloader-2 -- https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 -- https://hub.docker.com/r/jlesage/jdownloader-2 -- https://jdownloader.org/ -Type: application -Version: 19.0.0 +apiVersion: v2 +appVersion: 25.02.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. +home: https://truecharts.org/charts/stable/jdownloader2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.webp +keywords: + - jdownloader + - download +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jdownloader2 +sources: + - https://github.com/jlesage/docker-jdownloader-2 + - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 + - https://hub.docker.com/r/jlesage/jdownloader-2 + - https://jdownloader.org/ +type: application +version: 19.0.0 diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 2468f2d2aaf..b3d7fe0e7ff 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 10.10.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Jellyfin is a Free Software Media System -Home: https://truecharts.org/charts/stable/jellyfin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.webp -Keywords: -- jellyfin -- plex -- emby -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jellyfin -Sources: -- https://ghcr.io/jellyfin/jellyfin -- https://github.com/jellyfin/jellyfin -- https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin -- https://hub.docker.com/r/alpine/socat -Type: application -Version: 20.6.17 +apiVersion: v2 +appVersion: 10.10.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jellyfin is a Free Software Media System +home: https://truecharts.org/charts/stable/jellyfin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.webp +keywords: + - jellyfin + - plex + - emby +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellyfin +sources: + - https://ghcr.io/jellyfin/jellyfin + - https://github.com/jellyfin/jellyfin + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin + - https://hub.docker.com/r/alpine/socat +type: application +version: 20.6.17 diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml index 7b2b939ad86..bd0b63f291b 100644 --- a/charts/stable/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.5.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. - It can be used to manage requests for your media library. -Home: https://truecharts.org/charts/stable/jellyseerr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.webp -Keywords: -- jellyseerr -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jellyseerr -Sources: -- https://github.com/Fallenbagel/jellyseerr -- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr -- https://hub.docker.com/r/fallenbagel/jellyseerr -Type: application -Version: 12.7.2 +apiVersion: v2 +appVersion: 2.5.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. +home: https://truecharts.org/charts/stable/jellyseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.webp +keywords: + - jellyseerr +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellyseerr +sources: + - https://github.com/Fallenbagel/jellyseerr + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr + - https://hub.docker.com/r/fallenbagel/jellyseerr +type: application +version: 12.7.2 diff --git a/charts/stable/jellystat/Chart.yaml b/charts/stable/jellystat/Chart.yaml index 951d4d933fe..4c0de9955a1 100644 --- a/charts/stable/jellystat/Chart.yaml +++ b/charts/stable/jellystat/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A free and open source Statistics App for Jellyfin. -Home: https://truecharts.org/charts/stable/jellystat -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.webp -Keywords: -- jellystat -- jellyfin -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jellystat -Sources: -- https://github.com/CyferShepard/Jellystat -- https://github.com/truecharts/charts/tree/master/charts/stable/jellystat -- https://hub.docker.com/r/cyfershepard/jellystat -Type: application -Version: 5.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source Statistics App for Jellyfin. +home: https://truecharts.org/charts/stable/jellystat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.webp +keywords: + - jellystat + - jellyfin +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jellystat +sources: + - https://github.com/CyferShepard/Jellystat + - https://github.com/truecharts/charts/tree/master/charts/stable/jellystat + - https://hub.docker.com/r/cyfershepard/jellystat +type: application +version: 5.5.3 diff --git a/charts/stable/jelu/Chart.yaml b/charts/stable/jelu/Chart.yaml index 5056d8aaba1..8b76b342013 100644 --- a/charts/stable/jelu/Chart.yaml +++ b/charts/stable/jelu/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Track what you have read, what you are reading and what you want to read. -Home: https://truecharts.org/charts/stable/jelu -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.webp -Keywords: -- jelu -- MediaApp-Books -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jelu -Sources: -- https://github.com/bayang/jelu -- https://github.com/truecharts/charts/tree/master/charts/stable/jelu -- https://hub.docker.com/r/wabayang/jelu -Type: application -Version: 7.5.5 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track what you have read, what you are reading and what you want to read. +home: https://truecharts.org/charts/stable/jelu +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.webp +keywords: + - jelu + - MediaApp-Books +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jelu +sources: + - https://github.com/bayang/jelu + - https://github.com/truecharts/charts/tree/master/charts/stable/jelu + - https://hub.docker.com/r/wabayang/jelu +type: application +version: 7.5.5 diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml index d023064ae0b..4fa30d58290 100644 --- a/charts/stable/jenkins/Chart.yaml +++ b/charts/stable/jenkins/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.504.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The gold standard in devops tools for running CI/CD pipelines. -Home: https://truecharts.org/charts/stable/jenkins -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.webp -Keywords: -- jenkins -- productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jenkins -Sources: -- https://github.com/jenkinsci/docker -- https://github.com/truecharts/charts/tree/master/charts/stable/jenkins -- https://hub.docker.com/r/jenkins/jenkins -Type: application -Version: 9.40.0 +apiVersion: v2 +appVersion: 2.504.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The gold standard in devops tools for running CI/CD pipelines. +home: https://truecharts.org/charts/stable/jenkins +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.webp +keywords: + - jenkins + - productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jenkins +sources: + - https://github.com/jenkinsci/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/jenkins + - https://hub.docker.com/r/jenkins/jenkins +type: application +version: 9.40.0 diff --git a/charts/stable/jmzhomeproxy/Chart.yaml b/charts/stable/jmzhomeproxy/Chart.yaml index 4f9b26409da..0d938e834c6 100644 --- a/charts/stable/jmzhomeproxy/Chart.yaml +++ b/charts/stable/jmzhomeproxy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Proxy is in quotes because I couldn't think of a better name. There is - nothing overly special about this other than using it as a simple and easy to use - dashboard for all your self-hosted services. -Home: https://truecharts.org/charts/stable/jmzhomeproxy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.webp -Keywords: -- jmzhomeproxy -- Cloud -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jmzhomeproxy -Sources: -- https://github.com/JmzTaylor/homelab_proxy/ -- https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy -- https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. +home: https://truecharts.org/charts/stable/jmzhomeproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.webp +keywords: + - jmzhomeproxy + - Cloud + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jmzhomeproxy +sources: + - https://github.com/JmzTaylor/homelab_proxy/ + - https://github.com/truecharts/charts/tree/master/charts/stable/jmzhomeproxy + - https://hub.docker.com/r/jmzsoftware/jmzhomelabproxy +type: application +version: 7.5.1 diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index 8de3c0c8b58..1bca8ae81fb 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.3.13 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Allows you to sync any Joplin client. -Home: https://truecharts.org/charts/stable/joplin-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.webp -Keywords: -- joplin -- notes -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: joplin-server -Sources: -- https://github.com/laurent22/joplin -- https://github.com/laurent22/joplin/tree/dev/packages/server -- https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server -- https://hub.docker.com/r/joplin/server -Type: application -Version: 20.5.3 +apiVersion: v2 +appVersion: 3.3.13 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allows you to sync any Joplin client. +home: https://truecharts.org/charts/stable/joplin-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.webp +keywords: + - joplin + - notes +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: joplin-server +sources: + - https://github.com/laurent22/joplin + - https://github.com/laurent22/joplin/tree/dev/packages/server + - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server + - https://hub.docker.com/r/joplin/server +type: application +version: 20.5.3 diff --git a/charts/stable/jts3servermod/Chart.yaml b/charts/stable/jts3servermod/Chart.yaml index 0484a68bff7..63714059caa 100644 --- a/charts/stable/jts3servermod/Chart.yaml +++ b/charts/stable/jts3servermod/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 20240301.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: JTS3ServerMod by Stefan1200 -Home: https://truecharts.org/charts/stable/jts3servermod -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.webp -Keywords: -- teamspeak -- jts3servermod -- teamspeak-bot -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jts3servermod -Sources: -- https://ghcr.io/galexrt/jts3servermod -- https://github.com/galexrt/container-jts3servermod -- https://github.com/truecharts/charts/tree/master/charts/stable/jts3servermod -- https://www.stefan1200.de/documentation/jts3servermod/readme.html -- https://www.stefan1200.de/forum/index.php?PHPSESSID=r0m44032akt9jk7903ru9ejv2f&topic=2.0 -Type: application -Version: 3.5.1 +apiVersion: v2 +appVersion: 20240301.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: JTS3ServerMod by Stefan1200 +home: https://truecharts.org/charts/stable/jts3servermod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.webp +keywords: + - teamspeak + - jts3servermod + - teamspeak-bot +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jts3servermod +sources: + - https://ghcr.io/galexrt/jts3servermod + - https://github.com/galexrt/container-jts3servermod + - https://github.com/truecharts/charts/tree/master/charts/stable/jts3servermod + - https://www.stefan1200.de/documentation/jts3servermod/readme.html + - https://www.stefan1200.de/forum/index.php?PHPSESSID=r0m44032akt9jk7903ru9ejv2f&topic=2.0 +type: application +version: 3.5.1 diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml index 7aa0dae1f4c..24858cac8ab 100644 --- a/charts/stable/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,40 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.4.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Jupyter a web based IDE -Home: https://truecharts.org/charts/stable/jupyter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.webp -Keywords: -- Jupyter -- Notebook -- Lab -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: jupyter -Sources: -- https://github.com/jupyter/docker-stacks -- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter -- https://quay.io/jupyter/all-spark-notebook -- https://quay.io/jupyter/base-notebook -- https://quay.io/jupyter/datascience-notebook -- https://quay.io/jupyter/minimal-notebook -- https://quay.io/jupyter/pyspark-notebook -- https://quay.io/jupyter/r-notebook -- https://quay.io/jupyter/scipy-notebook -- https://quay.io/jupyter/tensorflow-notebook -Type: application -Version: 11.16.32 +apiVersion: v2 +appVersion: 2025.4.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Jupyter a web based IDE +home: https://truecharts.org/charts/stable/jupyter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.webp +keywords: + - Jupyter + - Notebook + - Lab +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: jupyter +sources: + - https://github.com/jupyter/docker-stacks + - https://github.com/truecharts/charts/tree/master/charts/stable/jupyter + - https://quay.io/jupyter/all-spark-notebook + - https://quay.io/jupyter/base-notebook + - https://quay.io/jupyter/datascience-notebook + - https://quay.io/jupyter/minimal-notebook + - https://quay.io/jupyter/pyspark-notebook + - https://quay.io/jupyter/r-notebook + - https://quay.io/jupyter/scipy-notebook + - https://quay.io/jupyter/tensorflow-notebook +type: application +version: 11.16.32 diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index af6dab69b93..e90abcb2d8a 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.2.44 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kanboard is a free and open source Kanban project management software. -Home: https://truecharts.org/charts/stable/kanboard -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.webp -Keywords: -- kanboard -- kanban -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kanboard -Sources: -- https://github.com/kanboard/kanboard -- https://github.com/truecharts/charts/tree/master/charts/stable/kanboard -- https://quay.io/kanboard/kanboard -Type: application -Version: 18.5.2 +apiVersion: v2 +appVersion: 1.2.44 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kanboard is a free and open source Kanban project management software. +home: https://truecharts.org/charts/stable/kanboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.webp +keywords: + - kanboard + - kanban +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kanboard +sources: + - https://github.com/kanboard/kanboard + - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard + - https://quay.io/kanboard/kanboard +type: application +version: 18.5.2 diff --git a/charts/stable/kapowarr/Chart.yaml b/charts/stable/kapowarr/Chart.yaml index a2b9614f86c..1711ced7b8c 100644 --- a/charts/stable/kapowarr/Chart.yaml +++ b/charts/stable/kapowarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kapowarr is a software to build and manage a comic book library, fitting - in the *arr suite of software. -Home: https://truecharts.org/charts/stable/kapowarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kapowarr.webp -Keywords: -- kapowarr -- comic -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kapowarr -Sources: -- https://github.com/Casvt/Kapowarr -- https://github.com/truecharts/charts/tree/master/charts/stable/kapowarr -- https://hub.docker.com/r/mrcas/kapowarr -Type: application -Version: 2.0.0 +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software. +home: https://truecharts.org/charts/stable/kapowarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kapowarr.webp +keywords: + - kapowarr + - comic +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kapowarr +sources: + - https://github.com/Casvt/Kapowarr + - https://github.com/truecharts/charts/tree/master/charts/stable/kapowarr + - https://hub.docker.com/r/mrcas/kapowarr +type: application +version: 2.0.0 diff --git a/charts/stable/kasm/Chart.yaml b/charts/stable/kasm/Chart.yaml index 95037f0646b..483d25d5700 100644 --- a/charts/stable/kasm/Chart.yaml +++ b/charts/stable/kasm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.16.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kasm Workspaces is a streaming platform for delivering browser-based - access to desktops, applications, and web services. -Home: https://truecharts.org/charts/stable/kasm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.webp -Keywords: -- kasm -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kasm -Sources: -- https://github.com/linuxserver/docker-kasm#readme -- https://github.com/orgs/linuxserver/packages/container/package/kasm -- https://github.com/truecharts/charts/tree/master/charts/stable/kasm -- https://hub.docker.com/r/kasmweb/workspaces -- https://www.kasmweb.com/ -Type: application -Version: 10.6.1 +apiVersion: v2 +appVersion: 1.16.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services. +home: https://truecharts.org/charts/stable/kasm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.webp +keywords: + - kasm + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kasm +sources: + - https://github.com/linuxserver/docker-kasm#readme + - https://github.com/orgs/linuxserver/packages/container/package/kasm + - https://github.com/truecharts/charts/tree/master/charts/stable/kasm + - https://hub.docker.com/r/kasmweb/workspaces + - https://www.kasmweb.com/ +type: application +version: 10.6.1 diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index 1b0eac75365..a60e4a2021d 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.8.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kavita is a rocket fueled self-hosted digital library which supports - a vast array of file formats -Home: https://truecharts.org/charts/stable/kavita -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.webp -Keywords: -- kavita -- manga -- library -- book -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kavita -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/kavita -- https://hub.docker.com/r/jvmilazz0/kavita -- https://www.kavitareader.com -Type: application -Version: 11.5.4 +apiVersion: v2 +appVersion: 0.8.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats +home: https://truecharts.org/charts/stable/kavita +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.webp +keywords: + - kavita + - manga + - library + - book +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kavita +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kavita + - https://hub.docker.com/r/jvmilazz0/kavita + - https://www.kavitareader.com +type: application +version: 11.5.4 diff --git a/charts/stable/kdenlive-vnc/Chart.yaml b/charts/stable/kdenlive-vnc/Chart.yaml index dd2a8497ae1..6791b231182 100644 --- a/charts/stable/kdenlive-vnc/Chart.yaml +++ b/charts/stable/kdenlive-vnc/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) -Home: https://truecharts.org/charts/stable/kdenlive-vnc -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.webp -Keywords: -- kdenlive-vnc -- MediaApp-Video -- MediaApp-Music -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kdenlive-vnc -Sources: -- https://github.com/JonathanTreffler/kdenlive-vnc-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc -- https://hub.docker.com/r/tessypowder/docker-kdenlive -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) +home: https://truecharts.org/charts/stable/kdenlive-vnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.webp +keywords: + - kdenlive-vnc + - MediaApp-Video + - MediaApp-Music + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kdenlive-vnc +sources: + - https://github.com/JonathanTreffler/kdenlive-vnc-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive-vnc + - https://hub.docker.com/r/tessypowder/docker-kdenlive +type: application +version: 7.5.1 diff --git a/charts/stable/kdenlive/Chart.yaml b/charts/stable/kdenlive/Chart.yaml index 4a745f895c0..c751174377b 100644 --- a/charts/stable/kdenlive/Chart.yaml +++ b/charts/stable/kdenlive/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform - video editing program made by the KDE community. Feature rich and production ready. -Home: https://truecharts.org/charts/stable/kdenlive -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.webp -Keywords: -- kdenlive -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kdenlive -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/kdenlive -- https://github.com/linuxserver/docker-kdenlive#readme -- https://github.com/orgs/linuxserver/packages/container/package/kdenlive -- https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive -- https://kdenlive.org/ -Type: application -Version: 7.5.10 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. +home: https://truecharts.org/charts/stable/kdenlive +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.webp +keywords: + - kdenlive + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kdenlive +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive + - https://github.com/linuxserver/docker-kdenlive#readme + - https://github.com/orgs/linuxserver/packages/container/package/kdenlive + - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive + - https://kdenlive.org/ +type: application +version: 7.5.10 diff --git a/charts/stable/keeweb/Chart.yaml b/charts/stable/keeweb/Chart.yaml index 8aee57d4295..4c05bf93ace 100644 --- a/charts/stable/keeweb/Chart.yaml +++ b/charts/stable/keeweb/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This webapp is a browser and desktop password manager compatible with - KeePass databases. It doesn't require any server or additional resources. The app - can run either in browser, or as a desktop app. -Home: https://truecharts.org/charts/stable/keeweb -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.webp -Keywords: -- keeweb -- Productivity -- Tools-Utilities -- Network-Web -- Network-Management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: keeweb -Sources: -- https://github.com/keeweb/keeweb -- https://github.com/truecharts/charts/tree/master/charts/stable/keeweb -- https://hub.docker.com/r/antelle/keeweb -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. +home: https://truecharts.org/charts/stable/keeweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.webp +keywords: + - keeweb + - Productivity + - Tools-Utilities + - Network-Web + - Network-Management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: keeweb +sources: + - https://github.com/keeweb/keeweb + - https://github.com/truecharts/charts/tree/master/charts/stable/keeweb + - https://hub.docker.com/r/antelle/keeweb +type: application +version: 7.5.1 diff --git a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml index a199774ef9d..559840762b1 100644 --- a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml +++ b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and run Luna Multiplayer for Kerbal Space Program - (KSP). -Home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.webp -Keywords: -- kerbalspaceprogram-lmp -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kerbalspaceprogram-lmp -Sources: -- https://ghcr.io/ich777/lunamultiplayer-ksp -- https://github.com/LunaMultiplayer/LunaMultiplayer -- https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP). +home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.webp +keywords: + - kerbalspaceprogram-lmp + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kerbalspaceprogram-lmp +sources: + - https://ghcr.io/ich777/lunamultiplayer-ksp + - https://github.com/LunaMultiplayer/LunaMultiplayer + - https://github.com/truecharts/charts/tree/master/charts/stable/kerbalspaceprogram-lmp +type: application +version: 7.5.1 diff --git a/charts/stable/kerio-connect/Chart.yaml b/charts/stable/kerio-connect/Chart.yaml index 37d81c77662..f236c93b911 100644 --- a/charts/stable/kerio-connect/Chart.yaml +++ b/charts/stable/kerio-connect/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running - on Linux. More Informations under www.kerio.com/connect -Home: https://truecharts.org/charts/stable/kerio-connect -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.webp -Keywords: -- kerio-connect -- Network-Web -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kerio-connect -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect -- https://hub.docker.com/r/chvb/docker-kerio-connect -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect +home: https://truecharts.org/charts/stable/kerio-connect +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.webp +keywords: + - kerio-connect + - Network-Web + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kerio-connect +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kerio-connect + - https://hub.docker.com/r/chvb/docker-kerio-connect +type: application +version: 7.5.1 diff --git a/charts/stable/kitana/Chart.yaml b/charts/stable/kitana/Chart.yaml index 01cd640e48f..5a9556718ab 100644 --- a/charts/stable/kitana/Chart.yaml +++ b/charts/stable/kitana/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kitana exposes your Plex plugin interfaces "to the outside world". It - does that by authenticating against Plex.TV, then connecting to the Plex Media Server - you tell it to, and essentially proxying the plugin UI. It has full PMS connection - awareness and allows you to connect locally, remotely, or even via relay. -Home: https://truecharts.org/charts/stable/kitana -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.webp -Keywords: -- kitana -- home-automation -- Tools-Utilities -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kitana -Sources: -- https://github.com/pannal/Kitana -- https://github.com/truecharts/charts/tree/master/charts/stable/kitana -- https://hub.docker.com/r/pannal/kitana -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay. +home: https://truecharts.org/charts/stable/kitana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.webp +keywords: + - kitana + - home-automation + - Tools-Utilities + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kitana +sources: + - https://github.com/pannal/Kitana + - https://github.com/truecharts/charts/tree/master/charts/stable/kitana + - https://hub.docker.com/r/pannal/kitana +type: application +version: 7.5.1 diff --git a/charts/stable/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml index 83489122aa3..72fdb423fe5 100644 --- a/charts/stable/kitchenowl/Chart.yaml +++ b/charts/stable/kitchenowl/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: KitchenOwl is a smart self-hosted grocery list and recipe manager. -Home: https://truecharts.org/charts/stable/kitchenowl -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.webp -Keywords: -- recipes -- kitchen -- grocery -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kitchenowl -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl -- https://hub.docker.com/r/tombursch/kitchenowl -- https://hub.docker.com/r/tombursch/kitchenowl-web -- https://tombursch.github.io/kitchenowl -Type: application -Version: 11.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: KitchenOwl is a smart self-hosted grocery list and recipe manager. +home: https://truecharts.org/charts/stable/kitchenowl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.webp +keywords: + - recipes + - kitchen + - grocery +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kitchenowl +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl + - https://hub.docker.com/r/tombursch/kitchenowl + - https://hub.docker.com/r/tombursch/kitchenowl-web + - https://tombursch.github.io/kitchenowl +type: application +version: 11.5.3 diff --git a/charts/stable/kiwix-serve/Chart.yaml b/charts/stable/kiwix-serve/Chart.yaml index 866a8dcc314..f7860439e17 100644 --- a/charts/stable/kiwix-serve/Chart.yaml +++ b/charts/stable/kiwix-serve/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.7.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! -Home: https://truecharts.org/charts/stable/kiwix-serve -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.webp -Keywords: -- kiwix-serve -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kiwix-serve -Sources: -- https://ghcr.io/kiwix/kiwix-serve -- https://github.com/kiwix/kiwix-tools/blob/master/docker/server -- https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve -- https://www.kiwix.org/ -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: 3.7.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! +home: https://truecharts.org/charts/stable/kiwix-serve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.webp +keywords: + - kiwix-serve + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kiwix-serve +sources: + - https://ghcr.io/kiwix/kiwix-serve + - https://github.com/kiwix/kiwix-tools/blob/master/docker/server + - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve + - https://www.kiwix.org/ +type: application +version: 10.5.1 diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index 9ba454c6def..9d63384b13b 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: minimal -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Private Windows Activation Server for development and testing -Home: https://truecharts.org/charts/stable/kms -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.webp -Keywords: -- kms -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kms -Sources: -- https://github.com/Py-KMS-Organization/py-kms -- https://github.com/truecharts/charts/tree/master/charts/stable/kms -- https://hub.docker.com/r/pykmsorg/py-kms -Type: application -Version: 20.5.1 +apiVersion: v2 +appVersion: minimal +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Private Windows Activation Server for development and testing +home: https://truecharts.org/charts/stable/kms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.webp +keywords: + - kms +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kms +sources: + - https://github.com/Py-KMS-Organization/py-kms + - https://github.com/truecharts/charts/tree/master/charts/stable/kms + - https://hub.docker.com/r/pykmsorg/py-kms +type: application +version: 20.5.1 diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml index c657b0d1fd1..dc0f36c0cf5 100644 --- a/charts/stable/kodi-headless/Chart.yaml +++ b/charts/stable/kodi-headless/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 190.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A headless install of kodi in a docker container. -Home: https://truecharts.org/charts/stable/kodi-headless -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.webp -Keywords: -- kodi-headless -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kodi-headless -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless -- https://hub.docker.com/r/linuxserver/kodi-headless -Type: application -Version: 11.5.2 +apiVersion: v2 +appVersion: 190.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A headless install of kodi in a docker container. +home: https://truecharts.org/charts/stable/kodi-headless +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.webp +keywords: + - kodi-headless +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kodi-headless +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless + - https://hub.docker.com/r/linuxserver/kodi-headless +type: application +version: 11.5.2 diff --git a/charts/stable/kometa/Chart.yaml b/charts/stable/kometa/Chart.yaml index f0415d1821f..67df720c360 100644 --- a/charts/stable/kometa/Chart.yaml +++ b/charts/stable/kometa/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Python script to update metadata and automatically build collections. -Home: https://truecharts.org/charts/stable/kometa -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kometa.webp -Keywords: -- kometa -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kometa -Sources: -- https://github.com/kometa-team/kometa -- https://github.com/truecharts/charts/tree/master/charts/stable/kometa -- https://hub.docker.com/r/kometateam/kometa -Type: application -Version: 3.7.0 +apiVersion: v2 +appVersion: 2.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Python script to update metadata and automatically build collections. +home: https://truecharts.org/charts/stable/kometa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kometa.webp +keywords: + - kometa +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kometa +sources: + - https://github.com/kometa-team/kometa + - https://github.com/truecharts/charts/tree/master/charts/stable/kometa + - https://hub.docker.com/r/kometateam/kometa +type: application +version: 3.7.0 diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index d4b5917195f..2da9e6ace77 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.21.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A comics/mangas server to serve/stream pages via API -Home: https://truecharts.org/charts/stable/komga -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.webp -Keywords: -- komga -- comics -- mangas -- server -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: komga -Sources: -- https://github.com/gotson/komga -- https://github.com/truecharts/charts/tree/master/charts/stable/komga -- https://hub.docker.com/r/gotson/komga -- https://komga.org/ -Type: application -Version: 15.15.2 +apiVersion: v2 +appVersion: 1.21.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A comics/mangas server to serve/stream pages via API +home: https://truecharts.org/charts/stable/komga +icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.webp +keywords: + - komga + - comics + - mangas + - server +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: komga +sources: + - https://github.com/gotson/komga + - https://github.com/truecharts/charts/tree/master/charts/stable/komga + - https://hub.docker.com/r/gotson/komga + - https://komga.org/ +type: application +version: 15.15.2 diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 8c29e08e0e5..2c3ae745de5 100644 --- a/charts/stable/kopia/Chart.yaml +++ b/charts/stable/kopia/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.19.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kopia is a simple, cross-platform tool for managing encrypted backups - in the cloud. It provides fast, incremental backups, secure, client-side end-to-end - encryption, compression and data deduplication. -Home: https://truecharts.org/charts/stable/kopia -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.webp -Keywords: -- backup -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kopia -Sources: -- https://github.com/kopia/kopia -- https://github.com/truecharts/charts/tree/master/charts/stable/kopia -- https://hub.docker.com/r/kopia/kopia -- https://kopia.io/docs/installation/#docker-images -Type: application -Version: 13.7.1 +apiVersion: v2 +appVersion: 0.19.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. +home: https://truecharts.org/charts/stable/kopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.webp +keywords: + - backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kopia +sources: + - https://github.com/kopia/kopia + - https://github.com/truecharts/charts/tree/master/charts/stable/kopia + - https://hub.docker.com/r/kopia/kopia + - https://kopia.io/docs/installation/#docker-images +type: application +version: 13.7.1 diff --git a/charts/stable/krusader/Chart.yaml b/charts/stable/krusader/Chart.yaml index e306f80e868..e64465d1ac5 100644 --- a/charts/stable/krusader/Chart.yaml +++ b/charts/stable/krusader/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,38 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Krusader is an advanced orthodox file manager for KDE and other desktops - in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME - Commander for the GNOME desktop environment, or Total Commander for Windows, all - of which can trace their paradigmatic features to the original Norton Commander - for DOS. It supports extensive archive handling, mounted filesystem support, FTP, - advanced search, viewer/editor, directory synchronisation, file content comparisons, - batch renaming, etc. -Home: https://truecharts.org/charts/stable/krusader -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.webp -Keywords: -- krusader -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: krusader -Sources: -- https://ghcr.io/ich777/krusader -- https://github.com/truecharts/charts/tree/master/charts/stable/krusader -- https://krusader.org/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. +home: https://truecharts.org/charts/stable/krusader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.webp +keywords: + - krusader + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: krusader +sources: + - https://ghcr.io/ich777/krusader + - https://github.com/truecharts/charts/tree/master/charts/stable/krusader + - https://krusader.org/ +type: application +version: 7.5.1 diff --git a/charts/stable/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml index 993dae70af3..e396db9c7ab 100644 --- a/charts/stable/lama-cleaner/Chart.yaml +++ b/charts/stable/lama-cleaner/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.33.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open-source inpainting tool powered by SOTA AI model. -Home: https://truecharts.org/charts/stable/lama-cleaner -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.webp -Keywords: -- lama-cleaner -- media -- AI -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lama-cleaner -Sources: -- https://github.com/Sanster/lama-cleaner -- https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner -- https://hub.docker.com/r/cwq1913/lama-cleaner -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 0.33.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open-source inpainting tool powered by SOTA AI model. +home: https://truecharts.org/charts/stable/lama-cleaner +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.webp +keywords: + - lama-cleaner + - media + - AI +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lama-cleaner +sources: + - https://github.com/Sanster/lama-cleaner + - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner + - https://hub.docker.com/r/cwq1913/lama-cleaner +type: application +version: 8.5.1 diff --git a/charts/stable/lancache-dns/Chart.yaml b/charts/stable/lancache-dns/Chart.yaml index e933f757b0b..352c8446355 100644 --- a/charts/stable/lancache-dns/Chart.yaml +++ b/charts/stable/lancache-dns/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: DNS Chart service for a steam cache. -Home: https://truecharts.org/charts/stable/lancache-dns -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.webp -Keywords: -- lancache-dns -- dns -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lancache-dns -Sources: -- https://github.com/lancachenet/lancache-dns -- https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns -- https://hub.docker.com/r/lancachenet/lancache-dns -Type: application -Version: 10.5.6 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DNS Chart service for a steam cache. +home: https://truecharts.org/charts/stable/lancache-dns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.webp +keywords: + - lancache-dns + - dns +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lancache-dns +sources: + - https://github.com/lancachenet/lancache-dns + - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns + - https://hub.docker.com/r/lancachenet/lancache-dns +type: application +version: 10.5.6 diff --git a/charts/stable/lancache-monolithic/Chart.yaml b/charts/stable/lancache-monolithic/Chart.yaml index ee16879275d..a4fa690cc60 100644 --- a/charts/stable/lancache-monolithic/Chart.yaml +++ b/charts/stable/lancache-monolithic/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A monolithic lancache service capable of caching all CDNs in a single - instance. -Home: https://truecharts.org/charts/stable/lancache-monolithic -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.webp -Keywords: -- monolithic -- lancache -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lancache-monolithic -Sources: -- https://ghcr.io/ich777/lancache-prefill -- https://github.com/lancachenet/monolithic -- https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic -- https://hub.docker.com/r/lancachenet/monolithic -Type: application -Version: 10.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A monolithic lancache service capable of caching all CDNs in a single instance. +home: https://truecharts.org/charts/stable/lancache-monolithic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.webp +keywords: + - monolithic + - lancache +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lancache-monolithic +sources: + - https://ghcr.io/ich777/lancache-prefill + - https://github.com/lancachenet/monolithic + - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic + - https://hub.docker.com/r/lancachenet/monolithic +type: application +version: 10.5.4 diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml index fc386e44520..7a76e0f9a51 100644 --- a/charts/stable/lanraragi/Chart.yaml +++ b/charts/stable/lanraragi/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.9.30 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open source server for archival of comics/manga. -Home: https://truecharts.org/charts/stable/lanraragi -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.webp -Keywords: -- lanraragi -- comics -- manga -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lanraragi -Sources: -- https://github.com/Difegue/LANraragi -- https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi -- https://hub.docker.com/r/difegue/lanraragi -- https://sugoi.gitbook.io/lanraragi/ -Type: application -Version: 11.5.2 +apiVersion: v2 +appVersion: 0.9.30 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source server for archival of comics/manga. +home: https://truecharts.org/charts/stable/lanraragi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.webp +keywords: + - lanraragi + - comics + - manga +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lanraragi +sources: + - https://github.com/Difegue/LANraragi + - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi + - https://hub.docker.com/r/difegue/lanraragi + - https://sugoi.gitbook.io/lanraragi/ +type: application +version: 11.5.2 diff --git a/charts/stable/lastoasis/Chart.yaml b/charts/stable/lastoasis/Chart.yaml index 5f95ab40cbb..532a2ba8725 100644 --- a/charts/stable/lastoasis/Chart.yaml +++ b/charts/stable/lastoasis/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: lastoasis -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Last - Oasis and run it. -Home: https://truecharts.org/charts/stable/lastoasis -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.webp -Keywords: -- lastoasis -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lastoasis -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis -- https://store.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: lastoasis +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Last Oasis and run it. +home: https://truecharts.org/charts/stable/lastoasis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.webp +keywords: + - lastoasis + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lastoasis +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/lastoasis + - https://store.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 97117512a78..f12e17c372b 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Get all your books, like series with Sonarr... -Home: https://truecharts.org/charts/stable/lazylibrarian -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.webp -Keywords: -- lazylibrarian -- ebooks -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lazylibrarian -Sources: -- https://ghcr.io/linuxserver/lazylibrarian -- https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian -- https://gitlab.com/LazyLibrarian/LazyLibrarian.git -- https://lazylibrarian.gitlab.io -Type: application -Version: 20.5.21 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Get all your books, like series with Sonarr... +home: https://truecharts.org/charts/stable/lazylibrarian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.webp +keywords: + - lazylibrarian + - ebooks +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lazylibrarian +sources: + - https://ghcr.io/linuxserver/lazylibrarian + - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian + - https://gitlab.com/LazyLibrarian/LazyLibrarian.git + - https://lazylibrarian.gitlab.io +type: application +version: 20.5.21 diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml index de3878fc998..693f1cd88fd 100644 --- a/charts/stable/leaf2mqtt/Chart.yaml +++ b/charts/stable/leaf2mqtt/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.6.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Nissan Leaf connected services to MQTT adapter -Home: https://truecharts.org/charts/stable/leaf2mqtt -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.webp -Keywords: -- leaf2mqtt -- leaf -- nissan -- kamereon -- carwings -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: leaf2mqtt -Sources: -- https://ghcr.io/k8s-at-home/leaf2mqtt -- https://github.com/k8s-at-home/container-images -- https://github.com/mitsumaui/leaf2mqtt -- https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 0.6.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Nissan Leaf connected services to MQTT adapter +home: https://truecharts.org/charts/stable/leaf2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.webp +keywords: + - leaf2mqtt + - leaf + - nissan + - kamereon + - carwings +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: leaf2mqtt +sources: + - https://ghcr.io/k8s-at-home/leaf2mqtt + - https://github.com/k8s-at-home/container-images + - https://github.com/mitsumaui/leaf2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt +type: application +version: 13.5.1 diff --git a/charts/stable/left4dead/Chart.yaml b/charts/stable/left4dead/Chart.yaml index 71c40d3824a..13f96918a3f 100644 --- a/charts/stable/left4dead/Chart.yaml +++ b/charts/stable/left4dead/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: l4d -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Left4Dead - and run it. -Home: https://truecharts.org/charts/stable/left4dead -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.webp -Keywords: -- left4dead -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: left4dead -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/left4dead -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: l4d +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Left4Dead and run it. +home: https://truecharts.org/charts/stable/left4dead +icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.webp +keywords: + - left4dead + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: left4dead +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/left4dead + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/lemur-cfssl/Chart.yaml b/charts/stable/lemur-cfssl/Chart.yaml index cf51f0beefb..a10cc1e1a62 100644 --- a/charts/stable/lemur-cfssl/Chart.yaml +++ b/charts/stable/lemur-cfssl/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Lemur manages TLS certificate creation. While not able to issue certificates - itself, Lemur acts as a broker between CAs and environments providing a central - portal for developers to issue TLS certificates with 'sane' defaults. -Home: https://truecharts.org/charts/stable/lemur-cfssl -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.webp -Keywords: -- lemur-cfssl -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lemur-cfssl -Sources: -- https://github.com/Netflix/lemur -- https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl -- https://hub.docker.com/r/halianelf/lemur -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults. +home: https://truecharts.org/charts/stable/lemur-cfssl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.webp +keywords: + - lemur-cfssl + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lemur-cfssl +sources: + - https://github.com/Netflix/lemur + - https://github.com/truecharts/charts/tree/master/charts/stable/lemur-cfssl + - https://hub.docker.com/r/halianelf/lemur +type: application +version: 7.5.1 diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml index 8ffe3f6338d..487ae947c32 100644 --- a/charts/stable/libreddit/Chart.yaml +++ b/charts/stable/libreddit/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An alternative private front-end to Reddit -Home: https://truecharts.org/charts/stable/libreddit -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.webp -Keywords: -- reddit -- libreddit -- social -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: libreddit -Sources: -- https://github.com/spikecodes/libreddit -- https://github.com/truecharts/charts/tree/master/charts/stable/libreddit -- https://hub.docker.com/r/libreddit/libreddit -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An alternative private front-end to Reddit +home: https://truecharts.org/charts/stable/libreddit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.webp +keywords: + - reddit + - libreddit + - social +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: libreddit +sources: + - https://github.com/spikecodes/libreddit + - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit + - https://hub.docker.com/r/libreddit/libreddit +type: application +version: 10.5.1 diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index bce677ee54c..15d24f116b9 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.4.20240804 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Librespeed is a HTML5 webpage to test upload and download speeds -Home: https://truecharts.org/charts/stable/librespeed -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.webp -Keywords: -- librespeed -- speedtest -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: librespeed -Sources: -- https://ghcr.io/linuxserver/librespeed -- https://github.com/librespeed/speedtest -- https://github.com/truecharts/charts/tree/master/charts/stable/librespeed -Type: application -Version: 15.6.1 +apiVersion: v2 +appVersion: 5.4.20240804 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Librespeed is a HTML5 webpage to test upload and download speeds +home: https://truecharts.org/charts/stable/librespeed +icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.webp +keywords: + - librespeed + - speedtest +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: librespeed +sources: + - https://ghcr.io/linuxserver/librespeed + - https://github.com/librespeed/speedtest + - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed +type: application +version: 15.6.1 diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 04b85e532fd..e594939b900 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.10.3.4602 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Looks and smells like Sonarr but made for music -Home: https://truecharts.org/charts/stable/lidarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.webp -Keywords: -- lidarr -- torrent -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lidarr -Sources: -- https://ghcr.io/elfhosted/lidarr -- https://ghcr.io/onedr0p/exportarr -- https://github.com/Lidarr/Lidarr -- https://github.com/truecharts/charts/tree/master/charts/stable/lidarr -Type: application -Version: 24.10.0 +apiVersion: v2 +appVersion: 2.10.3.4602 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Looks and smells like Sonarr but made for music +home: https://truecharts.org/charts/stable/lidarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.webp +keywords: + - lidarr + - torrent + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lidarr +sources: + - https://ghcr.io/elfhosted/lidarr + - https://ghcr.io/onedr0p/exportarr + - https://github.com/Lidarr/Lidarr + - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr +type: application +version: 24.10.0 diff --git a/charts/stable/lingva/Chart.yaml b/charts/stable/lingva/Chart.yaml index 72408e17578..0f063021825 100644 --- a/charts/stable/lingva/Chart.yaml +++ b/charts/stable/lingva/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Alternative front-end for Google Translate, serving as a Free and Open - Source translator with over a hundred languages available -Home: https://truecharts.org/charts/stable/lingva -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.webp -Keywords: -- lingva -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lingva -Sources: -- https://github.com/TheDavidDelta/lingva-translate -- https://github.com/truecharts/charts/tree/master/charts/stable/lingva -- https://hub.docker.com/r/thedaviddelta/lingva-translate -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available +home: https://truecharts.org/charts/stable/lingva +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.webp +keywords: + - lingva + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lingva +sources: + - https://github.com/TheDavidDelta/lingva-translate + - https://github.com/truecharts/charts/tree/master/charts/stable/lingva + - https://hub.docker.com/r/thedaviddelta/lingva-translate +type: application +version: 7.5.1 diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml index 7b241d3f2a1..b587b1c5ddb 100644 --- a/charts/stable/linkding/Chart.yaml +++ b/charts/stable/linkding/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.39.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Linkding is a simple bookmark service that you can host yourself. It's - designed be to be minimal, fast and easy. -Home: https://truecharts.org/charts/stable/linkding -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.webp -Keywords: -- bookmarks -- links -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: linkding -Sources: -- https://github.com/sissbruecker/linkding -- https://github.com/truecharts/charts/tree/master/charts/stable/linkding -- https://hub.docker.com/r/sissbruecker/linkding -Type: application -Version: 11.14.0 +apiVersion: v2 +appVersion: 1.39.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. +home: https://truecharts.org/charts/stable/linkding +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.webp +keywords: + - bookmarks + - links +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: linkding +sources: + - https://github.com/sissbruecker/linkding + - https://github.com/truecharts/charts/tree/master/charts/stable/linkding + - https://hub.docker.com/r/sissbruecker/linkding +type: application +version: 11.14.0 diff --git a/charts/stable/linkwallet/Chart.yaml b/charts/stable/linkwallet/Chart.yaml index b81de3faff3..1c29deb1019 100644 --- a/charts/stable/linkwallet/Chart.yaml +++ b/charts/stable/linkwallet/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.0.36 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted bookmark database with full-text page content search. -Home: https://truecharts.org/charts/stable/linkwallet -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.webp -Keywords: -- bookmarks -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: linkwallet -Sources: -- https://github.com/tardisx/linkwallet -- https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet -- https://hub.docker.com/r/tardisx/linkwallet -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: 0.0.36 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted bookmark database with full-text page content search. +home: https://truecharts.org/charts/stable/linkwallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.webp +keywords: + - bookmarks +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: linkwallet +sources: + - https://github.com/tardisx/linkwallet + - https://github.com/truecharts/charts/tree/master/charts/stable/linkwallet + - https://hub.docker.com/r/tardisx/linkwallet +type: application +version: 7.5.1 diff --git a/charts/stable/linkwarden/Chart.yaml b/charts/stable/linkwarden/Chart.yaml index b6a7358d72d..4b54439b575 100644 --- a/charts/stable/linkwarden/Chart.yaml +++ b/charts/stable/linkwarden/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.9.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Linkwarden is a self-hosted, open-source collaborative bookmark manager - to collect, organize and archive webpages. -Home: https://truecharts.org/charts/stable/linkwarden -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.webp -Keywords: -- linkwarden -- bookmark -- manager -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: linkwarden -Sources: -- https://ghcr.io/linkwarden/linkwarden -- https://github.com/linkwarden/linkwarden -- https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden -Type: application -Version: 6.9.1 +apiVersion: v2 +appVersion: 2.9.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages. +home: https://truecharts.org/charts/stable/linkwarden +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.webp +keywords: + - linkwarden + - bookmark + - manager +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: linkwarden +sources: + - https://ghcr.io/linkwarden/linkwarden + - https://github.com/linkwarden/linkwarden + - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden +type: application +version: 6.9.1 diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index 381ebf27100..9d6f4e3e183 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Easy platform to combine all your social links -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: littlelink -Sources: -- https://ghcr.io/techno-tim/littlelink-server -- https://github.com/sethcottle/littlelink -- https://github.com/techno-tim/littlelink-server -- https://github.com/truecharts/charts/tree/master/charts/stable/littlelink -Type: application -Version: 16.0.7 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Easy platform to combine all your social links +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: littlelink +sources: + - https://ghcr.io/techno-tim/littlelink-server + - https://github.com/sethcottle/littlelink + - https://github.com/techno-tim/littlelink-server + - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink +type: application +version: 16.0.7 diff --git a/charts/stable/livestreamdvr/Chart.yaml b/charts/stable/livestreamdvr/Chart.yaml index aded86ff7fb..5dd680a8852 100644 --- a/charts/stable/livestreamdvr/Chart.yaml +++ b/charts/stable/livestreamdvr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: master -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An automatic twitch recorder. -Home: https://truecharts.org/charts/stable/livestreamdvr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.webp -Keywords: -- livestreamdvr -- MediaApp-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: livestreamdvr -Sources: -- https://github.com/MrBrax/LiveStreamDVR -- https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr -- https://hub.docker.com/r/mrbrax/twitchautomator -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automatic twitch recorder. +home: https://truecharts.org/charts/stable/livestreamdvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.webp +keywords: + - livestreamdvr + - MediaApp-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: livestreamdvr +sources: + - https://github.com/MrBrax/LiveStreamDVR + - https://github.com/truecharts/charts/tree/master/charts/stable/livestreamdvr + - https://hub.docker.com/r/mrbrax/twitchautomator +type: application +version: 7.5.1 diff --git a/charts/stable/llalon-github-backup/Chart.yaml b/charts/stable/llalon-github-backup/Chart.yaml index 2f0981e5c48..2c12e019177 100644 --- a/charts/stable/llalon-github-backup/Chart.yaml +++ b/charts/stable/llalon-github-backup/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Automatically backup github repositories on schedule. Allows for custom - configuration. -Home: https://truecharts.org/charts/stable/llalon-github-backup -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.webp -Keywords: -- llalon-github-backup -- Backup -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: llalon-github-backup -Sources: -- https://github.com/abusesa/github-backup -- https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup -- https://hub.docker.com/r/llalon/github-backup -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatically backup github repositories on schedule. Allows for custom configuration. +home: https://truecharts.org/charts/stable/llalon-github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.webp +keywords: + - llalon-github-backup + - Backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: llalon-github-backup +sources: + - https://github.com/abusesa/github-backup + - https://github.com/truecharts/charts/tree/master/charts/stable/llalon-github-backup + - https://hub.docker.com/r/llalon/github-backup +type: application +version: 7.5.1 diff --git a/charts/stable/lldap/Chart.yaml b/charts/stable/lldap/Chart.yaml index 1bd94992ee8..30487c89b29 100644 --- a/charts/stable/lldap/Chart.yaml +++ b/charts/stable/lldap/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.6.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Lightweight ldap server for authentication and user management -Home: https://truecharts.org/charts/stable/lldap -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.webp -Keywords: -- lldap -- ldap -- authentication -- auth -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lldap -Sources: -- https://github.com/nitnelave/lldap -- https://github.com/truecharts/charts/tree/master/charts/stable/lldap -- https://hub.docker.com/r/nitnelave/lldap -Type: application -Version: 7.6.1 +apiVersion: v2 +appVersion: 0.6.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight ldap server for authentication and user management +home: https://truecharts.org/charts/stable/lldap +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.webp +keywords: + - lldap + - ldap + - authentication + - auth +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lldap +sources: + - https://github.com/nitnelave/lldap + - https://github.com/truecharts/charts/tree/master/charts/stable/lldap + - https://hub.docker.com/r/nitnelave/lldap +type: application +version: 7.6.1 diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 1e00e923319..ffa65dd1704 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.27.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Self-hosted, community-driven, local OpenAI-compatible API. -Home: https://truecharts.org/charts/stable/local-ai -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.webp -Keywords: -- local-ai -- ai -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: local-ai -Sources: -- https://github.com/go-skynet/LocalAI -- https://github.com/truecharts/charts/tree/master/charts/stable/local-ai -- https://hub.docker.com/r/localai/localai -Type: application -Version: 11.65.0 +apiVersion: v2 +appVersion: 2.27.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted, community-driven, local OpenAI-compatible API. +home: https://truecharts.org/charts/stable/local-ai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.webp +keywords: + - local-ai + - ai +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: local-ai +sources: + - https://github.com/go-skynet/LocalAI + - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai + - https://hub.docker.com/r/localai/localai +type: application +version: 11.65.0 diff --git a/charts/stable/logitech-media-server/Chart.yaml b/charts/stable/logitech-media-server/Chart.yaml index 8099b72719b..aa53bd93c3f 100644 --- a/charts/stable/logitech-media-server/Chart.yaml +++ b/charts/stable/logitech-media-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 9.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Logitech Media Server is a platform for home/office audio streaming. -Home: https://truecharts.org/charts/stable/logitech-media-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.webp -Keywords: -- logitech-media-server -- squeezebox -- audio -- streaming -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: logitech-media-server -Sources: -- https://github.com/Logitech/slimserver -- https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server -- https://hub.docker.com/r/lmscommunity/logitechmediaserver -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 9.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Logitech Media Server is a platform for home/office audio streaming. +home: https://truecharts.org/charts/stable/logitech-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.webp +keywords: + - logitech-media-server + - squeezebox + - audio + - streaming +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: logitech-media-server +sources: + - https://github.com/Logitech/slimserver + - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server + - https://hub.docker.com/r/lmscommunity/logitechmediaserver +type: application +version: 13.5.1 diff --git a/charts/stable/longvinter/Chart.yaml b/charts/stable/longvinter/Chart.yaml index 2101bafc824..98c115cc84c 100644 --- a/charts/stable/longvinter/Chart.yaml +++ b/charts/stable/longvinter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: longinter -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Longvinter - and run it. -Home: https://truecharts.org/charts/stable/longvinter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.webp -Keywords: -- longvinter -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: longvinter -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/longvinter -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: longinter +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Longvinter and run it. +home: https://truecharts.org/charts/stable/longvinter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.webp +keywords: + - longvinter + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: longvinter +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/longvinter + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/lyrion-music-server/Chart.yaml b/charts/stable/lyrion-music-server/Chart.yaml index 5daa3b71a8d..f71f708a12d 100644 --- a/charts/stable/lyrion-music-server/Chart.yaml +++ b/charts/stable/lyrion-music-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 9.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Lyrion Music Server is a platform for home/office audio streaming. -Home: https://truecharts.org/charts/stable/lyrion-music-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lyrion-music-server.webp -Keywords: -- lyrion-music-server -- logitech-media-server -- squeezebox -- audio -- streaming -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lyrion-music-server -Sources: -- https://github.com/LMS-Community/slimserver -- https://github.com/truecharts/charts/tree/master/charts/stable/lyrion-music-server -- https://hub.docker.com/r/lmscommunity/lyrionmusicserver -Type: application -Version: 4.0.12 +apiVersion: v2 +appVersion: 9.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lyrion Music Server is a platform for home/office audio streaming. +home: https://truecharts.org/charts/stable/lyrion-music-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lyrion-music-server.webp +keywords: + - lyrion-music-server + - logitech-media-server + - squeezebox + - audio + - streaming +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lyrion-music-server +sources: + - https://github.com/LMS-Community/slimserver + - https://github.com/truecharts/charts/tree/master/charts/stable/lyrion-music-server + - https://hub.docker.com/r/lmscommunity/lyrionmusicserver +type: application +version: 4.0.12 diff --git a/charts/stable/mailpile/Chart.yaml b/charts/stable/mailpile/Chart.yaml index 7a26a1a0dae..2c240424759 100644 --- a/charts/stable/mailpile/Chart.yaml +++ b/charts/stable/mailpile/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Mailpile is software, an e-mail client. It runs on your desktop or laptop - computer and you interact with it by using your web browser. The goal of Mailpile - is to allow people to send e-mail in a more secure and private manner than before. -Home: https://truecharts.org/charts/stable/mailpile -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.webp -Keywords: -- mailpile -- Productivity -- Network-Web -- Network-Messenger -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mailpile -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/mailpile -- https://hub.docker.com/r/rroemhild/mailpile -- https://www.mailpile.is/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. +home: https://truecharts.org/charts/stable/mailpile +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.webp +keywords: + - mailpile + - Productivity + - Network-Web + - Network-Messenger +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mailpile +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mailpile + - https://hub.docker.com/r/rroemhild/mailpile + - https://www.mailpile.is/ +type: application +version: 7.5.1 diff --git a/charts/stable/maintainerr/Chart.yaml b/charts/stable/maintainerr/Chart.yaml index ed1d01cb452..8cfff4f4f92 100644 --- a/charts/stable/maintainerr/Chart.yaml +++ b/charts/stable/maintainerr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.13.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Looks and smells like Overseerr, does the opposite. Maintenance tool - for the Plex ecosystem. -Home: https://truecharts.org/charts/stable/maintainerr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.webp -Keywords: -- maintainerr -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: maintainerr -Sources: -- https://github.com/jorenn92/Maintainerr -- https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr -- https://hub.docker.com/r/jorenn92/maintainerr -Type: application -Version: 4.16.0 +apiVersion: v2 +appVersion: 2.13.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem. +home: https://truecharts.org/charts/stable/maintainerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.webp +keywords: + - maintainerr + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: maintainerr +sources: + - https://github.com/jorenn92/Maintainerr + - https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr + - https://hub.docker.com/r/jorenn92/maintainerr +type: application +version: 4.16.0 diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index f822bde191f..8f0571c2c17 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: MakeMKV is your one-click solution to convert video that you own into - free and patents-unencumbered format that can be played everywhere. -Home: https://truecharts.org/charts/stable/makemkv -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.webp -Keywords: -- mkv -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: makemkv -Sources: -- https://github.com/jlesage/docker-makemkv -- https://github.com/truecharts/charts/tree/master/charts/stable/makemkv -- https://hub.docker.com/r/jlesage/makemkv -Type: application -Version: 13.0.1 +apiVersion: v2 +appVersion: 25.02.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. +home: https://truecharts.org/charts/stable/makemkv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.webp +keywords: + - mkv +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: makemkv +sources: + - https://github.com/jlesage/docker-makemkv + - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv + - https://hub.docker.com/r/jlesage/makemkv +type: application +version: 13.0.1 diff --git a/charts/stable/maloja/Chart.yaml b/charts/stable/maloja/Chart.yaml index 9fa6939ae5a..55207b5e5d0 100644 --- a/charts/stable/maloja/Chart.yaml +++ b/charts/stable/maloja/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Self-hosted music scrobble database to create personal listening statistics - and charts as a substitute for Last.fm / Libre.fm / GNU FM. -Home: https://truecharts.org/charts/stable/maloja -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.webp -Keywords: -- maloja -- MediaServer-Music -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: maloja -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/maloja -- https://hub.docker.com/r/krateng/maloja -- https://maloja.krateng.ch/ -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. +home: https://truecharts.org/charts/stable/maloja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.webp +keywords: + - maloja + - MediaServer-Music +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: maloja +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/maloja + - https://hub.docker.com/r/krateng/maloja + - https://maloja.krateng.ch/ +type: application +version: 7.5.2 diff --git a/charts/stable/mango/Chart.yaml b/charts/stable/mango/Chart.yaml index d984a4c9c15..16b8ee8459b 100644 --- a/charts/stable/mango/Chart.yaml +++ b/charts/stable/mango/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | Mango is a self-hosted manga server and reader. Its features include[br] -Home: https://truecharts.org/charts/stable/mango -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.webp -Keywords: -- mango -- MediaApp-Books -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mango -Sources: -- https://github.com/hkalexling/mango -- https://github.com/truecharts/charts/tree/master/charts/stable/mango -- https://hub.docker.com/r/hkalexling/mango -Type: application -Version: 7.5.1 +home: https://truecharts.org/charts/stable/mango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.webp +keywords: + - mango + - MediaApp-Books +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mango +sources: + - https://github.com/hkalexling/mango + - https://github.com/truecharts/charts/tree/master/charts/stable/mango + - https://hub.docker.com/r/hkalexling/mango +type: application +version: 7.5.1 diff --git a/charts/stable/manyfold/Chart.yaml b/charts/stable/manyfold/Chart.yaml index ae92260ac4d..1c6a58eb259 100644 --- a/charts/stable/manyfold/Chart.yaml +++ b/charts/stable/manyfold/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,38 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.106.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: A Digital Asset Manager (DAM), specifically designed for 3D print files. -Home: https://truecharts.org/charts/stable/manyfold -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/manyfold.webp -Keywords: -- manyfold -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: manyfold -Sources: -- https://ghcr.io/manyfold3d/manyfold -- https://github.com/truecharts/charts/tree/master/charts/stable/manyfold -Type: application -Version: 2.5.1 +apiVersion: v2 +appVersion: 0.106.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Digital Asset Manager (DAM), specifically designed for 3D print files. +home: https://truecharts.org/charts/stable/manyfold +icon: https://truecharts.org/img/hotlink-ok/chart-icons/manyfold.webp +keywords: + - manyfold + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: manyfold +sources: + - https://ghcr.io/manyfold3d/manyfold + - https://github.com/truecharts/charts/tree/master/charts/stable/manyfold +type: application +version: 2.5.1 diff --git a/charts/stable/mariadb/Chart.yaml b/charts/stable/mariadb/Chart.yaml index 92e4a3f7634..85ed27fa750 100644 --- a/charts/stable/mariadb/Chart.yaml +++ b/charts/stable/mariadb/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 11.7.2 -Dependencies: -- Alias: "" - Condition: includeCommon - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Fast, reliable, scalable, and easy to use open-source relational database - system. -Home: https://truecharts.org/charts/stable/mariadb -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.webp -Keywords: -- mariadb -- mysql -- database -- sql -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mariadb -Sources: -- https://gallery.ecr.aws/bitnami/mariadb -- https://github.com/bitnami/bitnami-docker-mariadb -- https://github.com/prometheus/mysqld_exporter -- https://github.com/truecharts/charts/tree/master/charts/stable/mariadb -- https://mariadb.org -Type: application -Version: 15.9.0 +apiVersion: v2 +appVersion: 11.7.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fast, reliable, scalable, and easy to use open-source relational database system. +home: https://truecharts.org/charts/stable/mariadb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.webp +keywords: + - mariadb + - mysql + - database + - sql +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mariadb +sources: + - https://gallery.ecr.aws/bitnami/mariadb + - https://github.com/bitnami/bitnami-docker-mariadb + - https://github.com/prometheus/mysqld_exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/mariadb + - https://mariadb.org +type: application +version: 15.9.0 diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index 5f115958151..d504cf77727 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,38 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.3.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: Matomo is the leading Free/Libre open analytics platform -Home: https://truecharts.org/charts/stable/matomo -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.webp -Keywords: -- analytics -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: matomo -Sources: -- https://gallery.ecr.aws/bitnami/matomo -- https://github.com/bitnami/bitnami-docker-matomo -- https://github.com/matomo-org/matomo -- https://github.com/truecharts/charts/tree/master/charts/stable/matomo -Type: application -Version: 15.16.3 +apiVersion: v2 +appVersion: 5.3.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Matomo is the leading Free/Libre open analytics platform +home: https://truecharts.org/charts/stable/matomo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.webp +keywords: + - analytics +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: matomo +sources: + - https://gallery.ecr.aws/bitnami/matomo + - https://github.com/bitnami/bitnami-docker-matomo + - https://github.com/matomo-org/matomo + - https://github.com/truecharts/charts/tree/master/charts/stable/matomo +type: application +version: 15.16.3 diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml index 38a29c0a8ae..d7a2d8359fc 100644 --- a/charts/stable/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 9.6.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Mattermost is an open source platform for secure collaboration across - the entire software development lifecycle. -Home: https://truecharts.org/charts/stable/mattermost -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.webp -Keywords: -- team -- mattermost -- development -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mattermost -Sources: -- https://github.com/mattermost/docker -- https://github.com/mattermost/mattermost-server -- https://github.com/truecharts/charts/tree/master/charts/stable/mattermost -- https://hub.docker.com/r/mattermost/mattermost-enterprise-edition -Type: application -Version: 14.5.1 +apiVersion: v2 +appVersion: 9.6.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. +home: https://truecharts.org/charts/stable/mattermost +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.webp +keywords: + - team + - mattermost + - development +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mattermost +sources: + - https://github.com/mattermost/docker + - https://github.com/mattermost/mattermost-server + - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost + - https://hub.docker.com/r/mattermost/mattermost-enterprise-edition +type: application +version: 14.5.1 diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index e564e6b4573..8535bf9a4aa 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.8.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Mealie is a self hosted recipe manager and meal planner with a RestAPI - backend -Home: https://truecharts.org/charts/stable/mealie -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.webp -Keywords: -- grocy -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mealie -Sources: -- https://ghcr.io/mealie-recipes/mealie -- https://github.com/mealie-recipes/mealie -- https://github.com/truecharts/charts/tree/master/charts/stable/mealie -Type: application -Version: 24.9.0 +apiVersion: v2 +appVersion: 2.8.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend +home: https://truecharts.org/charts/stable/mealie +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.webp +keywords: + - grocy +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mealie +sources: + - https://ghcr.io/mealie-recipes/mealie + - https://github.com/mealie-recipes/mealie + - https://github.com/truecharts/charts/tree/master/charts/stable/mealie +type: application +version: 24.9.0 diff --git a/charts/stable/media-roller/Chart.yaml b/charts/stable/media-roller/Chart.yaml index d3880dfd52d..bc9b5ddec88 100644 --- a/charts/stable/media-roller/Chart.yaml +++ b/charts/stable/media-roller/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Mobile friendly tool for downloading videos from social media. -Home: https://truecharts.org/charts/stable/media-roller -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.webp -Keywords: -- media-roller -- Tools-Utilities -- MediaApp-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: media-roller -Sources: -- https://github.com/rroller/media-roller -- https://github.com/truecharts/charts/tree/master/charts/stable/media-roller -- https://hub.docker.com/r/ronnieroller/media-roller -Type: application -Version: 7.5.8 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mobile friendly tool for downloading videos from social media. +home: https://truecharts.org/charts/stable/media-roller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.webp +keywords: + - media-roller + - Tools-Utilities + - MediaApp-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: media-roller +sources: + - https://github.com/rroller/media-roller + - https://github.com/truecharts/charts/tree/master/charts/stable/media-roller + - https://hub.docker.com/r/ronnieroller/media-roller +type: application +version: 7.5.8 diff --git a/charts/stable/mediaelch/Chart.yaml b/charts/stable/mediaelch/Chart.yaml index 5c2e2edefb4..8f8a03fb835 100644 --- a/charts/stable/mediaelch/Chart.yaml +++ b/charts/stable/mediaelch/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Mediaelch is a Tool to manage your movie and show libary regarding the - metadata and artwork. -Home: https://truecharts.org/charts/stable/mediaelch -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.webp -Keywords: -- mediaelch -- Tools -- MediaApp-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mediaelch -Sources: -- https://github.com/Komet/MediaElch -- https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch -- https://hub.docker.com/r/masonxx/mediaelch -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. +home: https://truecharts.org/charts/stable/mediaelch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.webp +keywords: + - mediaelch + - Tools + - MediaApp-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mediaelch +sources: + - https://github.com/Komet/MediaElch + - https://github.com/truecharts/charts/tree/master/charts/stable/mediaelch + - https://hub.docker.com/r/masonxx/mediaelch +type: application +version: 7.5.1 diff --git a/charts/stable/mediagoblin/Chart.yaml b/charts/stable/mediagoblin/Chart.yaml index 130cd6a9133..9219e46a726 100644 --- a/charts/stable/mediagoblin/Chart.yaml +++ b/charts/stable/mediagoblin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'MediaGoblin is a free software media publishing platform that anyone - can run. You can think of it as a decentralized alternative to Flickr, YouTube, - SoundCloud, etc. [br][br][b][u][span style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: - [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]' -Home: https://truecharts.org/charts/stable/mediagoblin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.webp -Keywords: -- mediagoblin -- MediaApp-Photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mediagoblin -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin -- https://hub.docker.com/r/mtlynch/mediagoblin -- https://mediagoblin.org/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]' +home: https://truecharts.org/charts/stable/mediagoblin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.webp +keywords: + - mediagoblin + - MediaApp-Photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mediagoblin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mediagoblin + - https://hub.docker.com/r/mtlynch/mediagoblin + - https://mediagoblin.org/ +type: application +version: 7.5.1 diff --git a/charts/stable/mediainfo/Chart.yaml b/charts/stable/mediainfo/Chart.yaml index f8b797ddfb5..8f35c184b93 100644 --- a/charts/stable/mediainfo/Chart.yaml +++ b/charts/stable/mediainfo/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: MediaInfo is a convenient unified display of the most relevant technical - and tag data for video and audio files. -Home: https://truecharts.org/charts/stable/mediainfo -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.webp -Keywords: -- info -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mediainfo -Sources: -- https://github.com/jlesage/docker-mediainfo -- https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo -- https://hub.docker.com/r/jlesage/mediainfo -Type: application -Version: 12.0.0 +apiVersion: v2 +appVersion: 25.02.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. +home: https://truecharts.org/charts/stable/mediainfo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.webp +keywords: + - info + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mediainfo +sources: + - https://github.com/jlesage/docker-mediainfo + - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo + - https://hub.docker.com/r/jlesage/mediainfo +type: application +version: 12.0.0 diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml index 8edfce7a3f0..ab3c40b09a9 100644 --- a/charts/stable/medusa/Chart.yaml +++ b/charts/stable/medusa/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.22 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An automatic Video Library Manager for TV Shows -Home: https://truecharts.org/charts/stable/medusa -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.webp -Keywords: -- medusa -- video -- library -- manager -- tv -- shows -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: medusa -Sources: -- https://ghcr.io/linuxserver/medusa -- https://github.com/linuxserver/docker-medusa -- https://github.com/truecharts/charts/tree/master/charts/stable/medusa -- https://pymedusa.com/ -Type: application -Version: 12.5.8 +apiVersion: v2 +appVersion: 1.0.22 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An automatic Video Library Manager for TV Shows +home: https://truecharts.org/charts/stable/medusa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.webp +keywords: + - medusa + - video + - library + - manager + - tv + - shows +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: medusa +sources: + - https://ghcr.io/linuxserver/medusa + - https://github.com/linuxserver/docker-medusa + - https://github.com/truecharts/charts/tree/master/charts/stable/medusa + - https://pymedusa.com/ +type: application +version: 12.5.8 diff --git a/charts/stable/megasync/Chart.yaml b/charts/stable/megasync/Chart.yaml index 025fdcbc977..5990d2e60a2 100644 --- a/charts/stable/megasync/Chart.yaml +++ b/charts/stable/megasync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: MEGAsync can synchronize all of your devices with your MEGA account. -Home: https://truecharts.org/charts/stable/megasync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.webp -Keywords: -- megasync -- Network-Other -- Productivity -- Tools-Utilities -- Backup -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: megasync -Sources: -- https://ghcr.io/ich777/megasync -- https://github.com/ich777/docker-megasync -- https://github.com/truecharts/charts/tree/master/charts/stable/megasync -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MEGAsync can synchronize all of your devices with your MEGA account. +home: https://truecharts.org/charts/stable/megasync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.webp +keywords: + - megasync + - Network-Other + - Productivity + - Tools-Utilities + - Backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: megasync +sources: + - https://ghcr.io/ich777/megasync + - https://github.com/ich777/docker-megasync + - https://github.com/truecharts/charts/tree/master/charts/stable/megasync +type: application +version: 8.5.1 diff --git a/charts/stable/memcached/Chart.yaml b/charts/stable/memcached/Chart.yaml index 9bf467b7c98..263d019da0b 100644 --- a/charts/stable/memcached/Chart.yaml +++ b/charts/stable/memcached/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.6.38 -Dependencies: -- Alias: "" - Condition: includeCommon - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Memcached is a memory-backed database caching solution -Home: https://truecharts.org/charts/stable/memcached -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.webp -Keywords: -- memcached -- database -- cache -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: memcached -Sources: -- https://gallery.ecr.aws/bitnami/memcached -- https://github.com/bitnami/bitnami-docker-memcached -- https://github.com/truecharts/charts/tree/master/charts/stable/memcached -Type: application -Version: 14.5.8 +apiVersion: v2 +appVersion: 1.6.38 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Memcached is a memory-backed database caching solution +home: https://truecharts.org/charts/stable/memcached +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.webp +keywords: + - memcached + - database + - cache +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: memcached +sources: + - https://gallery.ecr.aws/bitnami/memcached + - https://github.com/bitnami/bitnami-docker-memcached + - https://github.com/truecharts/charts/tree/master/charts/stable/memcached +type: application +version: 14.5.8 diff --git a/charts/stable/memories-of-mars/Chart.yaml b/charts/stable/memories-of-mars/Chart.yaml index 9f939234e72..115bbb23f9b 100644 --- a/charts/stable/memories-of-mars/Chart.yaml +++ b/charts/stable/memories-of-mars/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: memoriesofmars -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Memories - of Mars and run it. -Home: https://truecharts.org/charts/stable/memories-of-mars -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.webp -Keywords: -- memories-of-mars -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: memories-of-mars -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars -- https://memoriesofmars.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: memoriesofmars +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Memories of Mars and run it. +home: https://truecharts.org/charts/stable/memories-of-mars +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.webp +keywords: + - memories-of-mars + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: memories-of-mars +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/memories-of-mars + - https://memoriesofmars.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/mend-renovate/Chart.yaml b/charts/stable/mend-renovate/Chart.yaml index 3d5e5c16c85..71ea88a16d6 100644 --- a/charts/stable/mend-renovate/Chart.yaml +++ b/charts/stable/mend-renovate/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 9.7.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Selfhosted Mend Renovate App with included webhook and Github APP -Home: https://truecharts.org/charts/stable/mend-renovate -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mend-renovate.webp -Keywords: -- renovate -- mend-renovate -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mend-renovate -Sources: -- https://ghcr.io/mend/renovate-ce -- https://github.com/mend/renovate-ce-ee -- https://github.com/truecharts/charts/tree/master/charts/stable/mend-renovate -Type: application -Version: 1.3.0 +apiVersion: v2 +appVersion: 9.7.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Selfhosted Mend Renovate App with included webhook and Github APP +home: https://truecharts.org/charts/stable/mend-renovate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mend-renovate.webp +keywords: + - renovate + - mend-renovate +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mend-renovate +sources: + - https://ghcr.io/mend/renovate-ce + - https://github.com/mend/renovate-ce-ee + - https://github.com/truecharts/charts/tree/master/charts/stable/mend-renovate +type: application +version: 1.3.0 diff --git a/charts/stable/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml index 90d9ff902ab..7e0c23dacfe 100644 --- a/charts/stable/meshcentral/Chart.yaml +++ b/charts/stable/meshcentral/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.1.43 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: MeshCentral is a full computer management web site -Home: https://truecharts.org/charts/stable/meshcentral -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.webp -Keywords: -- meshcentral -- teamviewer -- rdp -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: meshcentral -Sources: -- https://ghcr.io/ylianst/meshcentral -- https://github.com/Ylianst/MeshCentral -- https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral -Type: application -Version: 17.5.6 +apiVersion: v2 +appVersion: 1.1.43 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MeshCentral is a full computer management web site +home: https://truecharts.org/charts/stable/meshcentral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.webp +keywords: + - meshcentral + - teamviewer + - rdp +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: meshcentral +sources: + - https://ghcr.io/ylianst/meshcentral + - https://github.com/Ylianst/MeshCentral + - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral +type: application +version: 17.5.6 diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml index b174bacd949..6f9b2778660 100644 --- a/charts/stable/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2021.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Meshroom is a free, open-source 3D Reconstruction Software based on the - AliceVision Photogrammetric Computer Vision framework. -Home: https://truecharts.org/charts/stable/meshroom -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.webp -Keywords: -- meshroom -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: meshroom -Sources: -- https://github.com/alicevision/meshroom -- https://github.com/truecharts/charts/tree/master/charts/stable/meshroom -- https://hub.docker.com/r/alicevision/meshroom -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2021.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. +home: https://truecharts.org/charts/stable/meshroom +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.webp +keywords: + - meshroom +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: meshroom +sources: + - https://github.com/alicevision/meshroom + - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom + - https://hub.docker.com/r/alicevision/meshroom +type: application +version: 11.5.1 diff --git a/charts/stable/metabase/Chart.yaml b/charts/stable/metabase/Chart.yaml index 07dddcf7995..518fb576d0c 100644 --- a/charts/stable/metabase/Chart.yaml +++ b/charts/stable/metabase/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.54.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Business intelligence, dashboards, and data visualization tools -Home: https://truecharts.org/charts/stable/metabase -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.webp -Keywords: -- metabase -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: metabase -Sources: -- https://github.com/metabase/metabase -- https://github.com/truecharts/charts/tree/master/charts/stable/metabase -- https://hub.docker.com/r/metabase/metabase -Type: application -Version: 5.10.0 +apiVersion: v2 +appVersion: 0.54.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Business intelligence, dashboards, and data visualization tools +home: https://truecharts.org/charts/stable/metabase +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.webp +keywords: + - metabase +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metabase +sources: + - https://github.com/metabase/metabase + - https://github.com/truecharts/charts/tree/master/charts/stable/metabase + - https://hub.docker.com/r/metabase/metabase +type: application +version: 5.10.0 diff --git a/charts/stable/metatube/Chart.yaml b/charts/stable/metatube/Chart.yaml index e536e4d2625..c36db02ab2c 100644 --- a/charts/stable/metatube/Chart.yaml +++ b/charts/stable/metatube/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: MetaTube downloads video from YouTube and can add metadata from a specified - metadata provider on the downloaded file. -Home: https://truecharts.org/charts/stable/metatube -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.webp -Keywords: -- metatube -- Downloaders -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: metatube -Sources: -- https://github.com/JVT038/MetaTube -- https://github.com/truecharts/charts/tree/master/charts/stable/metatube -- https://hub.docker.com/r/jvt038/metatube -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file. +home: https://truecharts.org/charts/stable/metatube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.webp +keywords: + - metatube + - Downloaders + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metatube +sources: + - https://github.com/JVT038/MetaTube + - https://github.com/truecharts/charts/tree/master/charts/stable/metatube + - https://hub.docker.com/r/jvt038/metatube +type: application +version: 7.5.1 diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index 1eedd28f29f..2dd3470a2ee 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.4.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Web GUI for youtube-dl. -Home: https://truecharts.org/charts/stable/metube -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.webp -Keywords: -- metube -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: metube -Sources: -- https://github.com/alexta69/metube -- https://github.com/truecharts/charts/tree/master/charts/stable/metube -- https://hub.docker.com/r/alexta69/metube -Type: application -Version: 15.3.0 +apiVersion: v2 +appVersion: 2025.4.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web GUI for youtube-dl. +home: https://truecharts.org/charts/stable/metube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.webp +keywords: + - metube + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: metube +sources: + - https://github.com/alexta69/metube + - https://github.com/truecharts/charts/tree/master/charts/stable/metube + - https://hub.docker.com/r/alexta69/metube +type: application +version: 15.3.0 diff --git a/charts/stable/mindustry/Chart.yaml b/charts/stable/mindustry/Chart.yaml index 34405afe438..f1d0ad0a376 100644 --- a/charts/stable/mindustry/Chart.yaml +++ b/charts/stable/mindustry/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a Basic Mindustry Server. It will download the preferred version - of Mindustry and run it. -Home: https://truecharts.org/charts/stable/mindustry -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.webp -Keywords: -- mindustry -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mindustry -Sources: -- https://anuke.itch.io/mindustry -- https://ghcr.io/ich777/mindustry-server -- https://github.com/truecharts/charts/tree/master/charts/stable/mindustry -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it. +home: https://truecharts.org/charts/stable/mindustry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.webp +keywords: + - mindustry + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mindustry +sources: + - https://anuke.itch.io/mindustry + - https://ghcr.io/ich777/mindustry-server + - https://github.com/truecharts/charts/tree/master/charts/stable/mindustry +type: application +version: 7.5.1 diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index 941ffe781cd..6e7bff66c3f 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.4.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Minecraft Bedrock Dedicated Server -Home: https://truecharts.org/charts/stable/minecraft-bedrock -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.webp -Keywords: -- minecraft -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: minecraft-bedrock -Sources: -- https://github.com/itzg/docker-minecraft-server -- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock -- https://hub.docker.com/r/itzg/minecraft-bedrock-server -Type: application -Version: 11.0.0 +apiVersion: v2 +appVersion: 2025.4.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minecraft Bedrock Dedicated Server +home: https://truecharts.org/charts/stable/minecraft-bedrock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.webp +keywords: + - minecraft +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-bedrock +sources: + - https://github.com/itzg/docker-minecraft-server + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock + - https://hub.docker.com/r/itzg/minecraft-bedrock-server +type: application +version: 11.0.0 diff --git a/charts/stable/minecraft-gate/Chart.yaml b/charts/stable/minecraft-gate/Chart.yaml index cb8b8c1db01..8e513d53687 100644 --- a/charts/stable/minecraft-gate/Chart.yaml +++ b/charts/stable/minecraft-gate/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An extensible, high performant & paralleled Minecraft proxy server. -Home: https://truecharts.org/charts/stable/minecraft-gate -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-gate.webp -Keywords: -- minecraft-gate -- proxy -- minecraft -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: minecraft-gate -Sources: -- https://ghcr.io/minekube/gate -- https://github.com/minekube/gate -- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-gate -Type: application -Version: 1.3.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An extensible, high performant & paralleled Minecraft proxy server. +home: https://truecharts.org/charts/stable/minecraft-gate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-gate.webp +keywords: + - minecraft-gate + - proxy + - minecraft +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-gate +sources: + - https://ghcr.io/minekube/gate + - https://github.com/minekube/gate + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-gate +type: application +version: 1.3.4 diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml index 543ee4d00cd..9ee1ed763a1 100644 --- a/charts/stable/minecraft-java/Chart.yaml +++ b/charts/stable/minecraft-java/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.4.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Minecraft Java Dedicated Server -Home: https://truecharts.org/charts/stable/minecraft-java -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.webp -Keywords: -- minecraft-java -- minecraft -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: minecraft-java -Sources: -- https://ghcr.io/itzg/minecraft-server -- https://github.com/itzg/docker-minecraft-server -- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java -- https://hub.docker.com/r/itzg/mc-backup -Type: application -Version: 22.34.0 +apiVersion: v2 +appVersion: 2025.4.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minecraft Java Dedicated Server +home: https://truecharts.org/charts/stable/minecraft-java +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.webp +keywords: + - minecraft-java + - minecraft +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-java +sources: + - https://ghcr.io/itzg/minecraft-server + - https://github.com/itzg/docker-minecraft-server + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java + - https://hub.docker.com/r/itzg/mc-backup +type: application +version: 22.34.0 diff --git a/charts/stable/minecraft-proxy/Chart.yaml b/charts/stable/minecraft-proxy/Chart.yaml index a755c637eee..84e06ebaa13 100644 --- a/charts/stable/minecraft-proxy/Chart.yaml +++ b/charts/stable/minecraft-proxy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: the front-end of a cluster of minecraft-java containers. -Home: https://truecharts.org/charts/stable/minecraft-proxy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-proxy.webp -Keywords: -- minecraft-proxy -- minecraft-bungeecord -- gameserver -- minecraft -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: minecraft-proxy -Sources: -- https://ghcr.io/itzg/mc-proxy -- https://github.com/itzg/docker-mc-proxy -- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-proxy -Type: application -Version: 1.3.2 +apiVersion: v2 +appVersion: 2025.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: the front-end of a cluster of minecraft-java containers. +home: https://truecharts.org/charts/stable/minecraft-proxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-proxy.webp +keywords: + - minecraft-proxy + - minecraft-bungeecord + - gameserver + - minecraft +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-proxy +sources: + - https://ghcr.io/itzg/mc-proxy + - https://github.com/itzg/docker-mc-proxy + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-proxy +type: application +version: 1.3.2 diff --git a/charts/stable/minecraft-router/Chart.yaml b/charts/stable/minecraft-router/Chart.yaml index 3b684aa7c7c..4f763171fc7 100644 --- a/charts/stable/minecraft-router/Chart.yaml +++ b/charts/stable/minecraft-router/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.26.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Lightweight multiplexer/proxy for Minecraft-Java servers. -Home: https://truecharts.org/charts/stable/minecraft-router -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-router.webp -Keywords: -- minecraft-router -- mc-router -- minecraft -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: minecraft-router -Sources: -- https://github.com/itzg/mc-router -- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-router -- https://hub.docker.com/r/itzg/mc-router -Type: application -Version: 1.6.0 +apiVersion: v2 +appVersion: 1.26.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight multiplexer/proxy for Minecraft-Java servers. +home: https://truecharts.org/charts/stable/minecraft-router +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-router.webp +keywords: + - minecraft-router + - mc-router + - minecraft +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minecraft-router +sources: + - https://github.com/itzg/mc-router + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-router + - https://hub.docker.com/r/itzg/mc-router +type: application +version: 1.6.0 diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml index 85c6e543a36..959feaac5b6 100644 --- a/charts/stable/minetest/Chart.yaml +++ b/charts/stable/minetest/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.10.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Minetest (server) is a near-infinite-world block sandbox game and a game - engine. -Home: https://truecharts.org/charts/stable/minetest -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.webp -Keywords: -- minetest -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: minetest -Sources: -- https://ghcr.io/linuxserver/minetest -- https://github.com/truecharts/charts/tree/master/charts/stable/minetest -Type: application -Version: 10.7.2 +apiVersion: v2 +appVersion: 5.10.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. +home: https://truecharts.org/charts/stable/minetest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.webp +keywords: + - minetest +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minetest +sources: + - https://ghcr.io/linuxserver/minetest + - https://github.com/truecharts/charts/tree/master/charts/stable/minetest +type: application +version: 10.7.2 diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml index ea09c24acf5..ca4c6532f06 100644 --- a/charts/stable/miniflux/Chart.yaml +++ b/charts/stable/miniflux/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.2.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Miniflux is a minimalist and opinionated feed reader. -Home: https://truecharts.org/charts/stable/miniflux -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.webp -Keywords: -- miniflux -- rss -- news -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: miniflux -Sources: -- https://github.com/miniflux/v2 -- https://github.com/truecharts/charts/tree/master/charts/stable/miniflux -- https://quay.io/miniflux/miniflux -Type: application -Version: 16.6.3 +apiVersion: v2 +appVersion: 2.2.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Miniflux is a minimalist and opinionated feed reader. +home: https://truecharts.org/charts/stable/miniflux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.webp +keywords: + - miniflux + - rss + - news +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: miniflux +sources: + - https://github.com/miniflux/v2 + - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux + - https://quay.io/miniflux/miniflux +type: application +version: 16.6.3 diff --git a/charts/stable/mininote/Chart.yaml b/charts/stable/mininote/Chart.yaml index 8b80aaea372..54e70d43b72 100644 --- a/charts/stable/mininote/Chart.yaml +++ b/charts/stable/mininote/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A simple, self-hosted, encrypted Markdown note-taking app built with - Vue 3, and Express. -Home: https://truecharts.org/charts/stable/mininote -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.webp -Keywords: -- mininote -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mininote -Sources: -- https://github.com/muety/mininote -- https://github.com/truecharts/charts/tree/master/charts/stable/mininote -- https://hub.docker.com/r/n1try/mininote -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express. +home: https://truecharts.org/charts/stable/mininote +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.webp +keywords: + - mininote + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mininote +sources: + - https://github.com/muety/mininote + - https://github.com/truecharts/charts/tree/master/charts/stable/mininote + - https://hub.docker.com/r/n1try/mininote +type: application +version: 7.5.1 diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index 2f6f460f4bf..12eb5078c49 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.01.20 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Minio is a self-hosted S3 storage server -Home: https://truecharts.org/charts/stable/minio -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.webp -Keywords: -- minio -- s3 -- storage -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: minio -Sources: -- https://github.com/minio/minio -- https://github.com/truecharts/charts/tree/master/charts/stable/minio -- https://quay.io/minio/minio -Type: application -Version: 14.0.2 +apiVersion: v2 +appVersion: 2025.01.20 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minio is a self-hosted S3 storage server +home: https://truecharts.org/charts/stable/minio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.webp +keywords: + - minio + - s3 + - storage +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minio +sources: + - https://github.com/minio/minio + - https://github.com/truecharts/charts/tree/master/charts/stable/minio + - https://quay.io/minio/minio +type: application +version: 14.0.2 diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml index d8a32562576..81c3c443714 100644 --- a/charts/stable/minisatip/Chart.yaml +++ b/charts/stable/minisatip/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2021.12.01 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Minisatip is a multi-threaded satip server version 1.2 that runs under - Linux. -Home: https://truecharts.org/charts/stable/minisatip -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.webp -Keywords: -- minisatip -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: minisatip -Sources: -- https://ghcr.io/linuxserver/minisatip -- https://github.com/truecharts/charts/tree/master/charts/stable/minisatip -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2021.12.01 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. +home: https://truecharts.org/charts/stable/minisatip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.webp +keywords: + - minisatip +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: minisatip +sources: + - https://ghcr.io/linuxserver/minisatip + - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip +type: application +version: 11.5.1 diff --git a/charts/stable/misskey/Chart.yaml b/charts/stable/misskey/Chart.yaml index 61556376dab..d85fe9856b8 100644 --- a/charts/stable/misskey/Chart.yaml +++ b/charts/stable/misskey/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,42 +8,43 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.3.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Open source decentralized social media platform that's free forever! -Home: https://truecharts.org/charts/stable/misskey -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.webp -Keywords: -- Misskey -- Social -- Friend -- Social Media -- Fediverse -- ActivityPub -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: misskey -Sources: -- https://github.com/misskey-dev/misskey/ -- https://github.com/truecharts/charts/tree/master/charts/stable/misskey -- https://hub.docker.com/r/misskey/misskey -Type: application -Version: 11.2.2 +apiVersion: v2 +appVersion: 2025.3.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source decentralized social media platform that's free forever! +home: https://truecharts.org/charts/stable/misskey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.webp +keywords: + - Misskey + - Social + - Friend + - Social Media + - Fediverse + - ActivityPub +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: misskey +sources: + - https://github.com/misskey-dev/misskey/ + - https://github.com/truecharts/charts/tree/master/charts/stable/misskey + - https://hub.docker.com/r/misskey/misskey +type: application +version: 11.2.2 diff --git a/charts/stable/mixpost/Chart.yaml b/charts/stable/mixpost/Chart.yaml index 01b78b39899..2d79ed13c4f 100644 --- a/charts/stable/mixpost/Chart.yaml +++ b/charts/stable/mixpost/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,47 +6,48 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.1.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: Mixpost it's the coolest Self hosted social media management software. -Home: https://truecharts.org/charts/stable/mixpost -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mixpost.webp -Keywords: -- mixpost -- twitter -- facebook -- socialmedia -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mixpost -Sources: -- https://github.com/inovector/mixpost -- https://github.com/truecharts/charts/tree/master/charts/stable/mixpost -- https://hub.docker.com/r/inovector/mixpost -Type: application -Version: 3.1.4 +apiVersion: v2 +appVersion: 2.1.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mixpost it's the coolest Self hosted social media management software. +home: https://truecharts.org/charts/stable/mixpost +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mixpost.webp +keywords: + - mixpost + - twitter + - facebook + - socialmedia +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mixpost +sources: + - https://github.com/inovector/mixpost + - https://github.com/truecharts/charts/tree/master/charts/stable/mixpost + - https://hub.docker.com/r/inovector/mixpost +type: application +version: 3.1.4 diff --git a/charts/stable/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml index 069b545c6ad..fa5cb8eb84c 100644 --- a/charts/stable/mkvcleaver/Chart.yaml +++ b/charts/stable/mkvcleaver/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: MKVCleaver is a tool for batch extraction of data from MKV files -Home: https://truecharts.org/charts/stable/mkvcleaver -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.webp -Keywords: -- media -- mkvcleaver -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mkvcleaver -Sources: -- https://github.com/jlesage/docker-mkvcleaver -- https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver -- https://hub.docker.com/r/jlesage/mkvcleaver -Type: application -Version: 12.0.0 +apiVersion: v2 +appVersion: 25.02.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MKVCleaver is a tool for batch extraction of data from MKV files +home: https://truecharts.org/charts/stable/mkvcleaver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.webp +keywords: + - media + - mkvcleaver +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mkvcleaver +sources: + - https://github.com/jlesage/docker-mkvcleaver + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver + - https://hub.docker.com/r/jlesage/mkvcleaver +type: application +version: 12.0.0 diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml index 1e3b9293454..aad9223a8df 100644 --- a/charts/stable/mkvtoolnix/Chart.yaml +++ b/charts/stable/mkvtoolnix/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.03.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. -Home: https://truecharts.org/charts/stable/mkvtoolnix -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.webp -Keywords: -- media -- mkvtoolnix -- mkv -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mkvtoolnix -Sources: -- https://github.com/jlesage/docker-mkvtoolnix -- https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix -- https://hub.docker.com/r/jlesage/mkvtoolnix -- https://mkvtoolnix.download/ -Type: application -Version: 13.1.0 +apiVersion: v2 +appVersion: 25.03.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. +home: https://truecharts.org/charts/stable/mkvtoolnix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.webp +keywords: + - media + - mkvtoolnix + - mkv +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mkvtoolnix +sources: + - https://github.com/jlesage/docker-mkvtoolnix + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix + - https://hub.docker.com/r/jlesage/mkvtoolnix + - https://mkvtoolnix.download/ +type: application +version: 13.1.0 diff --git a/charts/stable/modsecurity-crs/Chart.yaml b/charts/stable/modsecurity-crs/Chart.yaml index 22819ac22d5..4817260691f 100644 --- a/charts/stable/modsecurity-crs/Chart.yaml +++ b/charts/stable/modsecurity-crs/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.3.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ModSecurity is an open source, cross platform Web Application Firewall - (WAF) engine. -Home: https://truecharts.org/charts/stable/modsecurity-crs -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.webp -Keywords: -- modsecurity-crs -- waf -- networking -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: modsecurity-crs -Sources: -- https://github.com/coreruleset/modsecurity-crs-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs -- https://hub.docker.com/r/owasp/modsecurity-crs -Type: application -Version: 5.5.1 +apiVersion: v2 +appVersion: 3.3.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine. +home: https://truecharts.org/charts/stable/modsecurity-crs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.webp +keywords: + - modsecurity-crs + - waf + - networking +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: modsecurity-crs +sources: + - https://github.com/coreruleset/modsecurity-crs-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs + - https://hub.docker.com/r/owasp/modsecurity-crs +type: application +version: 5.5.1 diff --git a/charts/stable/mojopaste/Chart.yaml b/charts/stable/mojopaste/Chart.yaml index 5dcb67ab60a..2252f1f3fe1 100644 --- a/charts/stable/mojopaste/Chart.yaml +++ b/charts/stable/mojopaste/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Mojopaste is a pastebin application. There's about one million of these - out there, but if you have the need to run something internally at work or you just - fancy having your own pastebin, this is your application. -Home: https://truecharts.org/charts/stable/mojopaste -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.webp -Keywords: -- mojopaste -- Cloud -- Productivity -- Tools-Utilities -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mojopaste -Sources: -- https://github.com/jhthorsen/app-mojopaste -- https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste -- https://hub.docker.com/r/jhthorsen/mojopaste -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application. +home: https://truecharts.org/charts/stable/mojopaste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.webp +keywords: + - mojopaste + - Cloud + - Productivity + - Tools-Utilities + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mojopaste +sources: + - https://github.com/jhthorsen/app-mojopaste + - https://github.com/truecharts/charts/tree/master/charts/stable/mojopaste + - https://hub.docker.com/r/jhthorsen/mojopaste +type: application +version: 7.5.1 diff --git a/charts/stable/monero-node/Chart.yaml b/charts/stable/monero-node/Chart.yaml index 6deae988747..bb491ced6af 100644 --- a/charts/stable/monero-node/Chart.yaml +++ b/charts/stable/monero-node/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.18.4.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chart to run a monero full network node -Home: https://truecharts.org/charts/stable/monero-node -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.webp -Keywords: -- monero-node -- Crypto -- Tools-Utilities -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: monero-node -Sources: -- https://ghcr.io/sethforprivacy/simple-monerod -- https://github.com/kannix/monero-full-node -- https://github.com/truecharts/charts/tree/master/charts/stable/monero-node -Type: application -Version: 8.5.4 +apiVersion: v2 +appVersion: 0.18.4.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart to run a monero full network node +home: https://truecharts.org/charts/stable/monero-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.webp +keywords: + - monero-node + - Crypto + - Tools-Utilities + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: monero-node +sources: + - https://ghcr.io/sethforprivacy/simple-monerod + - https://github.com/kannix/monero-full-node + - https://github.com/truecharts/charts/tree/master/charts/stable/monero-node +type: application +version: 8.5.4 diff --git a/charts/stable/mongo-express/Chart.yaml b/charts/stable/mongo-express/Chart.yaml index 42e8d816e10..0355731a8fa 100644 --- a/charts/stable/mongo-express/Chart.yaml +++ b/charts/stable/mongo-express/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,40 +8,40 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mongodb.enabled - ImportValues: null - Name: mongodb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.3.8 -Deprecated: false -Description: mongo-express is a web-based MongoDB admin interface written in Node.js, - Express.js, and Bootstrap3. -Home: https://truecharts.org/charts/stable/mongo-express -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.webp -Keywords: -- mongo -- mongodb -- database -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mongo-express -Sources: -- https://gallery.ecr.aws/docker/library/mongo-express -- https://github.com/mongo-express/mongo-express -- https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express -Type: application -Version: 8.11.8 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 15.3.8 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3. +home: https://truecharts.org/charts/stable/mongo-express +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.webp +keywords: + - mongo + - mongodb + - database +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mongo-express +sources: + - https://gallery.ecr.aws/docker/library/mongo-express + - https://github.com/mongo-express/mongo-express + - https://github.com/truecharts/charts/tree/master/charts/stable/mongo-express +type: application +version: 8.11.8 diff --git a/charts/stable/mongodb/Chart.yaml b/charts/stable/mongodb/Chart.yaml index 09b6ba2be02..fa6c9687b80 100644 --- a/charts/stable/mongodb/Chart.yaml +++ b/charts/stable/mongodb/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 8.0.6 -Dependencies: -- Alias: "" - Condition: includeCommon - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Fast, reliable, scalable, and easy to use open-source no-sql database - system. -Home: https://truecharts.org/charts/stable/mongodb -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.webp -Keywords: -- mongodb -- database -- nosql -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mongodb -Sources: -- https://gallery.ecr.aws/bitnami/mongodb -- https://github.com/bitnami/bitnami-docker-mongodb -- https://github.com/truecharts/charts/tree/master/charts/stable/mongodb -- https://www.mongodb.com -Type: application -Version: 15.3.8 +apiVersion: v2 +appVersion: 8.0.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fast, reliable, scalable, and easy to use open-source no-sql database system. +home: https://truecharts.org/charts/stable/mongodb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.webp +keywords: + - mongodb + - database + - nosql +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mongodb +sources: + - https://gallery.ecr.aws/bitnami/mongodb + - https://github.com/bitnami/bitnami-docker-mongodb + - https://github.com/truecharts/charts/tree/master/charts/stable/mongodb + - https://www.mongodb.com +type: application +version: 15.3.8 diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml index 10a113dce2b..ce7a2f8aaca 100644 --- a/charts/stable/monica/Chart.yaml +++ b/charts/stable/monica/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,38 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.1.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: Monica is a great open source personal relationship management system. -Home: https://truecharts.org/charts/stable/monica -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.webp -Keywords: -- crm -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: monica -Sources: -- https://github.com/monicahq/monica -- https://github.com/truecharts/charts/tree/master/charts/stable/monica -- https://hub.docker.com/_/monica -Type: application -Version: 14.13.4 +apiVersion: v2 +appVersion: 4.1.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Monica is a great open source personal relationship management system. +home: https://truecharts.org/charts/stable/monica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.webp +keywords: + - crm +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: monica +sources: + - https://github.com/monicahq/monica + - https://github.com/truecharts/charts/tree/master/charts/stable/monica + - https://hub.docker.com/_/monica +type: application +version: 14.13.4 diff --git a/charts/stable/mordhau/Chart.yaml b/charts/stable/mordhau/Chart.yaml index d96612d8316..b32aa45d333 100644 --- a/charts/stable/mordhau/Chart.yaml +++ b/charts/stable/mordhau/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: mordhau -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This Docker will download and install SteamCMD. It will also install - Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart - ADMINPASSWORD adminChart' -Home: https://truecharts.org/charts/stable/mordhau -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.webp -Keywords: -- mordhau -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mordhau -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/mordhau -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: mordhau +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart' +home: https://truecharts.org/charts/stable/mordhau +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.webp +keywords: + - mordhau + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mordhau +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/mordhau + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml index b205732aeef..05ccc866845 100644 --- a/charts/stable/mosdns/Chart.yaml +++ b/charts/stable/mosdns/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.3.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A location-based pluggable DNS forwarder/splitter. -Home: https://truecharts.org/charts/stable/mosdns -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.webp -Keywords: -- mosdns -- dns -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mosdns -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/mosdns -- https://hub.docker.com/r/601096721/mosdns -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 5.3.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A location-based pluggable DNS forwarder/splitter. +home: https://truecharts.org/charts/stable/mosdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.webp +keywords: + - mosdns + - dns +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mosdns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns + - https://hub.docker.com/r/601096721/mosdns +type: application +version: 11.5.1 diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 097a0d1c95f..a1ad4345e46 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.21 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Eclipse Mosquitto - An open source MQTT broker -Home: https://truecharts.org/charts/stable/mosquitto -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.webp -Keywords: -- mosquitto -- home-automation -- MQTT -- eclipse-iot -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mosquitto -Sources: -- https://github.com/eclipse/mosquitto -- https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto -- https://hub.docker.com/_/eclipse-mosquitto -Type: application -Version: 16.5.3 +apiVersion: v2 +appVersion: 2.0.21 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Eclipse Mosquitto - An open source MQTT broker +home: https://truecharts.org/charts/stable/mosquitto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.webp +keywords: + - mosquitto + - home-automation + - MQTT + - eclipse-iot +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mosquitto +sources: + - https://github.com/eclipse/mosquitto + - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto + - https://hub.docker.com/_/eclipse-mosquitto +type: application +version: 16.5.3 diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml index 0d6fdd389a2..c5ad15ade1e 100644 --- a/charts/stable/mstream/Chart.yaml +++ b/charts/stable/mstream/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.13.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A personal music streaming server -Home: https://truecharts.org/charts/stable/mstream -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.webp -Keywords: -- mstream -- server -- music -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mstream -Sources: -- https://ghcr.io/linuxserver/mstream -- https://github.com/linuxserver/docker-mstream -- https://github.com/truecharts/charts/tree/master/charts/stable/mstream -- https://mstream.io/ -Type: application -Version: 12.6.6 +apiVersion: v2 +appVersion: 5.13.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A personal music streaming server +home: https://truecharts.org/charts/stable/mstream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.webp +keywords: + - mstream + - server + - music +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mstream +sources: + - https://ghcr.io/linuxserver/mstream + - https://github.com/linuxserver/docker-mstream + - https://github.com/truecharts/charts/tree/master/charts/stable/mstream + - https://mstream.io/ +type: application +version: 12.6.6 diff --git a/charts/stable/multi-scrobbler/Chart.yaml b/charts/stable/multi-scrobbler/Chart.yaml index 618e9d2f9e5..8820f237398 100644 --- a/charts/stable/multi-scrobbler/Chart.yaml +++ b/charts/stable/multi-scrobbler/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Track your music listening history from many sources and record to many - scrobble clients. -Home: https://truecharts.org/charts/stable/multi-scrobbler -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.webp -Keywords: -- multi-scrobbler -- Network-Web -- MediaServer-Music -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: multi-scrobbler -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler -- https://hub.docker.com/r/foxxmd/multi-scrobbler -Type: application -Version: 8.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Track your music listening history from many sources and record to many scrobble clients. +home: https://truecharts.org/charts/stable/multi-scrobbler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.webp +keywords: + - multi-scrobbler + - Network-Web + - MediaServer-Music +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: multi-scrobbler +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/multi-scrobbler + - https://hub.docker.com/r/foxxmd/multi-scrobbler +type: application +version: 8.5.2 diff --git a/charts/stable/muse/Chart.yaml b/charts/stable/muse/Chart.yaml index 4cc6b807b96..70c6bc6bc86 100644 --- a/charts/stable/muse/Chart.yaml +++ b/charts/stable/muse/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.11.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted midwestern Discord music bot that doesn't suck. -Home: https://truecharts.org/charts/stable/muse -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.webp -Keywords: -- muse -- media -- discord-bot -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: muse -Sources: -- https://ghcr.io/museofficial/muse -- https://github.com/museofficial/muse -- https://github.com/truecharts/charts/tree/master/charts/stable/muse -Type: application -Version: 7.9.0 +apiVersion: v2 +appVersion: 2.11.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted midwestern Discord music bot that doesn't suck. +home: https://truecharts.org/charts/stable/muse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.webp +keywords: + - muse + - media + - discord-bot +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: muse +sources: + - https://ghcr.io/museofficial/muse + - https://github.com/museofficial/muse + - https://github.com/truecharts/charts/tree/master/charts/stable/muse +type: application +version: 7.9.0 diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml index f90061f24d1..87bd2fc76de 100644 --- a/charts/stable/muximux/Chart.yaml +++ b/charts/stable/muximux/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: "057352e8" -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A lightweight portal to view & manage your HTPC apps without having to - run anything more than a PHP enabled webserver -Home: https://truecharts.org/charts/stable/muximux -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.webp -Keywords: -- muximux -- htpc -- manage -- portal -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: muximux -Sources: -- https://ghcr.io/linuxserver/muximux -- https://github.com/linuxserver/docker-muximux -- https://github.com/mescon/Muximux -- https://github.com/truecharts/charts/tree/master/charts/stable/muximux -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: "057352e8" +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver +home: https://truecharts.org/charts/stable/muximux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.webp +keywords: + - muximux + - htpc + - manage + - portal +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: muximux +sources: + - https://ghcr.io/linuxserver/muximux + - https://github.com/linuxserver/docker-muximux + - https://github.com/mescon/Muximux + - https://github.com/truecharts/charts/tree/master/charts/stable/muximux +type: application +version: 12.5.1 diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 3b7e28de220..972b6d6fc56 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.8.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Mylar is a automated Comic Book downloader -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mylar -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/mylar3 -- https://github.com/linuxserver/docker-mylar3 -- https://github.com/mylar3/mylar3 -- https://github.com/truecharts/charts/tree/master/charts/stable/mylar -Type: application -Version: 15.5.6 +apiVersion: v2 +appVersion: 0.8.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mylar is a automated Comic Book downloader +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mylar +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/mylar3 + - https://github.com/linuxserver/docker-mylar3 + - https://github.com/mylar3/mylar3 + - https://github.com/truecharts/charts/tree/master/charts/stable/mylar +type: application +version: 15.5.6 diff --git a/charts/stable/mymediaforalexa/Chart.yaml b/charts/stable/mymediaforalexa/Chart.yaml index b602a9cb38e..61ee9e5d5ce 100644 --- a/charts/stable/mymediaforalexa/Chart.yaml +++ b/charts/stable/mymediaforalexa/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.3.152.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com - . -Home: https://truecharts.org/charts/stable/mymediaforalexa -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.webp -Keywords: -- media -- alexa -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mymediaforalexa -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa -- https://hub.docker.com/r/bizmodeller/mymediaforalexa -- https://www.mymediaalexa.com/home/docker#dockerhub -Type: application -Version: 10.5.3 +apiVersion: v2 +appVersion: 1.3.152.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . +home: https://truecharts.org/charts/stable/mymediaforalexa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.webp +keywords: + - media + - alexa +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mymediaforalexa +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa + - https://hub.docker.com/r/bizmodeller/mymediaforalexa + - https://www.mymediaalexa.com/home/docker#dockerhub +type: application +version: 10.5.3 diff --git a/charts/stable/myspeed/Chart.yaml b/charts/stable/myspeed/Chart.yaml index 1c4811f70d8..7dc3cdac188 100644 --- a/charts/stable/myspeed/Chart.yaml +++ b/charts/stable/myspeed/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.9 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Speedtest automation made simple. -Home: https://truecharts.org/charts/stable/myspeed -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/myspeed.webp -Keywords: -- myspeed -- speedtest -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: myspeed -Sources: -- https://github.com/gnmyt/myspeed -- https://github.com/truecharts/charts/tree/master/charts/stable/myspeed -- https://hub.docker.com/r/germannewsmaker/myspeed -- https://myspeed.dev/ -Type: application -Version: 0.4.1 +apiVersion: v2 +appVersion: 1.0.9 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Speedtest automation made simple. +home: https://truecharts.org/charts/stable/myspeed +icon: https://truecharts.org/img/hotlink-ok/chart-icons/myspeed.webp +keywords: + - myspeed + - speedtest +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: myspeed +sources: + - https://github.com/gnmyt/myspeed + - https://github.com/truecharts/charts/tree/master/charts/stable/myspeed + - https://hub.docker.com/r/germannewsmaker/myspeed + - https://myspeed.dev/ +type: application +version: 0.4.1 diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml index 7a5566b1991..f548c9dd65b 100644 --- a/charts/stable/mysql-workbench/Chart.yaml +++ b/charts/stable/mysql-workbench/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 8.0.41 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: MySQL Workbench is a unified visual tool for database architects, developers - and DBAs. -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: mysql-workbench -Sources: -- https://ghcr.io/linuxserver/mysql-workbench -- https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench -Type: application -Version: 11.5.10 +apiVersion: v2 +appVersion: 8.0.41 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: mysql-workbench +sources: + - https://ghcr.io/linuxserver/mysql-workbench + - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench +type: application +version: 11.5.10 diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml index 5f093bbae6d..78cbeddb965 100644 --- a/charts/stable/n8n/Chart.yaml +++ b/charts/stable/n8n/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,40 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.86.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: n8n is an extendable workflow automation tool. -Home: https://truecharts.org/charts/stable/n8n -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.webp -Keywords: -- workflows -- automation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: n8n -Sources: -- https://docs.n8n.io/ -- https://github.com/n8n-io/n8n -- https://github.com/truecharts/charts/tree/master/charts/stable/n8n -- https://hub.docker.com/r/n8nio/n8n -Type: application -Version: 15.46.1 +apiVersion: v2 +appVersion: 1.86.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: n8n is an extendable workflow automation tool. +home: https://truecharts.org/charts/stable/n8n +icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.webp +keywords: + - workflows + - automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: n8n +sources: + - https://docs.n8n.io/ + - https://github.com/n8n-io/n8n + - https://github.com/truecharts/charts/tree/master/charts/stable/n8n + - https://hub.docker.com/r/n8nio/n8n +type: application +version: 15.46.1 diff --git a/charts/stable/namecheap-ddns/Chart.yaml b/charts/stable/namecheap-ddns/Chart.yaml index 2ba0a750342..9eb61260796 100644 --- a/charts/stable/namecheap-ddns/Chart.yaml +++ b/charts/stable/namecheap-ddns/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This simple Chart will update a namecheap dynamic dns domain. You must - set an ''A + Dynamic DNS Record'' for the host and enable Dynamic DNS in the manage - page for your domain. ' -Home: https://truecharts.org/charts/stable/namecheap-ddns -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.webp -Keywords: -- namecheap-ddns -- Tools-Utilities -- Network-DNS -- Network-Management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: namecheap-ddns -Sources: -- https://github.com/EdwardChamberlain/namecheap_ddns -- https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns -- https://hub.docker.com/r/edchamberlain/namecheap_ddns -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This simple Chart will update a namecheap dynamic dns domain. You must set an ''A + Dynamic DNS Record'' for the host and enable Dynamic DNS in the manage page for your domain. ' +home: https://truecharts.org/charts/stable/namecheap-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.webp +keywords: + - namecheap-ddns + - Tools-Utilities + - Network-DNS + - Network-Management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: namecheap-ddns +sources: + - https://github.com/EdwardChamberlain/namecheap_ddns + - https://github.com/truecharts/charts/tree/master/charts/stable/namecheap-ddns + - https://hub.docker.com/r/edchamberlain/namecheap_ddns +type: application +version: 7.5.1 diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml index 5f4ffe8f766..1b9369413f5 100644 --- a/charts/stable/nano-wallet/Chart.yaml +++ b/charts/stable/nano-wallet/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2021.12.16 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Nano-wallet is a digital payment protocol designed to be accessible and - lightweight. -Home: https://truecharts.org/charts/stable/nano-wallet -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.webp -Keywords: -- nano-wallet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nano-wallet -Sources: -- https://ghcr.io/linuxserver/nano-wallet -- https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. +home: https://truecharts.org/charts/stable/nano-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.webp +keywords: + - nano-wallet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nano-wallet +sources: + - https://ghcr.io/linuxserver/nano-wallet + - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet +type: application +version: 11.5.1 diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index c0978781fde..495fb3dbe1e 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.55.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Navidrome is an open source web-based music collection server and streamer -Home: https://truecharts.org/charts/stable/navidrome -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.webp -Keywords: -- navidrome -- music -- streaming -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: navidrome -Sources: -- https://github.com/deluan/navidrome -- https://github.com/truecharts/charts/tree/master/charts/stable/navidrome -- https://hub.docker.com/r/deluan/navidrome -Type: application -Version: 21.8.2 +apiVersion: v2 +appVersion: 0.55.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Navidrome is an open source web-based music collection server and streamer +home: https://truecharts.org/charts/stable/navidrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.webp +keywords: + - navidrome + - music + - streaming +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: navidrome +sources: + - https://github.com/deluan/navidrome + - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome + - https://hub.docker.com/r/deluan/navidrome +type: application +version: 21.8.2 diff --git a/charts/stable/necesse/Chart.yaml b/charts/stable/necesse/Chart.yaml index b23d349bab7..3b2f2003761 100644 --- a/charts/stable/necesse/Chart.yaml +++ b/charts/stable/necesse/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: necesse -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Necesse - and run it. -Home: https://truecharts.org/charts/stable/necesse -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.webp -Keywords: -- necesse -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: necesse -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/necesse -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: necesse +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Necesse and run it. +home: https://truecharts.org/charts/stable/necesse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.webp +keywords: + - necesse + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: necesse +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/necesse + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/neko/Chart.yaml b/charts/stable/neko/Chart.yaml index 3050fb1b85c..826ee339e19 100644 --- a/charts/stable/neko/Chart.yaml +++ b/charts/stable/neko/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,40 +8,41 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.9.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self hosted virtual browser that runs in Chart -Home: https://truecharts.org/charts/stable/neko -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.webp -Keywords: -- neko -- video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: neko -Sources: -- https://ghcr.io/m1k1o/neko/brave -- https://ghcr.io/m1k1o/neko/chromium -- https://ghcr.io/m1k1o/neko/firefox -- https://ghcr.io/m1k1o/neko/google-chrome -- https://ghcr.io/m1k1o/neko/microsoft-edge -- https://ghcr.io/m1k1o/neko/remmina -- https://ghcr.io/m1k1o/neko/tor-browser -- https://ghcr.io/m1k1o/neko/vivaldi -- https://ghcr.io/m1k1o/neko/vlc -- https://ghcr.io/m1k1o/neko/xfce -- https://github.com/m1k1o/neko -- https://github.com/truecharts/charts/tree/master/charts/stable/neko -Type: application -Version: 8.6.0 +apiVersion: v2 +appVersion: 2.9.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self hosted virtual browser that runs in Chart +home: https://truecharts.org/charts/stable/neko +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.webp +keywords: + - neko + - video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: neko +sources: + - https://ghcr.io/m1k1o/neko/brave + - https://ghcr.io/m1k1o/neko/chromium + - https://ghcr.io/m1k1o/neko/firefox + - https://ghcr.io/m1k1o/neko/google-chrome + - https://ghcr.io/m1k1o/neko/microsoft-edge + - https://ghcr.io/m1k1o/neko/remmina + - https://ghcr.io/m1k1o/neko/tor-browser + - https://ghcr.io/m1k1o/neko/vivaldi + - https://ghcr.io/m1k1o/neko/vlc + - https://ghcr.io/m1k1o/neko/xfce + - https://github.com/m1k1o/neko + - https://github.com/truecharts/charts/tree/master/charts/stable/neko +type: application +version: 8.6.0 diff --git a/charts/stable/netbootxyz/Chart.yaml b/charts/stable/netbootxyz/Chart.yaml index b4d150222a5..7d02e3bfa36 100644 --- a/charts/stable/netbootxyz/Chart.yaml +++ b/charts/stable/netbootxyz/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.7.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Your favorite operating systems in one place! -Home: https://truecharts.org/charts/stable/netbootxyz -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.webp -Keywords: -- netbootxyz -- pxe -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: netbootxyz -Sources: -- https://ghcr.io/netbootxyz/netbootxyz -- https://github.com/netbootxyz/netboot.xyz -- https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz -Type: application -Version: 6.5.3 +apiVersion: v2 +appVersion: 0.7.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Your favorite operating systems in one place! +home: https://truecharts.org/charts/stable/netbootxyz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.webp +keywords: + - netbootxyz + - pxe +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: netbootxyz +sources: + - https://ghcr.io/netbootxyz/netbootxyz + - https://github.com/netbootxyz/netboot.xyz + - https://github.com/truecharts/charts/tree/master/charts/stable/netbootxyz +type: application +version: 6.5.3 diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index 6fa2708a6bd..ea46344b447 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.3.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. -Home: https://truecharts.org/charts/stable/netdata -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.webp -Keywords: -- netdata -- monitoring -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: netdata -Sources: -- https://github.com/netdata -- https://github.com/truecharts/charts/tree/master/charts/stable/netdata -- https://quay.io/netdata/netdata -Type: application -Version: 12.4.2 +apiVersion: v2 +appVersion: 2.3.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. +home: https://truecharts.org/charts/stable/netdata +icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.webp +keywords: + - netdata + - monitoring +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: netdata +sources: + - https://github.com/netdata + - https://github.com/truecharts/charts/tree/master/charts/stable/netdata + - https://quay.io/netdata/netdata +type: application +version: 12.4.2 diff --git a/charts/stable/neverwinternights-ee/Chart.yaml b/charts/stable/neverwinternights-ee/Chart.yaml index cf604ca2506..0c3af1518f5 100644 --- a/charts/stable/neverwinternights-ee/Chart.yaml +++ b/charts/stable/neverwinternights-ee/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This Chart will download and install Neverwinter Nights: Enhanced Edition - and run it (by default this Chart has a MariaDB and Redis Server integrated).' -Home: https://truecharts.org/charts/stable/neverwinternights-ee -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.webp -Keywords: -- neverwinternights-ee -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: neverwinternights-ee -Sources: -- https://ghcr.io/ich777/nwnee-server -- https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee -- https://www.beamdog.com/games/neverwinter-nights-enhanced/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated).' +home: https://truecharts.org/charts/stable/neverwinternights-ee +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.webp +keywords: + - neverwinternights-ee + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: neverwinternights-ee +sources: + - https://ghcr.io/ich777/nwnee-server + - https://github.com/truecharts/charts/tree/master/charts/stable/neverwinternights-ee + - https://www.beamdog.com/games/neverwinter-nights-enhanced/ +type: application +version: 7.5.1 diff --git a/charts/stable/newyearcountdownclock/Chart.yaml b/charts/stable/newyearcountdownclock/Chart.yaml index 84acd0a6eec..9b7d3b34568 100644 --- a/charts/stable/newyearcountdownclock/Chart.yaml +++ b/charts/stable/newyearcountdownclock/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Self Hosted, self contained New Year Countdown clock -Home: https://truecharts.org/charts/stable/newyearcountdownclock -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.webp -Keywords: -- newyearcountdownclock -- Tools-Utilities -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: newyearcountdownclock -Sources: -- https://github.com/modem7/Docker-NewYearCountdown -- https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock -- https://hub.docker.com/r/modem7/newyearcountdown -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self Hosted, self contained New Year Countdown clock +home: https://truecharts.org/charts/stable/newyearcountdownclock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.webp +keywords: + - newyearcountdownclock + - Tools-Utilities + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: newyearcountdownclock +sources: + - https://github.com/modem7/Docker-NewYearCountdown + - https://github.com/truecharts/charts/tree/master/charts/stable/newyearcountdownclock + - https://hub.docker.com/r/modem7/newyearcountdown +type: application +version: 7.5.2 diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml index 110aaade507..8ebb4ac57d2 100644 --- a/charts/stable/nextpvr/Chart.yaml +++ b/charts/stable/nextpvr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: stable -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: NextPVR is a personal video recorder application, with the goal making - it easy to watch or record live TV. -Home: https://truecharts.org/charts/stable/nextpvr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.webp -Keywords: -- pvr -- recorder -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nextpvr -Sources: -- https://github.com/sub3/NextPVR/wiki/Install-Docker -- https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr -- https://hub.docker.com/r/nextpvr/nextpvr_amd64 -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. +home: https://truecharts.org/charts/stable/nextpvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.webp +keywords: + - pvr + - recorder +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nextpvr +sources: + - https://github.com/sub3/NextPVR/wiki/Install-Docker + - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr + - https://hub.docker.com/r/nextpvr/nextpvr_amd64 +type: application +version: 11.5.1 diff --git a/charts/stable/nexus-oss/Chart.yaml b/charts/stable/nexus-oss/Chart.yaml index 211bbe926bd..e0a4b166936 100644 --- a/charts/stable/nexus-oss/Chart.yaml +++ b/charts/stable/nexus-oss/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.79.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Sonatype Nexus open source is a artifact repository manager -Home: https://truecharts.org/charts/stable/nexus-oss -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.webp -Keywords: -- nexus-oss -- productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nexus-oss -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss -- https://hub.docker.com/r/sonatype/nexus3 -Type: application -Version: 7.16.0 +apiVersion: v2 +appVersion: 3.79.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sonatype Nexus open source is a artifact repository manager +home: https://truecharts.org/charts/stable/nexus-oss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.webp +keywords: + - nexus-oss + - productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nexus-oss +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nexus-oss + - https://hub.docker.com/r/sonatype/nexus3 +type: application +version: 7.16.0 diff --git a/charts/stable/nginx-proxy-manager/Chart.yaml b/charts/stable/nginx-proxy-manager/Chart.yaml index 485324a2fb9..73546e30b0c 100644 --- a/charts/stable/nginx-proxy-manager/Chart.yaml +++ b/charts/stable/nginx-proxy-manager/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,40 +8,41 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.12.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: Managing Nginx proxy hosts with a simple, powerful interface. -Home: https://truecharts.org/charts/stable/nginx-proxy-manager -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.webp -Keywords: -- nginx-proxy-manager -- nginx -- reverse-proxy -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nginx-proxy-manager -Sources: -- https://github.com/NginxProxyManager/nginx-proxy-manager -- https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager -- https://hub.docker.com/r/jc21/nginx-proxy-manager -- https://nginxproxymanager.com/ -Type: application -Version: 11.14.1 +apiVersion: v2 +appVersion: 2.12.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Managing Nginx proxy hosts with a simple, powerful interface. +home: https://truecharts.org/charts/stable/nginx-proxy-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.webp +keywords: + - nginx-proxy-manager + - nginx + - reverse-proxy +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nginx-proxy-manager +sources: + - https://github.com/NginxProxyManager/nginx-proxy-manager + - https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager + - https://hub.docker.com/r/jc21/nginx-proxy-manager + - https://nginxproxymanager.com/ +type: application +version: 11.14.1 diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml index 3b70bf9b73c..0b4ff839dce 100644 --- a/charts/stable/ngircd/Chart.yaml +++ b/charts/stable/ngircd/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2021.11.21 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Ngircd is a free, portable and lightweight Internet Relay Chat server - for small or private networks. -Home: https://truecharts.org/charts/stable/ngircd -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.webp -Keywords: -- ngircd -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ngircd -Sources: -- https://ghcr.io/linuxserver/ngircd -- https://github.com/truecharts/charts/tree/master/charts/stable/ngircd -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2021.11.21 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. +home: https://truecharts.org/charts/stable/ngircd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.webp +keywords: + - ngircd +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ngircd +sources: + - https://ghcr.io/linuxserver/ngircd + - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd +type: application +version: 11.5.1 diff --git a/charts/stable/nightscout/Chart.yaml b/charts/stable/nightscout/Chart.yaml index 759518dbe2f..ab19ffc4ca7 100644 --- a/charts/stable/nightscout/Chart.yaml +++ b/charts/stable/nightscout/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Allows the installation of Nightscout, a remote CGM monitoring system. - It allows the upload and display of blood glucous values and can be configuered - to issue warnings etc. This is mainly useful to diabetics. -Home: https://truecharts.org/charts/stable/nightscout -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.webp -Keywords: -- nightscout -- Cloud -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nightscout -Sources: -- https://github.com/nightscout/cgm-remote-monitor -- https://github.com/truecharts/charts/tree/master/charts/stable/nightscout -- https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis -- https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. +home: https://truecharts.org/charts/stable/nightscout +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.webp +keywords: + - nightscout + - Cloud +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nightscout +sources: + - https://github.com/nightscout/cgm-remote-monitor + - https://github.com/truecharts/charts/tree/master/charts/stable/nightscout + - https://hub.docker.com/r/nightscout/cgm-remote-monitor-travis + - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis +type: application +version: 7.5.1 diff --git a/charts/stable/nitter/Chart.yaml b/charts/stable/nitter/Chart.yaml index 9594d5e0081..df040f9f7b3 100644 --- a/charts/stable/nitter/Chart.yaml +++ b/charts/stable/nitter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: A free and open source alternative Twitter front-end focused on privacy - and performance. -Home: https://truecharts.org/charts/stable/nitter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.webp -Keywords: -- nitter -- libre -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nitter -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/nitter -- https://github.com/zedeus/nitter -- https://hub.docker.com/r/zedeus/nitter -Type: application -Version: 8.11.12 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and open source alternative Twitter front-end focused on privacy and performance. +home: https://truecharts.org/charts/stable/nitter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.webp +keywords: + - nitter + - libre +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nitter +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nitter + - https://github.com/zedeus/nitter + - https://hub.docker.com/r/zedeus/nitter +type: application +version: 8.11.12 diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml index cb35c42402f..7a7a24c096a 100644 --- a/charts/stable/nntp2nntp/Chart.yaml +++ b/charts/stable/nntp2nntp/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.3.20230704 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, - each with own user name and password. -Home: https://truecharts.org/charts/stable/nntp2nntp -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.webp -Keywords: -- nntp2nntp -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nntp2nntp -Sources: -- https://ghcr.io/linuxserver/nntp2nntp -- https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 0.3.20230704 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. +home: https://truecharts.org/charts/stable/nntp2nntp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.webp +keywords: + - nntp2nntp +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nntp2nntp +sources: + - https://ghcr.io/linuxserver/nntp2nntp + - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp +type: application +version: 11.5.1 diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml index 10ce9ac1cdf..7d75ad020fa 100644 --- a/charts/stable/nocodb/Chart.yaml +++ b/charts/stable/nocodb/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,38 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.262.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. -Home: https://truecharts.org/charts/stable/nocodb -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.webp -Keywords: -- nocodb -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nocodb -Sources: -- https://github.com/nocodb/nocodb -- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb -- https://hub.docker.com/r/nocodb/nocodb -Type: application -Version: 15.20.6 +apiVersion: v2 +appVersion: 0.262.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. +home: https://truecharts.org/charts/stable/nocodb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.webp +keywords: + - nocodb +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nocodb +sources: + - https://github.com/nocodb/nocodb + - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb + - https://hub.docker.com/r/nocodb/nocodb +type: application +version: 15.20.6 diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 689371dbc2d..864617dfef4 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.0.9 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Node-RED is low-code programming for event-driven applications -Home: https://truecharts.org/charts/stable/node-red -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.webp -Keywords: -- node-red -- nodered -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: node-red -Sources: -- https://github.com/node-red/node-red-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/node-red -- https://hub.docker.com/r/nodered/node-red -Type: application -Version: 21.4.5 +apiVersion: v2 +appVersion: 4.0.9 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Node-RED is low-code programming for event-driven applications +home: https://truecharts.org/charts/stable/node-red +icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.webp +keywords: + - node-red + - nodered +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: node-red +sources: + - https://github.com/node-red/node-red-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/node-red + - https://hub.docker.com/r/nodered/node-red +type: application +version: 21.4.5 diff --git a/charts/stable/nosqlclient/Chart.yaml b/charts/stable/nosqlclient/Chart.yaml index c967d4028fb..5bd104d41ec 100644 --- a/charts/stable/nosqlclient/Chart.yaml +++ b/charts/stable/nosqlclient/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Cross-platform and self hosted, easy to use, intuitive mongodb management - tool - Formerly Mongoclient -Home: https://truecharts.org/charts/stable/nosqlclient -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.webp -Keywords: -- nosqlclient -- Tools-Utilities -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nosqlclient -Sources: -- https://github.com/nosqlclient/nosqlclient -- https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient -- https://hub.docker.com/r/mongoclient/mongoclient -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient +home: https://truecharts.org/charts/stable/nosqlclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.webp +keywords: + - nosqlclient + - Tools-Utilities + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nosqlclient +sources: + - https://github.com/nosqlclient/nosqlclient + - https://github.com/truecharts/charts/tree/master/charts/stable/nosqlclient + - https://hub.docker.com/r/mongoclient/mongoclient +type: application +version: 7.5.1 diff --git a/charts/stable/notarius/Chart.yaml b/charts/stable/notarius/Chart.yaml index 38e5d3e8e6c..53c98a38bec 100644 --- a/charts/stable/notarius/Chart.yaml +++ b/charts/stable/notarius/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: No description provide. -Home: https://truecharts.org/charts/stable/notarius -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.webp -Keywords: -- notarius -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: notarius -Sources: -- https://github.com/agusalex/Notarius -- https://github.com/truecharts/charts/tree/master/charts/stable/notarius -- https://hub.docker.com/r/agusalex/notarius -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: No description provide. +home: https://truecharts.org/charts/stable/notarius +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.webp +keywords: + - notarius + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: notarius +sources: + - https://github.com/agusalex/Notarius + - https://github.com/truecharts/charts/tree/master/charts/stable/notarius + - https://hub.docker.com/r/agusalex/notarius +type: application +version: 7.5.1 diff --git a/charts/stable/notea/Chart.yaml b/charts/stable/notea/Chart.yaml index 50905f53edc..72675c73823 100644 --- a/charts/stable/notea/Chart.yaml +++ b/charts/stable/notea/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Self hosted note taking, alternative to Notions. Look at Github for config -Home: https://truecharts.org/charts/stable/notea -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.webp -Keywords: -- notea -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: notea -Sources: -- https://github.com/diamkil/docker-notea -- https://github.com/truecharts/charts/tree/master/charts/stable/notea -- https://hub.docker.com/r/diamkil/notea -- https://registry.hub.docker.com/r/diamkil/notea/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self hosted note taking, alternative to Notions. Look at Github for config +home: https://truecharts.org/charts/stable/notea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.webp +keywords: + - notea + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: notea +sources: + - https://github.com/diamkil/docker-notea + - https://github.com/truecharts/charts/tree/master/charts/stable/notea + - https://hub.docker.com/r/diamkil/notea + - https://registry.hub.docker.com/r/diamkil/notea/ +type: application +version: 7.5.1 diff --git a/charts/stable/notifiarr/Chart.yaml b/charts/stable/notifiarr/Chart.yaml index 3b2e50bbcf3..867eb36fe81 100644 --- a/charts/stable/notifiarr/Chart.yaml +++ b/charts/stable/notifiarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.8.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is the unified client for Notifiarr.com. The client enables content - requests from Media Bot in your Discord Server and also provides reports for Plex - usage and system health among many other features. -Home: https://truecharts.org/charts/stable/notifiarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.webp -Keywords: -- plex -- discord -- MediaApp-Other -- notification -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: notifiarr -Sources: -- https://github.com/Notifiarr/notifiarr -- https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr -- https://hub.docker.com/r/golift/notifiarr -Type: application -Version: 6.6.1 +apiVersion: v2 +appVersion: 0.8.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features. +home: https://truecharts.org/charts/stable/notifiarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.webp +keywords: + - plex + - discord + - MediaApp-Other + - notification +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: notifiarr +sources: + - https://github.com/Notifiarr/notifiarr + - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr + - https://hub.docker.com/r/golift/notifiarr +type: application +version: 6.6.1 diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml index 25b2eb91833..e889f609d1f 100644 --- a/charts/stable/novnc/Chart.yaml +++ b/charts/stable/novnc/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The open source VNC client -Home: https://truecharts.org/charts/stable/novnc -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.webp -Keywords: -- novnc -- vnc -- remote -- desktop -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: novnc -Sources: -- https://ghcr.io/nicholaswilde/novnc -- https://github.com/truecharts/charts/tree/master/charts/stable/novnc -- https://novnc.com/ -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The open source VNC client +home: https://truecharts.org/charts/stable/novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.webp +keywords: + - novnc + - vnc + - remote + - desktop +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: novnc +sources: + - https://ghcr.io/nicholaswilde/novnc + - https://github.com/truecharts/charts/tree/master/charts/stable/novnc + - https://novnc.com/ +type: application +version: 12.5.1 diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index bced95343cb..717fb40c115 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.11.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ntfy is a simple HTTP-based pub-sub notification service. It allows you - to send notifications to your phone or desktop via scripts from any computer. -Home: https://truecharts.org/charts/stable/ntfy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.webp -Keywords: -- ntfy -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ntfy -Sources: -- https://github.com/binwiederhier/ntfy/ -- https://github.com/truecharts/charts/tree/master/charts/stable/ntfy -- https://hub.docker.com/r/binwiederhier/ntfy -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2.11.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. +home: https://truecharts.org/charts/stable/ntfy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.webp +keywords: + - ntfy +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ntfy +sources: + - https://github.com/binwiederhier/ntfy/ + - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy + - https://hub.docker.com/r/binwiederhier/ntfy +type: application +version: 11.5.1 diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index 37a1ee0b02a..1eac9fd83f4 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.3.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A simple null file http and https server -Home: https://truecharts.org/charts/stable/nullserv -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.webp -Keywords: -- nullserv -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nullserv -Sources: -- https://ghcr.io/k8s-at-home/nullserv -- https://github.com/bmrzycki/nullserv -- https://github.com/truecharts/charts/tree/master/charts/stable/nullserv -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple null file http and https server +home: https://truecharts.org/charts/stable/nullserv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.webp +keywords: + - nullserv +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nullserv +sources: + - https://ghcr.io/k8s-at-home/nullserv + - https://github.com/bmrzycki/nullserv + - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv +type: application +version: 15.5.1 diff --git a/charts/stable/nvidia-gpu-exporter/Chart.yaml b/charts/stable/nvidia-gpu-exporter/Chart.yaml index 192d83900d9..614c66a9b1a 100644 --- a/charts/stable/nvidia-gpu-exporter/Chart.yaml +++ b/charts/stable/nvidia-gpu-exporter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.3.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather - metrics. -Home: https://truecharts.org/charts/stable/nvidia-gpu-exporter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.webp -Keywords: -- prometheus -- nvidia-gpu-exporter -- monitoring -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nvidia-gpu-exporter -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter -- https://github.com/utkuozdemir/nvidia_gpu_exporter -- https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter -Type: application -Version: 4.6.1 +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather metrics. +home: https://truecharts.org/charts/stable/nvidia-gpu-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.webp +keywords: + - prometheus + - nvidia-gpu-exporter + - monitoring +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nvidia-gpu-exporter +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nvidia-gpu-exporter + - https://github.com/utkuozdemir/nvidia_gpu_exporter + - https://hub.docker.com/r/utkuozdemir/nvidia_gpu_exporter +type: application +version: 4.6.1 diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index c0a588f114d..c072fb7915b 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 24.8.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: NZBGet is a Usenet downloader client -Home: https://truecharts.org/charts/stable/nzbget -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.webp -Keywords: -- nzbget -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nzbget -Sources: -- https://ghcr.io/elfhosted/nzbget -- https://github.com/nzbgetcom/nzbget -- https://github.com/truecharts/charts/tree/master/charts/stable/nzbget -- https://nzbget.net/ -Type: application -Version: 24.8.0 +apiVersion: v2 +appVersion: 24.8.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: NZBGet is a Usenet downloader client +home: https://truecharts.org/charts/stable/nzbget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.webp +keywords: + - nzbget + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nzbget +sources: + - https://ghcr.io/elfhosted/nzbget + - https://github.com/nzbgetcom/nzbget + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget + - https://nzbget.net/ +type: application +version: 24.8.0 diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 2c71560a1f9..b62e0d65b27 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 7.12.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: true -Description: Usenet meta search -Home: https://truecharts.org/charts/stable/nzbhydra -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.webp -Keywords: -- nzbhydra -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: nzbhydra -Sources: -- https://ghcr.io/elfhosted/nzbhydra2 -- https://github.com/theotherp/nzbhydra2 -- https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra -Type: application -Version: 24.4.2 +apiVersion: v2 +appVersion: 7.12.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: true +description: Usenet meta search +home: https://truecharts.org/charts/stable/nzbhydra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.webp +keywords: + - nzbhydra + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: nzbhydra +sources: + - https://ghcr.io/elfhosted/nzbhydra2 + - https://github.com/theotherp/nzbhydra2 + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra +type: application +version: 24.4.2 diff --git a/charts/stable/obs-ndi/Chart.yaml b/charts/stable/obs-ndi/Chart.yaml index 3b16273259a..a99664c40a2 100644 --- a/charts/stable/obs-ndi/Chart.yaml +++ b/charts/stable/obs-ndi/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Docker Open Broadcaster Software (obs). -Home: https://truecharts.org/charts/stable/obs-ndi -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.webp -Keywords: -- obs-ndi -- GameServers -- Productivity -- MediaApp-Video -- MediaServer-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: obs-ndi -Sources: -- https://github.com/patrickstigler/docker-obs-ndi -- https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi -- https://hub.docker.com/r/patrickstigler/obs-ndi -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Docker Open Broadcaster Software (obs). +home: https://truecharts.org/charts/stable/obs-ndi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.webp +keywords: + - obs-ndi + - GameServers + - Productivity + - MediaApp-Video + - MediaServer-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: obs-ndi +sources: + - https://github.com/patrickstigler/docker-obs-ndi + - https://github.com/truecharts/charts/tree/master/charts/stable/obs-ndi + - https://hub.docker.com/r/patrickstigler/obs-ndi +type: application +version: 8.5.1 diff --git a/charts/stable/observium/Chart.yaml b/charts/stable/observium/Chart.yaml index fc5f20b678c..1c6019f38d7 100644 --- a/charts/stable/observium/Chart.yaml +++ b/charts/stable/observium/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,40 +8,40 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 20241206.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: Observium is an autodiscovering network monitoring platform supporting - a wide range of hardware platforms and operating systems.[br][br] -Home: https://truecharts.org/charts/stable/observium -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.webp -Keywords: -- observium -- Network-Management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: observium -Sources: -- https://github.com/pvrmza/docker-observium -- https://github.com/truecharts/charts/tree/master/charts/stable/observium -- https://hub.docker.com/r/pvrmza/docker-observium -- https://www.observium.org/ -Type: application -Version: 10.6.0 +apiVersion: v2 +appVersion: 20241206.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] +home: https://truecharts.org/charts/stable/observium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.webp +keywords: + - observium + - Network-Management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: observium +sources: + - https://github.com/pvrmza/docker-observium + - https://github.com/truecharts/charts/tree/master/charts/stable/observium + - https://hub.docker.com/r/pvrmza/docker-observium + - https://www.observium.org/ +type: application +version: 10.6.0 diff --git a/charts/stable/obsidian/Chart.yaml b/charts/stable/obsidian/Chart.yaml index 4fd2e174e61..dc57ff65977 100644 --- a/charts/stable/obsidian/Chart.yaml +++ b/charts/stable/obsidian/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.1.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A knowledge base that works on local Markdown files. -Home: https://truecharts.org/charts/stable/obsidian -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.webp -Keywords: -- obsidian -- productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: obsidian -Sources: -- https://ghcr.io/sytone/obsidian-remote -- https://github.com/sytone/obsidian-remote -- https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote -- https://github.com/truecharts/charts/tree/master/charts/stable/obsidian -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A knowledge base that works on local Markdown files. +home: https://truecharts.org/charts/stable/obsidian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.webp +keywords: + - obsidian + - productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: obsidian +sources: + - https://ghcr.io/sytone/obsidian-remote + - https://github.com/sytone/obsidian-remote + - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote + - https://github.com/truecharts/charts/tree/master/charts/stable/obsidian +type: application +version: 8.5.1 diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 32bedb4b575..e3da88a7bf6 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.10.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: OctoPrint is the snappy web interface for your 3D printer -Home: https://truecharts.org/charts/stable/octoprint -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.webp -Keywords: -- octoprint -- 3d -- printer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: octoprint -Sources: -- https://github.com/OctoPrint/OctoPrint -- https://github.com/truecharts/charts/tree/master/charts/stable/octoprint -- https://hub.docker.com/r/octoprint/octoprint -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 1.10.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: OctoPrint is the snappy web interface for your 3D printer +home: https://truecharts.org/charts/stable/octoprint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.webp +keywords: + - octoprint + - 3d + - printer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: octoprint +sources: + - https://github.com/OctoPrint/OctoPrint + - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint + - https://hub.docker.com/r/octoprint/octoprint +type: application +version: 15.5.1 diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml index bba6a0b20c0..712f890be48 100644 --- a/charts/stable/odoo/Chart.yaml +++ b/charts/stable/odoo/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 18.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, - PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. -Home: https://truecharts.org/charts/stable/odoo -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.webp -Keywords: -- odoo -- crm -- pm -- hr -- accounting -- mrp -- marketing -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: odoo -Sources: -- https://gallery.ecr.aws/docker/library/odoo -- https://github.com/odoo/docker -- https://github.com/truecharts/charts/tree/master/charts/stable/odoo -Type: application -Version: 20.3.8 +apiVersion: v2 +appVersion: 18.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. +home: https://truecharts.org/charts/stable/odoo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.webp +keywords: + - odoo + - crm + - pm + - hr + - accounting + - mrp + - marketing +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: odoo +sources: + - https://gallery.ecr.aws/docker/library/odoo + - https://github.com/odoo/docker + - https://github.com/truecharts/charts/tree/master/charts/stable/odoo +type: application +version: 20.3.8 diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index a626bdd9cc9..eaf0b5ab0dc 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.6.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Get up and running with large language models locally. -Home: https://truecharts.org/charts/stable/ollama -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp -Keywords: -- ollama -- language-models -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ollama -Sources: -- https://ghcr.io/open-webui/open-webui -- https://github.com/ollama/ollama -- https://github.com/open-webui/open-webui -- https://github.com/truecharts/charts/tree/master/charts/stable/ollama -- https://hub.docker.com/r/ollama/ollama -Type: application -Version: 7.13.9 +apiVersion: v2 +appVersion: 0.6.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Get up and running with large language models locally. +home: https://truecharts.org/charts/stable/ollama +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp +keywords: + - ollama + - language-models +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ollama +sources: + - https://ghcr.io/open-webui/open-webui + - https://github.com/ollama/ollama + - https://github.com/open-webui/open-webui + - https://github.com/truecharts/charts/tree/master/charts/stable/ollama + - https://hub.docker.com/r/ollama/ollama +type: application +version: 7.13.9 diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index c709efa43c6..3d35ab9c53e 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.15.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Omada is a SDN tool for TP-Link Omada hardware -Home: https://truecharts.org/charts/stable/omada-controller -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.webp -Keywords: -- omada-controller -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: omada-controller -Sources: -- https://github.com/mbentley/docker-omada-controller -- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller -- https://hub.docker.com/r/mbentley/omada-controller -Type: application -Version: 16.7.11 +apiVersion: v2 +appVersion: 5.15.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Omada is a SDN tool for TP-Link Omada hardware +home: https://truecharts.org/charts/stable/omada-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.webp +keywords: + - omada-controller +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: omada-controller +sources: + - https://github.com/mbentley/docker-omada-controller + - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller + - https://hub.docker.com/r/mbentley/omada-controller +type: application +version: 16.7.11 diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index 59823012ae4..7b68fd3fa8e 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.47.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Want a Movie or TV Show on Plex or Emby? Use Ombi! -Home: https://truecharts.org/charts/stable/ombi -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.webp -Keywords: -- ombi -- plex -- emby -- sonarr -- radarr -- couchpotato -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ombi -Sources: -- https://ghcr.io/linuxserver/ombi -- https://github.com/truecharts/charts/tree/master/charts/stable/ombi -Type: application -Version: 21.4.8 +apiVersion: v2 +appVersion: 4.47.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Want a Movie or TV Show on Plex or Emby? Use Ombi! +home: https://truecharts.org/charts/stable/ombi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.webp +keywords: + - ombi + - plex + - emby + - sonarr + - radarr + - couchpotato +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ombi +sources: + - https://ghcr.io/linuxserver/ombi + - https://github.com/truecharts/charts/tree/master/charts/stable/ombi +type: application +version: 21.4.8 diff --git a/charts/stable/onlinecheckyourserver/Chart.yaml b/charts/stable/onlinecheckyourserver/Chart.yaml index 09ac1016920..e77e7c25f8d 100644 --- a/charts/stable/onlinecheckyourserver/Chart.yaml +++ b/charts/stable/onlinecheckyourserver/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a simple Chart that will check if a domain name or IP address - is pingable and send you a message with Pushover if it goes offline. -Home: https://truecharts.org/charts/stable/onlinecheckyourserver -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.webp -Keywords: -- onlinecheckyourserver -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: onlinecheckyourserver -Sources: -- https://ghcr.io/ich777/online-check-pushover -- https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. +home: https://truecharts.org/charts/stable/onlinecheckyourserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.webp +keywords: + - onlinecheckyourserver + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: onlinecheckyourserver +sources: + - https://ghcr.io/ich777/online-check-pushover + - https://github.com/truecharts/charts/tree/master/charts/stable/onlinecheckyourserver +type: application +version: 7.5.1 diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index 319aee99b5a..5dae9f6a3ba 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,41 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 8.3.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: 'ONLYOFFICE Document Server is an online office suite comprising viewers - and editors for texts, spreadsheets and presentations, fully compatible with Office - Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real - time.' -Home: https://truecharts.org/charts/stable/onlyoffice-document-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.webp -Keywords: -- onlyoffice -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: onlyoffice-document-server -Sources: -- https://github.com/ONLYOFFICE/Docker-DocumentServer -- https://github.com/ONLYOFFICE/DocumentServer -- https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server -- https://hub.docker.com/r/onlyoffice/documentserver -Type: application -Version: 19.14.7 +apiVersion: v2 +appVersion: 8.3.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.' +home: https://truecharts.org/charts/stable/onlyoffice-document-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.webp +keywords: + - onlyoffice +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: onlyoffice-document-server +sources: + - https://github.com/ONLYOFFICE/Docker-DocumentServer + - https://github.com/ONLYOFFICE/DocumentServer + - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server + - https://hub.docker.com/r/onlyoffice/documentserver +type: application +version: 19.14.7 diff --git a/charts/stable/openaudible/Chart.yaml b/charts/stable/openaudible/Chart.yaml index bc2c40b2d01..da67f49fb81 100644 --- a/charts/stable/openaudible/Chart.yaml +++ b/charts/stable/openaudible/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: All your audiobooks in one place -Home: https://truecharts.org/charts/stable/openaudible -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.webp -Keywords: -- audible -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: openaudible -Sources: -- https://github.com/openaudible/openaudible_docker -- https://github.com/truecharts/charts/tree/master/charts/stable/openaudible -- https://hub.docker.com/r/openaudible/openaudible -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: All your audiobooks in one place +home: https://truecharts.org/charts/stable/openaudible +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.webp +keywords: + - audible +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openaudible +sources: + - https://github.com/openaudible/openaudible_docker + - https://github.com/truecharts/charts/tree/master/charts/stable/openaudible + - https://hub.docker.com/r/openaudible/openaudible +type: application +version: 7.5.2 diff --git a/charts/stable/openbooks/Chart.yaml b/charts/stable/openbooks/Chart.yaml index a9a0f07a686..f1436b289ec 100644 --- a/charts/stable/openbooks/Chart.yaml +++ b/charts/stable/openbooks/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.5.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: IRC Highway eBook Downloads. -Home: https://truecharts.org/charts/stable/openbooks -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.webp -Keywords: -- openbooks -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: openbooks -Sources: -- https://github.com/evan-buss/openbooks -- https://github.com/truecharts/charts/tree/master/charts/stable/openbooks -- https://hub.docker.com/r/evanbuss/openbooks -Type: application -Version: 6.5.1 +apiVersion: v2 +appVersion: 4.5.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: IRC Highway eBook Downloads. +home: https://truecharts.org/charts/stable/openbooks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.webp +keywords: + - openbooks + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openbooks +sources: + - https://github.com/evan-buss/openbooks + - https://github.com/truecharts/charts/tree/master/charts/stable/openbooks + - https://hub.docker.com/r/evanbuss/openbooks +type: application +version: 6.5.1 diff --git a/charts/stable/opengl-desktop-g3/Chart.yaml b/charts/stable/opengl-desktop-g3/Chart.yaml index 5038a23dbce..f739ecd1e22 100644 --- a/charts/stable/opengl-desktop-g3/Chart.yaml +++ b/charts/stable/opengl-desktop-g3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing - and 2D/3D drawing -Home: https://truecharts.org/charts/stable/opengl-desktop-g3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.webp -Keywords: -- opengl-desktop-g3 -- Productivity -- Tools-Utilities -- MediaApp-Photos -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: opengl-desktop-g3 -Sources: -- https://github.com/accetto/headless-drawing-g3/ -- https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3 -- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 -Type: application -Version: 7.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing +home: https://truecharts.org/charts/stable/opengl-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.webp +keywords: + - opengl-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: opengl-desktop-g3 +sources: + - https://github.com/accetto/headless-drawing-g3/ + - https://github.com/truecharts/charts/tree/master/charts/stable/opengl-desktop-g3 + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 +type: application +version: 7.5.3 diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml index c0fdd250012..5855e6ad3b0 100644 --- a/charts/stable/openhab/Chart.yaml +++ b/charts/stable/openhab/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.3.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: OpenHab is a home-automation application -Home: https://truecharts.org/charts/stable/openhab -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.webp -Keywords: -- openhab -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: openhab -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/openhab -- https://hub.docker.com/r/openhab/openhab -Type: application -Version: 11.7.3 +apiVersion: v2 +appVersion: 4.3.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: OpenHab is a home-automation application +home: https://truecharts.org/charts/stable/openhab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.webp +keywords: + - openhab +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openhab +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openhab + - https://hub.docker.com/r/openhab/openhab +type: application +version: 11.7.3 diff --git a/charts/stable/openra/Chart.yaml b/charts/stable/openra/Chart.yaml index 771d0e02ff2..cb71d4c92bc 100644 --- a/charts/stable/openra/Chart.yaml +++ b/charts/stable/openra/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz - [br][br] -Home: https://truecharts.org/charts/stable/openra -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.webp -Keywords: -- openra -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: openra -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/openra -- https://hub.docker.com/r/rmoriz/openra -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br] +home: https://truecharts.org/charts/stable/openra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.webp +keywords: + - openra + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openra +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openra + - https://hub.docker.com/r/rmoriz/openra +type: application +version: 7.5.1 diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml index a6ef5818562..7fae836eea5 100644 --- a/charts/stable/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: HTML5 Network Speed Test Server. You can test download & upload speed - from any device within your network with a web browser that is IE10 or new. -Home: https://truecharts.org/charts/stable/openspeedtest -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.webp -Keywords: -- speedtest -- speed test -- openspeedtest -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: openspeedtest -Sources: -- https://github.com/openspeedtest/Speed-Test -- https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest -- https://hub.docker.com/r/openspeedtest/latest -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. +home: https://truecharts.org/charts/stable/openspeedtest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.webp +keywords: + - speedtest + - speed test + - openspeedtest +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openspeedtest +sources: + - https://github.com/openspeedtest/Speed-Test + - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest + - https://hub.docker.com/r/openspeedtest/latest +type: application +version: 10.5.1 diff --git a/charts/stable/openttd/Chart.yaml b/charts/stable/openttd/Chart.yaml index 626cb850071..b9a0f238f13 100644 --- a/charts/stable/openttd/Chart.yaml +++ b/charts/stable/openttd/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install the version of OpenTTD that you - enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull - the latest build, if you define 'testing' it will always pull down the latest testing - build). -Home: https://truecharts.org/charts/stable/openttd -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.webp -Keywords: -- openttd -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: openttd -Sources: -- https://ghcr.io/ich777/openttdserver -- https://github.com/truecharts/charts/tree/master/charts/stable/openttd -- https://www.openttd.org/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build). +home: https://truecharts.org/charts/stable/openttd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.webp +keywords: + - openttd + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openttd +sources: + - https://ghcr.io/ich777/openttdserver + - https://github.com/truecharts/charts/tree/master/charts/stable/openttd + - https://www.openttd.org/ +type: application +version: 7.5.1 diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml index 978f2825f4b..ddf4e7f992e 100644 --- a/charts/stable/openvscode-server/Chart.yaml +++ b/charts/stable/openvscode-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.98.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Openvscode-server provides a version of VS Code that runs a server on - a remote machine. -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: openvscode-server -Sources: -- https://ghcr.io/linuxserver/openvscode-server -- https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server -Type: application -Version: 11.14.4 +apiVersion: v2 +appVersion: 1.98.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: openvscode-server +sources: + - https://ghcr.io/linuxserver/openvscode-server + - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server +type: application +version: 11.14.4 diff --git a/charts/stable/orcaslicer/Chart.yaml b/charts/stable/orcaslicer/Chart.yaml index c8978911b38..ed83043b7d9 100644 --- a/charts/stable/orcaslicer/Chart.yaml +++ b/charts/stable/orcaslicer/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.3.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Orca Slicer is an open source slicer for FDM printers. -Home: https://truecharts.org/charts/stable/orcaslicer -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/orcaslicer.webp -Keywords: -- orcaslicer -- 3d -- printer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: orcaslicer -Sources: -- https://ghcr.io/linuxserver/orcaslicer -- https://github.com/SoftFever/OrcaSlicer -- https://github.com/truecharts/charts/tree/master/charts/stable/orcaslicer -Type: application -Version: 1.1.2 +apiVersion: v2 +appVersion: 2.3.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Orca Slicer is an open source slicer for FDM printers. +home: https://truecharts.org/charts/stable/orcaslicer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/orcaslicer.webp +keywords: + - orcaslicer + - 3d + - printer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: orcaslicer +sources: + - https://ghcr.io/linuxserver/orcaslicer + - https://github.com/SoftFever/OrcaSlicer + - https://github.com/truecharts/charts/tree/master/charts/stable/orcaslicer +type: application +version: 1.1.2 diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index 7d5ad467b56..13f01b018ec 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: HTPC/Homelab Services Organizer -Home: https://truecharts.org/charts/stable/organizr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.webp -Keywords: -- organizr -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: organizr -Sources: -- https://github.com/causefx/Organizr -- https://github.com/truecharts/charts/tree/master/charts/stable/organizr -- https://hub.docker.com/r/organizr/organizr -Type: application -Version: 20.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: HTPC/Homelab Services Organizer +home: https://truecharts.org/charts/stable/organizr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.webp +keywords: + - organizr +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: organizr +sources: + - https://github.com/causefx/Organizr + - https://github.com/truecharts/charts/tree/master/charts/stable/organizr + - https://hub.docker.com/r/organizr/organizr +type: application +version: 20.5.1 diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml index 7917ca1a9ee..ea60686705a 100644 --- a/charts/stable/oscam/Chart.yaml +++ b/charts/stable/oscam/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 11878.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open Source Conditional Access Module software -Home: https://truecharts.org/charts/stable/oscam -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.webp -Keywords: -- oscam -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: oscam -Sources: -- https://ghcr.io/linuxserver/oscam -- https://git.streamboard.tv/common/oscam -- https://github.com/truecharts/charts/tree/master/charts/stable/oscam -Type: application -Version: 15.5.12 +apiVersion: v2 +appVersion: 11878.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open Source Conditional Access Module software +home: https://truecharts.org/charts/stable/oscam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.webp +keywords: + - oscam +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: oscam +sources: + - https://ghcr.io/linuxserver/oscam + - https://git.streamboard.tv/common/oscam + - https://github.com/truecharts/charts/tree/master/charts/stable/oscam +type: application +version: 15.5.12 diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index ab307ebb6a7..4eb0b852c99 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.82.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: A fast, collaborative, knowledge base for your team built using React - and Node.js. -Home: https://truecharts.org/charts/stable/outline -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.webp -Keywords: -- outline -- knowledge -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: outline -Sources: -- https://github.com/outline/outline -- https://github.com/truecharts/charts/tree/master/charts/stable/outline -- https://hub.docker.com/r/outlinewiki/outline -Type: application -Version: 14.17.3 +apiVersion: v2 +appVersion: 0.82.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fast, collaborative, knowledge base for your team built using React and Node.js. +home: https://truecharts.org/charts/stable/outline +icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.webp +keywords: + - outline + - knowledge +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: outline +sources: + - https://github.com/outline/outline + - https://github.com/truecharts/charts/tree/master/charts/stable/outline + - https://hub.docker.com/r/outlinewiki/outline +type: application +version: 14.17.3 diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index 1c247ead883..3e95f191beb 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.34.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Overseerr is a free and open source software application for managing - requests for your media library. It integrates with your existing services such - as Sonarr, Radarr and Plex! -Home: https://truecharts.org/charts/stable/overseerr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.webp -Keywords: -- overseerr -- plex -- sonarr -- radarr -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: overseerr -Sources: -- https://ghcr.io/sct/overseerr -- https://github.com/sct/overseerr -- https://github.com/truecharts/charts/tree/master/charts/stable/overseerr -Type: application -Version: 15.6.0 +apiVersion: v2 +appVersion: 1.34.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex! +home: https://truecharts.org/charts/stable/overseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.webp +keywords: + - overseerr + - plex + - sonarr + - radarr +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: overseerr +sources: + - https://ghcr.io/sct/overseerr + - https://github.com/sct/overseerr + - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr +type: application +version: 15.6.0 diff --git a/charts/stable/owi2plex/Chart.yaml b/charts/stable/owi2plex/Chart.yaml index 3cc3758d425..34072c40e73 100644 --- a/charts/stable/owi2plex/Chart.yaml +++ b/charts/stable/owi2plex/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: a xml grabber for enigma with open webif -Home: https://truecharts.org/charts/stable/owi2plex -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.webp -Keywords: -- owi2plex -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: owi2plex -Sources: -- https://github.com/alturismo/owi2plex -- https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex -- https://hub.docker.com/r/alturismo/owi2plex -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: a xml grabber for enigma with open webif +home: https://truecharts.org/charts/stable/owi2plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.webp +keywords: + - owi2plex + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: owi2plex +sources: + - https://github.com/alturismo/owi2plex + - https://github.com/truecharts/charts/tree/master/charts/stable/owi2plex + - https://hub.docker.com/r/alturismo/owi2plex +type: application +version: 7.5.1 diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index 4dba6b6132a..bde312a2254 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.2.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Take control over your live stream video by running it yourself. Streaming - + chat out of the box. -Home: https://truecharts.org/charts/stable/owncast -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.webp -Keywords: -- owncast -- stream -- open source -- chat -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: owncast -Sources: -- https://github.com/owncast/owncast -- https://github.com/truecharts/charts/tree/master/charts/stable/owncast -- https://hub.docker.com/r/gabekangas/owncast -- https://owncast.online/ -Type: application -Version: 15.6.1 +apiVersion: v2 +appVersion: 0.2.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. +home: https://truecharts.org/charts/stable/owncast +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.webp +keywords: + - owncast + - stream + - open source + - chat +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: owncast +sources: + - https://github.com/owncast/owncast + - https://github.com/truecharts/charts/tree/master/charts/stable/owncast + - https://hub.docker.com/r/gabekangas/owncast + - https://owncast.online/ +type: application +version: 15.6.1 diff --git a/charts/stable/pairdrop/Chart.yaml b/charts/stable/pairdrop/Chart.yaml index 7cfba23b55c..ac287511131 100644 --- a/charts/stable/pairdrop/Chart.yaml +++ b/charts/stable/pairdrop/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.11.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Local file sharing in your web browser. -Home: https://truecharts.org/charts/stable/pairdrop -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pairdrop.webp -Keywords: -- file-sharing -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pairdrop -Sources: -- https://ghcr.io/schlagmichdoch/pairdrop -- https://github.com/schlagmichdoch/PairDrop -- https://github.com/schlagmichdoch/PairDrop/pkgs/container/pairdrop -- https://github.com/truecharts/charts/tree/master/charts/stable/pairdrop -Type: application -Version: 1.0.1 +apiVersion: v2 +appVersion: 1.11.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Local file sharing in your web browser. +home: https://truecharts.org/charts/stable/pairdrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pairdrop.webp +keywords: + - file-sharing +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pairdrop +sources: + - https://ghcr.io/schlagmichdoch/pairdrop + - https://github.com/schlagmichdoch/PairDrop + - https://github.com/schlagmichdoch/PairDrop/pkgs/container/pairdrop + - https://github.com/truecharts/charts/tree/master/charts/stable/pairdrop +type: application +version: 1.0.1 diff --git a/charts/stable/palworld/Chart.yaml b/charts/stable/palworld/Chart.yaml index 87c04dd9994..f6b49608929 100644 --- a/charts/stable/palworld/Chart.yaml +++ b/charts/stable/palworld/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: palworld -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A custom SteamCMD chart that runs Palworld. -Home: https://truecharts.org/charts/stable/palworld -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.webp -Keywords: -- palworld -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: palworld -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/ich777/docker-steamcmd-server/tree/palworld -- https://github.com/truecharts/charts/tree/master/charts/stable/palworld -Type: application -Version: 5.3.1 +apiVersion: v2 +appVersion: palworld +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs Palworld. +home: https://truecharts.org/charts/stable/palworld +icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.webp +keywords: + - palworld + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: palworld +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/ich777/docker-steamcmd-server/tree/palworld + - https://github.com/truecharts/charts/tree/master/charts/stable/palworld +type: application +version: 5.3.1 diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index 0b3c9c7c2f9..85bc3122c24 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,42 +8,42 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.14.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Paperless-ngx is an application by Daniel Quinn and contributors that - indexes your scanned documents. -Home: https://truecharts.org/charts/stable/paperless-ngx -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.webp -Keywords: -- paperless-ng -- paperless-ngx -- documents -- paper -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: paperless-ngx -Sources: -- https://ghcr.io/paperless-ngx/paperless-ngx -- https://github.com/paperless-ngx/paperless-ngx -- https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx -- https://paperless-ngx.readthedocs.io/en/latest/ -Type: application -Version: 9.17.10 +apiVersion: v2 +appVersion: 2.14.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. +home: https://truecharts.org/charts/stable/paperless-ngx +icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.webp +keywords: + - paperless-ng + - paperless-ngx + - documents + - paper +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: paperless-ngx +sources: + - https://ghcr.io/paperless-ngx/paperless-ngx + - https://github.com/paperless-ngx/paperless-ngx + - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx + - https://paperless-ngx.readthedocs.io/en/latest/ +type: application +version: 9.17.10 diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml index 4f9ad93bda5..b17377a9e33 100644 --- a/charts/stable/papermerge/Chart.yaml +++ b/charts/stable/papermerge/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,38 +8,38 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.4.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Papermerge is an open source document management system (DMS) primarily - designed for archiving and retrieving your digital documents. -Home: https://truecharts.org/charts/stable/papermerge -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.webp -Keywords: -- papermerge -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: papermerge -Sources: -- https://github.com/ciur/papermerge -- https://github.com/truecharts/charts/tree/master/charts/stable/papermerge -- https://hub.docker.com/r/papermerge/papermerge -Type: application -Version: 15.10.2 +apiVersion: v2 +appVersion: 3.4.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. +home: https://truecharts.org/charts/stable/papermerge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.webp +keywords: + - papermerge +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: papermerge +sources: + - https://github.com/ciur/papermerge + - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge + - https://hub.docker.com/r/papermerge/papermerge +type: application +version: 15.10.2 diff --git a/charts/stable/passwordpusherephemeral/Chart.yaml b/charts/stable/passwordpusherephemeral/Chart.yaml index 9ed8a03664a..320ba92f7ae 100644 --- a/charts/stable/passwordpusherephemeral/Chart.yaml +++ b/charts/stable/passwordpusherephemeral/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Ephemeral version requires no other database Chart! PasswordPusher or - PWPush is an opensource application to communicate passwords over the web. Links - to passwords expire after a certain number of views and/or time has passed. -Home: https://truecharts.org/charts/stable/passwordpusherephemeral -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.webp -Keywords: -- passwordpusherephemeral -- Productivity -- Security -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: passwordpusherephemeral -Sources: -- https://github.com/pglombardo/PasswordPusher -- https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral -- https://hub.docker.com/r/pglombardo/pwpush-ephemeral -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. +home: https://truecharts.org/charts/stable/passwordpusherephemeral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.webp +keywords: + - passwordpusherephemeral + - Productivity + - Security + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: passwordpusherephemeral +sources: + - https://github.com/pglombardo/PasswordPusher + - https://github.com/truecharts/charts/tree/master/charts/stable/passwordpusherephemeral + - https://hub.docker.com/r/pglombardo/pwpush-ephemeral +type: application +version: 7.5.1 diff --git a/charts/stable/pasta/Chart.yaml b/charts/stable/pasta/Chart.yaml index 88e4c20366f..b1b1f19537b 100644 --- a/charts/stable/pasta/Chart.yaml +++ b/charts/stable/pasta/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.6.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: PASTA - Audio and Subtitle Track Changer for Plex -Home: https://truecharts.org/charts/stable/pasta -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.webp -Keywords: -- pasta -- MediaApp-Other -- Tools-Utilities -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pasta -Sources: -- https://github.com/cglatot/pasta -- https://github.com/truecharts/charts/tree/master/charts/stable/pasta -- https://hub.docker.com/r/cglatot/pasta -Type: application -Version: 10.5.2 +apiVersion: v2 +appVersion: 1.6.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PASTA - Audio and Subtitle Track Changer for Plex +home: https://truecharts.org/charts/stable/pasta +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.webp +keywords: + - pasta + - MediaApp-Other + - Tools-Utilities + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pasta +sources: + - https://github.com/cglatot/pasta + - https://github.com/truecharts/charts/tree/master/charts/stable/pasta + - https://hub.docker.com/r/cglatot/pasta +type: application +version: 10.5.2 diff --git a/charts/stable/pastey/Chart.yaml b/charts/stable/pastey/Chart.yaml index fc2d9afe059..f12102538d9 100644 --- a/charts/stable/pastey/Chart.yaml +++ b/charts/stable/pastey/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.5.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A lightweight, self-hosted paste platform. -Home: https://truecharts.org/charts/stable/pastey -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.webp -Keywords: -- pastey -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pastey -Sources: -- https://github.com/Cesura/pastey -- https://github.com/truecharts/charts/tree/master/charts/stable/pastey -- https://hub.docker.com/r/cesura/pastey -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 0.5.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A lightweight, self-hosted paste platform. +home: https://truecharts.org/charts/stable/pastey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.webp +keywords: + - pastey + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pastey +sources: + - https://github.com/Cesura/pastey + - https://github.com/truecharts/charts/tree/master/charts/stable/pastey + - https://hub.docker.com/r/cesura/pastey +type: application +version: 8.5.1 diff --git a/charts/stable/pavlovvr/Chart.yaml b/charts/stable/pavlovvr/Chart.yaml index 7243e9115af..89a011204aa 100644 --- a/charts/stable/pavlovvr/Chart.yaml +++ b/charts/stable/pavlovvr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: palor -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Pavlov - VR and run it. -Home: https://truecharts.org/charts/stable/pavlovvr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.webp -Keywords: -- pavlovvr -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pavlovvr -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr -- https://www.steampowered.com/ -Type: application -Version: 8.1.1 +apiVersion: v2 +appVersion: palor +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Pavlov VR and run it. +home: https://truecharts.org/charts/stable/pavlovvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.webp +keywords: + - pavlovvr + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pavlovvr +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/pavlovvr + - https://www.steampowered.com/ +type: application +version: 8.1.1 diff --git a/charts/stable/peanut/Chart.yaml b/charts/stable/peanut/Chart.yaml index 0fa0b072a94..b90eea8ee53 100644 --- a/charts/stable/peanut/Chart.yaml +++ b/charts/stable/peanut/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.6.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Tiny Dashboard for Network UPS Tools. -Home: https://truecharts.org/charts/stable/peanut -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.webp -Keywords: -- peanut -- ups -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: peanut -Sources: -- https://github.com/Brandawg93/PeaNUT -- https://github.com/truecharts/charts/tree/master/charts/stable/peanut -- https://hub.docker.com/r/brandawg93/peanut -Type: application -Version: 7.0.0 +apiVersion: v2 +appVersion: 5.6.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Tiny Dashboard for Network UPS Tools. +home: https://truecharts.org/charts/stable/peanut +icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.webp +keywords: + - peanut + - ups +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: peanut +sources: + - https://github.com/Brandawg93/PeaNUT + - https://github.com/truecharts/charts/tree/master/charts/stable/peanut + - https://hub.docker.com/r/brandawg93/peanut +type: application +version: 7.0.0 diff --git a/charts/stable/peppermint/Chart.yaml b/charts/stable/peppermint/Chart.yaml index d8c32e569dd..fde3007f2fa 100644 --- a/charts/stable/peppermint/Chart.yaml +++ b/charts/stable/peppermint/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An open source ticket management & help desk solution. -Home: https://truecharts.org/charts/stable/peppermint -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/peppermint.webp -Keywords: -- peppermint -- tickets -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: peppermint -Sources: -- https://github.com/Peppermint-Lab/peppermint -- https://github.com/truecharts/charts/tree/master/charts/stable/peppermint -- https://hub.docker.com/r/pepperlabs/peppermint -Type: application -Version: 3.0.0 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An open source ticket management & help desk solution. +home: https://truecharts.org/charts/stable/peppermint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/peppermint.webp +keywords: + - peppermint + - tickets +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: peppermint +sources: + - https://github.com/Peppermint-Lab/peppermint + - https://github.com/truecharts/charts/tree/master/charts/stable/peppermint + - https://hub.docker.com/r/pepperlabs/peppermint +type: application +version: 3.0.0 diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index 8e30db2d890..bbc7f167b90 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 9.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Web-Based postgresql database management utility -Home: https://truecharts.org/charts/stable/pgadmin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.webp -Keywords: -- pgadmin -- db -- database -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pgadmin -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin -- https://hub.docker.com/r/dpage/pgadmin4 -- https://www.pgadmin.org/ -Type: application -Version: 18.2.0 +apiVersion: v2 +appVersion: 9.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web-Based postgresql database management utility +home: https://truecharts.org/charts/stable/pgadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.webp +keywords: + - pgadmin + - db + - database +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pgadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin + - https://hub.docker.com/r/dpage/pgadmin4 + - https://www.pgadmin.org/ +type: application +version: 18.2.0 diff --git a/charts/stable/phoronix-test-suite/Chart.yaml b/charts/stable/phoronix-test-suite/Chart.yaml index 68090b443ca..97b6e3e0138 100644 --- a/charts/stable/phoronix-test-suite/Chart.yaml +++ b/charts/stable/phoronix-test-suite/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The Phoronix Test Suite is the most comprehensive testing and benchmarking - platform available that provides an extensible framework for which new tests can - be easily added. -Home: https://truecharts.org/charts/stable/phoronix-test-suite -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.webp -Keywords: -- phoronix-test-suite -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: phoronix-test-suite -Sources: -- https://github.com/phoronix-test-suite/phoronix-test-suite -- https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite -- https://hub.docker.com/r/phoronix/pts -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. +home: https://truecharts.org/charts/stable/phoronix-test-suite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.webp +keywords: + - phoronix-test-suite + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: phoronix-test-suite +sources: + - https://github.com/phoronix-test-suite/phoronix-test-suite + - https://github.com/truecharts/charts/tree/master/charts/stable/phoronix-test-suite + - https://hub.docker.com/r/phoronix/pts +type: application +version: 7.5.1 diff --git a/charts/stable/photo-stream/Chart.yaml b/charts/stable/photo-stream/Chart.yaml index 3365eb841a7..880f407b49f 100644 --- a/charts/stable/photo-stream/Chart.yaml +++ b/charts/stable/photo-stream/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, - no tracking, just photos. -Home: https://truecharts.org/charts/stable/photo-stream -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.webp -Keywords: -- photo-stream -- Productivity -- Tools-Utilities -- MediaApp-Photos -- MediaServer-Photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: photo-stream -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream -- https://github.com/waschinski/photo-stream -- https://hub.docker.com/r/waschinski/photo-stream -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos. +home: https://truecharts.org/charts/stable/photo-stream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.webp +keywords: + - photo-stream + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaServer-Photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photo-stream +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/photo-stream + - https://github.com/waschinski/photo-stream + - https://hub.docker.com/r/waschinski/photo-stream +type: application +version: 7.5.1 diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index e57d0093cad..0588d52fd2f 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,41 +8,41 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 250321.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: PhotoPrism® is a server-based application for browsing, organizing and - sharing your personal photo collection -Home: https://truecharts.org/charts/stable/photoprism -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.webp -Keywords: -- photos -- photoprism -- pictures -- sharing -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: photoprism -Sources: -- https://github.com/photoprism/photoprism -- https://github.com/truecharts/charts/tree/master/charts/stable/photoprism -- https://hub.docker.com/r/photoprism/photoprism -Type: application -Version: 25.1.0 +apiVersion: v2 +appVersion: 250321.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection +home: https://truecharts.org/charts/stable/photoprism +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.webp +keywords: + - photos + - photoprism + - pictures + - sharing +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoprism +sources: + - https://github.com/photoprism/photoprism + - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism + - https://hub.docker.com/r/photoprism/photoprism +type: application +version: 25.1.0 diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml index b9916267ad4..ba7e0e554f7 100644 --- a/charts/stable/photoshow/Chart.yaml +++ b/charts/stable/photoshow/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 48aabb98 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A gallery software at its easiest, it doesn't even require a database. -Home: https://truecharts.org/charts/stable/photoshow -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.webp -Keywords: -- photoshow -- photo -- show -- gallary -- image -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: photoshow -Sources: -- https://ghcr.io/linuxserver/photoshow -- https://github.com/linuxserver/docker-photoshow -- https://github.com/thibaud-rohmer/PhotoShow -- https://github.com/truecharts/charts/tree/master/charts/stable/photoshow -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 48aabb98 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A gallery software at its easiest, it doesn't even require a database. +home: https://truecharts.org/charts/stable/photoshow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.webp +keywords: + - photoshow + - photo + - show + - gallary + - image +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoshow +sources: + - https://ghcr.io/linuxserver/photoshow + - https://github.com/linuxserver/docker-photoshow + - https://github.com/thibaud-rohmer/PhotoShow + - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow +type: application +version: 12.5.1 diff --git a/charts/stable/photostructure/Chart.yaml b/charts/stable/photostructure/Chart.yaml index b3d5af7b7c8..12f791142f0 100644 --- a/charts/stable/photostructure/Chart.yaml +++ b/charts/stable/photostructure/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2024.3.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: PhotoStructure is your new home for all your photos and videos. -Home: https://truecharts.org/charts/stable/photostructure -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.webp -Keywords: -- photostructure -- MediaApp-Photos -- MediaServer-Video -- MediaServer-Photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: photostructure -Sources: -- https://github.com/photostructure/photostructure-for-servers -- https://github.com/truecharts/charts/tree/master/charts/stable/photostructure -- https://hub.docker.com/r/photostructure/server -Type: application -Version: 9.5.1 +apiVersion: v2 +appVersion: 2024.3.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PhotoStructure is your new home for all your photos and videos. +home: https://truecharts.org/charts/stable/photostructure +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.webp +keywords: + - photostructure + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photostructure +sources: + - https://github.com/photostructure/photostructure-for-servers + - https://github.com/truecharts/charts/tree/master/charts/stable/photostructure + - https://hub.docker.com/r/photostructure/server +type: application +version: 9.5.1 diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml index 19c257fbb1d..b219946f935 100644 --- a/charts/stable/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.4.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Photoview is a simple and user-friendly photo gallery. -Home: https://truecharts.org/charts/stable/photoview -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.webp -Keywords: -- photo -- gallery -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: photoview -Sources: -- https://github.com/photoview/photoview -- https://github.com/truecharts/charts/tree/master/charts/stable/photoview -- https://hub.docker.com/r/viktorstrate/photoview -Type: application -Version: 15.6.1 +apiVersion: v2 +appVersion: 2.4.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Photoview is a simple and user-friendly photo gallery. +home: https://truecharts.org/charts/stable/photoview +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.webp +keywords: + - photo + - gallery +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: photoview +sources: + - https://github.com/photoview/photoview + - https://github.com/truecharts/charts/tree/master/charts/stable/photoview + - https://hub.docker.com/r/viktorstrate/photoview +type: application +version: 15.6.1 diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index 66996cd0a3c..e66bb3ddb7e 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.9.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Web-based LDAP browser to manage your LDAP server -Home: https://truecharts.org/charts/stable/phpldapadmin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.webp -Keywords: -- phpldapadmin -- openldap -- userrights -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: phpldapadmin -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin -- https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog -- https://hub.docker.com/r/osixia/phpldapadmin -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 0.9.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Web-based LDAP browser to manage your LDAP server +home: https://truecharts.org/charts/stable/phpldapadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.webp +keywords: + - phpldapadmin + - openldap + - userrights +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: phpldapadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin + - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog + - https://hub.docker.com/r/osixia/phpldapadmin +type: application +version: 15.5.1 diff --git a/charts/stable/phpmyadmin/Chart.yaml b/charts/stable/phpmyadmin/Chart.yaml index 9f74a3ddec9..1385e7c08e8 100644 --- a/charts/stable/phpmyadmin/Chart.yaml +++ b/charts/stable/phpmyadmin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.2.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A web interface for MySQL and MariaDB. -Home: https://truecharts.org/charts/stable/phpmyadmin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.webp -Keywords: -- phpmyadmin -- Tools-Utilities -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: phpmyadmin -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin -- https://hub.docker.com/_/phpmyadmin -Type: application -Version: 7.5.6 +apiVersion: v2 +appVersion: 5.2.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web interface for MySQL and MariaDB. +home: https://truecharts.org/charts/stable/phpmyadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.webp +keywords: + - phpmyadmin + - Tools-Utilities + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: phpmyadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/phpmyadmin + - https://hub.docker.com/_/phpmyadmin +type: application +version: 7.5.6 diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index 38a2d1d927d..f6a29615eed 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 10.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Program for forwarding ADS-B data to FlightAware -Home: https://truecharts.org/charts/stable/piaware -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.webp -Keywords: -- piaware -- flight-aware -- flight-tracker -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: piaware -Sources: -- https://github.com/flightaware/piaware -- https://github.com/truecharts/charts/tree/master/charts/stable/piaware -- https://hub.docker.com/r/mikenye/piaware -Type: application -Version: 15.0.1 +apiVersion: v2 +appVersion: 10.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Program for forwarding ADS-B data to FlightAware +home: https://truecharts.org/charts/stable/piaware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.webp +keywords: + - piaware + - flight-aware + - flight-tracker +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: piaware +sources: + - https://github.com/flightaware/piaware + - https://github.com/truecharts/charts/tree/master/charts/stable/piaware + - https://hub.docker.com/r/mikenye/piaware +type: application +version: 15.0.1 diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml index 935ea4ce17c..c52ac6778c5 100644 --- a/charts/stable/picoshare/Chart.yaml +++ b/charts/stable/picoshare/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.4.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: PicoShare is a minimalist service that allows you to share files easily. -Home: https://truecharts.org/charts/stable/picoshare -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.webp -Keywords: -- picoshare -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: picoshare -Sources: -- https://github.com/mtlynch/picoshare -- https://github.com/truecharts/charts/tree/master/charts/stable/picoshare -- https://hub.docker.com/r/mtlynch/picoshare -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 1.4.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PicoShare is a minimalist service that allows you to share files easily. +home: https://truecharts.org/charts/stable/picoshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.webp +keywords: + - picoshare +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: picoshare +sources: + - https://github.com/mtlynch/picoshare + - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare + - https://hub.docker.com/r/mtlynch/picoshare +type: application +version: 11.5.1 diff --git a/charts/stable/pigallery2/Chart.yaml b/charts/stable/pigallery2/Chart.yaml index 83e099f84ab..5d732693280 100644 --- a/charts/stable/pigallery2/Chart.yaml +++ b/charts/stable/pigallery2/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,38 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'Homepage: http://bpatrik.github.io/pigallery2/' -Home: https://truecharts.org/charts/stable/pigallery2 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.webp -Keywords: -- pigallery2 -- Cloud -- MediaApp-Video -- MediaApp-Music -- MediaApp-Photos -- MediaServer-Video -- MediaServer-Music -- MediaServer-Photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pigallery2 -Sources: -- https://github.com/bpatrik/pigallery2 -- https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2 -- https://hub.docker.com/r/bpatrik/pigallery2 -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'Homepage: http://bpatrik.github.io/pigallery2/' +home: https://truecharts.org/charts/stable/pigallery2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.webp +keywords: + - pigallery2 + - Cloud + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pigallery2 +sources: + - https://github.com/bpatrik/pigallery2 + - https://github.com/truecharts/charts/tree/master/charts/stable/pigallery2 + - https://hub.docker.com/r/bpatrik/pigallery2 +type: application +version: 7.5.1 diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index 99df5a4ac5b..d241f4385f0 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.04.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: DNS and Ad-filtering for your network -Home: https://truecharts.org/charts/stable/pihole -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.webp -Keywords: -- DNS -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pihole -Sources: -- https://ghcr.io/pi-hole/pihole -- https://github.com/pi-hole -- https://github.com/pi-hole/docker-pi-hole -- https://github.com/truecharts/charts/tree/master/charts/stable/pihole -- https://pi-hole.net/ -Type: application -Version: 19.2.0 +apiVersion: v2 +appVersion: 2025.04.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: DNS and Ad-filtering for your network +home: https://truecharts.org/charts/stable/pihole +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.webp +keywords: + - DNS +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pihole +sources: + - https://ghcr.io/pi-hole/pihole + - https://github.com/pi-hole + - https://github.com/pi-hole/docker-pi-hole + - https://github.com/truecharts/charts/tree/master/charts/stable/pihole + - https://pi-hole.net/ +type: application +version: 19.2.0 diff --git a/charts/stable/pingvin-share/Chart.yaml b/charts/stable/pingvin-share/Chart.yaml index 2659167554c..d90a92a1c86 100644 --- a/charts/stable/pingvin-share/Chart.yaml +++ b/charts/stable/pingvin-share/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.11.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Pingvin Share is self-hosted file sharing platform and an alternative - for WeTransfer. -Home: https://truecharts.org/charts/stable/pingvin-share -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pingvin-share.webp -Keywords: -- file-sharting -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pingvin-share -Sources: -- https://github.com/stonith404/pingvin-share -- https://github.com/truecharts/charts/tree/master/charts/stable/pingvin-share -- https://hub.docker.com/r/stonith404/pingvin-share -Type: application -Version: 3.2.0 +apiVersion: v2 +appVersion: 1.11.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer. +home: https://truecharts.org/charts/stable/pingvin-share +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pingvin-share.webp +keywords: + - file-sharting +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pingvin-share +sources: + - https://github.com/stonith404/pingvin-share + - https://github.com/truecharts/charts/tree/master/charts/stable/pingvin-share + - https://hub.docker.com/r/stonith404/pingvin-share +type: application +version: 3.2.0 diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml index 0630cece054..e25f1496488 100644 --- a/charts/stable/pinry/Chart.yaml +++ b/charts/stable/pinry/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.1.13 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The open-source core of Pinry, a tiling image board system for people - who want to save, tag, and share images, videos and webpages in an easy to skim - through format. -Home: https://truecharts.org/charts/stable/pinry -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.webp -Keywords: -- pinry -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pinry -Sources: -- https://github.com/pinry/pinry/ -- https://github.com/truecharts/charts/tree/master/charts/stable/pinry -- https://hub.docker.com/r/getpinry/pinry -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2.1.13 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. +home: https://truecharts.org/charts/stable/pinry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.webp +keywords: + - pinry +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pinry +sources: + - https://github.com/pinry/pinry/ + - https://github.com/truecharts/charts/tree/master/charts/stable/pinry + - https://hub.docker.com/r/getpinry/pinry +type: application +version: 11.5.1 diff --git a/charts/stable/piwigo/Chart.yaml b/charts/stable/piwigo/Chart.yaml index 24e635376c5..e741c8856fb 100644 --- a/charts/stable/piwigo/Chart.yaml +++ b/charts/stable/piwigo/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,40 +8,41 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 15.5.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: A photo gallery software for the web. -Home: https://truecharts.org/charts/stable/piwigo -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.webp -Keywords: -- piwigo -- gallery -- photo -- image -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: piwigo -Sources: -- https://ghcr.io/linuxserver/piwigo -- https://github.com/linuxserver/docker-piwigo -- https://github.com/truecharts/charts/tree/master/charts/stable/piwigo -Type: application -Version: 15.11.2 +apiVersion: v2 +appVersion: 15.5.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A photo gallery software for the web. +home: https://truecharts.org/charts/stable/piwigo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.webp +keywords: + - piwigo + - gallery + - photo + - image +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: piwigo +sources: + - https://ghcr.io/linuxserver/piwigo + - https://github.com/linuxserver/docker-piwigo + - https://github.com/truecharts/charts/tree/master/charts/stable/piwigo +type: application +version: 15.11.2 diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml index 3d67fe5f9fe..e0ddef04615 100644 --- a/charts/stable/pixapop/Chart.yaml +++ b/charts/stable/pixapop/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An open-source single page application to view your photos in the easiest - way possible. -Home: https://truecharts.org/charts/stable/pixapop -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.webp -Keywords: -- pixapop -- photo -- gallery -- image -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pixapop -Sources: -- https://ghcr.io/linuxserver/pixapop -- https://github.com/bierdok/pixapop -- https://github.com/linuxserver/docker-pixapop -- https://github.com/truecharts/charts/tree/master/charts/stable/pixapop -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 1.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An open-source single page application to view your photos in the easiest way possible. +home: https://truecharts.org/charts/stable/pixapop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.webp +keywords: + - pixapop + - photo + - gallery + - image +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pixapop +sources: + - https://ghcr.io/linuxserver/pixapop + - https://github.com/bierdok/pixapop + - https://github.com/linuxserver/docker-pixapop + - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop +type: application +version: 12.5.1 diff --git a/charts/stable/pixark/Chart.yaml b/charts/stable/pixark/Chart.yaml index 30eb401eed7..b10ec5568da 100644 --- a/charts/stable/pixark/Chart.yaml +++ b/charts/stable/pixark/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: pixark -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install PIXARK - and run it (a normal server startup of PIXARK can take a long time!). -Home: https://truecharts.org/charts/stable/pixark -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.webp -Keywords: -- pixark -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pixark -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/pixark -- https://pixark.snail.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: pixark +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!). +home: https://truecharts.org/charts/stable/pixark +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.webp +keywords: + - pixark + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pixark +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/pixark + - https://pixark.snail.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/plant-it/Chart.yaml b/charts/stable/plant-it/Chart.yaml index 955e556231b..ac1f327c005 100644 --- a/charts/stable/plant-it/Chart.yaml +++ b/charts/stable/plant-it/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,45 +6,46 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.10.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Plant-it is a self-hosted gardening companion app. -Home: https://truecharts.org/charts/stable/plant-it -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plant-it.webp -Keywords: -- plant -- plant-it -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plant-it -Sources: -- https://github.com/MDeLuise/plant-it -- https://github.com/truecharts/charts/tree/master/charts/stable/plant-it -- https://hub.docker.com/r/msdeluise/plant-it-server -Type: application -Version: 2.1.2 +apiVersion: v2 +appVersion: 0.10.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plant-it is a self-hosted gardening companion app. +home: https://truecharts.org/charts/stable/plant-it +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plant-it.webp +keywords: + - plant + - plant-it +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plant-it +sources: + - https://github.com/MDeLuise/plant-it + - https://github.com/truecharts/charts/tree/master/charts/stable/plant-it + - https://hub.docker.com/r/msdeluise/plant-it-server +type: application +version: 2.1.2 diff --git a/charts/stable/plausible/Chart.yaml b/charts/stable/plausible/Chart.yaml index b57e06114e9..f894c15720b 100644 --- a/charts/stable/plausible/Chart.yaml +++ b/charts/stable/plausible/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,42 +8,42 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: clickhouse.enabled - ImportValues: null - Name: clickhouse - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.2.1 -Deprecated: false -Description: Plausible is lightweight and open source web analytics. No cookies and - fully compliant with GDPR, CCPA and PECR. -Home: https://truecharts.org/charts/stable/plausible -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.webp -Keywords: -- plausible -- analytics -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plausible -Sources: -- https://github.com/plausible/analytics -- https://github.com/plausible/hosting -- https://github.com/truecharts/charts/tree/master/charts/stable/plausible -- https://hub.docker.com/r/plausible/analytics -- https://plausible.io/ -- https://plausible.io/docs/self-hosting -Type: application -Version: 13.2.1 +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: clickhouse + version: 15.2.1 + repository: oci://tccr.io/truecharts + condition: clickhouse.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. +home: https://truecharts.org/charts/stable/plausible +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.webp +keywords: + - plausible + - analytics +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plausible +sources: + - https://github.com/plausible/analytics + - https://github.com/plausible/hosting + - https://github.com/truecharts/charts/tree/master/charts/stable/plausible + - https://hub.docker.com/r/plausible/analytics + - https://plausible.io/ + - https://plausible.io/docs/self-hosting +type: application +version: 13.2.1 diff --git a/charts/stable/plaxt/Chart.yaml b/charts/stable/plaxt/Chart.yaml index 2ef930471bc..b62620cef41 100644 --- a/charts/stable/plaxt/Chart.yaml +++ b/charts/stable/plaxt/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Tools provides a way to keep your watched history synced FROM Plex - Server To Trakt.tv -Home: https://truecharts.org/charts/stable/plaxt -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.webp -Keywords: -- plaxt -- Other -- MediaApp-Other -- MediaServer-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plaxt -Sources: -- https://github.com/XanderStrike/goplaxt -- https://github.com/truecharts/charts/tree/master/charts/stable/plaxt -- https://hub.docker.com/r/xanderstrike/goplaxt -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv +home: https://truecharts.org/charts/stable/plaxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.webp +keywords: + - plaxt + - Other + - MediaApp-Other + - MediaServer-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plaxt +sources: + - https://github.com/XanderStrike/goplaxt + - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt + - https://hub.docker.com/r/xanderstrike/goplaxt +type: application +version: 10.5.1 diff --git a/charts/stable/plex-auto-languages/Chart.yaml b/charts/stable/plex-auto-languages/Chart.yaml index acb2ba43653..90994805f9b 100644 --- a/charts/stable/plex-auto-languages/Chart.yaml +++ b/charts/stable/plex-auto-languages/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Automated language selection for Plex TV Shows. -Home: https://truecharts.org/charts/stable/plex-auto-languages -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.webp -Keywords: -- plex-auto-languages -- Tools-Utilities -- MediaApp-Other -- MediaApp-Video -- MediaServer-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plex-auto-languages -Sources: -- https://github.com/remirigal/plex-auto-languages -- https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages -- https://hub.docker.com/r/remirigal/plex-auto-languages -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automated language selection for Plex TV Shows. +home: https://truecharts.org/charts/stable/plex-auto-languages +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.webp +keywords: + - plex-auto-languages + - Tools-Utilities + - MediaApp-Other + - MediaApp-Video + - MediaServer-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-auto-languages +sources: + - https://github.com/remirigal/plex-auto-languages + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages + - https://hub.docker.com/r/remirigal/plex-auto-languages +type: application +version: 10.5.1 diff --git a/charts/stable/plex-meta-manager/Chart.yaml b/charts/stable/plex-meta-manager/Chart.yaml index 9ac8d6af86b..afeab9c51e4 100644 --- a/charts/stable/plex-meta-manager/Chart.yaml +++ b/charts/stable/plex-meta-manager/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.21.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: true -Description: Python script to update metadata and automatically build collections. -Home: https://truecharts.org/charts/stable/plex-meta-manager -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.webp -Keywords: -- plex-meta-manager -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plex-meta-manager -Sources: -- https://github.com/meisnate12/Plex-Meta-Manager -- https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager -- https://hub.docker.com/r/meisnate12/plex-meta-manager -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 1.21.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: true +description: Python script to update metadata and automatically build collections. +home: https://truecharts.org/charts/stable/plex-meta-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.webp +keywords: + - plex-meta-manager +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-meta-manager +sources: + - https://github.com/meisnate12/Plex-Meta-Manager + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-meta-manager + - https://hub.docker.com/r/meisnate12/plex-meta-manager +type: application +version: 8.5.1 diff --git a/charts/stable/plex-playlist-sync/Chart.yaml b/charts/stable/plex-playlist-sync/Chart.yaml index f8b4a4fe8c2..9ccba034be9 100644 --- a/charts/stable/plex-playlist-sync/Chart.yaml +++ b/charts/stable/plex-playlist-sync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Sync your Spotify and Deezer playlists to your Plex server. -Home: https://truecharts.org/charts/stable/plex-playlist-sync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.webp -Keywords: -- plex-playlist-sync -- Spotify -- Deezer -- Tools-Utilities -- MediaApp-Other -- MediaApp-Video -- MediaServer-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plex-playlist-sync -Sources: -- https://github.com/rnagabhyrava/plex-playlist-sync -- https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync -- https://hub.docker.com/r/rnagabhyrava/plexplaylistsync -Type: application -Version: 5.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sync your Spotify and Deezer playlists to your Plex server. +home: https://truecharts.org/charts/stable/plex-playlist-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.webp +keywords: + - plex-playlist-sync + - Spotify + - Deezer + - Tools-Utilities + - MediaApp-Other + - MediaApp-Video + - MediaServer-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-playlist-sync +sources: + - https://github.com/rnagabhyrava/plex-playlist-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-playlist-sync + - https://hub.docker.com/r/rnagabhyrava/plexplaylistsync +type: application +version: 5.5.1 diff --git a/charts/stable/plex-utills/Chart.yaml b/charts/stable/plex-utills/Chart.yaml index ed34e7cb7f5..3f1abeb6ca7 100644 --- a/charts/stable/plex-utills/Chart.yaml +++ b/charts/stable/plex-utills/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A utility to help manage your library. -Home: https://truecharts.org/charts/stable/plex-utills -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.webp -Keywords: -- plex-utills -- Tools-Utilities -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plex-utills -Sources: -- https://github.com/jkirkcaldy/plex-utills -- https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills -- https://hub.docker.com/r/jkirkcaldy/plex-utills -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A utility to help manage your library. +home: https://truecharts.org/charts/stable/plex-utills +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.webp +keywords: + - plex-utills + - Tools-Utilities + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex-utills +sources: + - https://github.com/jkirkcaldy/plex-utills + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills + - https://hub.docker.com/r/jkirkcaldy/plex-utills +type: application +version: 10.5.1 diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 4db4e98a36b..a76a26b7378 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.41.5.9522 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Plex Media Server -Home: https://truecharts.org/charts/stable/plex -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.webp -Keywords: -- plex -- plex-media-server -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plex -Sources: -- https://ghcr.io/home-operations/plex -- https://github.com/k8s-at-home/container-images/pkgs/container/plex -- https://github.com/truecharts/charts/tree/master/charts/stable/plex -Type: application -Version: 19.6.9 +apiVersion: v2 +appVersion: 1.41.5.9522 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plex Media Server +home: https://truecharts.org/charts/stable/plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.webp +keywords: + - plex + - plex-media-server +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plex +sources: + - https://ghcr.io/home-operations/plex + - https://github.com/k8s-at-home/container-images/pkgs/container/plex + - https://github.com/truecharts/charts/tree/master/charts/stable/plex +type: application +version: 19.6.9 diff --git a/charts/stable/plexanisync/Chart.yaml b/charts/stable/plexanisync/Chart.yaml index 9e1a435b945..0100577f1b9 100644 --- a/charts/stable/plexanisync/Chart.yaml +++ b/charts/stable/plexanisync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.4.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Plex to AniList Sync. -Home: https://truecharts.org/charts/stable/plexanisync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.webp -Keywords: -- plexanisync -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plexanisync -Sources: -- https://ghcr.io/rickdb/plexanisync -- https://github.com/RickDB/PlexAniSync -- https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync -- https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 1.4.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Plex to AniList Sync. +home: https://truecharts.org/charts/stable/plexanisync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.webp +keywords: + - plexanisync + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plexanisync +sources: + - https://ghcr.io/rickdb/plexanisync + - https://github.com/RickDB/PlexAniSync + - https://github.com/RickDB/PlexAniSync/pkgs/container/plexanisync + - https://github.com/truecharts/charts/tree/master/charts/stable/plexanisync +type: application +version: 8.5.1 diff --git a/charts/stable/plexripper/Chart.yaml b/charts/stable/plexripper/Chart.yaml index e4d5197ff78..864154e9a21 100644 --- a/charts/stable/plexripper/Chart.yaml +++ b/charts/stable/plexripper/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.30.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A multi-platform media downloader that indexes and downloads content - from your accessible Plex servers. -Home: https://truecharts.org/charts/stable/plexripper -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.webp -Keywords: -- plexripper -- Backup -- Downloaders -- MediaApp-Video -- MediaApp-Music -- MediaApp-Photos -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plexripper -Sources: -- https://github.com/PlexRipper/PlexRipper/ -- https://github.com/truecharts/charts/tree/master/charts/stable/plexripper -- https://hub.docker.com/r/plexripper/plexripper -Type: application -Version: 10.15.1 +apiVersion: v2 +appVersion: 0.30.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers. +home: https://truecharts.org/charts/stable/plexripper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.webp +keywords: + - plexripper + - Backup + - Downloaders + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plexripper +sources: + - https://github.com/PlexRipper/PlexRipper/ + - https://github.com/truecharts/charts/tree/master/charts/stable/plexripper + - https://hub.docker.com/r/plexripper/plexripper +type: application +version: 10.15.1 diff --git a/charts/stable/plextraktsync/Chart.yaml b/charts/stable/plextraktsync/Chart.yaml index 0c6a5f29a95..3d069b375b0 100644 --- a/charts/stable/plextraktsync/Chart.yaml +++ b/charts/stable/plextraktsync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.34.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Two-way-sync between trakt.tv and Plex Media Server. -Home: https://truecharts.org/charts/stable/plextraktsync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.webp -Keywords: -- plextraktsync -- Tools-Utilities -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: plextraktsync -Sources: -- https://ghcr.io/taxel/plextraktsync -- https://github.com/Taxel/PlexTraktSync -- https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync -Type: application -Version: 9.8.7 +apiVersion: v2 +appVersion: 0.34.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Two-way-sync between trakt.tv and Plex Media Server. +home: https://truecharts.org/charts/stable/plextraktsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.webp +keywords: + - plextraktsync + - Tools-Utilities + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: plextraktsync +sources: + - https://ghcr.io/taxel/plextraktsync + - https://github.com/Taxel/PlexTraktSync + - https://github.com/truecharts/charts/tree/master/charts/stable/plextraktsync +type: application +version: 9.8.7 diff --git a/charts/stable/pocketmine-mp/Chart.yaml b/charts/stable/pocketmine-mp/Chart.yaml index 9c11a95420f..ec92f3a1525 100644 --- a/charts/stable/pocketmine-mp/Chart.yaml +++ b/charts/stable/pocketmine-mp/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.27.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A server software for Minecraft Bedrock Edition in PHP. -Home: https://truecharts.org/charts/stable/pocketmine-mp -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.webp -Keywords: -- pocketmine-mp -- minecraft -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pocketmine-mp -Sources: -- https://ghcr.io/pmmp/pocketmine-mp -- https://github.com/pmmp/PocketMine-MP -- https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp -Type: application -Version: 5.15.1 +apiVersion: v2 +appVersion: 5.27.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A server software for Minecraft Bedrock Edition in PHP. +home: https://truecharts.org/charts/stable/pocketmine-mp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.webp +keywords: + - pocketmine-mp + - minecraft +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pocketmine-mp +sources: + - https://ghcr.io/pmmp/pocketmine-mp + - https://github.com/pmmp/PocketMine-MP + - https://github.com/truecharts/charts/tree/master/charts/stable/pocketmine-mp +type: application +version: 5.15.1 diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index ed086ad20b4..f9ab3d893c8 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted podcast manager to download episodes as soon as they become - live. -Home: https://truecharts.org/charts/stable/podgrab -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.webp -Keywords: -- podgrab -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: podgrab -Sources: -- https://github.com/akhilrex/podgrab -- https://github.com/truecharts/charts/tree/master/charts/stable/podgrab -- https://hub.docker.com/r/akhilrex/podgrab -Type: application -Version: 19.5.1 +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted podcast manager to download episodes as soon as they become live. +home: https://truecharts.org/charts/stable/podgrab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.webp +keywords: + - podgrab +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: podgrab +sources: + - https://github.com/akhilrex/podgrab + - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab + - https://hub.docker.com/r/akhilrex/podgrab +type: application +version: 19.5.1 diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index 5f033ea29d7..29086a75c48 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.28.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Container management made easy -Home: https://truecharts.org/charts/stable/portainer -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.webp -Keywords: -- portainer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: portainer -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 -Type: application -Version: 10.14.0 +apiVersion: v2 +appVersion: 2.28.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Container management made easy +home: https://truecharts.org/charts/stable/portainer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.webp +keywords: + - portainer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: portainer +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 +type: application +version: 10.14.0 diff --git a/charts/stable/post-recording/Chart.yaml b/charts/stable/post-recording/Chart.yaml index 6ff82cebe0e..0cb0fe950cc 100644 --- a/charts/stable/post-recording/Chart.yaml +++ b/charts/stable/post-recording/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Watches for .ts files made by Live TV recordings, convert them to a friendly - format, extract .srt file, add chapters with comchap or remove them with comcut. - Tested with Emby recordings. -Home: https://truecharts.org/charts/stable/post-recording -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.webp -Keywords: -- post-recording -- MediaApp-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: post-recording -Sources: -- https://github.com/chacawaca/docker-post-recording -- https://github.com/truecharts/charts/tree/master/charts/stable/post-recording -- https://hub.docker.com/r/chacawaca/post-recording -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings. +home: https://truecharts.org/charts/stable/post-recording +icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.webp +keywords: + - post-recording + - MediaApp-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: post-recording +sources: + - https://github.com/chacawaca/docker-post-recording + - https://github.com/truecharts/charts/tree/master/charts/stable/post-recording + - https://hub.docker.com/r/chacawaca/post-recording +type: application +version: 7.5.1 diff --git a/charts/stable/posterr/Chart.yaml b/charts/stable/posterr/Chart.yaml index 085cc4f36e2..be8f9c2eb4d 100644 --- a/charts/stable/posterr/Chart.yaml +++ b/charts/stable/posterr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Media display for Plex, Sonarr and Radarr. -Home: https://truecharts.org/charts/stable/posterr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.webp -Keywords: -- posterr -- MediaServer-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: posterr -Sources: -- https://github.com/petersem/posterr -- https://github.com/truecharts/charts/tree/master/charts/stable/posterr -- https://hub.docker.com/r/petersem/posterr -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Media display for Plex, Sonarr and Radarr. +home: https://truecharts.org/charts/stable/posterr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.webp +keywords: + - posterr + - MediaServer-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: posterr +sources: + - https://github.com/petersem/posterr + - https://github.com/truecharts/charts/tree/master/charts/stable/posterr + - https://hub.docker.com/r/petersem/posterr +type: application +version: 10.5.1 diff --git a/charts/stable/postscriptum/Chart.yaml b/charts/stable/postscriptum/Chart.yaml index f163e50eb34..32ef1f15b7b 100644 --- a/charts/stable/postscriptum/Chart.yaml +++ b/charts/stable/postscriptum/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: postscriptum -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install PostScriptum - and run it. -Home: https://truecharts.org/charts/stable/postscriptum -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.webp -Keywords: -- postscriptum -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: postscriptum -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: postscriptum +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it. +home: https://truecharts.org/charts/stable/postscriptum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.webp +keywords: + - postscriptum + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: postscriptum +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/postscriptum + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index 2fe5b52ef70..b7c7e40b8fe 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: pretend-youre-xyzzy, a cards against humanity clone -Home: https://truecharts.org/charts/stable/pretend-youre-xyzzy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.webp -Keywords: -- pretend-youre-xyzzy -- cards -- against -- humanity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pretend-youre-xyzzy -Sources: -- https://github.com/ajanata/PretendYoureXyzzy -- https://github.com/emcniece/DockerYourXyzzy -- https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy -- https://hub.docker.com/r/emcniece/dockeryourxyzzy -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 4.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pretend-youre-xyzzy, a cards against humanity clone +home: https://truecharts.org/charts/stable/pretend-youre-xyzzy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.webp +keywords: + - pretend-youre-xyzzy + - cards + - against + - humanity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pretend-youre-xyzzy +sources: + - https://github.com/ajanata/PretendYoureXyzzy + - https://github.com/emcniece/DockerYourXyzzy + - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy + - https://hub.docker.com/r/emcniece/dockeryourxyzzy +type: application +version: 15.5.1 diff --git a/charts/stable/profilarr/Chart.yaml b/charts/stable/profilarr/Chart.yaml index c62dccf6890..4e3035123a1 100644 --- a/charts/stable/profilarr/Chart.yaml +++ b/charts/stable/profilarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Configuration management tool for Radarr/Sonarr that automates importing - and version control of custom formats and quality profiles. -Home: https://truecharts.org/charts/stable/profilarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/profilarr.webp -Keywords: -- profilarr -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: profilarr -Sources: -- https://github.com/Dictionarry-Hub/profilarr -- https://github.com/truecharts/charts/tree/master/charts/stable/profilarr -- https://hub.docker.com/r/santiagosayshey/profilarr -Type: application -Version: 1.0.0 +apiVersion: v2 +appVersion: 1.0.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Configuration management tool for Radarr/Sonarr that automates importing and version control of custom formats and quality profiles. +home: https://truecharts.org/charts/stable/profilarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/profilarr.webp +keywords: + - profilarr + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: profilarr +sources: + - https://github.com/Dictionarry-Hub/profilarr + - https://github.com/truecharts/charts/tree/master/charts/stable/profilarr + - https://hub.docker.com/r/santiagosayshey/profilarr +type: application +version: 1.0.0 diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 8831a598fc6..8bb9ebf4ede 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: ProjectSend is a self-hosted application that lets you upload files and - assign them to specific clients that you create yourself. -Home: https://truecharts.org/charts/stable/projectsend -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.webp -Keywords: -- projectsend -- files -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: projectsend -Sources: -- https://ghcr.io/linuxserver/projectsend -- https://github.com/projectsend/projectsend -- https://github.com/truecharts/charts/tree/master/charts/stable/projectsend -Type: application -Version: 14.13.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. +home: https://truecharts.org/charts/stable/projectsend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.webp +keywords: + - projectsend + - files +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: projectsend +sources: + - https://ghcr.io/linuxserver/projectsend + - https://github.com/projectsend/projectsend + - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend +type: application +version: 14.13.3 diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml index b35bf5c048d..82fe52b6e9e 100644 --- a/charts/stable/promcord/Chart.yaml +++ b/charts/stable/promcord/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Discord bot that provides metrics from a Discord server -Home: https://truecharts.org/charts/stable/promcord -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.webp -Keywords: -- promcord -- discord -- metrics -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: promcord -Sources: -- https://github.com/nimarion/promcord -- https://github.com/truecharts/charts/tree/master/charts/stable/promcord -- https://hub.docker.com/r/biospheere/promcord -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Discord bot that provides metrics from a Discord server +home: https://truecharts.org/charts/stable/promcord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.webp +keywords: + - promcord + - discord + - metrics +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: promcord +sources: + - https://github.com/nimarion/promcord + - https://github.com/truecharts/charts/tree/master/charts/stable/promcord + - https://hub.docker.com/r/biospheere/promcord +type: application +version: 13.5.1 diff --git a/charts/stable/prometheus-pve-exporter/Chart.yaml b/charts/stable/prometheus-pve-exporter/Chart.yaml index 54a4c3447ce..0519dcbc8d6 100644 --- a/charts/stable/prometheus-pve-exporter/Chart.yaml +++ b/charts/stable/prometheus-pve-exporter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.5.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Prometheus exporter for Proxmox Virtual Environment metrics. -Home: https://truecharts.org/charts/stable/prometheus-pve-exporter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-pve-exporter.webp -Keywords: -- prometheus -- prometheus-pve-exporter -- monitoring -- proxmox -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: prometheus-pve-exporter -Sources: -- https://github.com/prometheus-pve/prometheus-pve-exporter -- https://github.com/truecharts/charts/tree/master/charts/stable/prometheus-pve-exporter -- https://grafana.com/grafana/dashboards/10347-proxmox-via-prometheus/ -- https://hub.docker.com/r/prompve/prometheus-pve-exporter -Type: application -Version: 1.0.0 +apiVersion: v2 +appVersion: 3.5.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Prometheus exporter for Proxmox Virtual Environment metrics. +home: https://truecharts.org/charts/stable/prometheus-pve-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-pve-exporter.webp +keywords: + - prometheus + - prometheus-pve-exporter + - monitoring + - proxmox +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prometheus-pve-exporter +sources: + - https://github.com/prometheus-pve/prometheus-pve-exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/prometheus-pve-exporter + - https://grafana.com/grafana/dashboards/10347-proxmox-via-prometheus/ + - https://hub.docker.com/r/prompve/prometheus-pve-exporter +type: application +version: 1.0.0 diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index 957ce95fbe9..ff0497ab3d2 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.19.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ProtonMail IMAP/SMTP Bridge to work on the network. -Home: https://truecharts.org/charts/stable/protonmail-bridge -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.webp -Keywords: -- protonmail -- protonmail-bridge -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: protonmail-bridge -Sources: -- https://github.com/shenxn/protonmail-bridge-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge -- https://hub.docker.com/r/shenxn/protonmail-bridge -Type: application -Version: 16.10.0 +apiVersion: v2 +appVersion: 3.19.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ProtonMail IMAP/SMTP Bridge to work on the network. +home: https://truecharts.org/charts/stable/protonmail-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.webp +keywords: + - protonmail + - protonmail-bridge +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: protonmail-bridge +sources: + - https://github.com/shenxn/protonmail-bridge-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge + - https://hub.docker.com/r/shenxn/protonmail-bridge +type: application +version: 16.10.0 diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 60082875a27..29b6da2ae3c 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.33.2.5002 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Indexer manager/proxy built on the popular arr net base stack to integrate - with your various PVR apps. -Home: https://truecharts.org/charts/stable/prowlarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.webp -Keywords: -- prowlarr -- torrent -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: prowlarr -Sources: -- https://ghcr.io/home-operations/prowlarr -- https://ghcr.io/onedr0p/exportarr -- https://github.com/Prowlarr/Prowlarr -- https://github.com/k8s-at-home/container-images -- https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr -Type: application -Version: 18.18.2 +apiVersion: v2 +appVersion: 1.33.2.5002 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. +home: https://truecharts.org/charts/stable/prowlarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.webp +keywords: + - prowlarr + - torrent + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prowlarr +sources: + - https://ghcr.io/home-operations/prowlarr + - https://ghcr.io/onedr0p/exportarr + - https://github.com/Prowlarr/Prowlarr + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr +type: application +version: 18.18.2 diff --git a/charts/stable/proxmox-backup-server/Chart.yaml b/charts/stable/proxmox-backup-server/Chart.yaml index fbe5ddf831a..07a8e8fa5ad 100644 --- a/charts/stable/proxmox-backup-server/Chart.yaml +++ b/charts/stable/proxmox-backup-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.3.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Container for proxmox backup server -Home: https://truecharts.org/charts/stable/proxmox-backup-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.webp -Keywords: -- proxmox-backup-server -- pbs -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: proxmox-backup-server -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server -- https://hub.docker.com/r/ayufan/proxmox-backup-server -Type: application -Version: 5.6.1 +apiVersion: v2 +appVersion: 3.3.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Container for proxmox backup server +home: https://truecharts.org/charts/stable/proxmox-backup-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.webp +keywords: + - proxmox-backup-server + - pbs +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: proxmox-backup-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/proxmox-backup-server + - https://hub.docker.com/r/ayufan/proxmox-backup-server +type: application +version: 5.6.1 diff --git a/charts/stable/prpdf/Chart.yaml b/charts/stable/prpdf/Chart.yaml index f0488cae4bf..d8b0f09afcf 100644 --- a/charts/stable/prpdf/Chart.yaml +++ b/charts/stable/prpdf/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased - autoscan with OCR. Merge etc. -Home: https://truecharts.org/charts/stable/prpdf -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.webp -Keywords: -- prpdf -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: prpdf -Sources: -- https://github.com/maschhoff/prpdf -- https://github.com/truecharts/charts/tree/master/charts/stable/prpdf -- https://hub.docker.com/r/knex666/prpdf -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. +home: https://truecharts.org/charts/stable/prpdf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.webp +keywords: + - prpdf + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prpdf +sources: + - https://github.com/maschhoff/prpdf + - https://github.com/truecharts/charts/tree/master/charts/stable/prpdf + - https://hub.docker.com/r/knex666/prpdf +type: application +version: 7.5.1 diff --git a/charts/stable/prusaslicer-novnc/Chart.yaml b/charts/stable/prusaslicer-novnc/Chart.yaml index a06a69280b2..da993fee08f 100644 --- a/charts/stable/prusaslicer-novnc/Chart.yaml +++ b/charts/stable/prusaslicer-novnc/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Enjoy Prusaslicer directly in your browser with this easy to use Chart - Chart. -Home: https://truecharts.org/charts/stable/prusaslicer-novnc -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.webp -Keywords: -- prusaslicer-novnc -- home-automation -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: prusaslicer-novnc -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc -- https://hub.docker.com/r/mikeah/prusaslicer-novnc -- https://www.prusa3d.com/prusaslicer/ -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. +home: https://truecharts.org/charts/stable/prusaslicer-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.webp +keywords: + - prusaslicer-novnc + - home-automation + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: prusaslicer-novnc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/prusaslicer-novnc + - https://hub.docker.com/r/mikeah/prusaslicer-novnc + - https://www.prusa3d.com/prusaslicer/ +type: application +version: 10.5.1 diff --git a/charts/stable/ps3netsrv/Chart.yaml b/charts/stable/ps3netsrv/Chart.yaml index 80fff83ef07..f184e22e233 100644 --- a/charts/stable/ps3netsrv/Chart.yaml +++ b/charts/stable/ps3netsrv/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.10.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Allows Multiman or Webman to stream and play game backups over the network. -Home: https://truecharts.org/charts/stable/ps3netsrv -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.webp -Keywords: -- ps3netsrv -- Game servers -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ps3netsrv -Sources: -- https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv -- https://github.com/truecharts/charts/tree/master/charts/stable/ps3netsrv -- https://hub.docker.com/r/shawly/ps3netsrv -Type: application -Version: 2.0.0 +apiVersion: v2 +appVersion: 1.10.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Allows Multiman or Webman to stream and play game backups over the network. +home: https://truecharts.org/charts/stable/ps3netsrv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.webp +keywords: + - ps3netsrv + - Game servers + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ps3netsrv +sources: + - https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv + - https://github.com/truecharts/charts/tree/master/charts/stable/ps3netsrv + - https://hub.docker.com/r/shawly/ps3netsrv +type: application +version: 2.0.0 diff --git a/charts/stable/pt-helper/Chart.yaml b/charts/stable/pt-helper/Chart.yaml index a24c24b372b..4607b3d6af1 100644 --- a/charts/stable/pt-helper/Chart.yaml +++ b/charts/stable/pt-helper/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A tool that can automatically download free seeds and delete them after - the free time expires. -Home: https://truecharts.org/charts/stable/pt-helper -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.webp -Keywords: -- pt-helper -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pt-helper -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper -- https://hub.docker.com/r/crazyq/pt_helper -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A tool that can automatically download free seeds and delete them after the free time expires. +home: https://truecharts.org/charts/stable/pt-helper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.webp +keywords: + - pt-helper + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pt-helper +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pt-helper + - https://hub.docker.com/r/crazyq/pt_helper +type: application +version: 7.5.1 diff --git a/charts/stable/putty/Chart.yaml b/charts/stable/putty/Chart.yaml index a1e5aa389d0..609ba5fe196 100644 --- a/charts/stable/putty/Chart.yaml +++ b/charts/stable/putty/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: PuTTY is a free and open-source terminal emulator, serial console and - network file transfer application. -Home: https://truecharts.org/charts/stable/putty -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.webp -Keywords: -- ssh -- putty -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: putty -Sources: -- https://github.com/jlesage/docker-putty -- https://github.com/truecharts/charts/tree/master/charts/stable/putty -- https://hub.docker.com/r/jlesage/putty -Type: application -Version: 12.0.0 +apiVersion: v2 +appVersion: 25.02.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. +home: https://truecharts.org/charts/stable/putty +icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.webp +keywords: + - ssh + - putty +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: putty +sources: + - https://github.com/jlesage/docker-putty + - https://github.com/truecharts/charts/tree/master/charts/stable/putty + - https://hub.docker.com/r/jlesage/putty +type: application +version: 12.0.0 diff --git a/charts/stable/pvk-ii/Chart.yaml b/charts/stable/pvk-ii/Chart.yaml index 38a2384cb14..cb22cf481b2 100644 --- a/charts/stable/pvk-ii/Chart.yaml +++ b/charts/stable/pvk-ii/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: pkii -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Pirates, - Vikings & Knights 2 and run it. -Home: https://truecharts.org/charts/stable/pvk-ii -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.webp -Keywords: -- pvk-ii -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pvk-ii -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: pkii +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. +home: https://truecharts.org/charts/stable/pvk-ii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.webp +keywords: + - pvk-ii + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pvk-ii +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/pvk-ii + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/pwm/Chart.yaml b/charts/stable/pwm/Chart.yaml index 48d2a5e41d7..f180d9201f2 100644 --- a/charts/stable/pwm/Chart.yaml +++ b/charts/stable/pwm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: PWM is a free and opensource password self-service application enabling - end-users to reset their enterprise password themselves. -Home: https://truecharts.org/charts/stable/pwm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.webp -Keywords: -- pwm -- Security -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pwm -Sources: -- https://github.com/pwm-project/pwm -- https://github.com/truecharts/charts/tree/master/charts/stable/pwm -- https://quay.io/fjudith/pwm -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. +home: https://truecharts.org/charts/stable/pwm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.webp +keywords: + - pwm + - Security +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pwm +sources: + - https://github.com/pwm-project/pwm + - https://github.com/truecharts/charts/tree/master/charts/stable/pwm + - https://quay.io/fjudith/pwm +type: application +version: 7.5.2 diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml index 93ce6444cb5..6252ed47f53 100644 --- a/charts/stable/pwndrop/Chart.yaml +++ b/charts/stable/pwndrop/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Pwndrop is a self-deployable file hosting service for sending out red - teaming payloads or securely sharing your private files over HTTP and WebDAV. -Home: https://truecharts.org/charts/stable/pwndrop -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.webp -Keywords: -- pwndrop -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pwndrop -Sources: -- https://ghcr.io/linuxserver/pwndrop -- https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop -Type: application -Version: 11.5.5 +apiVersion: v2 +appVersion: 1.0.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. +home: https://truecharts.org/charts/stable/pwndrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.webp +keywords: + - pwndrop +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pwndrop +sources: + - https://ghcr.io/linuxserver/pwndrop + - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop +type: application +version: 11.5.5 diff --git a/charts/stable/pyload-ng/Chart.yaml b/charts/stable/pyload-ng/Chart.yaml index 632151d3667..d43e432b4bd 100644 --- a/charts/stable/pyload-ng/Chart.yaml +++ b/charts/stable/pyload-ng/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: pyLoad(https://pyload.net/) is a Free and Open Source download manager - written in Python and designed to be extremely lightweight, easily extensible and - fully manageable via web. -Home: https://truecharts.org/charts/stable/pyload-ng -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.webp -Keywords: -- pyload-ng -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pyload-ng -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng -- https://github.com/linuxserver/docker-pyload-ng#readme -- https://github.com/orgs/linuxserver/packages/container/package/pyload-ng -- https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng -- https://pyload.net/ -Type: application -Version: 7.5.5 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. +home: https://truecharts.org/charts/stable/pyload-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.webp +keywords: + - pyload-ng + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pyload-ng +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/pyload-ng + - https://github.com/linuxserver/docker-pyload-ng#readme + - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng + - https://github.com/truecharts/charts/tree/master/charts/stable/pyload-ng + - https://pyload.net/ +type: application +version: 7.5.5 diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index 7a3457501d4..6d1000489aa 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 360b2295 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: pyLoad is a Free and Open Source download manager written in Python and - designed to be extremely lightweight, easily extensible and fully manageable via - web. -Home: https://truecharts.org/charts/stable/pyload -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.webp -Keywords: -- pyload -- download -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pyload -Sources: -- https://ghcr.io/linuxserver/pyload -- https://github.com/pyload/pyload -- https://github.com/truecharts/charts/tree/master/charts/stable/pyload -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 360b2295 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. +home: https://truecharts.org/charts/stable/pyload +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.webp +keywords: + - pyload + - download +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pyload +sources: + - https://ghcr.io/linuxserver/pyload + - https://github.com/pyload/pyload + - https://github.com/truecharts/charts/tree/master/charts/stable/pyload +type: application +version: 15.5.1 diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml index 4e568cf3763..01cac6fc8b5 100644 --- a/charts/stable/pylon/Chart.yaml +++ b/charts/stable/pylon/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.10.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Pylon is a web based integrated development environment. -Home: https://truecharts.org/charts/stable/pylon -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.webp -Keywords: -- pylon -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: pylon -Sources: -- https://ghcr.io/linuxserver/pylon -- https://github.com/truecharts/charts/tree/master/charts/stable/pylon -Type: application -Version: 11.5.7 +apiVersion: v2 +appVersion: 2.10.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Pylon is a web based integrated development environment. +home: https://truecharts.org/charts/stable/pylon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.webp +keywords: + - pylon +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: pylon +sources: + - https://ghcr.io/linuxserver/pylon + - https://github.com/truecharts/charts/tree/master/charts/stable/pylon +type: application +version: 11.5.7 diff --git a/charts/stable/qbitmanage/Chart.yaml b/charts/stable/qbitmanage/Chart.yaml index b7ec77e73ca..ee808e463e2 100644 --- a/charts/stable/qbitmanage/Chart.yaml +++ b/charts/stable/qbitmanage/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.2.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This tool will help manage tedious tasks in qBittorrent and automate - them. Tag, categorize, remove orphaned data, remove unregistered torrents and much - much more. -Home: https://truecharts.org/charts/stable/qbitmanage -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.webp -Keywords: -- qbitmanage -- Downloaders -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: qbitmanage -Sources: -- https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation -- https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage -- https://hub.docker.com/r/bobokun/qbit_manage -Type: application -Version: 10.6.1 +apiVersion: v2 +appVersion: 4.2.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. +home: https://truecharts.org/charts/stable/qbitmanage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.webp +keywords: + - qbitmanage + - Downloaders + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbitmanage +sources: + - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation + - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage + - https://hub.docker.com/r/bobokun/qbit_manage +type: application +version: 10.6.1 diff --git a/charts/stable/qbitrr/Chart.yaml b/charts/stable/qbitrr/Chart.yaml index 42a57494961..36ad6c50f81 100644 --- a/charts/stable/qbitrr/Chart.yaml +++ b/charts/stable/qbitrr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.10.20 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A simple script to monitor qBit and communicate with Radarr and Sonarr. -Home: https://truecharts.org/charts/stable/qbitrr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.webp -Keywords: -- qbitrr -- Downloaders -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: qbitrr -Sources: -- https://github.com/Feramance/Qbitrr -- https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr -- https://hub.docker.com/r/feramance/qbitrr -Type: application -Version: 6.8.9 +apiVersion: v2 +appVersion: 4.10.20 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple script to monitor qBit and communicate with Radarr and Sonarr. +home: https://truecharts.org/charts/stable/qbitrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.webp +keywords: + - qbitrr + - Downloaders + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbitrr +sources: + - https://github.com/Feramance/Qbitrr + - https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr + - https://hub.docker.com/r/feramance/qbitrr +type: application +version: 6.8.9 diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index c56b4e56712..ef3b1a2278e 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.0.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: qBittorrent is a cross-platform free and open-source BitTorrent client -Home: https://truecharts.org/charts/stable/qbittorrent -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.webp -Keywords: -- qbittorrent -- torrrent -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: qbittorrent -Sources: -- https://ghcr.io/home-operations/qbittorrent -- https://github.com/qbittorrent/qBittorrent -- https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent -- https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server -Type: application -Version: 22.4.9 +apiVersion: v2 +appVersion: 5.0.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: qBittorrent is a cross-platform free and open-source BitTorrent client +home: https://truecharts.org/charts/stable/qbittorrent +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.webp +keywords: + - qbittorrent + - torrrent +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qbittorrent +sources: + - https://ghcr.io/home-operations/qbittorrent + - https://github.com/qbittorrent/qBittorrent + - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent + - https://hub.docker.com/r/mjmeli/qbittorrent-port-forward-gluetun-server +type: application +version: 22.4.9 diff --git a/charts/stable/qdirstat/Chart.yaml b/charts/stable/qdirstat/Chart.yaml index 9c11a68d8f8..bda0f39c3fe 100644 --- a/charts/stable/qdirstat/Chart.yaml +++ b/charts/stable/qdirstat/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: QDirStat is a graphical application to show where your disk space has - gone and to help you to clean it up. -Home: https://truecharts.org/charts/stable/qdirstat -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.webp -Keywords: -- stats -- qdirstat -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: qdirstat -Sources: -- https://github.com/jlesage/docker-qdirstat -- https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat -- https://hub.docker.com/r/jlesage/qdirstat -Type: application -Version: 12.0.0 +apiVersion: v2 +appVersion: 25.02.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. +home: https://truecharts.org/charts/stable/qdirstat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.webp +keywords: + - stats + - qdirstat +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qdirstat +sources: + - https://github.com/jlesage/docker-qdirstat + - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat + - https://hub.docker.com/r/jlesage/qdirstat +type: application +version: 12.0.0 diff --git a/charts/stable/qflood/Chart.yaml b/charts/stable/qflood/Chart.yaml index aeda978d85c..e54643de80e 100644 --- a/charts/stable/qflood/Chart.yaml +++ b/charts/stable/qflood/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chart with qBittorrent and the Flood UI. -Home: https://truecharts.org/charts/stable/qflood -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.webp -Keywords: -- qflood -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: qflood -Sources: -- https://ghcr.io/hotio/qflood -- https://github.com/truecharts/charts/tree/master/charts/stable/qflood -- https://hotio.dev/containers/qflood -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart with qBittorrent and the Flood UI. +home: https://truecharts.org/charts/stable/qflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.webp +keywords: + - qflood + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qflood +sources: + - https://ghcr.io/hotio/qflood + - https://github.com/truecharts/charts/tree/master/charts/stable/qflood + - https://hotio.dev/containers/qflood +type: application +version: 7.5.1 diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml index d431906ad58..44ef009d64b 100644 --- a/charts/stable/qinglong/Chart.yaml +++ b/charts/stable/qinglong/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.18.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A timed task management panel that supports typescript, javaScript, python3, - and shell -Home: https://truecharts.org/charts/stable/qinglong -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.webp -Keywords: -- qinglong -- task -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: qinglong -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/qinglong -- https://hub.docker.com/r/whyour/qinglong -Type: application -Version: 11.6.5 +apiVersion: v2 +appVersion: 2.18.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A timed task management panel that supports typescript, javaScript, python3, and shell +home: https://truecharts.org/charts/stable/qinglong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.webp +keywords: + - qinglong + - task +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qinglong +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong + - https://hub.docker.com/r/whyour/qinglong +type: application +version: 11.6.5 diff --git a/charts/stable/quake3/Chart.yaml b/charts/stable/quake3/Chart.yaml index a57725f7065..9a309c66f8d 100644 --- a/charts/stable/quake3/Chart.yaml +++ b/charts/stable/quake3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install Quake III Server (You have to copy - your .pk3 files from your game directory to your server). -Home: https://truecharts.org/charts/stable/quake3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.webp -Keywords: -- quake3 -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: quake3 -Sources: -- https://ghcr.io/ich777/quake3 -- https://github.com/truecharts/charts/tree/master/charts/stable/quake3 -- https://www.idsoftware.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server). +home: https://truecharts.org/charts/stable/quake3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.webp +keywords: + - quake3 + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quake3 +sources: + - https://ghcr.io/ich777/quake3 + - https://github.com/truecharts/charts/tree/master/charts/stable/quake3 + - https://www.idsoftware.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml index 3ca030bfa83..5e010ca798c 100644 --- a/charts/stable/quassel-core/Chart.yaml +++ b/charts/stable/quassel-core/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.14.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Quassel-core is a modern, cross-platform, distributed IRC client. -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: quassel-core -Sources: -- https://ghcr.io/linuxserver/quassel-core -- https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quassel-core is a modern, cross-platform, distributed IRC client. +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quassel-core +sources: + - https://ghcr.io/linuxserver/quassel-core + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core +type: application +version: 13.5.1 diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml index e931e245e2f..99b98703ae0 100644 --- a/charts/stable/quassel-web/Chart.yaml +++ b/charts/stable/quassel-web/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2021.12.16 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Quassel-web is a web client for Quassel. -Home: https://truecharts.org/charts/stable/quassel-web -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.webp -Keywords: -- quassel-web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: quassel-web -Sources: -- https://ghcr.io/linuxserver/quassel-web -- https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2021.12.16 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quassel-web is a web client for Quassel. +home: https://truecharts.org/charts/stable/quassel-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.webp +keywords: + - quassel-web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quassel-web +sources: + - https://ghcr.io/linuxserver/quassel-web + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web +type: application +version: 11.5.1 diff --git a/charts/stable/quickshare/Chart.yaml b/charts/stable/quickshare/Chart.yaml index 0fa51a7acd5..cabfc6d09c5 100644 --- a/charts/stable/quickshare/Chart.yaml +++ b/charts/stable/quickshare/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Quick and simple file sharing between different devices. -Home: https://truecharts.org/charts/stable/quickshare -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.webp -Keywords: -- quickshare -- Cloud -- Productivity -- Tools-Utilities -- Network-FTP -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: quickshare -Sources: -- https://github.com/ihexxa/quickshare -- https://github.com/truecharts/charts/tree/master/charts/stable/quickshare -- https://hub.docker.com/r/hexxa/quickshare -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Quick and simple file sharing between different devices. +home: https://truecharts.org/charts/stable/quickshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.webp +keywords: + - quickshare + - Cloud + - Productivity + - Tools-Utilities + - Network-FTP +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quickshare +sources: + - https://github.com/ihexxa/quickshare + - https://github.com/truecharts/charts/tree/master/charts/stable/quickshare + - https://hub.docker.com/r/hexxa/quickshare +type: application +version: 7.5.1 diff --git a/charts/stable/quiz-game/Chart.yaml b/charts/stable/quiz-game/Chart.yaml index 1ebf78f2f72..9be32a534e3 100644 --- a/charts/stable/quiz-game/Chart.yaml +++ b/charts/stable/quiz-game/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Test your General Knowledge in different types of topics. -Home: https://truecharts.org/charts/stable/quiz-game -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.webp -Keywords: -- quiz-game -- GameServers -- Other -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: quiz-game -Sources: -- https://github.com/ASKJR/quiz-game -- https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game -- https://hub.docker.com/r/patrickstigler/quiz-game -- https://registry.hub.docker.com/r/patrickstigler/quiz-game -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Test your General Knowledge in different types of topics. +home: https://truecharts.org/charts/stable/quiz-game +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.webp +keywords: + - quiz-game + - GameServers + - Other + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: quiz-game +sources: + - https://github.com/ASKJR/quiz-game + - https://github.com/truecharts/charts/tree/master/charts/stable/quiz-game + - https://hub.docker.com/r/patrickstigler/quiz-game + - https://registry.hub.docker.com/r/patrickstigler/quiz-game +type: application +version: 7.5.1 diff --git a/charts/stable/qwantify/Chart.yaml b/charts/stable/qwantify/Chart.yaml index 9e8a819fa59..b61dd420da9 100644 --- a/charts/stable/qwantify/Chart.yaml +++ b/charts/stable/qwantify/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 20.04.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Play games with your friends right from the browser. -Home: https://truecharts.org/charts/stable/qwantify -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.webp -Keywords: -- qwantify -- games -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: qwantify -Sources: -- https://ghcr.io/wanjohiryan/qwantify -- https://github.com/truecharts/charts/tree/master/charts/stable/qwantify -- https://github.com/wanjohiryan/qwantify -Type: application -Version: 5.5.1 +apiVersion: v2 +appVersion: 20.04.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Play games with your friends right from the browser. +home: https://truecharts.org/charts/stable/qwantify +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.webp +keywords: + - qwantify + - games +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: qwantify +sources: + - https://ghcr.io/wanjohiryan/qwantify + - https://github.com/truecharts/charts/tree/master/charts/stable/qwantify + - https://github.com/wanjohiryan/qwantify +type: application +version: 5.5.1 diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 9beaf240b11..998ab495ebe 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.22.1.9832 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A fork of Sonarr to work with movies à la Couchpotato -Home: https://truecharts.org/charts/stable/radarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.webp -Keywords: -- radarr -- torrent -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: radarr -Sources: -- https://ghcr.io/home-operations/radarr -- https://ghcr.io/onedr0p/exportarr -- https://github.com/Radarr/Radarr -- https://github.com/truecharts/charts/tree/master/charts/stable/radarr -Type: application -Version: 23.23.1 +apiVersion: v2 +appVersion: 5.22.1.9832 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fork of Sonarr to work with movies à la Couchpotato +home: https://truecharts.org/charts/stable/radarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.webp +keywords: + - radarr + - torrent + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: radarr +sources: + - https://ghcr.io/home-operations/radarr + - https://ghcr.io/onedr0p/exportarr + - https://github.com/Radarr/Radarr + - https://github.com/truecharts/charts/tree/master/charts/stable/radarr +type: application +version: 23.23.1 diff --git a/charts/stable/radarrsync/Chart.yaml b/charts/stable/radarrsync/Chart.yaml index 3970e90e386..931b8f88023 100644 --- a/charts/stable/radarrsync/Chart.yaml +++ b/charts/stable/radarrsync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: RadarrSync Syncs two Radarr servers through web API. This is a modified - version designed to be run in a Chart Chart. This version supports only two servers. -Home: https://truecharts.org/charts/stable/radarrsync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.webp -Keywords: -- radarrsync -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: radarrsync -Sources: -- https://github.com/dairefinn/RadarrSync -- https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync -- https://hub.docker.com/r/dmanius/radarrsync-docker -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers. +home: https://truecharts.org/charts/stable/radarrsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.webp +keywords: + - radarrsync + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: radarrsync +sources: + - https://github.com/dairefinn/RadarrSync + - https://github.com/truecharts/charts/tree/master/charts/stable/radarrsync + - https://hub.docker.com/r/dmanius/radarrsync-docker +type: application +version: 7.5.1 diff --git a/charts/stable/radicale/Chart.yaml b/charts/stable/radicale/Chart.yaml index b812d3fe124..fe61d0f67bd 100644 --- a/charts/stable/radicale/Chart.yaml +++ b/charts/stable/radicale/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.5.0.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and - CardDAV (contacts) server. -Home: https://truecharts.org/charts/stable/radicale -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.webp -Keywords: -- radicale -- CalDAV -- CardDAV -- calendars -- contacts -- tasks -- to-do -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: radicale -Sources: -- https://github.com/Kozea/Radicale -- https://github.com/tomsquest/docker-radicale -- https://github.com/truecharts/charts/tree/master/charts/stable/radicale -- https://hub.docker.com/r/tomsquest/docker-radicale -- https://radicale.org/ -Type: application -Version: 7.8.0 +apiVersion: v2 +appVersion: 3.5.0.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. +home: https://truecharts.org/charts/stable/radicale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.webp +keywords: + - radicale + - CalDAV + - CardDAV + - calendars + - contacts + - tasks + - to-do +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: radicale +sources: + - https://github.com/Kozea/Radicale + - https://github.com/tomsquest/docker-radicale + - https://github.com/truecharts/charts/tree/master/charts/stable/radicale + - https://hub.docker.com/r/tomsquest/docker-radicale + - https://radicale.org/ +type: application +version: 7.8.0 diff --git a/charts/stable/rapidphotodownloader/Chart.yaml b/charts/stable/rapidphotodownloader/Chart.yaml index 248916b7d08..3191fdcafcd 100644 --- a/charts/stable/rapidphotodownloader/Chart.yaml +++ b/charts/stable/rapidphotodownloader/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install Rapid Photo Downloader. -Home: https://truecharts.org/charts/stable/rapidphotodownloader -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.webp -Keywords: -- rapidphotodownloader -- MediaApp-Photos -- Productivity -- Tools-Utilities -- Backup -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rapidphotodownloader -Sources: -- https://ghcr.io/ich777/rapidphotodownloader -- https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader -- https://www.damonlynch.net/rapid/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install Rapid Photo Downloader. +home: https://truecharts.org/charts/stable/rapidphotodownloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.webp +keywords: + - rapidphotodownloader + - MediaApp-Photos + - Productivity + - Tools-Utilities + - Backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rapidphotodownloader +sources: + - https://ghcr.io/ich777/rapidphotodownloader + - https://github.com/truecharts/charts/tree/master/charts/stable/rapidphotodownloader + - https://www.damonlynch.net/rapid/ +type: application +version: 7.5.1 diff --git a/charts/stable/raspberrymatic/Chart.yaml b/charts/stable/raspberrymatic/Chart.yaml index e01a95eb926..3a3a40e3cbf 100644 --- a/charts/stable/raspberrymatic/Chart.yaml +++ b/charts/stable/raspberrymatic/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -10,33 +9,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A free and non-commercial open-source operating system alternative for - running a cloud-free smart-home IoT. -Home: https://truecharts.org/charts/stable/raspberrymatic -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/raspberrymatic.webp -Keywords: -- raspberrymatic -- iot -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: raspberrymatic -Sources: -- https://ghcr.io/jens-maus/raspberrymatic -- https://github.com/jens-maus/RaspberryMatic -- https://github.com/jens-maus/RaspberryMatic/pkgs/container/raspberrymatic -- https://github.com/truecharts/charts/tree/master/charts/stable/raspberrymatic -Type: application -Version: 7.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A free and non-commercial open-source operating system alternative for running a cloud-free smart-home IoT. +home: https://truecharts.org/charts/stable/raspberrymatic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/raspberrymatic.webp +keywords: + - raspberrymatic + - iot +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: raspberrymatic +sources: + - https://ghcr.io/jens-maus/raspberrymatic + - https://github.com/jens-maus/RaspberryMatic + - https://github.com/jens-maus/RaspberryMatic/pkgs/container/raspberrymatic + - https://github.com/truecharts/charts/tree/master/charts/stable/raspberrymatic +type: application +version: 7.5.3 diff --git a/charts/stable/rcon-webadmin/Chart.yaml b/charts/stable/rcon-webadmin/Chart.yaml index 1d4ae7c8a23..5f3c52a9b76 100644 --- a/charts/stable/rcon-webadmin/Chart.yaml +++ b/charts/stable/rcon-webadmin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Out of the box, RCON Web Admin can check users for high ping, VAC status, - or filter the chat for you around the clock. -Home: https://truecharts.org/charts/stable/rcon-webadmin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.webp -Keywords: -- rcon-webadmin -- GameServers -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rcon-webadmin -Sources: -- https://github.com/rcon-web-admin/rcon-web-admin -- https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin -- https://hub.docker.com/r/itzg/rcon -Type: application -Version: 10.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. +home: https://truecharts.org/charts/stable/rcon-webadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.webp +keywords: + - rcon-webadmin + - GameServers + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rcon-webadmin +sources: + - https://github.com/rcon-web-admin/rcon-web-admin + - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin + - https://hub.docker.com/r/itzg/rcon +type: application +version: 10.5.2 diff --git a/charts/stable/rdesktop/Chart.yaml b/charts/stable/rdesktop/Chart.yaml index 5782819ab76..601fb8698c6 100644 --- a/charts/stable/rdesktop/Chart.yaml +++ b/charts/stable/rdesktop/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Full desktop environments in many popular flavors for Alpine, Ubuntu, - Arch, and Fedora accessible via RDP. -Home: https://truecharts.org/charts/stable/rdesktop -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.webp -Keywords: -- rdesktop -- desktops -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rdesktop -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/rdesktop -- https://github.com/linuxserver/docker-rdesktop#readme -- https://github.com/orgs/linuxserver/packages/container/package/rdesktop -- https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop -Type: application -Version: 10.5.232 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. +home: https://truecharts.org/charts/stable/rdesktop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.webp +keywords: + - rdesktop + - desktops +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rdesktop +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/rdesktop + - https://github.com/linuxserver/docker-rdesktop#readme + - https://github.com/orgs/linuxserver/packages/container/package/rdesktop + - https://github.com/truecharts/charts/tree/master/charts/stable/rdesktop +type: application +version: 10.5.232 diff --git a/charts/stable/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml index 30d29b230c1..bcabdb65f29 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.102 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid - or Premiumize. -Home: https://truecharts.org/charts/stable/rdtclient -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.webp -Keywords: -- rdtclient -- torrent -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rdtclient -Sources: -- https://ghcr.io/rogerfar/rdtclient -- https://github.com/rogerfar/rdt-client -- https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient -- https://hub.docker.com/r/p3terx/aria2-pro -Type: application -Version: 6.5.4 +apiVersion: v2 +appVersion: 2.0.102 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize. +home: https://truecharts.org/charts/stable/rdtclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.webp +keywords: + - rdtclient + - torrent +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rdtclient +sources: + - https://ghcr.io/rogerfar/rdtclient + - https://github.com/rogerfar/rdt-client + - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient + - https://hub.docker.com/r/p3terx/aria2-pro +type: application +version: 6.5.4 diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index c22ecb2cd5c..aaf44c3c109 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.4.13.2760 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A fork of Radarr to work with Books & AudioBooks -Home: https://truecharts.org/charts/stable/readarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.webp -Keywords: -- readarr -- torrent -- usenet -- AudioBooks -- ebooks -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: readarr -Sources: -- https://ghcr.io/elfhosted/readarr-develop -- https://ghcr.io/onedr0p/exportarr -- https://github.com/Readarr/Readarr -- https://github.com/truecharts/charts/tree/master/charts/stable/readarr -- https://readarr.com -Type: application -Version: 24.5.1 +apiVersion: v2 +appVersion: 0.4.13.2760 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fork of Radarr to work with Books & AudioBooks +home: https://truecharts.org/charts/stable/readarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.webp +keywords: + - readarr + - torrent + - usenet + - AudioBooks + - ebooks +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: readarr +sources: + - https://ghcr.io/elfhosted/readarr-develop + - https://ghcr.io/onedr0p/exportarr + - https://github.com/Readarr/Readarr + - https://github.com/truecharts/charts/tree/master/charts/stable/readarr + - https://readarr.com +type: application +version: 24.5.1 diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml index caa9079e656..400bc5c5931 100644 --- a/charts/stable/recyclarr/Chart.yaml +++ b/charts/stable/recyclarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 7.4.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A command-line application that will automatically synchronize recommended - settings from TRaSH guides to your Sonarr/Radarr instances. -Home: https://truecharts.org/charts/stable/recyclarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.webp -Keywords: -- recyclarr -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: recyclarr -Sources: -- https://ghcr.io/recyclarr/recyclarr -- https://github.com/recyclarr/recyclarr -- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr -- https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr -Type: application -Version: 12.8.2 +apiVersion: v2 +appVersion: 7.4.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. +home: https://truecharts.org/charts/stable/recyclarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.webp +keywords: + - recyclarr + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: recyclarr +sources: + - https://ghcr.io/recyclarr/recyclarr + - https://github.com/recyclarr/recyclarr + - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr + - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr +type: application +version: 12.8.2 diff --git a/charts/stable/red-discordbot/Chart.yaml b/charts/stable/red-discordbot/Chart.yaml index d3f3e09097d..27c3ed27aad 100644 --- a/charts/stable/red-discordbot/Chart.yaml +++ b/charts/stable/red-discordbot/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: full -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'The newest Red-Discordbot in a convenient multi-arch Chart ' -Home: https://truecharts.org/charts/stable/red-discordbot -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.webp -Keywords: -- red-discordbot -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: red-discordbot -Sources: -- https://github.com/PhasecoreX/docker-red-discordbot -- https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot -- https://hub.docker.com/r/phasecorex/red-discordbot -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: full +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'The newest Red-Discordbot in a convenient multi-arch Chart ' +home: https://truecharts.org/charts/stable/red-discordbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.webp +keywords: + - red-discordbot + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: red-discordbot +sources: + - https://github.com/PhasecoreX/docker-red-discordbot + - https://github.com/truecharts/charts/tree/master/charts/stable/red-discordbot + - https://hub.docker.com/r/phasecorex/red-discordbot +type: application +version: 7.5.4 diff --git a/charts/stable/redis/Chart.yaml b/charts/stable/redis/Chart.yaml index 333f20f429a..8dcd18ceec8 100644 --- a/charts/stable/redis/Chart.yaml +++ b/charts/stable/redis/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 7.4.2 -Dependencies: -- Alias: "" - Condition: includeCommon - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open source, advanced key-value store. -Home: https://truecharts.org/charts/stable/redis -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.webp -Keywords: -- redis -- keyvalue -- database -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: redis -Sources: -- https://gallery.ecr.aws/bitnami/redis -- https://github.com/bitnami/bitnami-docker-redis -- https://github.com/truecharts/charts/tree/master/charts/stable/redis -Type: application -Version: 15.6.7 +apiVersion: v2 +appVersion: 7.4.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source, advanced key-value store. +home: https://truecharts.org/charts/stable/redis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.webp +keywords: + - redis + - keyvalue + - database +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redis +sources: + - https://gallery.ecr.aws/bitnami/redis + - https://github.com/bitnami/bitnami-docker-redis + - https://github.com/truecharts/charts/tree/master/charts/stable/redis +type: application +version: 15.6.7 diff --git a/charts/stable/redisinsight/Chart.yaml b/charts/stable/redisinsight/Chart.yaml index 2cf71e9fa43..a34e29931d6 100644 --- a/charts/stable/redisinsight/Chart.yaml +++ b/charts/stable/redisinsight/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.68.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: GUI for Redis. -Home: https://truecharts.org/charts/stable/redisinsight -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.webp -Keywords: -- redisinsight -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: redisinsight -Sources: -- https://github.com/RedisInsight/RedisInsight -- https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight -- https://hub.docker.com/r/redislabs/redisinsight -- https://redis.com/redis-enterprise/redis-insight/ -Type: application -Version: 9.10.0 +apiVersion: v2 +appVersion: 2.68.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: GUI for Redis. +home: https://truecharts.org/charts/stable/redisinsight +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.webp +keywords: + - redisinsight + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redisinsight +sources: + - https://github.com/RedisInsight/RedisInsight + - https://github.com/truecharts/charts/tree/master/charts/stable/redisinsight + - https://hub.docker.com/r/redislabs/redisinsight + - https://redis.com/redis-enterprise/redis-insight/ +type: application +version: 9.10.0 diff --git a/charts/stable/redm/Chart.yaml b/charts/stable/redm/Chart.yaml index b8ac958fc1d..ffa5d1fed7e 100644 --- a/charts/stable/redm/Chart.yaml +++ b/charts/stable/redm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) - it will automatically download the latest version or if you want to updated it yourself - set the Manual Updates (in the ''Show more settings'' tab down below) to true (without - quotes). The Chart will automatically extract it and download all other required - files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ - To run this Chart you must provide a valid Server Key (you can get them from here: - https://keymaster.fivem.net/) and your prefered Server Name.' -Home: https://truecharts.org/charts/stable/redm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.webp -Keywords: -- redm -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: redm -Sources: -- https://ghcr.io/ich777/redmserver -- https://github.com/truecharts/charts/tree/master/charts/stable/redm -- https://redm.gg/ -Type: application -Version: 8.1.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the ''Show more settings'' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.' +home: https://truecharts.org/charts/stable/redm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.webp +keywords: + - redm + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redm +sources: + - https://ghcr.io/ich777/redmserver + - https://github.com/truecharts/charts/tree/master/charts/stable/redm + - https://redm.gg/ +type: application +version: 8.1.1 diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index abe09ceefdb..9820d430c7d 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.0.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Redmine is a flexible project management web application written using - Ruby on Rails framework. -Home: https://truecharts.org/charts/stable/redmine -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.webp -Keywords: -- project -- management -- time -- tracking -- ticket -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: redmine -Sources: -- https://github.com/redmine/redmine -- https://github.com/truecharts/charts/tree/master/charts/stable/redmine -- https://hub.docker.com/_/redmine -Type: application -Version: 14.0.12 +apiVersion: v2 +appVersion: 6.0.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Redmine is a flexible project management web application written using Ruby on Rails framework. +home: https://truecharts.org/charts/stable/redmine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.webp +keywords: + - project + - management + - time + - tracking + - ticket +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: redmine +sources: + - https://github.com/redmine/redmine + - https://github.com/truecharts/charts/tree/master/charts/stable/redmine + - https://hub.docker.com/_/redmine +type: application +version: 14.0.12 diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index c3565190440..3e73a8d0a7f 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Docker registry v2 command line client and repo listing generator with - security checks. -Home: https://truecharts.org/charts/stable/reg -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.webp -Keywords: -- reg -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: reg -Sources: -- https://github.com/genuinetools/reg -- https://github.com/k8s-at-home/container-images/ -- https://github.com/truecharts/charts/tree/master/charts/stable/reg -- https://hub.docker.com/_/registry -Type: application -Version: 15.5.2 +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Docker registry v2 command line client and repo listing generator with security checks. +home: https://truecharts.org/charts/stable/reg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.webp +keywords: + - reg +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: reg +sources: + - https://github.com/genuinetools/reg + - https://github.com/k8s-at-home/container-images/ + - https://github.com/truecharts/charts/tree/master/charts/stable/reg + - https://hub.docker.com/_/registry +type: application +version: 15.5.2 diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml index 0bef9a1ea13..6c5b06bdb86 100644 --- a/charts/stable/remmina/Chart.yaml +++ b/charts/stable/remmina/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.4.35 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A remote desktop client written in GTK -Home: https://truecharts.org/charts/stable/remmina -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.webp -Keywords: -- remina -- remote -- desktop -- client -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: remmina -Sources: -- https://ghcr.io/linuxserver/remmina -- https://github.com/linuxserver/docker-remmina -- https://github.com/truecharts/charts/tree/master/charts/stable/remmina -- https://remmina.org/ -Type: application -Version: 12.5.8 +apiVersion: v2 +appVersion: 1.4.35 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A remote desktop client written in GTK +home: https://truecharts.org/charts/stable/remmina +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.webp +keywords: + - remina + - remote + - desktop + - client +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: remmina +sources: + - https://ghcr.io/linuxserver/remmina + - https://github.com/linuxserver/docker-remmina + - https://github.com/truecharts/charts/tree/master/charts/stable/remmina + - https://remmina.org/ +type: application +version: 12.5.8 diff --git a/charts/stable/remotely/Chart.yaml b/charts/stable/remotely/Chart.yaml index 9aae9f56762..3313273b934 100644 --- a/charts/stable/remotely/Chart.yaml +++ b/charts/stable/remotely/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A remote control and remote scripting solution, built with .NET 5, Blazor, - SignalR Core, and WebRTC. -Home: https://truecharts.org/charts/stable/remotely -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.webp -Keywords: -- remotely -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: remotely -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/remotely -- https://hub.docker.com/r/immybot/remotely -- https://remotely.one/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. +home: https://truecharts.org/charts/stable/remotely +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.webp +keywords: + - remotely + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: remotely +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/remotely + - https://hub.docker.com/r/immybot/remotely + - https://remotely.one/ +type: application +version: 7.5.1 diff --git a/charts/stable/renovate/Chart.yaml b/charts/stable/renovate/Chart.yaml index f74a3183de9..02f93e73570 100644 --- a/charts/stable/renovate/Chart.yaml +++ b/charts/stable/renovate/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,29 +6,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: renovate self-hosted -Home: https://truecharts.org/charts/stable/renovate -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/renovate.webp -Keywords: -- renovate -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: renovate -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/renovate -- https://github.com/truecharts/containers/tree/master/apps/renovate -Type: application -Version: 1.26.2 +apiVersion: v2 +appVersion: 2.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: renovate self-hosted +home: https://truecharts.org/charts/stable/renovate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/renovate.webp +keywords: + - renovate +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: renovate +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/renovate + - https://github.com/truecharts/containers/tree/master/apps/renovate +type: application +version: 1.26.2 diff --git a/charts/stable/renovate/values.yaml b/charts/stable/renovate/values.yaml index 7795746f86f..9acbe881124 100644 --- a/charts/stable/renovate/values.yaml +++ b/charts/stable/renovate/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/tccr/renovate pullPolicy: IfNotPresent - tag: v2.0.0-BETA-9 + tag: v2.0.0-BETA-10 workload: main: diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml index d5d98adbde4..5fa8bfacbd5 100644 --- a/charts/stable/requestrr/Chart.yaml +++ b/charts/stable/requestrr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.1.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi - via the use of chat. -Home: https://truecharts.org/charts/stable/requestrr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.webp -Keywords: -- requestrr -- discord -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: requestrr -Sources: -- https://github.com/thomst08/requestrr -- https://github.com/truecharts/charts/tree/master/charts/stable/requestrr -- https://hub.docker.com/r/thomst08/requestrr -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 2.1.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. +home: https://truecharts.org/charts/stable/requestrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.webp +keywords: + - requestrr + - discord +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: requestrr +sources: + - https://github.com/thomst08/requestrr + - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr + - https://hub.docker.com/r/thomst08/requestrr +type: application +version: 12.5.1 diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index 37ddfb39858..a9435da4e99 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.0.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Resilio Sync is a fast, reliable, and simple file sync and share solution, - powered by P2P technology -Home: https://truecharts.org/charts/stable/resilio-sync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.webp -Keywords: -- resilio -- sync -- btsync -- bittorrent -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: resilio-sync -Sources: -- https://ghcr.io/linuxserver/resilio-sync -- https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -- https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync -Type: application -Version: 17.4.8 +apiVersion: v2 +appVersion: 3.0.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology +home: https://truecharts.org/charts/stable/resilio-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.webp +keywords: + - resilio + - sync + - btsync + - bittorrent +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: resilio-sync +sources: + - https://ghcr.io/linuxserver/resilio-sync + - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync + - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync +type: application +version: 17.4.8 diff --git a/charts/stable/restic-rest-server/Chart.yaml b/charts/stable/restic-rest-server/Chart.yaml index 44358b9f16c..e7ed8a45573 100644 --- a/charts/stable/restic-rest-server/Chart.yaml +++ b/charts/stable/restic-rest-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.13.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'Rest Server is a high performance HTTP server that implements restic''s - REST backend API. It provides secure and efficient way to backup data remotely, - using restic backup client via the rest: URL.' -Home: https://truecharts.org/charts/stable/restic-rest-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.webp -Keywords: -- restic-rest-server -- Backup -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: restic-rest-server -Sources: -- https://github.com/restic/rest-server -- https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server -- https://hub.docker.com/r/restic/rest-server -Type: application -Version: 7.6.1 +apiVersion: v2 +appVersion: 0.13.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'Rest Server is a high performance HTTP server that implements restic''s REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL.' +home: https://truecharts.org/charts/stable/restic-rest-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.webp +keywords: + - restic-rest-server + - Backup +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: restic-rest-server +sources: + - https://github.com/restic/rest-server + - https://github.com/truecharts/charts/tree/master/charts/stable/restic-rest-server + - https://hub.docker.com/r/restic/rest-server +type: application +version: 7.6.1 diff --git a/charts/stable/retrobot/Chart.yaml b/charts/stable/retrobot/Chart.yaml index b5019366d47..c51b216f487 100644 --- a/charts/stable/retrobot/Chart.yaml +++ b/charts/stable/retrobot/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A discord bot that allows you to play old nintendo games with your friends - over chat. -Home: https://truecharts.org/charts/stable/retrobot -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.webp -Keywords: -- retrobot -- emulator -- discord -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: retrobot -Sources: -- https://github.com/rossimo/retrobot -- https://github.com/truecharts/charts/tree/master/charts/stable/retrobot -- https://hub.docker.com/r/rossimo/retrobot -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A discord bot that allows you to play old nintendo games with your friends over chat. +home: https://truecharts.org/charts/stable/retrobot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.webp +keywords: + - retrobot + - emulator + - discord +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: retrobot +sources: + - https://github.com/rossimo/retrobot + - https://github.com/truecharts/charts/tree/master/charts/stable/retrobot + - https://hub.docker.com/r/rossimo/retrobot +type: application +version: 10.5.1 diff --git a/charts/stable/reubah/Chart.yaml b/charts/stable/reubah/Chart.yaml index 4270813cfb3..7acbec79c28 100644 --- a/charts/stable/reubah/Chart.yaml +++ b/charts/stable/reubah/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: main -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A web-based tool for processing images and converting documents with - a simple interface. -Home: https://truecharts.org/charts/stable/reubah -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/reubah.webp -Keywords: -- reubah -- image-processor -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: reubah -Sources: -- https://ghcr.io/dendianugerah/reubah -- https://github.com/dendianugerah/reubah -- https://github.com/truecharts/charts/tree/master/charts/stable/reubah -Type: application -Version: 1.3.1 +apiVersion: v2 +appVersion: main +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web-based tool for processing images and converting documents with a simple interface. +home: https://truecharts.org/charts/stable/reubah +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reubah.webp +keywords: + - reubah + - image-processor +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: reubah +sources: + - https://ghcr.io/dendianugerah/reubah + - https://github.com/dendianugerah/reubah + - https://github.com/truecharts/charts/tree/master/charts/stable/reubah +type: application +version: 1.3.1 diff --git a/charts/stable/rflood/Chart.yaml b/charts/stable/rflood/Chart.yaml index 97d37cd9d4a..e72e1786757 100644 --- a/charts/stable/rflood/Chart.yaml +++ b/charts/stable/rflood/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chart with rTorrent and the Flood UI. -Home: https://truecharts.org/charts/stable/rflood -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.webp -Keywords: -- rflood -- downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rflood -Sources: -- https://ghcr.io/hotio/rflood -- https://github.com/truecharts/charts/tree/master/charts/stable/rflood -- https://hotio.dev/containers/rflood -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chart with rTorrent and the Flood UI. +home: https://truecharts.org/charts/stable/rflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.webp +keywords: + - rflood + - downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rflood +sources: + - https://ghcr.io/hotio/rflood + - https://github.com/truecharts/charts/tree/master/charts/stable/rflood + - https://hotio.dev/containers/rflood +type: application +version: 7.5.4 diff --git a/charts/stable/rickroll/Chart.yaml b/charts/stable/rickroll/Chart.yaml index d8b73584e4a..e35728e7598 100644 --- a/charts/stable/rickroll/Chart.yaml +++ b/charts/stable/rickroll/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Self-hosted Rick Roll chart. -Home: https://truecharts.org/charts/stable/rickroll -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.webp -Keywords: -- rickroll -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rickroll -Sources: -- https://github.com/modem7/docker-rickroll -- https://github.com/truecharts/charts/tree/master/charts/stable/rickroll -- https://hub.docker.com/r/modem7/docker-rickroll -Type: application -Version: 8.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self-hosted Rick Roll chart. +home: https://truecharts.org/charts/stable/rickroll +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.webp +keywords: + - rickroll + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rickroll +sources: + - https://github.com/modem7/docker-rickroll + - https://github.com/truecharts/charts/tree/master/charts/stable/rickroll + - https://hub.docker.com/r/modem7/docker-rickroll +type: application +version: 8.5.2 diff --git a/charts/stable/ring-mqtt/Chart.yaml b/charts/stable/ring-mqtt/Chart.yaml index c20d44e74b4..da8c93de31b 100644 --- a/charts/stable/ring-mqtt/Chart.yaml +++ b/charts/stable/ring-mqtt/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.8.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. -Home: https://truecharts.org/charts/stable/ring-mqtt -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.webp -Keywords: -- ring-mqtt -- home-automation -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ring-mqtt -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt -- https://github.com/tsightler/ring-mqtt -- https://hub.docker.com/r/tsightler/ring-mqtt -Type: application -Version: 10.7.1 +apiVersion: v2 +appVersion: 5.8.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. +home: https://truecharts.org/charts/stable/ring-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.webp +keywords: + - ring-mqtt + - home-automation + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ring-mqtt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt + - https://github.com/tsightler/ring-mqtt + - https://hub.docker.com/r/tsightler/ring-mqtt +type: application +version: 10.7.1 diff --git a/charts/stable/riven/Chart.yaml b/charts/stable/riven/Chart.yaml index e25874b6cc3..f86983ecf4a 100644 --- a/charts/stable/riven/Chart.yaml +++ b/charts/stable/riven/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,30 +6,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.21.18 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Riven Self-Hosted -Home: https://truecharts.org/charts/stable/riven -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/riven.webp -Keywords: -- riven -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: riven -Sources: -- https://ghcr.io/elfhosted/riven -- https://ghcr.io/elfhosted/riven-frontend -- https://github.com/truecharts/charts/tree/master/charts/stable/riven -Type: application -Version: 1.3.0 +apiVersion: v2 +appVersion: 0.21.18 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Riven Self-Hosted +home: https://truecharts.org/charts/stable/riven +icon: https://truecharts.org/img/hotlink-ok/chart-icons/riven.webp +keywords: + - riven +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: riven +sources: + - https://ghcr.io/elfhosted/riven + - https://ghcr.io/elfhosted/riven-frontend + - https://github.com/truecharts/charts/tree/master/charts/stable/riven +type: application +version: 1.3.0 diff --git a/charts/stable/rmlint/Chart.yaml b/charts/stable/rmlint/Chart.yaml index 4ab10d63c9f..6fef37104ec 100644 --- a/charts/stable/rmlint/Chart.yaml +++ b/charts/stable/rmlint/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: rmlint finds space waste and other broken things on your filesystem and - offers to remove it. -Home: https://truecharts.org/charts/stable/rmlint -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.webp -Keywords: -- rmlint -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rmlint -Sources: -- https://github.com/sahib/rmlint -- https://github.com/truecharts/charts/tree/master/charts/stable/rmlint -- https://hub.docker.com/r/bobbintb/docker-rmlint-unraid -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: rmlint finds space waste and other broken things on your filesystem and offers to remove it. +home: https://truecharts.org/charts/stable/rmlint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.webp +keywords: + - rmlint + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rmlint +sources: + - https://github.com/sahib/rmlint + - https://github.com/truecharts/charts/tree/master/charts/stable/rmlint + - https://hub.docker.com/r/bobbintb/docker-rmlint-unraid +type: application +version: 7.5.1 diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index a59f27b0d30..ca8cf71b3bf 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,45 +8,46 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.8.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: game library manager focused in retro gaming -Home: https://truecharts.org/charts/stable/romm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.webp -Keywords: -- romm -- rom-manager -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: romm -Sources: -- https://ghcr.io/rommapp/romm -- https://github.com/truecharts/charts/tree/master/charts/stable/romm -- https://github.com/zurdi15/romm -Type: application -Version: 10.22.4 +apiVersion: v2 +appVersion: 3.8.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: game library manager focused in retro gaming +home: https://truecharts.org/charts/stable/romm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.webp +keywords: + - romm + - rom-manager +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: romm +sources: + - https://ghcr.io/rommapp/romm + - https://github.com/truecharts/charts/tree/master/charts/stable/romm + - https://github.com/zurdi15/romm +type: application +version: 10.22.4 diff --git a/charts/stable/root/Chart.yaml b/charts/stable/root/Chart.yaml index e34b6f13b8d..20eac4084fe 100644 --- a/charts/stable/root/Chart.yaml +++ b/charts/stable/root/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ROOT is a framework for data processing, born at CERN, at the heart of - the research on high-energy physics. Every day, thousands of physicists use ROOT - applications to analyze their data or to perform simulations. -Home: https://truecharts.org/charts/stable/root -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.webp -Keywords: -- root -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: root -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/root -- https://hub.docker.com/r/bgameiro/arch-cern-root -- https://root.cern/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. +home: https://truecharts.org/charts/stable/root +icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.webp +keywords: + - root + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: root +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/root + - https://hub.docker.com/r/bgameiro/arch-cern-root + - https://root.cern/ +type: application +version: 7.5.1 diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml index 62de2d1cad5..f97299e037b 100644 --- a/charts/stable/rsnapshot/Chart.yaml +++ b/charts/stable/rsnapshot/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.4.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Rsnapshot is a filesystem snapshot utility based on rsync. -Home: https://truecharts.org/charts/stable/rsnapshot -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.webp -Keywords: -- rsnapshot -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rsnapshot -Sources: -- https://ghcr.io/linuxserver/rsnapshot -- https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot -Type: application -Version: 11.5.7 +apiVersion: v2 +appVersion: 1.4.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Rsnapshot is a filesystem snapshot utility based on rsync. +home: https://truecharts.org/charts/stable/rsnapshot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.webp +keywords: + - rsnapshot +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rsnapshot +sources: + - https://ghcr.io/linuxserver/rsnapshot + - https://github.com/truecharts/charts/tree/master/charts/stable/rsnapshot +type: application +version: 11.5.7 diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml index b84ddf2314f..16c7589e825 100644 --- a/charts/stable/rss-bridge/Chart.yaml +++ b/charts/stable/rss-bridge/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2025.1.26 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds - for websites that don't have one. -Home: https://truecharts.org/charts/stable/rss-bridge -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.webp -Keywords: -- rss-bridge -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rss-bridge -Sources: -- https://github.com/RSS-Bridge/rss-bridge -- https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge -- https://hub.docker.com/r/rssbridge/rss-bridge -Type: application -Version: 13.0.0 +apiVersion: v2 +appVersion: 2025.1.26 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. +home: https://truecharts.org/charts/stable/rss-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.webp +keywords: + - rss-bridge +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rss-bridge +sources: + - https://github.com/RSS-Bridge/rss-bridge + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge + - https://hub.docker.com/r/rssbridge/rss-bridge +type: application +version: 13.0.0 diff --git a/charts/stable/rss-proxy/Chart.yaml b/charts/stable/rss-proxy/Chart.yaml index 6c634917e25..4d511dc1253 100644 --- a/charts/stable/rss-proxy/Chart.yaml +++ b/charts/stable/rss-proxy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic - websites or feeds (web to feed), just by analyzing just the HTML structure. -Home: https://truecharts.org/charts/stable/rss-proxy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.webp -Keywords: -- rss-proxy -- Cloud -- Tools-Utilities -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rss-proxy -Sources: -- https://github.com/damoeb/rss-proxy -- https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy -- https://hub.docker.com/r/damoeb/rss-proxy -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure. +home: https://truecharts.org/charts/stable/rss-proxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.webp +keywords: + - rss-proxy + - Cloud + - Tools-Utilities + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rss-proxy +sources: + - https://github.com/damoeb/rss-proxy + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-proxy + - https://hub.docker.com/r/damoeb/rss-proxy +type: application +version: 7.5.1 diff --git a/charts/stable/rss-to-telegram/Chart.yaml b/charts/stable/rss-to-telegram/Chart.yaml index ba2d5394d45..77271d491b0 100644 --- a/charts/stable/rss-to-telegram/Chart.yaml +++ b/charts/stable/rss-to-telegram/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a - telegram chat. This script was created because all the third party services were - unreliable, slow. -Home: https://truecharts.org/charts/stable/rss-to-telegram -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.webp -Keywords: -- rss-to-telegram -- Network-Other -- Network-Messenger -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rss-to-telegram -Sources: -- https://github.com/BoKKeR/RSS-to-Telegram-Bot -- https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram -- https://hub.docker.com/r/bokker/rss.to.telegram -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. +home: https://truecharts.org/charts/stable/rss-to-telegram +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.webp +keywords: + - rss-to-telegram + - Network-Other + - Network-Messenger + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rss-to-telegram +sources: + - https://github.com/BoKKeR/RSS-to-Telegram-Bot + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-to-telegram + - https://hub.docker.com/r/bokker/rss.to.telegram +type: application +version: 7.5.1 diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml index c9b00e6c28a..e2cd1d046e5 100644 --- a/charts/stable/rsshub/Chart.yaml +++ b/charts/stable/rsshub/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,40 +8,41 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: RSSHub can generate RSS feeds from pretty much everything -Home: https://truecharts.org/charts/stable/rsshub -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.webp -Keywords: -- rsshub -- rss -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rsshub -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/browserless/chrome -- https://hub.docker.com/r/diygod/rsshub -Type: application -Version: 14.11.44 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: RSSHub can generate RSS feeds from pretty much everything +home: https://truecharts.org/charts/stable/rsshub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.webp +keywords: + - rsshub + - rss +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rsshub +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/browserless/chrome + - https://hub.docker.com/r/diygod/rsshub +type: application +version: 14.11.44 diff --git a/charts/stable/rstudio/Chart.yaml b/charts/stable/rstudio/Chart.yaml index d3fad13fe59..920f002277c 100644 --- a/charts/stable/rstudio/Chart.yaml +++ b/charts/stable/rstudio/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.4.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Integrated development environment for R, a programming language for - statistical computing and graphics. -Home: https://truecharts.org/charts/stable/rstudio -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.webp -Keywords: -- rstudio -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rstudio -Sources: -- https://ghcr.io/rocker-org/rstudio -- https://github.com/rocker-org/rocker-versioned2 -- https://github.com/truecharts/charts/tree/master/charts/stable/rstudio -Type: application -Version: 8.5.3 +apiVersion: v2 +appVersion: 4.4.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Integrated development environment for R, a programming language for statistical computing and graphics. +home: https://truecharts.org/charts/stable/rstudio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.webp +keywords: + - rstudio + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rstudio +sources: + - https://ghcr.io/rocker-org/rstudio + - https://github.com/rocker-org/rocker-versioned2 + - https://github.com/truecharts/charts/tree/master/charts/stable/rstudio +type: application +version: 8.5.3 diff --git a/charts/stable/rtorrent-rutorrent/Chart.yaml b/charts/stable/rtorrent-rutorrent/Chart.yaml index bd2a76e87ef..78c62db4df9 100644 --- a/charts/stable/rtorrent-rutorrent/Chart.yaml +++ b/charts/stable/rtorrent-rutorrent/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.2.9 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: rTorrent and ruTorrent chart. -Home: https://truecharts.org/charts/stable/rtorrent-rutorrent -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.webp -Keywords: -- rutorrent -- torrent -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rtorrent-rutorrent -Sources: -- https://ghcr.io/crazy-max/rtorrent-rutorrent -- https://ghcr.io/thde/rtorrent_exporter -- https://github.com/crazy-max/docker-rtorrent-rutorrent -- https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent -- https://truecharts.org/charts/stable/rtorrent-rutorrent -Type: application -Version: 6.5.1 +apiVersion: v2 +appVersion: 4.2.9 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: rTorrent and ruTorrent chart. +home: https://truecharts.org/charts/stable/rtorrent-rutorrent +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.webp +keywords: + - rutorrent + - torrent +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rtorrent-rutorrent +sources: + - https://ghcr.io/crazy-max/rtorrent-rutorrent + - https://ghcr.io/thde/rtorrent_exporter + - https://github.com/crazy-max/docker-rtorrent-rutorrent + - https://github.com/truecharts/charts/tree/master/charts/stable/rtorrent-rutorrent + - https://truecharts.org/charts/stable/rtorrent-rutorrent +type: application +version: 6.5.1 diff --git a/charts/stable/rust/Chart.yaml b/charts/stable/rust/Chart.yaml index d4ef9e010b6..a39ccd20d07 100644 --- a/charts/stable/rust/Chart.yaml +++ b/charts/stable/rust/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: rust -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install RUST - and run it. -Home: https://truecharts.org/charts/stable/rust -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.webp -Keywords: -- rust -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rust -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/rust -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: rust +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install RUST and run it. +home: https://truecharts.org/charts/stable/rust +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.webp +keywords: + - rust + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rust +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/rust + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/rustdesk/Chart.yaml b/charts/stable/rustdesk/Chart.yaml index 8f3c116ce5b..95b664dbd53 100644 --- a/charts/stable/rustdesk/Chart.yaml +++ b/charts/stable/rustdesk/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,31 +6,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.1.14 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: rustdesk self-hosted -Home: https://truecharts.org/charts/stable/rustdesk -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustdesk.webp -Keywords: -- rustdesk -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rustdesk -Sources: -- https://github.com/rustdesk/rustdesk-server -- https://github.com/truecharts/charts/tree/master/charts/stable/rustdesk -- https://hub.docker.com/r/rustdesk/rustdesk-server-s6 -- https://rustdesk.com/de/ -Type: application -Version: 1.3.2 +apiVersion: v2 +appVersion: 1.1.14 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: rustdesk self-hosted +home: https://truecharts.org/charts/stable/rustdesk +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustdesk.webp +keywords: + - rustdesk +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rustdesk +sources: + - https://github.com/rustdesk/rustdesk-server + - https://github.com/truecharts/charts/tree/master/charts/stable/rustdesk + - https://hub.docker.com/r/rustdesk/rustdesk-server-s6 + - https://rustdesk.com/de/ +type: application +version: 1.3.2 diff --git a/charts/stable/rustpad/Chart.yaml b/charts/stable/rustpad/Chart.yaml index 07c24e2c379..24feba93923 100644 --- a/charts/stable/rustpad/Chart.yaml +++ b/charts/stable/rustpad/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Rustpad is an efficient and minimal open-source collaborative text editor - based on the operational transformation algorithm. It lets users collaborate in - real time while writing code in their browser. Rustpad is completely self-hosted - and fits in a tiny Chart, no database required. -Home: https://truecharts.org/charts/stable/rustpad -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.webp -Keywords: -- rustpad -- Cloud -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: rustpad -Sources: -- https://github.com/ekzhang/rustpad -- https://github.com/truecharts/charts/tree/master/charts/stable/rustpad -- https://hub.docker.com/r/ekzhang/rustpad -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required. +home: https://truecharts.org/charts/stable/rustpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.webp +keywords: + - rustpad + - Cloud + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: rustpad +sources: + - https://github.com/ekzhang/rustpad + - https://github.com/truecharts/charts/tree/master/charts/stable/rustpad + - https://hub.docker.com/r/ekzhang/rustpad +type: application +version: 7.5.2 diff --git a/charts/stable/s3backup/Chart.yaml b/charts/stable/s3backup/Chart.yaml index ff5897cc40c..fa5b54bfeaf 100644 --- a/charts/stable/s3backup/Chart.yaml +++ b/charts/stable/s3backup/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A simple way to backup important files to Amazon S3 and Glacier. -Home: https://truecharts.org/charts/stable/s3backup -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.webp -Keywords: -- s3backup -- Backup -- Cloud -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: s3backup -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/s3backup -- https://hub.docker.com/r/joch/s3backup -- https://registry.hub.docker.com/r/joch/s3backup/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple way to backup important files to Amazon S3 and Glacier. +home: https://truecharts.org/charts/stable/s3backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.webp +keywords: + - s3backup + - Backup + - Cloud +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: s3backup +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/s3backup + - https://hub.docker.com/r/joch/s3backup + - https://registry.hub.docker.com/r/joch/s3backup/ +type: application +version: 7.5.1 diff --git a/charts/stable/s3sync/Chart.yaml b/charts/stable/s3sync/Chart.yaml index 0e5f1a089e4..d7c99473a48 100644 --- a/charts/stable/s3sync/Chart.yaml +++ b/charts/stable/s3sync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This application backs up every folder mounted at `/data/` to a given - AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access - and Secret Keys. -Home: https://truecharts.org/charts/stable/s3sync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.webp -Keywords: -- s3sync -- Backup -- Cloud -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: s3sync -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/s3sync -- https://github.com/what-name/docker-s3sync -- https://hub.docker.com/r/whatname/docker-s3sync -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys. +home: https://truecharts.org/charts/stable/s3sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.webp +keywords: + - s3sync + - Backup + - Cloud +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: s3sync +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/s3sync + - https://github.com/what-name/docker-s3sync + - https://hub.docker.com/r/whatname/docker-s3sync +type: application +version: 7.5.1 diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 02e8c13dafd..4fef15eb335 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.5.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Free and easy binary newsreader -Home: https://truecharts.org/charts/stable/sabnzbd -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.webp -Keywords: -- sabnzbd -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sabnzbd -Sources: -- https://ghcr.io/home-operations/sabnzbd -- https://ghcr.io/onedr0p/exportarr -- https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd -- https://sabnzbd.org/ -Type: application -Version: 21.8.1 +apiVersion: v2 +appVersion: 4.5.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Free and easy binary newsreader +home: https://truecharts.org/charts/stable/sabnzbd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.webp +keywords: + - sabnzbd + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sabnzbd +sources: + - https://ghcr.io/home-operations/sabnzbd + - https://ghcr.io/onedr0p/exportarr + - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd + - https://sabnzbd.org/ +type: application +version: 21.8.1 diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml index 33cce50f2dc..2506458dd8d 100644 --- a/charts/stable/satisfactory/Chart.yaml +++ b/charts/stable/satisfactory/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.9.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Satisfactory Dedicated Server -Home: https://truecharts.org/charts/stable/satisfactory -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.webp -Keywords: -- satisfactory -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: satisfactory -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory -- https://github.com/wolveix/satisfactory-server -- https://hub.docker.com/r/wolveix/satisfactory-server -Type: application -Version: 12.5.3 +apiVersion: v2 +appVersion: 1.9.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Satisfactory Dedicated Server +home: https://truecharts.org/charts/stable/satisfactory +icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.webp +keywords: + - satisfactory +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: satisfactory +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory + - https://github.com/wolveix/satisfactory-server + - https://hub.docker.com/r/wolveix/satisfactory-server +type: application +version: 12.5.3 diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index 5a5e69ee69e..0385c5a2f73 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.8.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive - Health Dashboard & Monitoring solution. -Home: https://truecharts.org/charts/stable/scrutiny -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.webp -Keywords: -- scrutiny -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: scrutiny -Sources: -- https://ghcr.io/analogj/scrutiny -- https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 0.8.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. +home: https://truecharts.org/charts/stable/scrutiny +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.webp +keywords: + - scrutiny +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: scrutiny +sources: + - https://ghcr.io/analogj/scrutiny + - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny +type: application +version: 12.5.1 diff --git a/charts/stable/scrypted/Chart.yaml b/charts/stable/scrypted/Chart.yaml index 3972c787b9a..7a1e9a05918 100644 --- a/charts/stable/scrypted/Chart.yaml +++ b/charts/stable/scrypted/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.121.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Scrypted is a high performance home video integration and automation - platform. -Home: https://truecharts.org/charts/stable/scrypted -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.webp -Keywords: -- scrypted -- automation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: scrypted -Sources: -- https://github.com/koush/scrypted -- https://github.com/truecharts/charts/tree/master/charts/stable/scrypted -- https://hub.docker.com/r/koush/scrypted -Type: application -Version: 6.22.1 +apiVersion: v2 +appVersion: 0.121.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Scrypted is a high performance home video integration and automation platform. +home: https://truecharts.org/charts/stable/scrypted +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.webp +keywords: + - scrypted + - automation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: scrypted +sources: + - https://github.com/koush/scrypted + - https://github.com/truecharts/charts/tree/master/charts/stable/scrypted + - https://hub.docker.com/r/koush/scrypted +type: application +version: 6.22.1 diff --git a/charts/stable/sd-webui/Chart.yaml b/charts/stable/sd-webui/Chart.yaml index 67e774a26e9..539e8c38634 100644 --- a/charts/stable/sd-webui/Chart.yaml +++ b/charts/stable/sd-webui/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: sd-webui-docker Chart -Home: https://truecharts.org/charts/stable/sd-webui-docker -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sd-webui-docker.webp -Keywords: -- Whisper -- AI -- ML -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sd-webui-docker -Sources: -- https://ghcr.io/neggles/sd-webui-docker -- https://github.com/ahmetoner/sd-webui-docker/ -- https://github.com/truecharts/charts/tree/master/charts/stable/sd-webui-docker -Type: application -Version: 3.0.0 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: sd-webui-docker Chart +home: https://truecharts.org/charts/stable/sd-webui-docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sd-webui-docker.webp +keywords: + - Whisper + - AI + - ML +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sd-webui-docker +sources: + - https://ghcr.io/neggles/sd-webui-docker + - https://github.com/ahmetoner/sd-webui-docker/ + - https://github.com/truecharts/charts/tree/master/charts/stable/sd-webui-docker +type: application +version: 3.0.0 diff --git a/charts/stable/sdtd/Chart.yaml b/charts/stable/sdtd/Chart.yaml index 33f4cc8b107..a91254b937a 100644 --- a/charts/stable/sdtd/Chart.yaml +++ b/charts/stable/sdtd/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 7dtd -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This chart will download and install SteamCMD. It will also install 7 - Days to Die and run it. -Home: https://truecharts.org/charts/stable/sdtd -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.webp -Keywords: -- sevendaystodie -- game-servers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sdtd -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/sdtd -- https://www.steampowered.com/ -Type: application -Version: 10.1.1 +apiVersion: v2 +appVersion: 7dtd +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This chart will download and install SteamCMD. It will also install 7 Days to Die and run it. +home: https://truecharts.org/charts/stable/sdtd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.webp +keywords: + - sevendaystodie + - game-servers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sdtd +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd + - https://www.steampowered.com/ +type: application +version: 10.1.1 diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index f2fb289e094..9e9a53415de 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,47 +8,48 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 12.0.11 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -- Alias: "" - Condition: memcached.enabled - ImportValues: null - Name: memcached - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 14.5.8 -Deprecated: false -Description: Reliable and Performant File Sync and Share Solution -Home: https://truecharts.org/charts/stable/seafile -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.webp -Keywords: -- seafile -- files -- cloud -- file-storage -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: seafile -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/seafile -- https://hub.docker.com/r/seafileltd/seafile-mc -- https://seafile.com -Type: application -Version: 8.1.4 +apiVersion: v2 +appVersion: 12.0.11 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: memcached + version: 14.5.8 + repository: oci://tccr.io/truecharts + condition: memcached.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Reliable and Performant File Sync and Share Solution +home: https://truecharts.org/charts/stable/seafile +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.webp +keywords: + - seafile + - files + - cloud + - file-storage +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: seafile +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/seafile + - https://hub.docker.com/r/seafileltd/seafile-mc + - https://seafile.com +type: application +version: 8.1.4 diff --git a/charts/stable/searxng/Chart.yaml b/charts/stable/searxng/Chart.yaml index df497552920..8d9b0a76cf0 100644 --- a/charts/stable/searxng/Chart.yaml +++ b/charts/stable/searxng/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Meta search engine which aggregates results from more than 70 search - services. -Home: https://truecharts.org/charts/stable/searxng -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.webp -Keywords: -- searxng -- Productivity -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: searxng -Sources: -- https://github.com/searxng/searxng -- https://github.com/truecharts/charts/tree/master/charts/stable/searxng -- https://hub.docker.com/r/searxng/searxng -Type: application -Version: 9.5.26 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Meta search engine which aggregates results from more than 70 search services. +home: https://truecharts.org/charts/stable/searxng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.webp +keywords: + - searxng + - Productivity + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: searxng +sources: + - https://github.com/searxng/searxng + - https://github.com/truecharts/charts/tree/master/charts/stable/searxng + - https://hub.docker.com/r/searxng/searxng +type: application +version: 9.5.26 diff --git a/charts/stable/seedsync/Chart.yaml b/charts/stable/seedsync/Chart.yaml index 47bcab6b4ff..1e2cfeeba96 100644 --- a/charts/stable/seedsync/Chart.yaml +++ b/charts/stable/seedsync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: SeedSync is a tool to sync the files on a remote Linux server (like your - seedbox, for example). It uses LFTP to transfer files fast! -Home: https://truecharts.org/charts/stable/seedsync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.webp -Keywords: -- seedsync -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: seedsync -Sources: -- https://github.com/ipsingh06/seedsync -- https://github.com/truecharts/charts/tree/master/charts/stable/seedsync -- https://hub.docker.com/r/ipsingh06/seedsync -Type: application -Version: 9.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! +home: https://truecharts.org/charts/stable/seedsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.webp +keywords: + - seedsync + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: seedsync +sources: + - https://github.com/ipsingh06/seedsync + - https://github.com/truecharts/charts/tree/master/charts/stable/seedsync + - https://hub.docker.com/r/ipsingh06/seedsync +type: application +version: 9.5.1 diff --git a/charts/stable/semaphore/Chart.yaml b/charts/stable/semaphore/Chart.yaml index 0f826bec4ff..cd3ff774ef5 100644 --- a/charts/stable/semaphore/Chart.yaml +++ b/charts/stable/semaphore/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.13.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Semaphore is a modern, open source alternative to Ansible Tower. It is - a self-hosted web-based solution that allows you to create and manage Ansible projects, - playbooks, and roles, while also providing a web interface for running and monitoring - Ansible tasks. -Home: https://truecharts.org/charts/stable/semaphore -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/semaphore.webp -Keywords: -- ansible -- semaphore -- cicd -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: semaphore -Sources: -- https://github.com/ansible-semaphore/semaphore -- https://github.com/truecharts/charts/tree/master/charts/stable/semaphore -- https://hub.docker.com/r/semaphoreui/semaphore -Type: application -Version: 5.1.3 +apiVersion: v2 +appVersion: 2.13.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Semaphore is a modern, open source alternative to Ansible Tower. It is a self-hosted web-based solution that allows you to create and manage Ansible projects, playbooks, and roles, while also providing a web interface for running and monitoring Ansible tasks. +home: https://truecharts.org/charts/stable/semaphore +icon: https://truecharts.org/img/hotlink-ok/chart-icons/semaphore.webp +keywords: + - ansible + - semaphore + - cicd +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: semaphore +sources: + - https://github.com/ansible-semaphore/semaphore + - https://github.com/truecharts/charts/tree/master/charts/stable/semaphore + - https://hub.docker.com/r/semaphoreui/semaphore +type: application +version: 5.1.3 diff --git a/charts/stable/send/Chart.yaml b/charts/stable/send/Chart.yaml index 9b4bc097328..40e9f827ebb 100644 --- a/charts/stable/send/Chart.yaml +++ b/charts/stable/send/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork - is a community effort to keep the project up-to-date and alive. -Home: https://truecharts.org/charts/stable/send -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.webp -Keywords: -- send -- Cloud -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: send -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/send -- https://gitlab.com/timvisee/send -Type: application -Version: 7.11.8 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. +home: https://truecharts.org/charts/stable/send +icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.webp +keywords: + - send + - Cloud + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: send +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/send + - https://gitlab.com/timvisee/send +type: application +version: 7.11.8 diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 42949b115d0..c06430673f0 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Serial to Socket Redirector -Home: https://truecharts.org/charts/stable/ser2sock -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.webp -Keywords: -- ser2sock -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ser2sock -Sources: -- https://github.com/nutechsoftware/ser2sock -- https://github.com/tenstartups/ser2sock -- https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock -- https://hub.docker.com/r/tenstartups/ser2sock -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Serial to Socket Redirector +home: https://truecharts.org/charts/stable/ser2sock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.webp +keywords: + - ser2sock +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ser2sock +sources: + - https://github.com/nutechsoftware/ser2sock + - https://github.com/tenstartups/ser2sock + - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock + - https://hub.docker.com/r/tenstartups/ser2sock +type: application +version: 15.5.1 diff --git a/charts/stable/serpbear/Chart.yaml b/charts/stable/serpbear/Chart.yaml index a56dc1dd51a..a3d169c2097 100644 --- a/charts/stable/serpbear/Chart.yaml +++ b/charts/stable/serpbear/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Search Engine Position Tracking App. -Home: https://truecharts.org/charts/stable/serpbear -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.webp -Keywords: -- serpbear -- metrics -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: serpbear -Sources: -- https://github.com/towfiqi/serpbear -- https://github.com/truecharts/charts/tree/master/charts/stable/serpbear -- https://hub.docker.com/r/towfiqi/serpbear -Type: application -Version: 5.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Search Engine Position Tracking App. +home: https://truecharts.org/charts/stable/serpbear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.webp +keywords: + - serpbear + - metrics +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: serpbear +sources: + - https://github.com/towfiqi/serpbear + - https://github.com/truecharts/charts/tree/master/charts/stable/serpbear + - https://hub.docker.com/r/towfiqi/serpbear +type: application +version: 5.5.2 diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml index b405af5f47e..dbd28d52161 100644 --- a/charts/stable/servas/Chart.yaml +++ b/charts/stable/servas/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,38 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.5.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: A self-hosted bookmark management tool. -Home: https://truecharts.org/charts/stable/servas -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.webp -Keywords: -- servas -- bookmarks -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: servas -Sources: -- https://github.com/beromir/Servas -- https://github.com/truecharts/charts/tree/master/charts/stable/servas -- https://hub.docker.com/r/beromir/servas -Type: application -Version: 6.16.1 +apiVersion: v2 +appVersion: 0.5.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted bookmark management tool. +home: https://truecharts.org/charts/stable/servas +icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.webp +keywords: + - servas + - bookmarks +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: servas +sources: + - https://github.com/beromir/Servas + - https://github.com/truecharts/charts/tree/master/charts/stable/servas + - https://hub.docker.com/r/beromir/servas +type: application +version: 6.16.1 diff --git a/charts/stable/sftpgo/Chart.yaml b/charts/stable/sftpgo/Chart.yaml index 4dd203f3d20..19c822ebc6c 100644 --- a/charts/stable/sftpgo/Chart.yaml +++ b/charts/stable/sftpgo/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.6.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'Fully featured and highly configurable SFTP server with optional HTTP/S, - FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, - encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, - Azure Blob Storage, SFTP.' -Home: https://truecharts.org/charts/stable/sftpgo -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.webp -Keywords: -- sftpgo -- Network-FTP -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sftpgo -Sources: -- https://ghcr.io/drakkan/sftpgo -- https://github.com/drakkan/sftpgo -- https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo -Type: application -Version: 8.5.3 +apiVersion: v2 +appVersion: 2.6.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP.' +home: https://truecharts.org/charts/stable/sftpgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.webp +keywords: + - sftpgo + - Network-FTP +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sftpgo +sources: + - https://ghcr.io/drakkan/sftpgo + - https://github.com/drakkan/sftpgo + - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo +type: application +version: 8.5.3 diff --git a/charts/stable/shaarli/Chart.yaml b/charts/stable/shaarli/Chart.yaml index 227cad9e259..e7f970aa843 100644 --- a/charts/stable/shaarli/Chart.yaml +++ b/charts/stable/shaarli/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.14.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The personal, minimalist, super-fast, database free, bookmarking service. -Home: https://truecharts.org/charts/stable/shaarli -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.webp -Keywords: -- shaarli -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: shaarli -Sources: -- https://github.com/shaarli/Shaarli -- https://github.com/truecharts/charts/tree/master/charts/stable/shaarli -- https://hub.docker.com/r/shaarli/shaarli -Type: application -Version: 7.6.1 +apiVersion: v2 +appVersion: 0.14.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The personal, minimalist, super-fast, database free, bookmarking service. +home: https://truecharts.org/charts/stable/shaarli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.webp +keywords: + - shaarli + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shaarli +sources: + - https://github.com/shaarli/Shaarli + - https://github.com/truecharts/charts/tree/master/charts/stable/shaarli + - https://hub.docker.com/r/shaarli/shaarli +type: application +version: 7.6.1 diff --git a/charts/stable/shapeshifter-obfuscator/Chart.yaml b/charts/stable/shapeshifter-obfuscator/Chart.yaml index 0a79c930c99..c1aae17b62d 100644 --- a/charts/stable/shapeshifter-obfuscator/Chart.yaml +++ b/charts/stable/shapeshifter-obfuscator/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher - provided by The Operator Foundation. The shapeshifter suite provides command-line - proxy and obfuscation tools that effectively modify packets to evade advanced IDS - systems. ' -Home: https://truecharts.org/charts/stable/shapeshifter-obfuscator -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.webp -Keywords: -- shapeshifter-obfuscator -- Security -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: shapeshifter-obfuscator -Sources: -- https://github.com/juchong/shapeshifter-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator -- https://hub.docker.com/r/juchong/shapeshifter-docker -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. ' +home: https://truecharts.org/charts/stable/shapeshifter-obfuscator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.webp +keywords: + - shapeshifter-obfuscator + - Security +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shapeshifter-obfuscator +sources: + - https://github.com/juchong/shapeshifter-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/shapeshifter-obfuscator + - https://hub.docker.com/r/juchong/shapeshifter-docker +type: application +version: 7.5.1 diff --git a/charts/stable/sheetable/Chart.yaml b/charts/stable/sheetable/Chart.yaml index e0506505dd9..71ea2a3bd28 100644 --- a/charts/stable/sheetable/Chart.yaml +++ b/charts/stable/sheetable/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.8.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts - out there. -Home: https://truecharts.org/charts/stable/sheetable -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.webp -Keywords: -- sheetable -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sheetable -Sources: -- https://github.com/SheetAble -- https://github.com/truecharts/charts/tree/master/charts/stable/sheetable -- https://hub.docker.com/r/vallezw/sheetable -- https://sheetable.net/docs -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 0.8.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. +home: https://truecharts.org/charts/stable/sheetable +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.webp +keywords: + - sheetable +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sheetable +sources: + - https://github.com/SheetAble + - https://github.com/truecharts/charts/tree/master/charts/stable/sheetable + - https://hub.docker.com/r/vallezw/sheetable + - https://sheetable.net/docs +type: application +version: 8.5.1 diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml index 4a254e17785..e34c501554c 100644 --- a/charts/stable/shiori/Chart.yaml +++ b/charts/stable/shiori/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.7.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A simple bookmark manager built with Go. -Home: https://truecharts.org/charts/stable/shiori -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.webp -Keywords: -- shiori -- bookmark -- bookmark-manager -- web-interface -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: shiori -Sources: -- https://ghcr.io/go-shiori/shiori -- https://github.com/go-shiori/shiori -- https://github.com/go-shiori/shiori/pkgs/container/shiori -- https://github.com/truecharts/charts/tree/master/charts/stable/shiori -Type: application -Version: 18.6.1 +apiVersion: v2 +appVersion: 1.7.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A simple bookmark manager built with Go. +home: https://truecharts.org/charts/stable/shiori +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.webp +keywords: + - shiori + - bookmark + - bookmark-manager + - web-interface +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shiori +sources: + - https://ghcr.io/go-shiori/shiori + - https://github.com/go-shiori/shiori + - https://github.com/go-shiori/shiori/pkgs/container/shiori + - https://github.com/truecharts/charts/tree/master/charts/stable/shiori +type: application +version: 18.6.1 diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml index 36105186d02..ae41e14fad8 100644 --- a/charts/stable/shlink-web-client/Chart.yaml +++ b/charts/stable/shlink-web-client/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.3.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A ReactJS-based progressive web application for Shlink. -Home: https://truecharts.org/charts/stable/shlink-web-client -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.webp -Keywords: -- url -- shortener -- frontend -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: shlink-web-client -Sources: -- https://github.com/shlinkio/shlink-web-client -- https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client -- https://hub.docker.com/r/shlinkio/shlink-web-client -Type: application -Version: 13.6.1 +apiVersion: v2 +appVersion: 4.3.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A ReactJS-based progressive web application for Shlink. +home: https://truecharts.org/charts/stable/shlink-web-client +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.webp +keywords: + - url + - shortener + - frontend +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shlink-web-client +sources: + - https://github.com/shlinkio/shlink-web-client + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client + - https://hub.docker.com/r/shlinkio/shlink-web-client +type: application +version: 13.6.1 diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index 489c66e7599..11707a07c67 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.4.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: A PHP-based self-hosted URL shortener that can be used to serve shortened - URLs under your own custom domain. -Home: https://truecharts.org/charts/stable/shlink -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.webp -Keywords: -- url -- shortener -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: shlink -Sources: -- https://github.com/shlinkio/shlink -- https://github.com/truecharts/charts/tree/master/charts/stable/shlink -- https://hub.docker.com/r/shlinkio/shlink -Type: application -Version: 16.14.12 +apiVersion: v2 +appVersion: 4.4.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. +home: https://truecharts.org/charts/stable/shlink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.webp +keywords: + - url + - shortener +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shlink +sources: + - https://github.com/shlinkio/shlink + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink + - https://hub.docker.com/r/shlinkio/shlink +type: application +version: 16.14.12 diff --git a/charts/stable/shoko-server/Chart.yaml b/charts/stable/shoko-server/Chart.yaml index b19b248c8a3..84ae04840f0 100644 --- a/charts/stable/shoko-server/Chart.yaml +++ b/charts/stable/shoko-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Anime cataloging program designed to automate the cataloging of your - collection. -Home: https://truecharts.org/charts/stable/shoko-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.webp -Keywords: -- shoko-server -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: shoko-server -Sources: -- https://github.com/ShokoAnime/ShokoServer -- https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server -- https://hub.docker.com/r/shokoanime/server -Type: application -Version: 12.4.1 +apiVersion: v2 +appVersion: 5.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Anime cataloging program designed to automate the cataloging of your collection. +home: https://truecharts.org/charts/stable/shoko-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.webp +keywords: + - shoko-server + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shoko-server +sources: + - https://github.com/ShokoAnime/ShokoServer + - https://github.com/truecharts/charts/tree/master/charts/stable/shoko-server + - https://hub.docker.com/r/shokoanime/server +type: application +version: 12.4.1 diff --git a/charts/stable/shortipy/Chart.yaml b/charts/stable/shortipy/Chart.yaml index 27c87a26b42..60e3e231e44 100644 --- a/charts/stable/shortipy/Chart.yaml +++ b/charts/stable/shortipy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: URL Shortener in python based on flask -Home: https://truecharts.org/charts/stable/shortipy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.webp -Keywords: -- shortipy -- Tools-Utilities -- Network-Management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: shortipy -Sources: -- https://github.com/maschhoff/shortipy -- https://github.com/truecharts/charts/tree/master/charts/stable/shortipy -- https://hub.docker.com/r/knex666/shortipy -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: URL Shortener in python based on flask +home: https://truecharts.org/charts/stable/shortipy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.webp +keywords: + - shortipy + - Tools-Utilities + - Network-Management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shortipy +sources: + - https://github.com/maschhoff/shortipy + - https://github.com/truecharts/charts/tree/master/charts/stable/shortipy + - https://hub.docker.com/r/knex666/shortipy +type: application +version: 7.5.1 diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml index 0463a51e976..11dc0d3a363 100644 --- a/charts/stable/shorturl/Chart.yaml +++ b/charts/stable/shorturl/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Self hosted web app for shortening urls (URL shortener) -Home: https://truecharts.org/charts/stable/shorturl -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.webp -Keywords: -- url -- shortener -- shorten -- shorturl -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: shorturl -Sources: -- https://ghcr.io/nicholaswilde/shorturl -- https://github.com/nicholaswilde/docker-shorturl -- https://github.com/prologic/shorturl -- https://github.com/truecharts/charts/tree/master/charts/stable/shorturl -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 0.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Self hosted web app for shortening urls (URL shortener) +home: https://truecharts.org/charts/stable/shorturl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.webp +keywords: + - url + - shortener + - shorten + - shorturl +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: shorturl +sources: + - https://ghcr.io/nicholaswilde/shorturl + - https://github.com/nicholaswilde/docker-shorturl + - https://github.com/prologic/shorturl + - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl +type: application +version: 12.5.1 diff --git a/charts/stable/sia-daemon/Chart.yaml b/charts/stable/sia-daemon/Chart.yaml index a3fbf1f5cff..74dbc90d5b1 100644 --- a/charts/stable/sia-daemon/Chart.yaml +++ b/charts/stable/sia-daemon/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: master -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Sia is a decentralized cloud storage platform that radically alters the - landscape of cloud storage. By leveraging smart contracts, client-side encryption, - and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely - store their data with hosts that they do not know or trust. The result is a cloud - storage marketplace where hosts compete to offer the best service at the lowest - price. And since there is no barrier to entry for hosts, anyone with spare storage - capacity can join the network and start making money. -Home: https://truecharts.org/charts/stable/sia-daemon -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.webp -Keywords: -- sia-daemon -- Cloud -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sia-daemon -Sources: -- https://ghcr.io/siafoundation/siad -- https://github.com/SiaFoundation/siad/pkgs/container/siad -- https://github.com/siafoundation/siad -- https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: master +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. +home: https://truecharts.org/charts/stable/sia-daemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.webp +keywords: + - sia-daemon + - Cloud + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sia-daemon +sources: + - https://ghcr.io/siafoundation/siad + - https://github.com/SiaFoundation/siad/pkgs/container/siad + - https://github.com/siafoundation/siad + - https://github.com/truecharts/charts/tree/master/charts/stable/sia-daemon +type: application +version: 7.5.2 diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml index 0a9cc6c8a90..ab41d6b8aaa 100644 --- a/charts/stable/sickchill/Chart.yaml +++ b/charts/stable/sickchill/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2024.3.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An Automatic Video Library Manager for TV Shows -Home: https://truecharts.org/charts/stable/sickchill -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.webp -Keywords: -- sickchill -- video -- library -- manager -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sickchill -Sources: -- https://ghcr.io/linuxserver/sickchill -- https://github.com/SickChill/SickChill -- https://github.com/linuxserver/docker-sickchill -- https://github.com/truecharts/charts/tree/master/charts/stable/sickchill -Type: application -Version: 13.5.11 +apiVersion: v2 +appVersion: 2024.3.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An Automatic Video Library Manager for TV Shows +home: https://truecharts.org/charts/stable/sickchill +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.webp +keywords: + - sickchill + - video + - library + - manager +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sickchill +sources: + - https://ghcr.io/linuxserver/sickchill + - https://github.com/SickChill/SickChill + - https://github.com/linuxserver/docker-sickchill + - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill +type: application +version: 13.5.11 diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml index 05df2afa2cf..9e5c58f8aa5 100644 --- a/charts/stable/sickgear/Chart.yaml +++ b/charts/stable/sickgear/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more -Home: https://truecharts.org/charts/stable/sickgear -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.webp -Keywords: -- sickgear -- manager -- tv -- shows -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sickgear -Sources: -- https://github.com/SickGear/SickGear -- https://github.com/truecharts/charts/tree/master/charts/stable/sickgear -- https://hub.docker.com/r/sickgear/sickgear -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more +home: https://truecharts.org/charts/stable/sickgear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.webp +keywords: + - sickgear + - manager + - tv + - shows +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sickgear +sources: + - https://github.com/SickGear/SickGear + - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear + - https://hub.docker.com/r/sickgear/sickgear +type: application +version: 13.5.1 diff --git a/charts/stable/simply-shorten/Chart.yaml b/charts/stable/simply-shorten/Chart.yaml index ec1119caf22..925f09fdbc8 100644 --- a/charts/stable/simply-shorten/Chart.yaml +++ b/charts/stable/simply-shorten/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A dead simple URL shortener. -Home: https://truecharts.org/charts/stable/simply-shorten -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.webp -Keywords: -- simply-shorten -- Cloud -- Productivity -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: simply-shorten -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten -- https://gitlab.com/draganczukp/simply-shorten -- https://hub.docker.com/r/draganczukp/simply-shorten -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: 1.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A dead simple URL shortener. +home: https://truecharts.org/charts/stable/simply-shorten +icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.webp +keywords: + - simply-shorten + - Cloud + - Productivity + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: simply-shorten +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten + - https://gitlab.com/draganczukp/simply-shorten + - https://hub.docker.com/r/draganczukp/simply-shorten +type: application +version: 10.5.1 diff --git a/charts/stable/sinusbot/Chart.yaml b/charts/stable/sinusbot/Chart.yaml index b3c42f8105a..5668bc4da82 100644 --- a/charts/stable/sinusbot/Chart.yaml +++ b/charts/stable/sinusbot/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: SinusBot is a MusicBot that will let you listen to music together with - your friends on either TeamSpeak 3 or Discord. -Home: https://truecharts.org/charts/stable/sinusbot -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.webp -Keywords: -- sinusbot -- Productivity -- Tools-Utilities -- MediaServer-Music -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sinusbot -Sources: -- https://forum.sinusbot.com -- https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot -- https://hub.docker.com/r/sinusbot/docker -Type: application -Version: 7.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. +home: https://truecharts.org/charts/stable/sinusbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.webp +keywords: + - sinusbot + - Productivity + - Tools-Utilities + - MediaServer-Music +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sinusbot +sources: + - https://forum.sinusbot.com + - https://github.com/truecharts/charts/tree/master/charts/stable/sinusbot + - https://hub.docker.com/r/sinusbot/docker +type: application +version: 7.5.3 diff --git a/charts/stable/slack-invite/Chart.yaml b/charts/stable/slack-invite/Chart.yaml index d208f572304..5410c4bee78 100644 --- a/charts/stable/slack-invite/Chart.yaml +++ b/charts/stable/slack-invite/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Creates a simple webpage for Slack invite signups -Home: https://truecharts.org/charts/stable/slack-invite -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.webp -Keywords: -- slack-invite -- Network-Messenger -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: slack-invite -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite -- https://hub.docker.com/r/ninthwalker/slack-invite -- httpss://github.com/ninthwalker/slack-invite -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Creates a simple webpage for Slack invite signups +home: https://truecharts.org/charts/stable/slack-invite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.webp +keywords: + - slack-invite + - Network-Messenger + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: slack-invite +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/slack-invite + - https://hub.docker.com/r/ninthwalker/slack-invite + - httpss://github.com/ninthwalker/slack-invite +type: application +version: 7.5.1 diff --git a/charts/stable/slash/Chart.yaml b/charts/stable/slash/Chart.yaml index 1bf3ef3ac88..6d3b78edad9 100644 --- a/charts/stable/slash/Chart.yaml +++ b/charts/stable/slash/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A bookmarking and link shortening service that enables easy saving and - sharing of links. -Home: https://truecharts.org/charts/stable/slash -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.webp -Keywords: -- slash -- bookmarks -- url-shortener -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: slash -Sources: -- https://github.com/boojack/slash -- https://github.com/truecharts/charts/tree/master/charts/stable/slash -- https://hub.docker.com/r/yourselfhosted/slash -Type: application -Version: 6.5.1 +apiVersion: v2 +appVersion: 1.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A bookmarking and link shortening service that enables easy saving and sharing of links. +home: https://truecharts.org/charts/stable/slash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.webp +keywords: + - slash + - bookmarks + - url-shortener +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: slash +sources: + - https://github.com/boojack/slash + - https://github.com/truecharts/charts/tree/master/charts/stable/slash + - https://hub.docker.com/r/yourselfhosted/slash +type: application +version: 6.5.1 diff --git a/charts/stable/slink/Chart.yaml b/charts/stable/slink/Chart.yaml index aa6e3ebd84d..7ed5c4582bc 100644 --- a/charts/stable/slink/Chart.yaml +++ b/charts/stable/slink/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.4.8 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted image sharing platform built with Symfony and SvelteKit️. -Home: https://truecharts.org/charts/stable/slink -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/slink.webp -Keywords: -- media -- photos -- pictures -- sharing -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: slink -Sources: -- https://github.com/andrii-kryvoviaz/slink -- https://github.com/truecharts/charts/tree/master/charts/stable/slink -- https://hub.docker.com/r/anirdev/slink -Type: application -Version: 4.1.2 +apiVersion: v2 +appVersion: 1.4.8 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted image sharing platform built with Symfony and SvelteKit️. +home: https://truecharts.org/charts/stable/slink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slink.webp +keywords: + - media + - photos + - pictures + - sharing +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: slink +sources: + - https://github.com/andrii-kryvoviaz/slink + - https://github.com/truecharts/charts/tree/master/charts/stable/slink + - https://hub.docker.com/r/anirdev/slink +type: application +version: 4.1.2 diff --git a/charts/stable/slskd/Chart.yaml b/charts/stable/slskd/Chart.yaml index f15ed1deaca..c9dbf082cf4 100644 --- a/charts/stable/slskd/Chart.yaml +++ b/charts/stable/slskd/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.22.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Slskd is a modern client-server application for the Soulseek file sharing - network. -Home: https://truecharts.org/charts/stable/slskd -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/slskd.webp -Keywords: -- slskd -- music -- soulseek -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: slskd -Sources: -- https://ghcr.io/slskd/slskd -- https://github.com/ansible-slskd/slskd -- https://github.com/truecharts/charts/tree/master/charts/stable/slskd -Type: application -Version: 3.0.0 +apiVersion: v2 +appVersion: 0.22.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Slskd is a modern client-server application for the Soulseek file sharing network. +home: https://truecharts.org/charts/stable/slskd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slskd.webp +keywords: + - slskd + - music + - soulseek +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: slskd +sources: + - https://ghcr.io/slskd/slskd + - https://github.com/ansible-slskd/slskd + - https://github.com/truecharts/charts/tree/master/charts/stable/slskd +type: application +version: 3.0.0 diff --git a/charts/stable/smartctl-exporter/Chart.yaml b/charts/stable/smartctl-exporter/Chart.yaml index 2f023ebcbf0..1223757dabd 100644 --- a/charts/stable/smartctl-exporter/Chart.yaml +++ b/charts/stable/smartctl-exporter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.13.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Prometheus exporter for SMART using smartctl binary to gather metrics. -Home: https://truecharts.org/charts/stable/smartctl-exporter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.webp -Keywords: -- prometheus -- smartctl-exporter -- monitoring -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: smartctl-exporter -Sources: -- https://github.com/prometheus-community/smartctl_exporter -- https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter -- https://quay.io/prometheuscommunity/smartctl-exporter -Type: application -Version: 4.6.1 +apiVersion: v2 +appVersion: 0.13.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Prometheus exporter for SMART using smartctl binary to gather metrics. +home: https://truecharts.org/charts/stable/smartctl-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.webp +keywords: + - prometheus + - smartctl-exporter + - monitoring +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smartctl-exporter +sources: + - https://github.com/prometheus-community/smartctl_exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/smartctl-exporter + - https://quay.io/prometheuscommunity/smartctl-exporter +type: application +version: 4.6.1 diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml index 27fd1f5d2fa..2467ac53a52 100644 --- a/charts/stable/smokeping/Chart.yaml +++ b/charts/stable/smokeping/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.8.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Keep track of your network latency. -Home: https://truecharts.org/charts/stable/smokeping -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.webp -Keywords: -- smokeping -- network -- latency -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: smokeping -Sources: -- https://ghcr.io/linuxserver/smokeping -- https://github.com/truecharts/charts/tree/master/charts/stable/smokeping -- https://oss.oetiker.ch/smokeping/ -Type: application -Version: 12.5.10 +apiVersion: v2 +appVersion: 2.8.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Keep track of your network latency. +home: https://truecharts.org/charts/stable/smokeping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.webp +keywords: + - smokeping + - network + - latency +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smokeping +sources: + - https://ghcr.io/linuxserver/smokeping + - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping + - https://oss.oetiker.ch/smokeping/ +type: application +version: 12.5.10 diff --git a/charts/stable/smtp-relay/Chart.yaml b/charts/stable/smtp-relay/Chart.yaml index 4a97b48678f..d8a0d59945e 100644 --- a/charts/stable/smtp-relay/Chart.yaml +++ b/charts/stable/smtp-relay/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.7.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A SMTP service for relaying emails. -Home: https://truecharts.org/charts/stable/smtp-relay -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.webp -Keywords: -- smtp-relay -- smtp -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: smtp-relay -Sources: -- https://ghcr.io/ix-ai/smtp -- https://github.com/ix-ai/smtp -- https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay -Type: application -Version: 5.7.5 +apiVersion: v2 +appVersion: 0.7.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A SMTP service for relaying emails. +home: https://truecharts.org/charts/stable/smtp-relay +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.webp +keywords: + - smtp-relay + - smtp +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: smtp-relay +sources: + - https://ghcr.io/ix-ai/smtp + - https://github.com/ix-ai/smtp + - https://github.com/truecharts/charts/tree/master/charts/stable/smtp-relay +type: application +version: 5.7.5 diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml index cbdc14bc5af..cfbb02747f5 100644 --- a/charts/stable/snapdrop/Chart.yaml +++ b/charts/stable/snapdrop/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. -Home: https://truecharts.org/charts/stable/snapdrop -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.webp -Keywords: -- snapdrop -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: snapdrop -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/snapdrop -- https://github.com/linuxserver/docker-snapdrop -- https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop -Type: application -Version: 11.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. +home: https://truecharts.org/charts/stable/snapdrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.webp +keywords: + - snapdrop +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: snapdrop +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/snapdrop + - https://github.com/linuxserver/docker-snapdrop + - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop +type: application +version: 11.5.3 diff --git a/charts/stable/snippet-box/Chart.yaml b/charts/stable/snippet-box/Chart.yaml index e5eb8b72f5a..f5a7e966cfb 100644 --- a/charts/stable/snippet-box/Chart.yaml +++ b/charts/stable/snippet-box/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Snippet Box is a simple self-hosted app for organizing your code snippets. -Home: https://truecharts.org/charts/stable/snippet-box -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.webp -Keywords: -- snippet-box -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: snippet-box -Sources: -- https://github.com/pawelmalak/snippet-box -- https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box -- https://hub.docker.com/r/pawelmalak/snippet-box -Type: application -Version: 9.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Snippet Box is a simple self-hosted app for organizing your code snippets. +home: https://truecharts.org/charts/stable/snippet-box +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.webp +keywords: + - snippet-box + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: snippet-box +sources: + - https://github.com/pawelmalak/snippet-box + - https://github.com/truecharts/charts/tree/master/charts/stable/snippet-box + - https://hub.docker.com/r/pawelmalak/snippet-box +type: application +version: 9.5.1 diff --git a/charts/stable/socials/Chart.yaml b/charts/stable/socials/Chart.yaml index a5c8a59c74a..3b777736e10 100644 --- a/charts/stable/socials/Chart.yaml +++ b/charts/stable/socials/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: main -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Socials is a single-page website that stores all your social media and - personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, - but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting - or publishing as a static website or Chart is recommended! -Home: https://truecharts.org/charts/stable/socials -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.webp -Keywords: -- socials -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: socials -Sources: -- https://ghcr.io/diamkil/socials -- https://github.com/diamkil/socials -- https://github.com/truecharts/charts/tree/master/charts/stable/socials -- https://registry.hub.docker.com/r/diamkil/socials/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: main +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended! +home: https://truecharts.org/charts/stable/socials +icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.webp +keywords: + - socials + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: socials +sources: + - https://ghcr.io/diamkil/socials + - https://github.com/diamkil/socials + - https://github.com/truecharts/charts/tree/master/charts/stable/socials + - https://registry.hub.docker.com/r/diamkil/socials/ +type: application +version: 7.5.1 diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml index 64ab7747a0a..4eb56c7cbb8 100644 --- a/charts/stable/soft-serve/Chart.yaml +++ b/charts/stable/soft-serve/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.8.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A tasty, self-hostable Git server for the command line. -Home: https://truecharts.org/charts/stable/soft-serve -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.webp -Keywords: -- soft-serve -- git -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: soft-serve -Sources: -- https://github.com/charmbracelet/soft-serve -- https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve -- https://hub.docker.com/r/charmcli/soft-serve -Type: application -Version: 8.6.3 +apiVersion: v2 +appVersion: 0.8.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A tasty, self-hostable Git server for the command line. +home: https://truecharts.org/charts/stable/soft-serve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.webp +keywords: + - soft-serve + - git +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: soft-serve +sources: + - https://github.com/charmbracelet/soft-serve + - https://github.com/truecharts/charts/tree/master/charts/stable/soft-serve + - https://hub.docker.com/r/charmcli/soft-serve +type: application +version: 8.6.3 diff --git a/charts/stable/solr/Chart.yaml b/charts/stable/solr/Chart.yaml index 45543fb4e4c..8d9d26ebde0 100644 --- a/charts/stable/solr/Chart.yaml +++ b/charts/stable/solr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 9.8.1 -Dependencies: -- Alias: "" - Condition: includeCommon - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Apache Solr -Home: https://truecharts.org/charts/stable/solr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.webp -Keywords: -- solr -- apache -- search -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: solr -Sources: -- https://gallery.ecr.aws/bitnami/solr -- https://github.com/apache/solr -- https://github.com/truecharts/charts/tree/master/charts/stable/solr -Type: application -Version: 12.6.9 +apiVersion: v2 +appVersion: 9.8.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: includeCommon + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Apache Solr +home: https://truecharts.org/charts/stable/solr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.webp +keywords: + - solr + - apache + - search +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: solr +sources: + - https://gallery.ecr.aws/bitnami/solr + - https://github.com/apache/solr + - https://github.com/truecharts/charts/tree/master/charts/stable/solr +type: application +version: 12.6.9 diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 23a9b07df62..0e681dc07f0 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.0.14.2938 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Smart PVR for newsgroup and bittorrent users -Home: https://truecharts.org/charts/stable/sonarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.webp -Keywords: -- sonarr -- torrent -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sonarr -Sources: -- https://ghcr.io/home-operations/sonarr -- https://ghcr.io/onedr0p/exportarr -- https://github.com/Sonarr/Sonarr -- https://github.com/truecharts/charts/tree/master/charts/stable/sonarr -Type: application -Version: 23.7.0 +apiVersion: v2 +appVersion: 4.0.14.2938 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Smart PVR for newsgroup and bittorrent users +home: https://truecharts.org/charts/stable/sonarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.webp +keywords: + - sonarr + - torrent + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sonarr +sources: + - https://ghcr.io/home-operations/sonarr + - https://ghcr.io/onedr0p/exportarr + - https://github.com/Sonarr/Sonarr + - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr +type: application +version: 23.7.0 diff --git a/charts/stable/songkong/Chart.yaml b/charts/stable/songkong/Chart.yaml index 9b2813e7910..c906ab29c5a 100644 --- a/charts/stable/songkong/Chart.yaml +++ b/charts/stable/songkong/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Official SongKong Chart repository, Identify your songs and add metadata - and artwork automatically -Home: https://truecharts.org/charts/stable/songkong -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.webp -Keywords: -- songkong -- MediaApp-Music -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: songkong -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/songkong -- https://hub.docker.com/r/songkong/songkong -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically +home: https://truecharts.org/charts/stable/songkong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.webp +keywords: + - songkong + - MediaApp-Music +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: songkong +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/songkong + - https://hub.docker.com/r/songkong/songkong +type: application +version: 7.5.2 diff --git a/charts/stable/sonsoftheforest/Chart.yaml b/charts/stable/sonsoftheforest/Chart.yaml index 8f3c12832b0..29c3734c416 100644 --- a/charts/stable/sonsoftheforest/Chart.yaml +++ b/charts/stable/sonsoftheforest/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: sonsoftheforest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A custom SteamCMD chart that runs Sons Of The Forest Server. -Home: https://truecharts.org/charts/stable/sonsoftheforest -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.webp -Keywords: -- sonsoftheforest -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sonsoftheforest -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest -- https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest -Type: application -Version: 5.5.1 +apiVersion: v2 +appVersion: sonsoftheforest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A custom SteamCMD chart that runs Sons Of The Forest Server. +home: https://truecharts.org/charts/stable/sonsoftheforest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.webp +keywords: + - sonsoftheforest + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sonsoftheforest +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/ich777/docker-steamcmd-server/tree/sonsoftheforest + - https://github.com/truecharts/charts/tree/master/charts/stable/sonsoftheforest +type: application +version: 5.5.1 diff --git a/charts/stable/sourcegraph/Chart.yaml b/charts/stable/sourcegraph/Chart.yaml index 403eedc8e23..572b0745941 100644 --- a/charts/stable/sourcegraph/Chart.yaml +++ b/charts/stable/sourcegraph/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Sourcegraph Chart. -Home: https://truecharts.org/charts/stable/sourcegraph -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.webp -Keywords: -- sourcegraph -- Backup -- Cloud -- Network-Web -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sourcegraph -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph -- https://hub.docker.com/r/sourcegraph/server -Type: application -Version: 8.2.0 +apiVersion: v2 +appVersion: 6.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Sourcegraph Chart. +home: https://truecharts.org/charts/stable/sourcegraph +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.webp +keywords: + - sourcegraph + - Backup + - Cloud + - Network-Web + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sourcegraph +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sourcegraph + - https://hub.docker.com/r/sourcegraph/server +type: application +version: 8.2.0 diff --git a/charts/stable/spaceengineers/Chart.yaml b/charts/stable/spaceengineers/Chart.yaml index 38941a9b584..e5076ae4886 100644 --- a/charts/stable/spaceengineers/Chart.yaml +++ b/charts/stable/spaceengineers/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Space Engineers Dedicated Server. -Home: https://truecharts.org/charts/stable/spaceengineers -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.webp -Keywords: -- spaceengineers -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: spaceengineers -Sources: -- https://github.com/Devidian/docker-spaceengineers -- https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers -- https://hub.docker.com/r/devidian/spaceengineers -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Space Engineers Dedicated Server. +home: https://truecharts.org/charts/stable/spaceengineers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.webp +keywords: + - spaceengineers + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: spaceengineers +sources: + - https://github.com/Devidian/docker-spaceengineers + - https://github.com/truecharts/charts/tree/master/charts/stable/spaceengineers + - https://hub.docker.com/r/devidian/spaceengineers +type: application +version: 8.5.1 diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml index 7caf238dd72..4d482b6160f 100644 --- a/charts/stable/speedtest-exporter/Chart.yaml +++ b/charts/stable/speedtest-exporter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.5.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Speedtest Exporter made in python using the official speedtest bin -Home: https://truecharts.org/charts/stable/speedtest-exporter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.webp -Keywords: -- speedtest-exporter -- speedtest -- metrics -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: speedtest-exporter -Sources: -- https://ghcr.io/miguelndecarvalho/speedtest-exporter -- https://github.com/MiguelNdeCarvalho/speedtest-exporter/ -- https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 3.5.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Speedtest Exporter made in python using the official speedtest bin +home: https://truecharts.org/charts/stable/speedtest-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.webp +keywords: + - speedtest-exporter + - speedtest + - metrics +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: speedtest-exporter +sources: + - https://ghcr.io/miguelndecarvalho/speedtest-exporter + - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ + - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter +type: application +version: 12.5.1 diff --git a/charts/stable/speedtest-tracker/Chart.yaml b/charts/stable/speedtest-tracker/Chart.yaml index 87ecf0def2f..501012aaaa2 100644 --- a/charts/stable/speedtest-tracker/Chart.yaml +++ b/charts/stable/speedtest-tracker/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,40 +8,40 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.3.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Speedtest Tracker is a self-hosted internet performance tracking application - that runs speedtest checks against Ookla's Speedtest service. -Home: https://truecharts.org/charts/stable/speedtest-tracker -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.webp -Keywords: -- speedtest -- speedtest-tracker -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: speedtest-tracker -Sources: -- https://ghcr.io/linuxserver/speedtest-tracker -- https://github.com/alexjustesen/speedtest-tracker -- https://github.com/linuxserver/docker-speedtest-tracker -- https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker -Type: application -Version: 6.7.3 +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. +home: https://truecharts.org/charts/stable/speedtest-tracker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.webp +keywords: + - speedtest + - speedtest-tracker +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: speedtest-tracker +sources: + - https://ghcr.io/linuxserver/speedtest-tracker + - https://github.com/alexjustesen/speedtest-tracker + - https://github.com/linuxserver/docker-speedtest-tracker + - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-tracker +type: application +version: 6.7.3 diff --git a/charts/stable/splunk/Chart.yaml b/charts/stable/splunk/Chart.yaml index 197634e39e9..d34619bce34 100644 --- a/charts/stable/splunk/Chart.yaml +++ b/charts/stable/splunk/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 9.4.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based - on Alpine Linux - https://www.splunk.com -Home: https://truecharts.org/charts/stable/splunk -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.webp -Keywords: -- splunk -- Tools-Utilities -- Network-Management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: splunk -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/splunk -- https://hub.docker.com/r/splunk/splunk -- https://splunk.github.io/docker-splunk -Type: application -Version: 10.0.0 +apiVersion: v2 +appVersion: 9.4.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com +home: https://truecharts.org/charts/stable/splunk +icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.webp +keywords: + - splunk + - Tools-Utilities + - Network-Management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: splunk +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/splunk + - https://hub.docker.com/r/splunk/splunk + - https://splunk.github.io/docker-splunk +type: application +version: 10.0.0 diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml index 17923683572..4c32a7d8735 100644 --- a/charts/stable/spotweb/Chart.yaml +++ b/charts/stable/spotweb/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.5.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Spotweb is a decentralized usenet community based on the Spotnet protocol. -Home: https://truecharts.org/charts/stable/spotweb -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.webp -Keywords: -- usenet -- spotweb -- spotnet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: spotweb -Sources: -- https://github.com/joachimbaten/spotweb-docker -- https://github.com/spotweb/spotweb -- https://github.com/truecharts/charts/tree/master/charts/stable/spotweb -- https://hub.docker.com/r/jbaten/spotweb -Type: application -Version: 14.5.1 +apiVersion: v2 +appVersion: 1.5.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Spotweb is a decentralized usenet community based on the Spotnet protocol. +home: https://truecharts.org/charts/stable/spotweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.webp +keywords: + - usenet + - spotweb + - spotnet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: spotweb +sources: + - https://github.com/joachimbaten/spotweb-docker + - https://github.com/spotweb/spotweb + - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb + - https://hub.docker.com/r/jbaten/spotweb +type: application +version: 14.5.1 diff --git a/charts/stable/sqlite-web/Chart.yaml b/charts/stable/sqlite-web/Chart.yaml index 16cbaf2ed90..21fb897630a 100644 --- a/charts/stable/sqlite-web/Chart.yaml +++ b/charts/stable/sqlite-web/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: sqlite-web is a web-based SQLite database browser written in Python. -Home: https://truecharts.org/charts/stable/sqlite-web -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.webp -Keywords: -- sqlite-web -- Productivity -- Tools-Utilities -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sqlite-web -Sources: -- https://github.com/coleifer/sqlite-web -- https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web -- https://hub.docker.com/r/coleifer/sqlite-web -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: sqlite-web is a web-based SQLite database browser written in Python. +home: https://truecharts.org/charts/stable/sqlite-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.webp +keywords: + - sqlite-web + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sqlite-web +sources: + - https://github.com/coleifer/sqlite-web + - https://github.com/truecharts/charts/tree/master/charts/stable/sqlite-web + - https://hub.docker.com/r/coleifer/sqlite-web +type: application +version: 7.5.2 diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml index bfbf5ffb7c3..0d9a28db07c 100644 --- a/charts/stable/sqlitebrowser/Chart.yaml +++ b/charts/stable/sqlitebrowser/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 18.04.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite -Home: https://truecharts.org/charts/stable/sqlitebrowser -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.webp -Keywords: -- sqlite -- browser -- sqlitebrowser -- database -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sqlitebrowser -Sources: -- https://ghcr.io/linuxserver/sqlitebrowser -- https://github.com/linuxserver/docker-sqlitebrowser -- https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser -- https://sqlitebrowser.org/ -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 18.04.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite +home: https://truecharts.org/charts/stable/sqlitebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.webp +keywords: + - sqlite + - browser + - sqlitebrowser + - database +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sqlitebrowser +sources: + - https://ghcr.io/linuxserver/sqlitebrowser + - https://github.com/linuxserver/docker-sqlitebrowser + - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser + - https://sqlitebrowser.org/ +type: application +version: 12.5.1 diff --git a/charts/stable/sshwifty/Chart.yaml b/charts/stable/sshwifty/Chart.yaml index fb5dcaf2838..275b1b3d56f 100644 --- a/charts/stable/sshwifty/Chart.yaml +++ b/charts/stable/sshwifty/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: SSHwifty is a SSH and Telnet connector made for the Web. -Home: https://truecharts.org/charts/stable/sshwifty -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.webp -Keywords: -- ssh -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: sshwifty -Sources: -- https://github.com/niruix/sshwifty -- https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty -- https://hub.docker.com/r/niruix/sshwifty -Type: application -Version: 7.5.5 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SSHwifty is a SSH and Telnet connector made for the Web. +home: https://truecharts.org/charts/stable/sshwifty +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.webp +keywords: + - ssh +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: sshwifty +sources: + - https://github.com/niruix/sshwifty + - https://github.com/truecharts/charts/tree/master/charts/stable/sshwifty + - https://hub.docker.com/r/niruix/sshwifty +type: application +version: 7.5.5 diff --git a/charts/stable/st-reborn-server/Chart.yaml b/charts/stable/st-reborn-server/Chart.yaml index 51dce37a9bc..67651ef80fa 100644 --- a/charts/stable/st-reborn-server/Chart.yaml +++ b/charts/stable/st-reborn-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.7.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Skyrim Together Reborn server files. -Home: https://truecharts.org/charts/stable/st-reborn-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.webp -Keywords: -- st-reborn-server -- gameserver -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: st-reborn-server -Sources: -- https://github.com/tiltedphoques/TiltedEvolution -- https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server -- https://hub.docker.com/r/tiltedphoques/st-reborn-server -Type: application -Version: 7.6.1 +apiVersion: v2 +appVersion: 1.7.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Skyrim Together Reborn server files. +home: https://truecharts.org/charts/stable/st-reborn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.webp +keywords: + - st-reborn-server + - gameserver +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: st-reborn-server +sources: + - https://github.com/tiltedphoques/TiltedEvolution + - https://github.com/truecharts/charts/tree/master/charts/stable/st-reborn-server + - https://hub.docker.com/r/tiltedphoques/st-reborn-server +type: application +version: 7.6.1 diff --git a/charts/stable/stackedit/Chart.yaml b/charts/stable/stackedit/Chart.yaml index 524c78b4718..fc9e3d96f27 100644 --- a/charts/stable/stackedit/Chart.yaml +++ b/charts/stable/stackedit/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: StackEdits Markdown syntax highlighting is unique. The refined text formatting - of the editor helps you visualize the final rendering of your files. -Home: https://truecharts.org/charts/stable/stackedit -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.webp -Keywords: -- stackedit -- Productivity -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: stackedit -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/stackedit -- https://hub.docker.com/r/qmcgaw/stackedit -- https://stackedit.io/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. +home: https://truecharts.org/charts/stable/stackedit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.webp +keywords: + - stackedit + - Productivity + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stackedit +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/stackedit + - https://hub.docker.com/r/qmcgaw/stackedit + - https://stackedit.io/ +type: application +version: 7.5.1 diff --git a/charts/stable/standardnotes-web/Chart.yaml b/charts/stable/standardnotes-web/Chart.yaml index f592f76c25f..2c729291c07 100644 --- a/charts/stable/standardnotes-web/Chart.yaml +++ b/charts/stable/standardnotes-web/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: stable -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A safe and private place for your life's work. -Home: https://truecharts.org/charts/stable/standardnotes-web -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.webp -Keywords: -- standardnotes-web -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: standardnotes-web -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web -- https://hub.docker.com/r/standardnotes/web -- https://standardnotes.org/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A safe and private place for your life's work. +home: https://truecharts.org/charts/stable/standardnotes-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.webp +keywords: + - standardnotes-web + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: standardnotes-web +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/standardnotes-web + - https://hub.docker.com/r/standardnotes/web + - https://standardnotes.org/ +type: application +version: 7.5.1 diff --git a/charts/stable/starmade/Chart.yaml b/charts/stable/starmade/Chart.yaml index 31ada2370a9..9850e147097 100644 --- a/charts/stable/starmade/Chart.yaml +++ b/charts/stable/starmade/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install a StarMade Dedicated Server. It - will also install a basic server.cfg at the first startup. -Home: https://truecharts.org/charts/stable/starmade -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.webp -Keywords: -- starmade -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: starmade -Sources: -- https://ghcr.io/ich777/starmade-server -- https://github.com/truecharts/charts/tree/master/charts/stable/starmade -- https://www.star-made.org/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. +home: https://truecharts.org/charts/stable/starmade +icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.webp +keywords: + - starmade + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: starmade +sources: + - https://ghcr.io/ich777/starmade-server + - https://github.com/truecharts/charts/tree/master/charts/stable/starmade + - https://www.star-made.org/ +type: application +version: 7.5.1 diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index cc41d388cc9..49dcd964142 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.28.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An organizer for your porn, written in Go -Home: https://truecharts.org/charts/stable/stash -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.webp -Keywords: -- porn -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: stash -Sources: -- https://github.com/stashapp/stash -- https://github.com/truecharts/charts/tree/master/charts/stable/stash -- https://hub.docker.com/r/stashapp/stash -Type: application -Version: 17.8.0 +apiVersion: v2 +appVersion: 0.28.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An organizer for your porn, written in Go +home: https://truecharts.org/charts/stable/stash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.webp +keywords: + - porn +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stash +sources: + - https://github.com/stashapp/stash + - https://github.com/truecharts/charts/tree/master/charts/stable/stash + - https://hub.docker.com/r/stashapp/stash +type: application +version: 17.8.0 diff --git a/charts/stable/static-web-server/Chart.yaml b/charts/stable/static-web-server/Chart.yaml index 623e4f99acb..39998d70db5 100644 --- a/charts/stable/static-web-server/Chart.yaml +++ b/charts/stable/static-web-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.36.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A cross-platform, high-performance and asynchronous web server for static - files-serving. -Home: https://truecharts.org/charts/stable/static-web-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.webp -Keywords: -- web-server -- apache -- rust -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: static-web-server -Sources: -- https://ghcr.io/static-web-server/static-web-server -- https://github.com/static-web-server/static-web-server -- https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server -- https://static-web-server.net -Type: application -Version: 6.10.1 +apiVersion: v2 +appVersion: 2.36.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A cross-platform, high-performance and asynchronous web server for static files-serving. +home: https://truecharts.org/charts/stable/static-web-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.webp +keywords: + - web-server + - apache + - rust +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: static-web-server +sources: + - https://ghcr.io/static-web-server/static-web-server + - https://github.com/static-web-server/static-web-server + - https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server + - https://static-web-server.net +type: application +version: 6.10.1 diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml index 7c857b25c20..3348a000ac5 100644 --- a/charts/stable/static/Chart.yaml +++ b/charts/stable/static/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: ee8a20c -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted static file serving app which does nothing more than just - serve up static files from a mounted volume. -Home: https://truecharts.org/charts/stable/static -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.webp -Keywords: -- app -- web -- filesystem -- static -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: static -Sources: -- https://ghcr.io/nicholaswilde/static -- https://github.com/nicholaswilde/docker-static -- https://github.com/prologic/static -- https://github.com/truecharts/charts/tree/master/charts/stable/static -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: ee8a20c +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. +home: https://truecharts.org/charts/stable/static +icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.webp +keywords: + - app + - web + - filesystem + - static +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: static +sources: + - https://ghcr.io/nicholaswilde/static + - https://github.com/nicholaswilde/docker-static + - https://github.com/prologic/static + - https://github.com/truecharts/charts/tree/master/charts/stable/static +type: application +version: 12.5.1 diff --git a/charts/stable/stationeers/Chart.yaml b/charts/stable/stationeers/Chart.yaml index 6a6bd3a5cc5..b4c55daf35e 100644 --- a/charts/stable/stationeers/Chart.yaml +++ b/charts/stable/stationeers/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: stationeers -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Stationeers - and run it. -Home: https://truecharts.org/charts/stable/stationeers -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.webp -Keywords: -- stationeers -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: stationeers -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/stationeers -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: stationeers +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Stationeers and run it. +home: https://truecharts.org/charts/stable/stationeers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.webp +keywords: + - stationeers + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stationeers +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/stationeers + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/steam-headless/Chart.yaml b/charts/stable/steam-headless/Chart.yaml index 7bc3d287544..bc90a00e2b9 100644 --- a/charts/stable/steam-headless/Chart.yaml +++ b/charts/stable/steam-headless/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Headless Steam chart. -Home: https://truecharts.org/charts/stable/steam-headless -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.webp -Keywords: -- steam-headless -- games -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: steam-headless -Sources: -- https://github.com/Steam-Headless/docker-steam-headless -- https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless -- https://hub.docker.com/r/josh5/steam-headless -Type: application -Version: 5.5.6 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Headless Steam chart. +home: https://truecharts.org/charts/stable/steam-headless +icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.webp +keywords: + - steam-headless + - games +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: steam-headless +sources: + - https://github.com/Steam-Headless/docker-steam-headless + - https://github.com/truecharts/charts/tree/master/charts/stable/steam-headless + - https://hub.docker.com/r/josh5/steam-headless +type: application +version: 5.5.6 diff --git a/charts/stable/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml index 3446cb5eba5..f9b0424226d 100644 --- a/charts/stable/stirling-pdf/Chart.yaml +++ b/charts/stable/stirling-pdf/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.45.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A robust, locally hosted web-based PDF manipulation tool. -Home: https://truecharts.org/charts/stable/stirling-pdf -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/stirling-pdf.webp -Keywords: -- stirling-pdf -- pdf -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: stirling-pdf -Sources: -- https://ghcr.io/stirling-tools/s-pdf -- https://github.com/Stirling-Tools/Stirling-PDF -- https://github.com/truecharts/charts/tree/master/charts/stable/stirling-pdf -Type: application -Version: 1.33.0 +apiVersion: v2 +appVersion: 0.45.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A robust, locally hosted web-based PDF manipulation tool. +home: https://truecharts.org/charts/stable/stirling-pdf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stirling-pdf.webp +keywords: + - stirling-pdf + - pdf +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stirling-pdf +sources: + - https://ghcr.io/stirling-tools/s-pdf + - https://github.com/Stirling-Tools/Stirling-PDF + - https://github.com/truecharts/charts/tree/master/charts/stable/stirling-pdf +type: application +version: 1.33.0 diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index d29df53793c..e8d4c1e822a 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Storj is an S3-compatible platform and suite of decentralized applications - that allows you to store data in a secure and decentralized manner -Home: https://truecharts.org/charts/stable/storj-node -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.webp -Keywords: -- storj -- storage -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: storj-node -Sources: -- https://docs.storj.io/node/ -- https://github.com/storj/storj -- https://github.com/truecharts/charts/tree/master/charts/stable/storj-node -- https://hub.docker.com/r/storjlabs/storagenode -Type: application -Version: 11.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner +home: https://truecharts.org/charts/stable/storj-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.webp +keywords: + - storj + - storage +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: storj-node +sources: + - https://docs.storj.io/node/ + - https://github.com/storj/storj + - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node + - https://hub.docker.com/r/storjlabs/storagenode +type: application +version: 11.5.2 diff --git a/charts/stable/storm/Chart.yaml b/charts/stable/storm/Chart.yaml index 9be855e67ee..4db77ce7e8d 100644 --- a/charts/stable/storm/Chart.yaml +++ b/charts/stable/storm/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.3.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Modern Deluge Interface. -Home: https://truecharts.org/charts/stable/storm -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.webp -Keywords: -- storm -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: storm -Sources: -- https://ghcr.io/relvacode/storm -- https://github.com/relvacode/storm -- https://github.com/relvacode/storm/pkgs/container/storm -- https://github.com/truecharts/charts/tree/master/charts/stable/storm -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: 1.3.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Modern Deluge Interface. +home: https://truecharts.org/charts/stable/storm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.webp +keywords: + - storm + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: storm +sources: + - https://ghcr.io/relvacode/storm + - https://github.com/relvacode/storm + - https://github.com/relvacode/storm/pkgs/container/storm + - https://github.com/truecharts/charts/tree/master/charts/stable/storm +type: application +version: 7.5.1 diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index 6a397be55c3..979201f8dbe 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.12.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open-source headless CMS. JavaScript, fully customizable and developer-first. -Home: https://truecharts.org/charts/stable/strapi -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.webp -Keywords: -- strapi -- cms -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: strapi -Sources: -- https://github.com/naskio/docker-strapi -- https://github.com/truecharts/charts/tree/master/charts/stable/strapi -- https://hub.docker.com/r/vshadbolt/strapi -- https://truecharts.org/charts/stable/strapi -Type: application -Version: 16.2.1 +apiVersion: v2 +appVersion: 5.12.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open-source headless CMS. JavaScript, fully customizable and developer-first. +home: https://truecharts.org/charts/stable/strapi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.webp +keywords: + - strapi + - cms +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: strapi +sources: + - https://github.com/naskio/docker-strapi + - https://github.com/truecharts/charts/tree/master/charts/stable/strapi + - https://hub.docker.com/r/vshadbolt/strapi + - https://truecharts.org/charts/stable/strapi +type: application +version: 16.2.1 diff --git a/charts/stable/streammaster/Chart.yaml b/charts/stable/streammaster/Chart.yaml index 160cd0096d5..e03c2957f92 100644 --- a/charts/stable/streammaster/Chart.yaml +++ b/charts/stable/streammaster/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.13.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A comprehensive IPTV management platform for organizing and streaming - public broadcast content through Plex DVR, Emby, and Jellyfin Live TV -Home: https://truecharts.org/charts/stable/streammaster -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/streammaster.webp -Keywords: -- streammaster -- iptv -- tv -- channels -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: streammaster -Sources: -- https://carlreid.github.io/StreamMaster/ -- https://ghcr.io/carlreid/streammaster -- https://github.com/carlreid/StreamMaster -- https://github.com/truecharts/charts/tree/master/charts/stable/streammaster -Type: application -Version: 1.0.0 +apiVersion: v2 +appVersion: 0.13.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A comprehensive IPTV management platform for organizing and streaming public broadcast content through Plex DVR, Emby, and Jellyfin Live TV +home: https://truecharts.org/charts/stable/streammaster +icon: https://truecharts.org/img/hotlink-ok/chart-icons/streammaster.webp +keywords: + - streammaster + - iptv + - tv + - channels +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: streammaster +sources: + - https://carlreid.github.io/StreamMaster/ + - https://ghcr.io/carlreid/streammaster + - https://github.com/carlreid/StreamMaster + - https://github.com/truecharts/charts/tree/master/charts/stable/streammaster +type: application +version: 1.0.0 diff --git a/charts/stable/stun-turn-server/Chart.yaml b/charts/stable/stun-turn-server/Chart.yaml index 38ddedea827..9e462cc1533 100644 --- a/charts/stable/stun-turn-server/Chart.yaml +++ b/charts/stable/stun-turn-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a Basic STUN & TURN server that was mainly created for Nextcloud - Talk. -Home: https://truecharts.org/charts/stable/stun-turn-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.webp -Keywords: -- stun-turn-server -- Network -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: stun-turn-server -Sources: -- https://ghcr.io/ich777/stun-turn-server -- https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. +home: https://truecharts.org/charts/stable/stun-turn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.webp +keywords: + - stun-turn-server + - Network +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: stun-turn-server +sources: + - https://ghcr.io/ich777/stun-turn-server + - https://github.com/truecharts/charts/tree/master/charts/stable/stun-turn-server +type: application +version: 8.5.1 diff --git a/charts/stable/suistartpage/Chart.yaml b/charts/stable/suistartpage/Chart.yaml index aa8f8f4116b..1789b53ef00 100644 --- a/charts/stable/suistartpage/Chart.yaml +++ b/charts/stable/suistartpage/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: SUI Startpage is a simple and clean server start page or homepage that - you can quickly and easily setup to access your server resources and quick booksmarks - and also lets you search on various provider sites via a search bar at the top as - well. -Home: https://truecharts.org/charts/stable/suistartpage -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.webp -Keywords: -- suistartpage -- Tools-Utilities -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: suistartpage -Sources: -- https://github.com/CorneliousJD/SUI-Startpage -- https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage -- https://hub.docker.com/r/corneliousjd/sui-startpage -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. +home: https://truecharts.org/charts/stable/suistartpage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.webp +keywords: + - suistartpage + - Tools-Utilities + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: suistartpage +sources: + - https://github.com/CorneliousJD/SUI-Startpage + - https://github.com/truecharts/charts/tree/master/charts/stable/suistartpage + - https://hub.docker.com/r/corneliousjd/sui-startpage +type: application +version: 7.5.1 diff --git a/charts/stable/survivethenights/Chart.yaml b/charts/stable/survivethenights/Chart.yaml index c9cdf6198e5..8c472f80de3 100644 --- a/charts/stable/survivethenights/Chart.yaml +++ b/charts/stable/survivethenights/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: stn -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install Survive - The Nights and run it. -Home: https://truecharts.org/charts/stable/survivethenights -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.webp -Keywords: -- survivethenights -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: survivethenights -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: stn +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install Survive The Nights and run it. +home: https://truecharts.org/charts/stable/survivethenights +icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.webp +keywords: + - survivethenights + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: survivethenights +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/survivethenights + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml index 8f8b4816089..a059031a055 100644 --- a/charts/stable/synclounge/Chart.yaml +++ b/charts/stable/synclounge/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.2.35 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Synclounge is a third party tool that allows you to watch Plex in sync - with your friends/family, wherever you are. -Home: https://truecharts.org/charts/stable/synclounge -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.webp -Keywords: -- synclounge -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: synclounge -Sources: -- https://ghcr.io/linuxserver/synclounge -- https://github.com/truecharts/charts/tree/master/charts/stable/synclounge -Type: application -Version: 11.5.10 +apiVersion: v2 +appVersion: 5.2.35 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. +home: https://truecharts.org/charts/stable/synclounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.webp +keywords: + - synclounge +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: synclounge +sources: + - https://ghcr.io/linuxserver/synclounge + - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge +type: application +version: 11.5.10 diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 8a0a791fbf2..df2a390f4e4 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.29.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: P2P file synchronization application -Home: https://truecharts.org/charts/stable/syncthing -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.webp -Keywords: -- syncthing -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: syncthing -Sources: -- https://github.com/syncthing/syncthing -- https://github.com/truecharts/charts/tree/master/charts/stable/syncthing -- https://hub.docker.com/r/syncthing/syncthing -- https://syncthing.net/ -Type: application -Version: 20.7.3 +apiVersion: v2 +appVersion: 1.29.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: P2P file synchronization application +home: https://truecharts.org/charts/stable/syncthing +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.webp +keywords: + - syncthing +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: syncthing +sources: + - https://github.com/syncthing/syncthing + - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing + - https://hub.docker.com/r/syncthing/syncthing + - https://syncthing.net/ +type: application +version: 20.7.3 diff --git a/charts/stable/synctube/Chart.yaml b/charts/stable/synctube/Chart.yaml index 04cbfbf507d..d48a8ec65e4 100644 --- a/charts/stable/synctube/Chart.yaml +++ b/charts/stable/synctube/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Synchronized video viewing with chat and other features. Lightweight - modern implementation and very easy way to run locally. -Home: https://truecharts.org/charts/stable/synctube -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.webp -Keywords: -- synctube -- Cloud -- Productivity -- Tools-Utilities -- MediaApp-Video -- MediaServer-Video -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: synctube -Sources: -- https://github.com/RblSb/SyncTube -- https://github.com/truecharts/charts/tree/master/charts/stable/synctube -- https://hub.docker.com/r/littlestache/synctube -Type: application -Version: 9.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. +home: https://truecharts.org/charts/stable/synctube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.webp +keywords: + - synctube + - Cloud + - Productivity + - Tools-Utilities + - MediaApp-Video + - MediaServer-Video + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: synctube +sources: + - https://github.com/RblSb/SyncTube + - https://github.com/truecharts/charts/tree/master/charts/stable/synctube + - https://hub.docker.com/r/littlestache/synctube +type: application +version: 9.5.1 diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index 38f39dd242e..10881758d52 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.8.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and - correlate logs. -Home: https://truecharts.org/charts/stable/syslog-ng -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.webp -Keywords: -- syslog-ng -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: syslog-ng -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng -- https://hub.docker.com/r/balabit/syslog-ng -Type: application -Version: 11.6.1 +apiVersion: v2 +appVersion: 4.8.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. +home: https://truecharts.org/charts/stable/syslog-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.webp +keywords: + - syslog-ng +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: syslog-ng +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng + - https://hub.docker.com/r/balabit/syslog-ng +type: application +version: 11.6.1 diff --git a/charts/stable/tachidesk-docker/Chart.yaml b/charts/stable/tachidesk-docker/Chart.yaml index 1518a6457a3..8fd807fd52d 100644 --- a/charts/stable/tachidesk-docker/Chart.yaml +++ b/charts/stable/tachidesk-docker/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: preiew -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The official Tachidesk Chart-Chart. -Home: https://truecharts.org/charts/stable/tachidesk-docker -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.webp -Keywords: -- tachidesk-docker -- MediaServer-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tachidesk-docker -Sources: -- https://ghcr.io/suwayomi/tachidesk -- https://github.com/Suwayomi/Tachidesk-Server -- https://github.com/suwayomi/docker-tachidesk -- https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker -Type: application -Version: 8.5.9 +apiVersion: v2 +appVersion: preiew +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The official Tachidesk Chart-Chart. +home: https://truecharts.org/charts/stable/tachidesk-docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.webp +keywords: + - tachidesk-docker + - MediaServer-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tachidesk-docker +sources: + - https://ghcr.io/suwayomi/tachidesk + - https://github.com/Suwayomi/Tachidesk-Server + - https://github.com/suwayomi/docker-tachidesk + - https://github.com/truecharts/charts/tree/master/charts/stable/tachidesk-docker +type: application +version: 8.5.9 diff --git a/charts/stable/tagspaces/Chart.yaml b/charts/stable/tagspaces/Chart.yaml index 9b4011b6dbe..564f74e2ba2 100644 --- a/charts/stable/tagspaces/Chart.yaml +++ b/charts/stable/tagspaces/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.0.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -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.webp -Keywords: -- tagspaces -- documents -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tagspaces -Sources: -- https://github.com/tagspaces/tagspaces -- https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces -- https://hub.docker.com/r/fardjad/tagspaces-lite-web -Type: application -Version: 6.3.1 +apiVersion: v2 +appVersion: 6.0.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +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.webp +keywords: + - tagspaces + - documents +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tagspaces +sources: + - https://github.com/tagspaces/tagspaces + - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces + - https://hub.docker.com/r/fardjad/tagspaces-lite-web +type: application +version: 6.3.1 diff --git a/charts/stable/tailscale/Chart.yaml b/charts/stable/tailscale/Chart.yaml index 13a02b2e040..95644574a93 100644 --- a/charts/stable/tailscale/Chart.yaml +++ b/charts/stable/tailscale/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.82.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Tailscale lets you connect your devices and users together in your own - secure virtual private network -Home: https://truecharts.org/charts/stable/tailscale -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.webp -Keywords: -- vpn -- tailscale -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tailscale -Sources: -- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh -- https://github.com/truecharts/charts/tree/master/charts/stable/tailscale -- https://hub.docker.com/r/tailscale/tailscale -Type: application -Version: 10.13.0 +apiVersion: v2 +appVersion: 1.82.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tailscale lets you connect your devices and users together in your own secure virtual private network +home: https://truecharts.org/charts/stable/tailscale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.webp +keywords: + - vpn + - tailscale +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tailscale +sources: + - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh + - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale + - https://hub.docker.com/r/tailscale/tailscale +type: application +version: 10.13.0 diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index 793bb05296e..8daf58c2f29 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.5.34 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Tandoor Recipes is a Django application to manage, tag and search recipes - using either built in models or external storage providers hosting PDF's, Images - or other files. -Home: https://truecharts.org/charts/stable/tandoor-recipes -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp -Keywords: -- tandoor -- recipes -- cooking -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tandoor-recipes -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes -- https://github.com/vabene1111/recipes -- https://hub.docker.com/r/vabene1111/recipes -Type: application -Version: 18.5.5 +apiVersion: v2 +appVersion: 1.5.34 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. +home: https://truecharts.org/charts/stable/tandoor-recipes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp +keywords: + - tandoor + - recipes + - cooking +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tandoor-recipes +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes + - https://github.com/vabene1111/recipes + - https://hub.docker.com/r/vabene1111/recipes +type: application +version: 18.5.5 diff --git a/charts/stable/tanoshi/Chart.yaml b/charts/stable/tanoshi/Chart.yaml index dc092b83e80..eeacd463ccc 100644 --- a/charts/stable/tanoshi/Chart.yaml +++ b/charts/stable/tanoshi/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Selfhosted web manga reader. -Home: https://truecharts.org/charts/stable/tanoshi -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.webp -Keywords: -- tanoshi -- Productivity -- MediaApp-Books -- MediaServer-Books -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tanoshi -Sources: -- https://github.com/faldez/tanoshi -- https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi -- https://hub.docker.com/r/faldez/tanoshi -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Selfhosted web manga reader. +home: https://truecharts.org/charts/stable/tanoshi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.webp +keywords: + - tanoshi + - Productivity + - MediaApp-Books + - MediaServer-Books +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tanoshi +sources: + - https://github.com/faldez/tanoshi + - https://github.com/truecharts/charts/tree/master/charts/stable/tanoshi + - https://hub.docker.com/r/faldez/tanoshi +type: application +version: 7.5.1 diff --git a/charts/stable/tar1090/Chart.yaml b/charts/stable/tar1090/Chart.yaml index 9c7a49fca21..0afe3fe021c 100644 --- a/charts/stable/tar1090/Chart.yaml +++ b/charts/stable/tar1090/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Multi-arch tar1090 Chart for visualising ADSB data. -Home: https://truecharts.org/charts/stable/tar1090 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.webp -Keywords: -- tar1090 -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tar1090 -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 -- https://hub.docker.com/r/mikenye/tar1090 -Type: application -Version: 7.5.18 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Multi-arch tar1090 Chart for visualising ADSB data. +home: https://truecharts.org/charts/stable/tar1090 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.webp +keywords: + - tar1090 + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tar1090 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 + - https://hub.docker.com/r/mikenye/tar1090 +type: application +version: 7.5.18 diff --git a/charts/stable/tasmoadmin/Chart.yaml b/charts/stable/tasmoadmin/Chart.yaml index e5baa385959..bb804acdf03 100644 --- a/charts/stable/tasmoadmin/Chart.yaml +++ b/charts/stable/tasmoadmin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.2.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A administrative platform for devices flashed with Tasmota. -Home: https://truecharts.org/charts/stable/tasmoadmin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.webp -Keywords: -- tasmoadmin -- home-automation -- Network-Management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tasmoadmin -Sources: -- https://ghcr.io/tasmoadmin/tasmoadmin -- https://github.com/TasmoAdmin/TasmoAdmin -- https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin -Type: application -Version: 10.6.2 +apiVersion: v2 +appVersion: 4.2.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A administrative platform for devices flashed with Tasmota. +home: https://truecharts.org/charts/stable/tasmoadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.webp +keywords: + - tasmoadmin + - home-automation + - Network-Management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmoadmin +sources: + - https://ghcr.io/tasmoadmin/tasmoadmin + - https://github.com/TasmoAdmin/TasmoAdmin + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmoadmin +type: application +version: 10.6.2 diff --git a/charts/stable/tasmobackup/Chart.yaml b/charts/stable/tasmobackup/Chart.yaml index 6dd0a4eb35d..145c34830f5 100644 --- a/charts/stable/tasmobackup/Chart.yaml +++ b/charts/stable/tasmobackup/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.06.09 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: backup all your tasmota devices in one place. -Home: https://truecharts.org/charts/stable/tasmobackup -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.webp -Keywords: -- tasmobackup -- home-automation -- Network-Management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tasmobackup -Sources: -- https://github.com/danmed/TasmoBackupV1 -- https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup -- https://hub.docker.com/r/danmed/tasmobackupv1 -Type: application -Version: 8.6.1 +apiVersion: v2 +appVersion: 1.06.09 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: backup all your tasmota devices in one place. +home: https://truecharts.org/charts/stable/tasmobackup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.webp +keywords: + - tasmobackup + - home-automation + - Network-Management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmobackup +sources: + - https://github.com/danmed/TasmoBackupV1 + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmobackup + - https://hub.docker.com/r/danmed/tasmobackupv1 +type: application +version: 8.6.1 diff --git a/charts/stable/tasmocompiler/Chart.yaml b/charts/stable/tasmocompiler/Chart.yaml index e07cdda40a1..41fc7b1eab0 100644 --- a/charts/stable/tasmocompiler/Chart.yaml +++ b/charts/stable/tasmocompiler/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: TasmoCompiler is a simple web GUI which allows you to compile fantastic - Tasmota firmware with your own settings -Home: https://truecharts.org/charts/stable/tasmocompiler -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.webp -Keywords: -- tasmocompiler -- home-automation -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tasmocompiler -Sources: -- https://github.com/benzino77/tasmocompiler -- https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler -- https://hub.docker.com/r/benzino77/tasmocompiler -Type: application -Version: 8.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings +home: https://truecharts.org/charts/stable/tasmocompiler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.webp +keywords: + - tasmocompiler + - home-automation + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tasmocompiler +sources: + - https://github.com/benzino77/tasmocompiler + - https://github.com/truecharts/charts/tree/master/charts/stable/tasmocompiler + - https://hub.docker.com/r/benzino77/tasmocompiler +type: application +version: 8.5.2 diff --git a/charts/stable/tauticord/Chart.yaml b/charts/stable/tauticord/Chart.yaml index c60811ab025..bcf4879355c 100644 --- a/charts/stable/tauticord/Chart.yaml +++ b/charts/stable/tauticord/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.12.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Discord bot that displays live data from Tautulli. -Home: https://truecharts.org/charts/stable/tauticord -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.webp -Keywords: -- tauticord -- tautulli -- discord -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tauticord -Sources: -- https://ghcr.io/nwithan8/tauticord -- https://github.com/nwithan8/tauticord -- https://github.com/truecharts/charts/tree/master/charts/stable/tauticord -Type: application -Version: 8.0.0 +apiVersion: v2 +appVersion: 5.12.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Discord bot that displays live data from Tautulli. +home: https://truecharts.org/charts/stable/tauticord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.webp +keywords: + - tauticord + - tautulli + - discord +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tauticord +sources: + - https://ghcr.io/nwithan8/tauticord + - https://github.com/nwithan8/tauticord + - https://github.com/truecharts/charts/tree/master/charts/stable/tauticord +type: application +version: 8.0.0 diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index 76ddd7db037..be1cf1ba7de 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.15.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Python based monitoring and tracking tool for Plex Media Server -Home: https://truecharts.org/charts/stable/tautulli -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.webp -Keywords: -- tautulli -- plex -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tautulli -Sources: -- https://ghcr.io/tautulli/tautulli -- https://github.com/Tautulli/Tautulli -- https://github.com/truecharts/charts/tree/master/charts/stable/tautulli -Type: application -Version: 20.6.1 +apiVersion: v2 +appVersion: 2.15.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Python based monitoring and tracking tool for Plex Media Server +home: https://truecharts.org/charts/stable/tautulli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.webp +keywords: + - tautulli + - plex +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tautulli +sources: + - https://ghcr.io/tautulli/tautulli + - https://github.com/Tautulli/Tautulli + - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli +type: application +version: 20.6.1 diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml index 8bde0f3ba9f..f3bc8eff928 100644 --- a/charts/stable/tdarr-node/Chart.yaml +++ b/charts/stable/tdarr-node/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.37.01 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Audio/Video library transcoding automation -Home: https://truecharts.org/charts/stable/tdarr-node -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.webp -Keywords: -- encode -- media -- tdarr -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tdarr-node -Sources: -- https://github.com/HaveAGitGat/Tdarr -- https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node -- https://hub.docker.com/r/haveagitgat/tdarr_node -Type: application -Version: 11.23.0 +apiVersion: v2 +appVersion: 2.37.01 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Audio/Video library transcoding automation +home: https://truecharts.org/charts/stable/tdarr-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.webp +keywords: + - encode + - media + - tdarr +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tdarr-node +sources: + - https://github.com/HaveAGitGat/Tdarr + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node + - https://hub.docker.com/r/haveagitgat/tdarr_node +type: application +version: 11.23.0 diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml index 70863226950..a0bd197e9d5 100644 --- a/charts/stable/tdarr/Chart.yaml +++ b/charts/stable/tdarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.37.01 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Audio/Video library transcoding automation -Home: https://truecharts.org/charts/stable/tdarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.webp -Keywords: -- encode -- media -- tdarr -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tdarr -Sources: -- https://github.com/HaveAGitGat/Tdarr -- https://github.com/truecharts/charts/tree/master/charts/stable/tdarr -- https://hub.docker.com/r/haveagitgat/tdarr -Type: application -Version: 11.23.0 +apiVersion: v2 +appVersion: 2.37.01 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Audio/Video library transcoding automation +home: https://truecharts.org/charts/stable/tdarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.webp +keywords: + - encode + - media + - tdarr +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tdarr +sources: + - https://github.com/HaveAGitGat/Tdarr + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr + - https://hub.docker.com/r/haveagitgat/tdarr +type: application +version: 11.23.0 diff --git a/charts/stable/teamspeak3/Chart.yaml b/charts/stable/teamspeak3/Chart.yaml index b736421c19d..f72aee369cc 100644 --- a/charts/stable/teamspeak3/Chart.yaml +++ b/charts/stable/teamspeak3/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.13.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: TeamSpeak is software for quality voice communication via the Internet. -Home: https://truecharts.org/charts/stable/teamspeak3 -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.webp -Keywords: -- voice server -- teamspeak -- teamspeak3 -- teamspeak server -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: teamspeak3 -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 -- https://hub.docker.com/_/teamspeak -- https://www.teamspeak.com/en/ -Type: application -Version: 12.5.2 +apiVersion: v2 +appVersion: 3.13.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TeamSpeak is software for quality voice communication via the Internet. +home: https://truecharts.org/charts/stable/teamspeak3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.webp +keywords: + - voice server + - teamspeak + - teamspeak3 + - teamspeak server +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teamspeak3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 + - https://hub.docker.com/_/teamspeak + - https://www.teamspeak.com/en/ +type: application +version: 12.5.2 diff --git a/charts/stable/teedy-docs/Chart.yaml b/charts/stable/teedy-docs/Chart.yaml index 1c0e8aa2e8e..a4cd2350d2e 100644 --- a/charts/stable/teedy-docs/Chart.yaml +++ b/charts/stable/teedy-docs/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Teedy is an open-source, lightweight document management system (DMS) - for individuals and businesses. -Home: https://truecharts.org/charts/stable/teedy-docs -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.webp -Keywords: -- teedy-docs -- Cloud -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: teedy-docs -Sources: -- https://github.com/sismics/docs -- https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs -- https://hub.docker.com/r/sismics/docs -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. +home: https://truecharts.org/charts/stable/teedy-docs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.webp +keywords: + - teedy-docs + - Cloud + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teedy-docs +sources: + - https://github.com/sismics/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/teedy-docs + - https://hub.docker.com/r/sismics/docs +type: application +version: 7.5.1 diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml index b8f012859f9..bd9087d8f55 100644 --- a/charts/stable/teedy/Chart.yaml +++ b/charts/stable/teedy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.11.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Teedy is an open source, lightweight document management system for individuals - and businesses. -Home: https://truecharts.org/charts/stable/teedy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.webp -Keywords: -- teedy -- documents -- management -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: teedy -Sources: -- https://github.com/sismics/docs -- https://github.com/truecharts/charts/tree/master/charts/stable/teedy -- https://hub.docker.com/r/sismics/docs -Type: application -Version: 17.5.1 +apiVersion: v2 +appVersion: 1.11.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Teedy is an open source, lightweight document management system for individuals and businesses. +home: https://truecharts.org/charts/stable/teedy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.webp +keywords: + - teedy + - documents + - management +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teedy +sources: + - https://github.com/sismics/docs + - https://github.com/truecharts/charts/tree/master/charts/stable/teedy + - https://hub.docker.com/r/sismics/docs +type: application +version: 17.5.1 diff --git a/charts/stable/telethon-downloader/Chart.yaml b/charts/stable/telethon-downloader/Chart.yaml index a751337a7d7..15252e95b9a 100644 --- a/charts/stable/telethon-downloader/Chart.yaml +++ b/charts/stable/telethon-downloader/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a simple Chart that downloads files sent to a telegram bot up - to 2000mb using the Telethon library. -Home: https://truecharts.org/charts/stable/telethon-downloader -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.webp -Keywords: -- telethon-downloader -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: telethon-downloader -Sources: -- https://docs.telethon.dev/ -- https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader -- https://hub.docker.com/r/jsavargas/telethon_downloader -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. +home: https://truecharts.org/charts/stable/telethon-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.webp +keywords: + - telethon-downloader + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: telethon-downloader +sources: + - https://docs.telethon.dev/ + - https://github.com/truecharts/charts/tree/master/charts/stable/telethon-downloader + - https://hub.docker.com/r/jsavargas/telethon_downloader +type: application +version: 7.5.2 diff --git a/charts/stable/terraria-tshock/Chart.yaml b/charts/stable/terraria-tshock/Chart.yaml index c43f3174bd2..bf4e86a2993 100644 --- a/charts/stable/terraria-tshock/Chart.yaml +++ b/charts/stable/terraria-tshock/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: tshock -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: SteamCMD Terraria and the TShock MOD. -Home: https://truecharts.org/charts/stable/terraria-tshock -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.webp -Keywords: -- terraria-tshock -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: terraria-tshock -Sources: -- https://ghcr.io/ich777/terrariaserver -- https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock -- https://tshock.co/ -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: tshock +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: SteamCMD Terraria and the TShock MOD. +home: https://truecharts.org/charts/stable/terraria-tshock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.webp +keywords: + - terraria-tshock + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: terraria-tshock +sources: + - https://ghcr.io/ich777/terrariaserver + - https://github.com/truecharts/charts/tree/master/charts/stable/terraria-tshock + - https://tshock.co/ +type: application +version: 8.5.1 diff --git a/charts/stable/teslamate/Chart.yaml b/charts/stable/teslamate/Chart.yaml index 9245456ba8e..068388f2e29 100644 --- a/charts/stable/teslamate/Chart.yaml +++ b/charts/stable/teslamate/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.33.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted data logger for your Tesla -Home: https://truecharts.org/charts/stable/teslamate -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/teslamate.webp -Keywords: -- analytics -- monitoring -- metrics -- logs -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: teslamate -Sources: -- https://docs.teslamate.org/docs/installation/docker -- https://github.com/teslamate-org/teslamate -- https://github.com/truecharts/charts/tree/master/charts/stable/teslamate -- https://hub.docker.com/r/teslamate/teslamate -Type: application -Version: 3.1.0 +apiVersion: v2 +appVersion: 1.33.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted data logger for your Tesla +home: https://truecharts.org/charts/stable/teslamate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teslamate.webp +keywords: + - analytics + - monitoring + - metrics + - logs +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: teslamate +sources: + - https://docs.teslamate.org/docs/installation/docker + - https://github.com/teslamate-org/teslamate + - https://github.com/truecharts/charts/tree/master/charts/stable/teslamate + - https://hub.docker.com/r/teslamate/teslamate +type: application +version: 3.1.0 diff --git a/charts/stable/theforest/Chart.yaml b/charts/stable/theforest/Chart.yaml index 8eca46b3f7d..bf7ecf58827 100644 --- a/charts/stable/theforest/Chart.yaml +++ b/charts/stable/theforest/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: theforest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'This Docker will download and install SteamCMD. It will also install - The Forest and run it. SERVERNAME: ''The Forest Docker'' SERVERPASSWORD: ''Chart'' - ADMINPASSWORD: ''adminChart'' (you can change this in your SERVERFOLDER/config/config.cfg)' -Home: https://truecharts.org/charts/stable/theforest -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.webp -Keywords: -- theforest -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: theforest -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/theforest -- https://www.steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: theforest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: ''The Forest Docker'' SERVERPASSWORD: ''Chart'' ADMINPASSWORD: ''adminChart'' (you can change this in your SERVERFOLDER/config/config.cfg)' +home: https://truecharts.org/charts/stable/theforest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.webp +keywords: + - theforest + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: theforest +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/theforest + - https://www.steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index 0534504ac0c..40b5c3a67b6 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.4.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The Lounge, modern web IRC client designed for self-hosting -Home: https://truecharts.org/charts/stable/thelounge -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.webp -Keywords: -- thelounge -- IRC -- The Lounge -- docker -- thelounge-docker -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: thelounge -Sources: -- https://github.com/thelounge/thelounge -- https://github.com/truecharts/charts/tree/master/charts/stable/thelounge -- https://hub.docker.com/r/thelounge/thelounge -Type: application -Version: 15.5.12 +apiVersion: v2 +appVersion: 4.4.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Lounge, modern web IRC client designed for self-hosting +home: https://truecharts.org/charts/stable/thelounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.webp +keywords: + - thelounge + - IRC + - The Lounge + - docker + - thelounge-docker +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: thelounge +sources: + - https://github.com/thelounge/thelounge + - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge + - https://hub.docker.com/r/thelounge/thelounge +type: application +version: 15.5.12 diff --git a/charts/stable/theme-park/Chart.yaml b/charts/stable/theme-park/Chart.yaml index a4dc827a173..c91f18d3232 100644 --- a/charts/stable/theme-park/Chart.yaml +++ b/charts/stable/theme-park/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.20.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Custom themes for your favorite apps! -Home: https://truecharts.org/charts/stable/theme-park -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.webp -Keywords: -- theme-park -- customization -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: theme-park -Sources: -- https://ghcr.io/home-operations/theme-park -- https://github.com/gilbn/theme.park -- https://github.com/truecharts/charts/tree/master/charts/stable/theme-park -Type: application -Version: 11.7.3 +apiVersion: v2 +appVersion: 1.20.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Custom themes for your favorite apps! +home: https://truecharts.org/charts/stable/theme-park +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.webp +keywords: + - theme-park + - customization +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: theme-park +sources: + - https://ghcr.io/home-operations/theme-park + - https://github.com/gilbn/theme.park + - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park +type: application +version: 11.7.3 diff --git a/charts/stable/threadfin/Chart.yaml b/charts/stable/threadfin/Chart.yaml index 384ccfe9514..bd6165ce0f6 100644 --- a/charts/stable/threadfin/Chart.yaml +++ b/charts/stable/threadfin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.2.31 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: M3U Proxy for Plex DVR and Emby/Jellyfin Live TV. Based on xTeVe. -Home: https://truecharts.org/charts/stable/threadfin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/threadfin.webp -Keywords: -- threadfin -- xteve -- iptv -- plex -- emby -- jellyfin -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: threadfin -Sources: -- https://github.com/Threadfin/Threadfin -- https://github.com/truecharts/charts/tree/master/charts/stable/threadfin -- https://hub.docker.com/r/fyb3roptik/threadfin -Type: application -Version: 1.1.4 +apiVersion: v2 +appVersion: 1.2.31 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: M3U Proxy for Plex DVR and Emby/Jellyfin Live TV. Based on xTeVe. +home: https://truecharts.org/charts/stable/threadfin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/threadfin.webp +keywords: + - threadfin + - xteve + - iptv + - plex + - emby + - jellyfin +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: threadfin +sources: + - https://github.com/Threadfin/Threadfin + - https://github.com/truecharts/charts/tree/master/charts/stable/threadfin + - https://hub.docker.com/r/fyb3roptik/threadfin +type: application +version: 1.1.4 diff --git a/charts/stable/thunderbird/Chart.yaml b/charts/stable/thunderbird/Chart.yaml index 979287331cd..df162d5a1b3 100644 --- a/charts/stable/thunderbird/Chart.yaml +++ b/charts/stable/thunderbird/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install Thunderbird in the preferred version - and language. -Home: https://truecharts.org/charts/stable/thunderbird -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.webp -Keywords: -- thunderbird -- mail -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: thunderbird -Sources: -- https://ghcr.io/ich777/thunderbird -- https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird -- https://www.thunderbird.net/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install Thunderbird in the preferred version and language. +home: https://truecharts.org/charts/stable/thunderbird +icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.webp +keywords: + - thunderbird + - mail +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: thunderbird +sources: + - https://ghcr.io/ich777/thunderbird + - https://github.com/truecharts/charts/tree/master/charts/stable/thunderbird + - https://www.thunderbird.net/ +type: application +version: 7.5.1 diff --git a/charts/stable/timetagger/Chart.yaml b/charts/stable/timetagger/Chart.yaml index 2a77a1026fa..4b105006d00 100644 --- a/charts/stable/timetagger/Chart.yaml +++ b/charts/stable/timetagger/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 24.12.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An open source time-tracker with an interactive user experience and powerful - reporting. -Home: https://truecharts.org/charts/stable/timetagger -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.webp -Keywords: -- time -- timetagger -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: timetagger -Sources: -- https://ghcr.io/almarklein/timetagger -- https://github.com/almarklein/timetagger -- https://github.com/truecharts/charts/tree/master/charts/stable/timetagger -- https://timetagger.app -Type: application -Version: 8.7.1 +apiVersion: v2 +appVersion: 24.12.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An open source time-tracker with an interactive user experience and powerful reporting. +home: https://truecharts.org/charts/stable/timetagger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.webp +keywords: + - time + - timetagger +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: timetagger +sources: + - https://ghcr.io/almarklein/timetagger + - https://github.com/almarklein/timetagger + - https://github.com/truecharts/charts/tree/master/charts/stable/timetagger + - https://timetagger.app +type: application +version: 8.7.1 diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml index dab46fd63d7..fad0d234101 100644 --- a/charts/stable/tinymediamanager/Chart.yaml +++ b/charts/stable/tinymediamanager/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.1.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: TinyMediaManager is a full featured media manager to organize and clean - up your media library. -Home: https://truecharts.org/charts/stable/tinymediamanager -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.webp -Keywords: -- tiny -- media -- manager -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tinymediamanager -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager -- https://gitlab.com/tinyMediaManager/tinyMediaManager -- https://hub.docker.com/r/tinymediamanager/tinymediamanager -Type: application -Version: 12.6.3 +apiVersion: v2 +appVersion: 5.1.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TinyMediaManager is a full featured media manager to organize and clean up your media library. +home: https://truecharts.org/charts/stable/tinymediamanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.webp +keywords: + - tiny + - media + - manager +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tinymediamanager +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager + - https://gitlab.com/tinyMediaManager/tinyMediaManager + - https://hub.docker.com/r/tinymediamanager/tinymediamanager +type: application +version: 12.6.3 diff --git a/charts/stable/tonido/Chart.yaml b/charts/stable/tonido/Chart.yaml index 47400dfe0c1..94ccabd2102 100644 --- a/charts/stable/tonido/Chart.yaml +++ b/charts/stable/tonido/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Tonido Server allows you to access all your files on your computer from - a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. -Home: https://truecharts.org/charts/stable/tonido -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.webp -Keywords: -- tonido -- Cloud -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tonido -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/tonido -- https://hub.docker.com/r/captinsano/tonido -- https://registry.hub.docker.com/r/captinsano/tonido/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. +home: https://truecharts.org/charts/stable/tonido +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.webp +keywords: + - tonido + - Cloud +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tonido +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tonido + - https://hub.docker.com/r/captinsano/tonido + - https://registry.hub.docker.com/r/captinsano/tonido/ +type: application +version: 7.5.1 diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml index 58404fdbc58..3d8484cccb8 100644 --- a/charts/stable/traccar/Chart.yaml +++ b/charts/stable/traccar/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.6.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Traccar is an open source GPS tracking system. -Home: https://truecharts.org/charts/stable/traccar -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.webp -Keywords: -- traccar -- gps -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: traccar -Sources: -- https://github.com/traccar/traccar -- https://github.com/truecharts/charts/tree/master/charts/stable/traccar -- https://hub.docker.com/r/traccar/traccar -Type: application -Version: 18.10.1 +apiVersion: v2 +appVersion: 6.6.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traccar is an open source GPS tracking system. +home: https://truecharts.org/charts/stable/traccar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.webp +keywords: + - traccar + - gps +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traccar +sources: + - https://github.com/traccar/traccar + - https://github.com/truecharts/charts/tree/master/charts/stable/traccar + - https://hub.docker.com/r/traccar/traccar +type: application +version: 18.10.1 diff --git a/charts/stable/tracks/Chart.yaml b/charts/stable/tracks/Chart.yaml index 8165f4c8e25..5a55ae59c66 100644 --- a/charts/stable/tracks/Chart.yaml +++ b/charts/stable/tracks/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: 'Tracks is a web-based todo application to help you implement the GTD - methodology. ' -Home: https://truecharts.org/charts/stable/tracks -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.webp -Keywords: -- tracks -- Productivity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tracks -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/tracks -- https://hub.docker.com/r/tracksapp/tracks -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: 'Tracks is a web-based todo application to help you implement the GTD methodology. ' +home: https://truecharts.org/charts/stable/tracks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.webp +keywords: + - tracks + - Productivity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tracks +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tracks + - https://hub.docker.com/r/tracksapp/tracks +type: application +version: 7.5.2 diff --git a/charts/stable/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml index c599827f510..478017899a4 100644 --- a/charts/stable/traefik-forward-auth/Chart.yaml +++ b/charts/stable/traefik-forward-auth/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A minimal forward authentication service that provides OAuth/SSO login - and authentication for the traefik reverse proxy/load balancer. An example for a - typical setup is included in the source (docs/how-to.md). -Home: https://truecharts.org/charts/stable/traefik-forward-auth -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.webp -Keywords: -- traefik-forward-auth -- traefik -- forward-auth -- auth -- ingress -- middleware -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: traefik-forward-auth -Sources: -- https://github.com/thomseddon/traefik-forward-auth -- https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth -- https://hub.docker.com/r/thomseddon/traefik-forward-auth -Type: application -Version: 5.6.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md). +home: https://truecharts.org/charts/stable/traefik-forward-auth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.webp +keywords: + - traefik-forward-auth + - traefik + - forward-auth + - auth + - ingress + - middleware +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traefik-forward-auth +sources: + - https://github.com/thomseddon/traefik-forward-auth + - https://github.com/truecharts/charts/tree/master/charts/stable/traefik-forward-auth + - https://hub.docker.com/r/thomseddon/traefik-forward-auth +type: application +version: 5.6.1 diff --git a/charts/stable/traggo/Chart.yaml b/charts/stable/traggo/Chart.yaml index d0b533f75c5..36af935edb1 100644 --- a/charts/stable/traggo/Chart.yaml +++ b/charts/stable/traggo/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.6.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, - only tagged time spans. -Home: https://truecharts.org/charts/stable/traggo -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.webp -Keywords: -- time-tracking -- tag -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: traggo -Sources: -- https://github.com/traggo/server -- https://github.com/truecharts/charts/tree/master/charts/stable/traggo -- https://hub.docker.com/r/traggo/server -Type: application -Version: 8.7.1 +apiVersion: v2 +appVersion: 0.6.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans. +home: https://truecharts.org/charts/stable/traggo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.webp +keywords: + - time-tracking + - tag +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traggo +sources: + - https://github.com/traggo/server + - https://github.com/truecharts/charts/tree/master/charts/stable/traggo + - https://hub.docker.com/r/traggo/server +type: application +version: 8.7.1 diff --git a/charts/stable/traktarr/Chart.yaml b/charts/stable/traktarr/Chart.yaml index 1967f2a7895..de9585b3579 100644 --- a/charts/stable/traktarr/Chart.yaml +++ b/charts/stable/traktarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists. -Home: https://truecharts.org/charts/stable/traktarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.webp -Keywords: -- traktarr -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: traktarr -Sources: -- https://github.com/l3uddz/traktarr -- https://github.com/truecharts/charts/tree/master/charts/stable/traktarr -- https://hub.docker.com/r/eafxx/traktarr -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists. +home: https://truecharts.org/charts/stable/traktarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.webp +keywords: + - traktarr + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traktarr +sources: + - https://github.com/l3uddz/traktarr + - https://github.com/truecharts/charts/tree/master/charts/stable/traktarr + - https://hub.docker.com/r/eafxx/traktarr +type: application +version: 7.5.1 diff --git a/charts/stable/trango/Chart.yaml b/charts/stable/trango/Chart.yaml index 4e435891230..5a6c669ce69 100644 --- a/charts/stable/trango/Chart.yaml +++ b/charts/stable/trango/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Trango self-hosted is a calling and file sharing solution that works - over LAN (local area networks). It does not need to involve the internet for calling - or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where - people use the same Public IP address or the same Wi-Fi network. The package comes - with a discovery server and a web app that can be deployed on the local machine - and can be accessed from anywhere in the network. -Home: https://truecharts.org/charts/stable/trango -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.webp -Keywords: -- trango -- Network-Other -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: trango -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/trango -- https://hub.docker.com/r/tak786/trango-self-hosted -- https://trango.io/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network. +home: https://truecharts.org/charts/stable/trango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.webp +keywords: + - trango + - Network-Other + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: trango +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/trango + - https://hub.docker.com/r/tak786/trango-self-hosted + - https://trango.io/ +type: application +version: 7.5.1 diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 59619a1588a..69501f2b608 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.0.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: fast, easy, and free BitTorrent client. -Home: https://truecharts.org/charts/stable/transmission -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.webp -Keywords: -- transmission -- torrent -- usenet -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: transmission -Sources: -- https://github.com/linuxserver/docker-transmission -- https://github.com/transmission/transmission -- https://github.com/truecharts/charts/tree/master/charts/stable/transmission -- https://hub.docker.com/r/linuxserver/transmission -Type: application -Version: 23.0.7 +apiVersion: v2 +appVersion: 4.0.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: fast, easy, and free BitTorrent client. +home: https://truecharts.org/charts/stable/transmission +icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.webp +keywords: + - transmission + - torrent + - usenet +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: transmission +sources: + - https://github.com/linuxserver/docker-transmission + - https://github.com/transmission/transmission + - https://github.com/truecharts/charts/tree/master/charts/stable/transmission + - https://hub.docker.com/r/linuxserver/transmission +type: application +version: 23.0.7 diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml index f25617041a8..12b65b32fb8 100644 --- a/charts/stable/trilium-notes/Chart.yaml +++ b/charts/stable/trilium-notes/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.63.7 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Trilium Notes is a hierarchical note taking application with focus on - building large personal knowledge bases. -Home: https://truecharts.org/charts/stable/trilium-notes -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.webp -Keywords: -- trilium -- notes -- note -- information -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: trilium-notes -Sources: -- https://ghcr.io/zadam/trilium -- https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes -- https://github.com/zadam/trilium -Type: application -Version: 14.5.1 +apiVersion: v2 +appVersion: 0.63.7 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. +home: https://truecharts.org/charts/stable/trilium-notes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.webp +keywords: + - trilium + - notes + - note + - information +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: trilium-notes +sources: + - https://ghcr.io/zadam/trilium + - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes + - https://github.com/zadam/trilium +type: application +version: 14.5.1 diff --git a/charts/stable/troddit/Chart.yaml b/charts/stable/troddit/Chart.yaml index 0cd537a6935..3f925e7c5a7 100644 --- a/charts/stable/troddit/Chart.yaml +++ b/charts/stable/troddit/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A web client for Reddit -Home: https://truecharts.org/charts/stable/troddit -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.webp -Keywords: -- troddit -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: troddit -Sources: -- https://github.com/burhan-syed/troddit -- https://github.com/truecharts/charts/tree/master/charts/stable/troddit -- https://hub.docker.com/r/bsyed/troddit -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A web client for Reddit +home: https://truecharts.org/charts/stable/troddit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.webp +keywords: + - troddit + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: troddit +sources: + - https://github.com/burhan-syed/troddit + - https://github.com/truecharts/charts/tree/master/charts/stable/troddit + - https://hub.docker.com/r/bsyed/troddit +type: application +version: 7.5.1 diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index 69ca9190f5e..864ca921735 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.1.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Aggregated management of TrueNAS devices -Home: https://truecharts.org/charts/stable/truecommand -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.webp -Keywords: -- truecommand -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: truecommand -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/truecommand -- https://hub.docker.com/r/ixsystems/truecommand -Type: application -Version: 21.6.0 +apiVersion: v2 +appVersion: 3.1.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Aggregated management of TrueNAS devices +home: https://truecharts.org/charts/stable/truecommand +icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.webp +keywords: + - truecommand +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: truecommand +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand + - https://hub.docker.com/r/ixsystems/truecommand +type: application +version: 21.6.0 diff --git a/charts/stable/truenas-exporter/Chart.yaml b/charts/stable/truenas-exporter/Chart.yaml index 17d1a41e489..2bb090903fd 100644 --- a/charts/stable/truenas-exporter/Chart.yaml +++ b/charts/stable/truenas-exporter/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.16.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A metrics exporter for TrueNAS -Home: https://truecharts.org/charts/stable/truenas-exporter -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.webp -Keywords: -- truenas-exporter -- metrics -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: truenas-exporter -Sources: -- https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main -- https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter -- https://hub.docker.com/r/prom/graphite-exporter -Type: application -Version: 3.6.2 +apiVersion: v2 +appVersion: 0.16.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A metrics exporter for TrueNAS +home: https://truecharts.org/charts/stable/truenas-exporter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.webp +keywords: + - truenas-exporter + - metrics +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: truenas-exporter +sources: + - https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main + - https://github.com/truecharts/charts/tree/master/charts/stable/truenas-exporter + - https://hub.docker.com/r/prom/graphite-exporter +type: application +version: 3.6.2 diff --git a/charts/stable/tsmuxer/Chart.yaml b/charts/stable/tsmuxer/Chart.yaml index d74a13baa08..8980fd57ee2 100644 --- a/charts/stable/tsmuxer/Chart.yaml +++ b/charts/stable/tsmuxer/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 25.02.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: tsMuxer is a Transport Stream muxer. -Home: https://truecharts.org/charts/stable/tsmuxer -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.webp -Keywords: -- media -- tsmuxer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tsmuxer -Sources: -- https://github.com/jlesage/docker-tsmuxer -- https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer -- https://hub.docker.com/r/jlesage/tsmuxer -Type: application -Version: 12.0.0 +apiVersion: v2 +appVersion: 25.02.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: tsMuxer is a Transport Stream muxer. +home: https://truecharts.org/charts/stable/tsmuxer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.webp +keywords: + - media + - tsmuxer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tsmuxer +sources: + - https://github.com/jlesage/docker-tsmuxer + - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer + - https://hub.docker.com/r/jlesage/tsmuxer +type: application +version: 12.0.0 diff --git a/charts/stable/tsn-ranksystem/Chart.yaml b/charts/stable/tsn-ranksystem/Chart.yaml index 64c4b8b801a..bb57cca30cf 100644 --- a/charts/stable/tsn-ranksystem/Chart.yaml +++ b/charts/stable/tsn-ranksystem/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,42 +8,42 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: TS-N Ranksystem is a TeamSpeak 3 bot that allows you to assign ranks - to users based on their activity on the server. -Home: https://truecharts.org/charts/stable/tsn-ranksystem -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsn-ranksystem.webp -Keywords: -- teamspeak -- tsn-ranksystem -- ranksystem -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tsn-ranksystem -Sources: -- https://github.com/JohannesBauer97/tsn-ranksystem-webserver -- https://github.com/Newcomer1989/TSN-Ranksystem -- https://github.com/truecharts/charts/tree/master/charts/stable/tsn-ranksystem -- https://hub.docker.com/r/serverlein/tsn-ranksystem-webserver -- https://ts-ranksystem.com/ -Type: application -Version: 3.13.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TS-N Ranksystem is a TeamSpeak 3 bot that allows you to assign ranks to users based on their activity on the server. +home: https://truecharts.org/charts/stable/tsn-ranksystem +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsn-ranksystem.webp +keywords: + - teamspeak + - tsn-ranksystem + - ranksystem +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tsn-ranksystem +sources: + - https://github.com/JohannesBauer97/tsn-ranksystem-webserver + - https://github.com/Newcomer1989/TSN-Ranksystem + - https://github.com/truecharts/charts/tree/master/charts/stable/tsn-ranksystem + - https://hub.docker.com/r/serverlein/tsn-ranksystem-webserver + - https://ts-ranksystem.com/ +type: application +version: 3.13.1 diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index 56e5ec127e9..3f646f289f3 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) - reader and aggregator. -Home: https://truecharts.org/charts/stable/tt-rss -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.webp -Keywords: -- tt-rss -- rss -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tt-rss -Sources: -- https://git.tt-rss.org/fox/tt-rss -- https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss -- https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static -- https://hub.docker.com/r/cthulhoo/ttrss-web-nginx -Type: application -Version: 18.5.36 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. +home: https://truecharts.org/charts/stable/tt-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.webp +keywords: + - tt-rss + - rss +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tt-rss +sources: + - https://git.tt-rss.org/fox/tt-rss + - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss + - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static + - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx +type: application +version: 18.5.36 diff --git a/charts/stable/tubearchivist-redisjson/Chart.yaml b/charts/stable/tubearchivist-redisjson/Chart.yaml index 04ccbee3ff6..6e49db24b2a 100644 --- a/charts/stable/tubearchivist-redisjson/Chart.yaml +++ b/charts/stable/tubearchivist-redisjson/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a dependancy Chart for the application "TubeArchivist" -Home: https://truecharts.org/charts/stable/tubearchivist-redisjson -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.webp -Keywords: -- tubearchivist-redisjson -- MediaServer-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tubearchivist-redisjson -Sources: -- https://github.com/RedisJSON/RedisJSON -- https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson -- https://hub.docker.com/r/redislabs/rejson -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a dependancy Chart for the application "TubeArchivist" +home: https://truecharts.org/charts/stable/tubearchivist-redisjson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.webp +keywords: + - tubearchivist-redisjson + - MediaServer-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tubearchivist-redisjson +sources: + - https://github.com/RedisJSON/RedisJSON + - https://github.com/truecharts/charts/tree/master/charts/stable/tubearchivist-redisjson + - https://hub.docker.com/r/redislabs/rejson +type: application +version: 7.5.1 diff --git a/charts/stable/tubesync/Chart.yaml b/charts/stable/tubesync/Chart.yaml index 610f259407a..727e1c607d5 100644 --- a/charts/stable/tubesync/Chart.yaml +++ b/charts/stable/tubesync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr - but for YouTube (with a built-in download client). It is designed to synchronize - channels and playlists from YouTube to local directories and update your media server - once media is downloaded. -Home: https://truecharts.org/charts/stable/tubesync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.webp -Keywords: -- tubesync -- Downloaders -- MediaApp-Video -- MediaServer-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tubesync -Sources: -- https://ghcr.io/meeb/tubesync -- https://github.com/meeb/tubesync -- https://github.com/truecharts/charts/tree/master/charts/stable/tubesync -- https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync -Type: application -Version: 7.5.33 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. +home: https://truecharts.org/charts/stable/tubesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.webp +keywords: + - tubesync + - Downloaders + - MediaApp-Video + - MediaServer-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tubesync +sources: + - https://ghcr.io/meeb/tubesync + - https://github.com/meeb/tubesync + - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync + - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync +type: application +version: 7.5.33 diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index 42cb1a05c88..fff1bbd3108 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: TVheadend - a TV streaming server and digital video recorder -Home: https://truecharts.org/charts/stable/tvheadend -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.webp -Keywords: -- tvheadend -- tv -- streaming -- dvb -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tvheadend -Sources: -- https://ghcr.io/linuxserver/tvheadend -- https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend -- https://github.com/tvheadend/tvheadend -Type: application -Version: 21.5.9 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TVheadend - a TV streaming server and digital video recorder +home: https://truecharts.org/charts/stable/tvheadend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.webp +keywords: + - tvheadend + - tv + - streaming + - dvb +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tvheadend +sources: + - https://ghcr.io/linuxserver/tvheadend + - https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend + - https://github.com/tvheadend/tvheadend +type: application +version: 21.5.9 diff --git a/charts/stable/tvhproxy/Chart.yaml b/charts/stable/tvhproxy/Chart.yaml index 541e3e0f20a..4a1394e7124 100644 --- a/charts/stable/tvhproxy/Chart.yaml +++ b/charts/stable/tvhproxy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: TvhProxy is a small flask app to proxy requests between Plex Media Server - and Tvheadend.You have to run this Chart Chart as a seperate IP Address. -Home: https://truecharts.org/charts/stable/tvhproxy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.webp -Keywords: -- tvhproxy -- MediaApp-Video -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: tvhproxy -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy -- https://hub.docker.com/r/chvb/docker-tvhproxy -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address. +home: https://truecharts.org/charts/stable/tvhproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.webp +keywords: + - tvhproxy + - MediaApp-Video +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: tvhproxy +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tvhproxy + - https://hub.docker.com/r/chvb/docker-tvhproxy +type: application +version: 7.5.1 diff --git a/charts/stable/twofauth/Chart.yaml b/charts/stable/twofauth/Chart.yaml index b3dfa942cd6..e2a32600870 100644 --- a/charts/stable/twofauth/Chart.yaml +++ b/charts/stable/twofauth/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.5.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Web app to manage your 2FA accounts and generate their security codes. -Home: https://truecharts.org/charts/stable/twofauth -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.webp -Keywords: -- 2fauth -- auth -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: twofauth -Sources: -- https://github.com/Bubka/2fauth -- https://github.com/truecharts/charts/tree/master/charts/stable/twofauth -- https://hub.docker.com/r/2fauth/2fauth -Type: application -Version: 3.8.0 +apiVersion: v2 +appVersion: 5.5.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Web app to manage your 2FA accounts and generate their security codes. +home: https://truecharts.org/charts/stable/twofauth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.webp +keywords: + - 2fauth + - auth +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twofauth +sources: + - https://github.com/Bubka/2fauth + - https://github.com/truecharts/charts/tree/master/charts/stable/twofauth + - https://hub.docker.com/r/2fauth/2fauth +type: application +version: 3.8.0 diff --git a/charts/stable/twonky-server/Chart.yaml b/charts/stable/twonky-server/Chart.yaml index a467c8eacd9..8f4d372af4e 100644 --- a/charts/stable/twonky-server/Chart.yaml +++ b/charts/stable/twonky-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from - PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP - AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, - RSS, and JSON supported front ends. -Home: https://truecharts.org/charts/stable/twonky-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.webp -Keywords: -- twonky-server -- MediaServer-Video -- MediaServer-Music -- MediaServer-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: twonky-server -Sources: -- https://github.com/H2CK/twonkyserver -- https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server -- https://hub.docker.com/r/dtjs48jkt/twonkyserver -Type: application -Version: 7.5.11 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. +home: https://truecharts.org/charts/stable/twonky-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.webp +keywords: + - twonky-server + - MediaServer-Video + - MediaServer-Music + - MediaServer-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twonky-server +sources: + - https://github.com/H2CK/twonkyserver + - https://github.com/truecharts/charts/tree/master/charts/stable/twonky-server + - https://hub.docker.com/r/dtjs48jkt/twonkyserver +type: application +version: 7.5.11 diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml index e17806bfbb8..563b758a5b1 100644 --- a/charts/stable/twtxt/Chart.yaml +++ b/charts/stable/twtxt/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.1.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No - ads, no tracking, your content, your data! -Home: https://truecharts.org/charts/stable/twtxt -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.webp -Keywords: -- twtxt -- blogging -- blog -- social-network -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: twtxt -Sources: -- https://ghcr.io/nicholaswilde/twtxt -- https://github.com/nicholaswilde/docker-twtxt -- https://github.com/prologic/twtxt -- https://github.com/truecharts/charts/tree/master/charts/stable/twtxt -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! +home: https://truecharts.org/charts/stable/twtxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.webp +keywords: + - twtxt + - blogging + - blog + - social-network +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: twtxt +sources: + - https://ghcr.io/nicholaswilde/twtxt + - https://github.com/nicholaswilde/docker-twtxt + - https://github.com/prologic/twtxt + - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt +type: application +version: 12.5.1 diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml index b4b972bef54..f5d8745a869 100644 --- a/charts/stable/ubooquity/Chart.yaml +++ b/charts/stable/ubooquity/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.1.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Ubooquity is a free, lightweight and easy-to-use home server for your - comics and ebooks. -Home: https://truecharts.org/charts/stable/ubooquity -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.webp -Keywords: -- ubooquity -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ubooquity -Sources: -- https://ghcr.io/linuxserver/ubooquity -- https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity -Type: application -Version: 12.5.5 +apiVersion: v2 +appVersion: 2.1.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. +home: https://truecharts.org/charts/stable/ubooquity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.webp +keywords: + - ubooquity +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ubooquity +sources: + - https://ghcr.io/linuxserver/ubooquity + - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity +type: application +version: 12.5.5 diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index 805c3fd76b8..955b0a62ade 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 9.0.114 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Ubiquiti Network's Unifi Controller -Home: https://truecharts.org/charts/stable/unifi -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.webp -Keywords: -- ubiquiti -- unifi -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: unifi -Sources: -- https://ghcr.io/goofball222/unifi -- https://github.com/jacobalberty/unifi-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/unifi -- https://unifi-network.ui.com -Type: application -Version: 23.1.2 +apiVersion: v2 +appVersion: 9.0.114 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Ubiquiti Network's Unifi Controller +home: https://truecharts.org/charts/stable/unifi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.webp +keywords: + - ubiquiti + - unifi +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unifi +sources: + - https://ghcr.io/goofball222/unifi + - https://github.com/jacobalberty/unifi-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/unifi + - https://unifi-network.ui.com +type: application +version: 23.1.2 diff --git a/charts/stable/universal-media-server/Chart.yaml b/charts/stable/universal-media-server/Chart.yaml index 6219cda45ee..a5fbec7b076 100644 --- a/charts/stable/universal-media-server/Chart.yaml +++ b/charts/stable/universal-media-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,36 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable - of sharing video, audio and images between most modern devices. It was originally - based on PS3 Media Server by shagrath, in order to ensure greater stability and - file-compatibility. -Home: https://truecharts.org/charts/stable/universal-media-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.webp -Keywords: -- universal-media-server -- MediaServer-Video -- MediaServer-Music -- MediaServer-Photos -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: universal-media-server -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server -- https://hub.docker.com/r/universalmediaserver/ums -- https://www.universalmediaserver.com/ -Type: application -Version: 7.5.3 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility. +home: https://truecharts.org/charts/stable/universal-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.webp +keywords: + - universal-media-server + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: universal-media-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/universal-media-server + - https://hub.docker.com/r/universalmediaserver/ums + - https://www.universalmediaserver.com/ +type: application +version: 7.5.3 diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index fce4329c7ed..983e1faf575 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.2.8 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Unmanic is a simple tool for optimising your file library. -Home: https://truecharts.org/charts/stable/unmanic -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.webp -Keywords: -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: unmanic -Sources: -- https://github.com/Unmanic/unmanic -- https://github.com/truecharts/charts/tree/master/charts/stable/unmanic -- https://hub.docker.com/r/josh5/unmanic -Type: application -Version: 12.5.2 +apiVersion: v2 +appVersion: 0.2.8 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unmanic is a simple tool for optimising your file library. +home: https://truecharts.org/charts/stable/unmanic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.webp +keywords: + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unmanic +sources: + - https://github.com/Unmanic/unmanic + - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic + - https://hub.docker.com/r/josh5/unmanic +type: application +version: 12.5.2 diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index 13c0c9d987f..b079287d1b6 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,36 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.14.5 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This application runs as a daemon on your download host. It checks for - completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may - import them -Home: https://truecharts.org/charts/stable/unpackerr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.webp -Keywords: -- unpackerr -- sonarr -- radarr -- lidarr -- readarr -- whisparr -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: unpackerr -Sources: -- https://github.com/davidnewhall/unpackerr -- https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr -- https://hub.docker.com/r/golift/unpackerr -Type: application -Version: 15.6.1 +apiVersion: v2 +appVersion: 0.14.5 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them +home: https://truecharts.org/charts/stable/unpackerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.webp +keywords: + - unpackerr + - sonarr + - radarr + - lidarr + - readarr + - whisparr +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unpackerr +sources: + - https://github.com/davidnewhall/unpackerr + - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr + - https://hub.docker.com/r/golift/unpackerr +type: application +version: 15.6.1 diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index 57c3ecfa138..8dbd91af648 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.14.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Collect your UniFi controller data and report it to an InfluxDB instance, - or export it for Prometheus collection. -Home: https://truecharts.org/charts/stable/unpoller -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.webp -Keywords: -- unifi -- unifi-poller -- metrics -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: unpoller -Sources: -- https://ghcr.io/unpoller/unpoller -- https://github.com/truecharts/charts/tree/master/charts/stable/unpoller -- https://github.com/unifi-poller/unifi-poller -Type: application -Version: 12.8.1 +apiVersion: v2 +appVersion: 2.14.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. +home: https://truecharts.org/charts/stable/unpoller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.webp +keywords: + - unifi + - unifi-poller + - metrics +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unpoller +sources: + - https://ghcr.io/unpoller/unpoller + - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller + - https://github.com/unifi-poller/unifi-poller +type: application +version: 12.8.1 diff --git a/charts/stable/unturned/Chart.yaml b/charts/stable/unturned/Chart.yaml index ab7fa1c0f66..8d092780c8b 100644 --- a/charts/stable/unturned/Chart.yaml +++ b/charts/stable/unturned/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: unturned -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Unturned SteamCMD -Home: https://truecharts.org/charts/stable/unturned -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.webp -Keywords: -- unturned -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: unturned -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/ich777/docker-steamcmd-server/tree/unturned -- https://github.com/truecharts/charts/tree/master/charts/stable/unturned -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: unturned +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Unturned SteamCMD +home: https://truecharts.org/charts/stable/unturned +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.webp +keywords: + - unturned + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: unturned +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/ich777/docker-steamcmd-server/tree/unturned + - https://github.com/truecharts/charts/tree/master/charts/stable/unturned +type: application +version: 8.5.1 diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml index c51b298fe57..88e3c0c357c 100644 --- a/charts/stable/uptime-kuma/Chart.yaml +++ b/charts/stable/uptime-kuma/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.23.16 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A fancy self-hosted monitoring tool -Home: https://truecharts.org/charts/stable/uptime-kuma -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.webp -Keywords: -- monitoring -- uptime -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: uptime-kuma -Sources: -- https://github.com/louislam/uptime-kuma -- https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma -- https://hub.docker.com/r/louislam/uptime-kuma -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: 1.23.16 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A fancy self-hosted monitoring tool +home: https://truecharts.org/charts/stable/uptime-kuma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.webp +keywords: + - monitoring + - uptime +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: uptime-kuma +sources: + - https://github.com/louislam/uptime-kuma + - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma + - https://hub.docker.com/r/louislam/uptime-kuma +type: application +version: 12.5.1 diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml index efcde184904..0c39cf9d50e 100644 --- a/charts/stable/uptimerobot-prometheus/Chart.yaml +++ b/charts/stable/uptimerobot-prometheus/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.0.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Prometheus Exporter for the official uptimerobot CLI -Home: https://truecharts.org/charts/stable/uptimerobot-prometheus -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.webp -Keywords: -- uptimerobot -- prometheus -- grafana -- metrics -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: uptimerobot-prometheus -Sources: -- https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus -- https://github.com/lekpamartin/uptimerobot_exporter -- https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus -- https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter -Type: application -Version: 13.5.1 +apiVersion: v2 +appVersion: 0.0.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Prometheus Exporter for the official uptimerobot CLI +home: https://truecharts.org/charts/stable/uptimerobot-prometheus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.webp +keywords: + - uptimerobot + - prometheus + - grafana + - metrics +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: uptimerobot-prometheus +sources: + - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus + - https://github.com/lekpamartin/uptimerobot_exporter + - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus + - https://hub.docker.com/r/billimek/prometheus-uptimerobot-exporter +type: application +version: 13.5.1 diff --git a/charts/stable/urban-terror/Chart.yaml b/charts/stable/urban-terror/Chart.yaml index 4467a74bbde..f022851097e 100644 --- a/charts/stable/urban-terror/Chart.yaml +++ b/charts/stable/urban-terror/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Urban Terror is a free multiplayer first person shooter developed by - FrozenSand, that will run on any Quake III Arena compatible engine. It is available - for Windows, Linux and Macintosh. -Home: https://truecharts.org/charts/stable/urban-terror -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.webp -Keywords: -- urban-terror -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: urban-terror -Sources: -- https://ghcr.io/ich777/urbanterror -- https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror -- https://www.urbanterror.info/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. +home: https://truecharts.org/charts/stable/urban-terror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.webp +keywords: + - urban-terror + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: urban-terror +sources: + - https://ghcr.io/ich777/urbanterror + - https://github.com/truecharts/charts/tree/master/charts/stable/urban-terror + - https://www.urbanterror.info/ +type: application +version: 7.5.1 diff --git a/charts/stable/v-rising/Chart.yaml b/charts/stable/v-rising/Chart.yaml index b8b41a245c4..95c3a3b03cb 100644 --- a/charts/stable/v-rising/Chart.yaml +++ b/charts/stable/v-rising/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: rising -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install SteamCMD. It will also install V - Rising and run it. -Home: https://truecharts.org/charts/stable/v-rising -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.webp -Keywords: -- v-rising -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: v-rising -Sources: -- https://ghcr.io/ich777/steamcmd -- https://github.com/truecharts/charts/tree/master/charts/stable/v-rising -- https://steampowered.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: rising +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install SteamCMD. It will also install V Rising and run it. +home: https://truecharts.org/charts/stable/v-rising +icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.webp +keywords: + - v-rising + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: v-rising +sources: + - https://ghcr.io/ich777/steamcmd + - https://github.com/truecharts/charts/tree/master/charts/stable/v-rising + - https://steampowered.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/valetudo-mapper/Chart.yaml b/charts/stable/valetudo-mapper/Chart.yaml index 1db04099c14..7b63ed8fad2 100644 --- a/charts/stable/valetudo-mapper/Chart.yaml +++ b/charts/stable/valetudo-mapper/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: "Valetudo-RE companion service for generating PNG maps.\r" -Home: https://truecharts.org/charts/stable/valetudo-mapper -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.webp -Keywords: -- valetudo-mapper -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: valetudo-mapper -Sources: -- https://github.com/rand256/valetudo-mapper -- https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper -- https://hub.docker.com/r/rand256/valetudo-mapper -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: "Valetudo-RE companion service for generating PNG maps.\r" +home: https://truecharts.org/charts/stable/valetudo-mapper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.webp +keywords: + - valetudo-mapper + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: valetudo-mapper +sources: + - https://github.com/rand256/valetudo-mapper + - https://github.com/truecharts/charts/tree/master/charts/stable/valetudo-mapper + - https://hub.docker.com/r/rand256/valetudo-mapper +type: application +version: 7.5.1 diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index 5760ab316a4..41650a81fcd 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Valheim dedicated gameserver with automatic update and world backup support -Home: https://truecharts.org/charts/stable/valheim -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.webp -Keywords: -- valheim -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: valheim -Sources: -- https://ghcr.io/lloesche/valheim-server -- https://github.com/lloesche/valheim-server-docker -- https://github.com/truecharts/charts/tree/master/charts/stable/valheim -Type: application -Version: 12.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Valheim dedicated gameserver with automatic update and world backup support +home: https://truecharts.org/charts/stable/valheim +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.webp +keywords: + - valheim +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: valheim +sources: + - https://ghcr.io/lloesche/valheim-server + - https://github.com/lloesche/valheim-server-docker + - https://github.com/truecharts/charts/tree/master/charts/stable/valheim +type: application +version: 12.5.2 diff --git a/charts/stable/venstar2mqtt/Chart.yaml b/charts/stable/venstar2mqtt/Chart.yaml index 92e691d7491..21719b7f779 100644 --- a/charts/stable/venstar2mqtt/Chart.yaml +++ b/charts/stable/venstar2mqtt/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Simple Chart that allows MQTT to be used to view data and push settings - to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No - Web UI or appdata folder necessary. -Home: https://truecharts.org/charts/stable/venstar2mqtt -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.webp -Keywords: -- venstar2mqtt -- home-automation -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: venstar2mqtt -Sources: -- https://github.com/terafin/mqtt-venstar-bridge -- https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt -- https://hub.docker.com/r/terafin/mqtt-venstar-bridge -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. +home: https://truecharts.org/charts/stable/venstar2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.webp +keywords: + - venstar2mqtt + - home-automation + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: venstar2mqtt +sources: + - https://github.com/terafin/mqtt-venstar-bridge + - https://github.com/truecharts/charts/tree/master/charts/stable/venstar2mqtt + - https://hub.docker.com/r/terafin/mqtt-venstar-bridge +type: application +version: 7.5.1 diff --git a/charts/stable/vertex/Chart.yaml b/charts/stable/vertex/Chart.yaml index 7bc159f8200..fe20095b422 100644 --- a/charts/stable/vertex/Chart.yaml +++ b/charts/stable/vertex/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: stable -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Vertex -Home: https://truecharts.org/charts/stable/vertex -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.webp -Keywords: -- vertex -- home-automation -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: vertex -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/vertex -- https://gitlab.lswl.in/lswl/vertex -- https://hub.docker.com/r/lswl/vertex -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: stable +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Vertex +home: https://truecharts.org/charts/stable/vertex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.webp +keywords: + - vertex + - home-automation + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vertex +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/vertex + - https://gitlab.lswl.in/lswl/vertex + - https://hub.docker.com/r/lswl/vertex +type: application +version: 7.5.4 diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index 1749dbd1660..85325e606f2 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.20.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: very sync is an easy-to-use multi-platform file synchronization software -Home: https://truecharts.org/charts/stable/verysync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.webp -Keywords: -- verysync -- sync -- btsync -- bittorrent -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: verysync -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/verysync -- https://hub.docker.com/r/jonnyan404/verysync -Type: application -Version: 11.7.1 +apiVersion: v2 +appVersion: 2.20.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: very sync is an easy-to-use multi-platform file synchronization software +home: https://truecharts.org/charts/stable/verysync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.webp +keywords: + - verysync + - sync + - btsync + - bittorrent +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: verysync +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/verysync + - https://hub.docker.com/r/jonnyan404/verysync +type: application +version: 11.7.1 diff --git a/charts/stable/victoriametrics/Chart.yaml b/charts/stable/victoriametrics/Chart.yaml index 3860829b977..418621c498b 100644 --- a/charts/stable/victoriametrics/Chart.yaml +++ b/charts/stable/victoriametrics/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.115.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Fast, cost-effective monitoring solution and time series database -Home: https://truecharts.org/charts/stable/victoriametrics -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/victoriametrics.webp -Keywords: -- victoriametrics -- database -- metrics -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: victoriametrics -Sources: -- https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master -- https://github.com/truecharts/charts/tree/master/charts/stable/victoriametrics -- https://hub.docker.com/r/victoriametrics/victoria-metrics -Type: application -Version: 3.4.0 +apiVersion: v2 +appVersion: 1.115.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Fast, cost-effective monitoring solution and time series database +home: https://truecharts.org/charts/stable/victoriametrics +icon: https://truecharts.org/img/hotlink-ok/chart-icons/victoriametrics.webp +keywords: + - victoriametrics + - database + - metrics +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: victoriametrics +sources: + - https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master + - https://github.com/truecharts/charts/tree/master/charts/stable/victoriametrics + - https://hub.docker.com/r/victoriametrics/victoria-metrics +type: application +version: 3.4.0 diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index ab6d459aff2..d4cdcd0e552 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,38 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.24.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: The to-do app to organize your life. -Home: https://truecharts.org/charts/stable/vikunja -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.webp -Keywords: -- vikunja -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: vikunja -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja -- https://hub.docker.com/r/vikunja/vikunja -- https://vikunja.io/docs -Type: application -Version: 15.10.8 +apiVersion: v2 +appVersion: 0.24.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The to-do app to organize your life. +home: https://truecharts.org/charts/stable/vikunja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.webp +keywords: + - vikunja +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vikunja +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja + - https://hub.docker.com/r/vikunja/vikunja + - https://vikunja.io/docs +type: application +version: 15.10.8 diff --git a/charts/stable/vintage-story/Chart.yaml b/charts/stable/vintage-story/Chart.yaml index 23985de3708..b0d1f0a6ccb 100644 --- a/charts/stable/vintage-story/Chart.yaml +++ b/charts/stable/vintage-story/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a Basic Vintage Story Server it will download and install Vintage - Story Server and run it. -Home: https://truecharts.org/charts/stable/vintage-story -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.webp -Keywords: -- vintage-story -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: vintage-story -Sources: -- https://ghcr.io/ich777/vintagestory -- https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story -- https://www.vintagestory.at/ -Type: application -Version: 7.5.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it. +home: https://truecharts.org/charts/stable/vintage-story +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.webp +keywords: + - vintage-story + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vintage-story +sources: + - https://ghcr.io/ich777/vintagestory + - https://github.com/truecharts/charts/tree/master/charts/stable/vintage-story + - https://www.vintagestory.at/ +type: application +version: 7.5.2 diff --git a/charts/stable/virt-manager/Chart.yaml b/charts/stable/virt-manager/Chart.yaml index 3f36944bd89..5b4152a30cf 100644 --- a/charts/stable/virt-manager/Chart.yaml +++ b/charts/stable/virt-manager/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The virt-manager application is a desktop user interface for managing - virtual machines through libvirt. -Home: https://truecharts.org/charts/stable/virt-manager -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.webp -Keywords: -- virt-manager -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: virt-manager -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager -- https://hub.docker.com/r/mber5/virt-manager -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The virt-manager application is a desktop user interface for managing virtual machines through libvirt. +home: https://truecharts.org/charts/stable/virt-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.webp +keywords: + - virt-manager + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: virt-manager +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/virt-manager + - https://hub.docker.com/r/mber5/virt-manager +type: application +version: 7.5.1 diff --git a/charts/stable/vlmcsd-kms-server/Chart.yaml b/charts/stable/vlmcsd-kms-server/Chart.yaml index fe9d5e3b3fa..4fce5a08cbf 100644 --- a/charts/stable/vlmcsd-kms-server/Chart.yaml +++ b/charts/stable/vlmcsd-kms-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: vlmcsd is a replacement for Microsoft's KMS server. -Home: https://truecharts.org/charts/stable/vlmcsd-kms-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.webp -Keywords: -- vlmcsd-kms-server -- Cloud -- Tools-Utilities -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: vlmcsd-kms-server -Sources: -- https://github.com/mikolatero/docker-vlmcsd -- https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server -- https://hub.docker.com/r/mikolatero/vlmcsd -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: vlmcsd is a replacement for Microsoft's KMS server. +home: https://truecharts.org/charts/stable/vlmcsd-kms-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.webp +keywords: + - vlmcsd-kms-server + - Cloud + - Tools-Utilities + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vlmcsd-kms-server +sources: + - https://github.com/mikolatero/docker-vlmcsd + - https://github.com/truecharts/charts/tree/master/charts/stable/vlmcsd-kms-server + - https://hub.docker.com/r/mikolatero/vlmcsd +type: application +version: 7.5.1 diff --git a/charts/stable/vocechat-server/Chart.yaml b/charts/stable/vocechat-server/Chart.yaml index c08af97fa2e..81bee487af7 100644 --- a/charts/stable/vocechat-server/Chart.yaml +++ b/charts/stable/vocechat-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.4.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A superlight rust written social server. -Home: https://truecharts.org/charts/stable/vocechat-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.webp -Keywords: -- vocechat-server -- social -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: vocechat-server -Sources: -- https://github.com/Privoce/vocechat-server-rust -- https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server -- https://hub.docker.com/r/privoce/vocechat-server -Type: application -Version: 5.6.4 +apiVersion: v2 +appVersion: 0.4.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A superlight rust written social server. +home: https://truecharts.org/charts/stable/vocechat-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.webp +keywords: + - vocechat-server + - social +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: vocechat-server +sources: + - https://github.com/Privoce/vocechat-server-rust + - https://github.com/truecharts/charts/tree/master/charts/stable/vocechat-server + - https://hub.docker.com/r/privoce/vocechat-server +type: application +version: 5.6.4 diff --git a/charts/stable/wallos/Chart.yaml b/charts/stable/wallos/Chart.yaml index 5271d6a5a21..2d2c9f8d306 100644 --- a/charts/stable/wallos/Chart.yaml +++ b/charts/stable/wallos/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.48.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Wallos - Self Hosted Subscription tracker -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wallos -Sources: -- https://ghcr.io/ellite/wallos -- https://github.com/ellite/Wallos -- https://github.com/truecharts/charts/tree/master/charts/stable/wallos -Type: application -Version: 6.12.1 +apiVersion: v2 +appVersion: 2.48.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Wallos - Self Hosted Subscription tracker +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wallos +sources: + - https://ghcr.io/ellite/wallos + - https://github.com/ellite/Wallos + - https://github.com/truecharts/charts/tree/master/charts/stable/wallos +type: application +version: 6.12.1 diff --git a/charts/stable/watcharr/Chart.yaml b/charts/stable/watcharr/Chart.yaml index 4f4f87ca625..23d31a753d7 100644 --- a/charts/stable/watcharr/Chart.yaml +++ b/charts/stable/watcharr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.0.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Open source, self-hostable watched list -Home: https://truecharts.org/charts/stable/watcharr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.webp -Keywords: -- watcharr -- media -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: watcharr -Sources: -- https://ghcr.io/sbondco/watcharr -- https://github.com/sbondCo/Watcharr -- https://github.com/truecharts/charts/tree/master/charts/stable/watcharr -Type: application -Version: 7.0.4 +apiVersion: v2 +appVersion: 2.0.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Open source, self-hostable watched list +home: https://truecharts.org/charts/stable/watcharr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.webp +keywords: + - watcharr + - media +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: watcharr +sources: + - https://ghcr.io/sbondco/watcharr + - https://github.com/sbondCo/Watcharr + - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr +type: application +version: 7.0.4 diff --git a/charts/stable/watchyourlan/Chart.yaml b/charts/stable/watchyourlan/Chart.yaml index 01a5e0621f7..7d3374580ea 100644 --- a/charts/stable/watchyourlan/Chart.yaml +++ b/charts/stable/watchyourlan/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.1.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Lightweight network IP scanner with web GUI -Home: https://truecharts.org/charts/stable/watchyourlan -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.webp -Keywords: -- network -- monitor -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: watchyourlan -Sources: -- https://github.com/aceberg/WatchYourLAN -- https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan -- https://hub.docker.com/r/aceberg/watchyourlan -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 2.1.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Lightweight network IP scanner with web GUI +home: https://truecharts.org/charts/stable/watchyourlan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.webp +keywords: + - network + - monitor +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: watchyourlan +sources: + - https://github.com/aceberg/WatchYourLAN + - https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan + - https://hub.docker.com/r/aceberg/watchyourlan +type: application +version: 11.5.1 diff --git a/charts/stable/wdosg/Chart.yaml b/charts/stable/wdosg/Chart.yaml index 9b2266ffd45..16d3fa4a461 100644 --- a/charts/stable/wdosg/Chart.yaml +++ b/charts/stable/wdosg/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A Simple web server to manage and run DOS based games on the browser. -Home: https://truecharts.org/charts/stable/wdosg -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wdosg.webp -Keywords: -- wdosg -- dos -- emulator -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wdosg -Sources: -- https://github.com/SoulRaven80/wdosg -- https://github.com/truecharts/charts/tree/master/charts/stable/wdosg -- https://hub.docker.com/r/soulraven1980/wdosg -Type: application -Version: 1.0.2 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A Simple web server to manage and run DOS based games on the browser. +home: https://truecharts.org/charts/stable/wdosg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wdosg.webp +keywords: + - wdosg + - dos + - emulator +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wdosg +sources: + - https://github.com/SoulRaven80/wdosg + - https://github.com/truecharts/charts/tree/master/charts/stable/wdosg + - https://hub.docker.com/r/soulraven1980/wdosg +type: application +version: 1.0.2 diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml index a7ed6ea8bd1..bef83ff75e3 100644 --- a/charts/stable/webgrabplus/Chart.yaml +++ b/charts/stable/webgrabplus/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.3.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Webgrabplus is a multi-site incremental xmltv epg grabber. -Home: https://truecharts.org/charts/stable/webgrabplus -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.webp -Keywords: -- webgrabplus -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: webgrabplus -Sources: -- https://ghcr.io/linuxserver/webgrabplus -- https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus -Type: application -Version: 11.7.8 +apiVersion: v2 +appVersion: 5.3.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Webgrabplus is a multi-site incremental xmltv epg grabber. +home: https://truecharts.org/charts/stable/webgrabplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.webp +keywords: + - webgrabplus +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webgrabplus +sources: + - https://ghcr.io/linuxserver/webgrabplus + - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus +type: application +version: 11.7.8 diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index 7be39163ed0..6741f05b2c4 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,41 +8,41 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.16.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: redis.enabled - ImportValues: null - Name: redis - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.6.7 -Deprecated: false -Description: Weblate is a copylefted libre software web-based continuous localization - system -Home: https://truecharts.org/charts/stable/weblate -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.webp -Keywords: -- translate -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: weblate -Sources: -- https://docs.weblate.org/en/latest/ -- https://github.com/WeblateOrg/docker -- https://github.com/WeblateOrg/docker-compose -- https://github.com/WeblateOrg/weblate -- https://github.com/truecharts/charts/tree/master/charts/stable/weblate -- https://hub.docker.com/r/weblate/weblate -Type: application -Version: 15.11.8 +apiVersion: v2 +appVersion: 4.16.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 15.6.7 + repository: oci://tccr.io/truecharts + condition: redis.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Weblate is a copylefted libre software web-based continuous localization system +home: https://truecharts.org/charts/stable/weblate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.webp +keywords: + - translate +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: weblate +sources: + - https://docs.weblate.org/en/latest/ + - https://github.com/WeblateOrg/docker + - https://github.com/WeblateOrg/docker-compose + - https://github.com/WeblateOrg/weblate + - https://github.com/truecharts/charts/tree/master/charts/stable/weblate + - https://hub.docker.com/r/weblate/weblate +type: application +version: 15.11.8 diff --git a/charts/stable/webnut/Chart.yaml b/charts/stable/webnut/Chart.yaml index 27759cfe736..46490f381f7 100644 --- a/charts/stable/webnut/Chart.yaml +++ b/charts/stable/webnut/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: webNUT (UPS network monitoring web ui). -Home: https://truecharts.org/charts/stable/webnut -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.webp -Keywords: -- webnut -- ups -- monitoring -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: webnut -Sources: -- https://github.com/rshipp/webNUT -- https://github.com/truecharts/charts/tree/master/charts/stable/webnut -- https://hub.docker.com/r/edgd1er/webnut -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: webNUT (UPS network monitoring web ui). +home: https://truecharts.org/charts/stable/webnut +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.webp +keywords: + - webnut + - ups + - monitoring +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webnut +sources: + - https://github.com/rshipp/webNUT + - https://github.com/truecharts/charts/tree/master/charts/stable/webnut + - https://hub.docker.com/r/edgd1er/webnut +type: application +version: 10.5.1 diff --git a/charts/stable/webp-server/Chart.yaml b/charts/stable/webp-server/Chart.yaml index bad2b508566..e9e10fe101f 100644 --- a/charts/stable/webp-server/Chart.yaml +++ b/charts/stable/webp-server/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,38 +8,37 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a Server based on Golang, which allows you to serve WebP images - on the fly. It will convert jpg,jpeg,png files by default, this can be customized - by editing the config.json. -Home: https://truecharts.org/charts/stable/webp-server -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.webp -Keywords: -- webp-server -- Cloud -- Productivity -- Tools-Utilities -- MediaServer-Photos -- Network-Web -- Network-FTP -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: webp-server -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/webp-server -- https://github.com/webp-sh/webp_server_go -- https://hub.docker.com/r/webpsh/webps -Type: application -Version: 7.5.4 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json. +home: https://truecharts.org/charts/stable/webp-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.webp +keywords: + - webp-server + - Cloud + - Productivity + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webp-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/webp-server + - https://github.com/webp-sh/webp_server_go + - https://hub.docker.com/r/webpsh/webps +type: application +version: 7.5.4 diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml index b364d382428..09a71ef8728 100644 --- a/charts/stable/website-shot/Chart.yaml +++ b/charts/stable/website-shot/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Generate a full web-page screenshot with our service, that provides rich - interface to make any kind of web screenshots online for free with no limits. The - simplest way to take a full page screenshot. -Home: https://truecharts.org/charts/stable/website-shot -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.webp -Keywords: -- website-shot -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: website-shot -Sources: -- https://github.com/Flowko/website-shot -- https://github.com/truecharts/charts/tree/master/charts/stable/website-shot -- https://hub.docker.com/r/flowko1/website-shot -Type: application -Version: 12.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. +home: https://truecharts.org/charts/stable/website-shot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.webp +keywords: + - website-shot +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: website-shot +sources: + - https://github.com/Flowko/website-shot + - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot + - https://hub.docker.com/r/flowko1/website-shot +type: application +version: 12.5.1 diff --git a/charts/stable/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml index c956ba436b6..2ab7ee7ffe0 100644 --- a/charts/stable/webtop/Chart.yaml +++ b/charts/stable/webtop/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Webtop full desktop environments in officially supported flavors accessible - via any modern web browser. -Home: https://truecharts.org/charts/stable/webtop -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.webp -Keywords: -- webtop -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: webtop -Sources: -- https://fleet.linuxserver.io/image?name=linuxserver/webtop -- https://github.com/linuxserver/docker-webtop#readme -- https://github.com/linuxserver/gclient -- https://github.com/orgs/linuxserver/packages/container/package/webtop -- https://github.com/truecharts/charts/tree/master/charts/stable/webtop -Type: application -Version: 11.5.239 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser. +home: https://truecharts.org/charts/stable/webtop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.webp +keywords: + - webtop + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: webtop +sources: + - https://fleet.linuxserver.io/image?name=linuxserver/webtop + - https://github.com/linuxserver/docker-webtop#readme + - https://github.com/linuxserver/gclient + - https://github.com/orgs/linuxserver/packages/container/package/webtop + - https://github.com/truecharts/charts/tree/master/charts/stable/webtop +type: application +version: 11.5.239 diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index 5c929ef1c82..30c6719afa9 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,40 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 7.84.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mongodb.enabled - ImportValues: null - Name: mongodb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.3.8 -Deprecated: false -Description: WeKan - Open Source kanban -Home: https://truecharts.org/charts/stable/wekan -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.webp -Keywords: -- wekan -- kanban -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wekan -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/wekan -- https://github.com/wekan/wekan -- https://hub.docker.com/r/wekanteam/wekan -- https://wekan.github.io/ -Type: application -Version: 16.29.2 +apiVersion: v2 +appVersion: 7.84.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 15.3.8 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WeKan - Open Source kanban +home: https://truecharts.org/charts/stable/wekan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.webp +keywords: + - wekan + - kanban +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wekan +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wekan + - https://github.com/wekan/wekan + - https://hub.docker.com/r/wekanteam/wekan + - https://wekan.github.io/ +type: application +version: 16.29.2 diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index 1ed1cbe0ca0..6c9211395ed 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 14.0.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The easiest way to run WireGuard VPN + Web-based Admin UI. -Home: https://truecharts.org/charts/stable/wg-easy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.webp -Keywords: -- wg-easy -- wireguard -- weejewel -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wg-easy -Sources: -- https://ghcr.io/wg-easy/wg-easy -- https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy -Type: application -Version: 16.4.2 +apiVersion: v2 +appVersion: 14.0.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The easiest way to run WireGuard VPN + Web-based Admin UI. +home: https://truecharts.org/charts/stable/wg-easy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.webp +keywords: + - wg-easy + - wireguard + - weejewel +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wg-easy +sources: + - https://ghcr.io/wg-easy/wg-easy + - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy +type: application +version: 16.4.2 diff --git a/charts/stable/whisparr/Chart.yaml b/charts/stable/whisparr/Chart.yaml index 883e4400ed0..a13164b5a09 100644 --- a/charts/stable/whisparr/Chart.yaml +++ b/charts/stable/whisparr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.0.0.968 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: An adult media thingy. -Home: https://truecharts.org/charts/stable/whisparr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.webp -Keywords: -- whisparr -- Downloaders -- MediaApp-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: whisparr -Sources: -- https://ghcr.io/hotio/whisparr -- https://github.com/onedr0p/containers/tree/main/apps/whisparr -- https://github.com/truecharts/charts/tree/master/charts/stable/whisparr -Type: application -Version: 12.5.27 +apiVersion: v2 +appVersion: 3.0.0.968 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: An adult media thingy. +home: https://truecharts.org/charts/stable/whisparr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.webp +keywords: + - whisparr + - Downloaders + - MediaApp-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whisparr +sources: + - https://ghcr.io/hotio/whisparr + - https://github.com/onedr0p/containers/tree/main/apps/whisparr + - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr +type: application +version: 12.5.27 diff --git a/charts/stable/whisper-asr-webservice/Chart.yaml b/charts/stable/whisper-asr-webservice/Chart.yaml index 4ecc431b714..1714507dd81 100644 --- a/charts/stable/whisper-asr-webservice/Chart.yaml +++ b/charts/stable/whisper-asr-webservice/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.8.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Whisper is a general-purpose speech recognition model. -Home: https://truecharts.org/charts/stable/whisper-asr-webservice -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.webp -Keywords: -- whisper-asr-webservice -- machine-learning -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: whisper-asr-webservice -Sources: -- https://github.com/ahmetoner/whisper-asr-webservice -- https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice -- https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice -Type: application -Version: 6.10.0 +apiVersion: v2 +appVersion: 1.8.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Whisper is a general-purpose speech recognition model. +home: https://truecharts.org/charts/stable/whisper-asr-webservice +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.webp +keywords: + - whisper-asr-webservice + - machine-learning +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whisper-asr-webservice +sources: + - https://github.com/ahmetoner/whisper-asr-webservice + - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice + - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice +type: application +version: 6.10.0 diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml index dc2685fd169..7b41b8087b6 100644 --- a/charts/stable/whoogle/Chart.yaml +++ b/charts/stable/whoogle/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.9.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A self-hosted, ad-free, privacy-respecting metasearch engine -Home: https://truecharts.org/charts/stable/whoogle -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.webp -Keywords: -- whoogle -- search -- open source -- privacy -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: whoogle -Sources: -- https://github.com/benbusby/whoogle-search -- https://github.com/truecharts/charts/tree/master/charts/stable/whoogle -- https://hub.docker.com/r/benbusby/whoogle-search -Type: application -Version: 12.6.1 +apiVersion: v2 +appVersion: 0.9.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted, ad-free, privacy-respecting metasearch engine +home: https://truecharts.org/charts/stable/whoogle +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.webp +keywords: + - whoogle + - search + - open source + - privacy +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: whoogle +sources: + - https://github.com/benbusby/whoogle-search + - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle + - https://hub.docker.com/r/benbusby/whoogle-search +type: application +version: 12.6.1 diff --git a/charts/stable/wifi-card/Chart.yaml b/charts/stable/wifi-card/Chart.yaml index 85697ef3978..166ecaf9259 100644 --- a/charts/stable/wifi-card/Chart.yaml +++ b/charts/stable/wifi-card/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Print a neat little card with your WiFi info and stick it on the fridge. -Home: https://truecharts.org/charts/stable/wifi-card -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.webp -Keywords: -- wifi-card -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wifi-card -Sources: -- https://github.com/bndw/wifi-card -- https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card -- https://hub.docker.com/r/bndw/wifi-card -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Print a neat little card with your WiFi info and stick it on the fridge. +home: https://truecharts.org/charts/stable/wifi-card +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.webp +keywords: + - wifi-card + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wifi-card +sources: + - https://github.com/bndw/wifi-card + - https://github.com/truecharts/charts/tree/master/charts/stable/wifi-card + - https://hub.docker.com/r/bndw/wifi-card +type: application +version: 7.5.1 diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml index 8370a791a5c..1274b42edef 100644 --- a/charts/stable/wikijs/Chart.yaml +++ b/charts/stable/wikijs/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.5.307 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Make documentation a joy to write using Wiki.js's beautiful and intuitive - interface! -Home: https://truecharts.org/charts/stable/wikijs -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.webp -Keywords: -- wiki -- wikijs -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wikijs -Sources: -- https://docs.requarks.io/install/docker -- https://github.com/Requarks/wiki -- https://github.com/truecharts/charts/tree/master/charts/stable/wikijs -- https://hub.docker.com/r/requarks/wiki -Type: application -Version: 17.5.3 +apiVersion: v2 +appVersion: 2.5.307 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! +home: https://truecharts.org/charts/stable/wikijs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.webp +keywords: + - wiki + - wikijs +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wikijs +sources: + - https://docs.requarks.io/install/docker + - https://github.com/Requarks/wiki + - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs + - https://hub.docker.com/r/requarks/wiki +type: application +version: 17.5.3 diff --git a/charts/stable/wireguard/Chart.yaml b/charts/stable/wireguard/Chart.yaml index 62351306019..097f4b307f0 100644 --- a/charts/stable/wireguard/Chart.yaml +++ b/charts/stable/wireguard/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.0.20210914 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes - state-of-the-art cryptography. -Home: https://truecharts.org/charts/stable/wireguard -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.webp -Keywords: -- wireguard -- vpn -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wireguard -Sources: -- https://ghcr.io/k8s-at-home/wireguard -- https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard -- https://github.com/truecharts/charts/tree/master/charts/stable/wireguard -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: 1.0.20210914 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. +home: https://truecharts.org/charts/stable/wireguard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.webp +keywords: + - wireguard + - vpn +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wireguard +sources: + - https://ghcr.io/k8s-at-home/wireguard + - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard + - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard +type: application +version: 10.5.1 diff --git a/charts/stable/wisemapping/Chart.yaml b/charts/stable/wisemapping/Chart.yaml index b9906786653..ded5c7533eb 100644 --- a/charts/stable/wisemapping/Chart.yaml +++ b/charts/stable/wisemapping/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: home-assistant App for TrueNAS SCALE -Home: https://truecharts.org/charts/stable/wisemapping -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wisemapping.webp -Keywords: -- mapping -- mind-mapping -- collaboration -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wisemapping -Sources: -- https://bitbucket.org/wisemapping/wisemapping-open-source/src/develop/ -- https://github.com/truecharts/charts/tree/master/charts/stable/wisemapping -- https://hub.docker.com/r/wisemapping/wisemapping -- https://www.wisemapping.com/ -Type: application -Version: 3.0.0 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: home-assistant App for TrueNAS SCALE +home: https://truecharts.org/charts/stable/wisemapping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wisemapping.webp +keywords: + - mapping + - mind-mapping + - collaboration +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wisemapping +sources: + - https://bitbucket.org/wisemapping/wisemapping-open-source/src/develop/ + - https://github.com/truecharts/charts/tree/master/charts/stable/wisemapping + - https://hub.docker.com/r/wisemapping/wisemapping + - https://www.wisemapping.com/ +type: application +version: 3.0.0 diff --git a/charts/stable/wizarr/Chart.yaml b/charts/stable/wizarr/Chart.yaml index fcfe785a42e..a8ea0967dfb 100644 --- a/charts/stable/wizarr/Chart.yaml +++ b/charts/stable/wizarr/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 4.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: A automatic user invitation system for Plex. -Home: https://truecharts.org/charts/stable/wizarr -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.webp -Keywords: -- wizarr -- home-automation -- Tools-Utilities -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wizarr -Sources: -- https://ghcr.io/wizarrrr/wizarr -- https://github.com/Wizarrrr/wizarr -- https://github.com/truecharts/charts/tree/master/charts/stable/wizarr -Type: application -Version: 9.6.1 +apiVersion: v2 +appVersion: 4.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A automatic user invitation system for Plex. +home: https://truecharts.org/charts/stable/wizarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.webp +keywords: + - wizarr + - home-automation + - Tools-Utilities + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wizarr +sources: + - https://ghcr.io/wizarrrr/wizarr + - https://github.com/Wizarrrr/wizarr + - https://github.com/truecharts/charts/tree/master/charts/stable/wizarr +type: application +version: 9.6.1 diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml index a2ebf5abb90..eae2c60c3d0 100644 --- a/charts/stable/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,39 +8,39 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.7.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mariadb.enabled - ImportValues: null - Name: mariadb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.9.0 -Deprecated: false -Description: The WordPress rich content management system can utilize plugins, widgets, - and themes. -Home: https://truecharts.org/charts/stable/wordpress -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.webp -Keywords: -- wordpress -- cms -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wordpress -Sources: -- https://gallery.ecr.aws/bitnami/wordpress -- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress -- https://www.wordpress.org -Type: application -Version: 9.15.5 +apiVersion: v2 +appVersion: 6.7.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 15.9.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The WordPress rich content management system can utilize plugins, widgets, and themes. +home: https://truecharts.org/charts/stable/wordpress +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.webp +keywords: + - wordpress + - cms +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wordpress +sources: + - https://gallery.ecr.aws/bitnami/wordpress + - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress + - https://www.wordpress.org +type: application +version: 9.15.5 diff --git a/charts/stable/wyoming-openwakeword/Chart.yaml b/charts/stable/wyoming-openwakeword/Chart.yaml index fa999edb31d..05dd963e980 100644 --- a/charts/stable/wyoming-openwakeword/Chart.yaml +++ b/charts/stable/wyoming-openwakeword/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.10.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The Wyoming integration of openWakeWord -Home: https://truecharts.org/charts/stable/wyoming-openwakeword -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.webp -Keywords: -- wyoming-openwakeword -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wyoming-openwakeword -Sources: -- https://github.com/home-assistant/addons/tree/master/openwakeword -- https://github.com/rhasspy/wyoming-openwakeword/ -- https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-openwakeword -- https://hub.docker.com/r/rhasspy/wyoming-openwakeword -Type: application -Version: 3.5.1 +apiVersion: v2 +appVersion: 1.10.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Wyoming integration of openWakeWord +home: https://truecharts.org/charts/stable/wyoming-openwakeword +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.webp +keywords: + - wyoming-openwakeword +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wyoming-openwakeword +sources: + - https://github.com/home-assistant/addons/tree/master/openwakeword + - https://github.com/rhasspy/wyoming-openwakeword/ + - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-openwakeword + - https://hub.docker.com/r/rhasspy/wyoming-openwakeword +type: application +version: 3.5.1 diff --git a/charts/stable/wyoming-piper/Chart.yaml b/charts/stable/wyoming-piper/Chart.yaml index fd2a8ca3c0c..09c11d044ab 100644 --- a/charts/stable/wyoming-piper/Chart.yaml +++ b/charts/stable/wyoming-piper/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.5.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The Wyoming integration of piper -Home: https://truecharts.org/charts/stable/wyoming-piper -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.webp -Keywords: -- wyoming-piper -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wyoming-piper -Sources: -- https://github.com/home-assistant/addons/tree/master/piper -- https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper -- https://hub.docker.com/r/rhasspy/wyoming-piper -Type: application -Version: 6.5.1 +apiVersion: v2 +appVersion: 1.5.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Wyoming integration of piper +home: https://truecharts.org/charts/stable/wyoming-piper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.webp +keywords: + - wyoming-piper +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wyoming-piper +sources: + - https://github.com/home-assistant/addons/tree/master/piper + - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper + - https://hub.docker.com/r/rhasspy/wyoming-piper +type: application +version: 6.5.1 diff --git a/charts/stable/wyoming-whisper/Chart.yaml b/charts/stable/wyoming-whisper/Chart.yaml index 5fc6b2ba552..65bf7a57df9 100644 --- a/charts/stable/wyoming-whisper/Chart.yaml +++ b/charts/stable/wyoming-whisper/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.4.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The Wyoming integration of whisper -Home: https://truecharts.org/charts/stable/wyoming-whisper -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.webp -Keywords: -- wyoming-whisper -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: wyoming-whisper -Sources: -- https://github.com/home-assistant/addons/tree/master/whisper -- https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper -- https://hub.docker.com/r/rhasspy/wyoming-whisper -Type: application -Version: 7.7.1 +apiVersion: v2 +appVersion: 2.4.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Wyoming integration of whisper +home: https://truecharts.org/charts/stable/wyoming-whisper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.webp +keywords: + - wyoming-whisper +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wyoming-whisper +sources: + - https://github.com/home-assistant/addons/tree/master/whisper + - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper + - https://hub.docker.com/r/rhasspy/wyoming-whisper +type: application +version: 7.7.1 diff --git a/charts/stable/xen-orchestra/Chart.yaml b/charts/stable/xen-orchestra/Chart.yaml index 396d1080c4a..96ca7e6564f 100644 --- a/charts/stable/xen-orchestra/Chart.yaml +++ b/charts/stable/xen-orchestra/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 5.175.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. -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' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: xen-orchestra -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra -- https://hub.docker.com/r/ronivay/xen-orchestra -Type: application -Version: 10.23.0 +apiVersion: v2 +appVersion: 5.175.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. +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' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xen-orchestra +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra + - https://hub.docker.com/r/ronivay/xen-orchestra +type: application +version: 10.23.0 diff --git a/charts/stable/xmrig/Chart.yaml b/charts/stable/xmrig/Chart.yaml index 284238cf553..4baed39e89f 100644 --- a/charts/stable/xmrig/Chart.yaml +++ b/charts/stable/xmrig/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 6.21.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Chartised version of XMRig for CPU Mining. Helps turn your server into - a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as - well. -Home: https://truecharts.org/charts/stable/xmrig -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.webp -Keywords: -- xmrig -- Crypto -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: xmrig -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/xmrig -- https://hub.docker.com/r/cooleye72/xmrig -Type: application -Version: 8.5.1 +apiVersion: v2 +appVersion: 6.21.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Chartised version of XMRig for CPU Mining. Helps turn your server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. +home: https://truecharts.org/charts/stable/xmrig +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.webp +keywords: + - xmrig + - Crypto +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xmrig +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xmrig + - https://hub.docker.com/r/cooleye72/xmrig +type: application +version: 8.5.1 diff --git a/charts/stable/xonotic/Chart.yaml b/charts/stable/xonotic/Chart.yaml index fac95dd0f50..5a64cf205b2 100644 --- a/charts/stable/xonotic/Chart.yaml +++ b/charts/stable/xonotic/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This Chart will download and install the preferred version of Xonotic. -Home: https://truecharts.org/charts/stable/xonotic -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.webp -Keywords: -- xonotic -- GameServers -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: xonotic -Sources: -- https://ghcr.io/ich777/xonotic -- https://github.com/truecharts/charts/tree/master/charts/stable/xonotic -- https://www.xonotic.org/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This Chart will download and install the preferred version of Xonotic. +home: https://truecharts.org/charts/stable/xonotic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.webp +keywords: + - xonotic + - GameServers +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xonotic +sources: + - https://ghcr.io/ich777/xonotic + - https://github.com/truecharts/charts/tree/master/charts/stable/xonotic + - https://www.xonotic.org/ +type: application +version: 7.5.1 diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index 9937e2611e6..6fcee405d6b 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.2.0.200 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: M3U Proxy for Plex DVR and Emby Live TV. -Home: https://truecharts.org/charts/stable/xteve -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.webp -Keywords: -- xteve -- iptv -- plex -- emby -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: xteve -Sources: -- https://ghcr.io/k8s-at-home/xteve -- https://github.com/k8s-at-home/container-images -- https://github.com/truecharts/charts/tree/master/charts/stable/xteve -- https://github.com/xteve-project/xTeVe -Type: application -Version: 15.5.1 +apiVersion: v2 +appVersion: 2.2.0.200 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: M3U Proxy for Plex DVR and Emby Live TV. +home: https://truecharts.org/charts/stable/xteve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.webp +keywords: + - xteve + - iptv + - plex + - emby +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xteve +sources: + - https://ghcr.io/k8s-at-home/xteve + - https://github.com/k8s-at-home/container-images + - https://github.com/truecharts/charts/tree/master/charts/stable/xteve + - https://github.com/xteve-project/xTeVe +type: application +version: 15.5.1 diff --git a/charts/stable/xware/Chart.yaml b/charts/stable/xware/Chart.yaml index b867e728370..af166b3add0 100644 --- a/charts/stable/xware/Chart.yaml +++ b/charts/stable/xware/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: This is a Chart of Thunder downloader. -Home: https://truecharts.org/charts/stable/xware -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.webp -Keywords: -- xware -- Downloaders -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: xware -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/xware -- https://hub.docker.com/r/caiguai/docker-xware -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: This is a Chart of Thunder downloader. +home: https://truecharts.org/charts/stable/xware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.webp +keywords: + - xware + - Downloaders +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xware +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xware + - https://hub.docker.com/r/caiguai/docker-xware +type: application +version: 7.5.1 diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml index eabdef0090f..ba1b8dade3b 100644 --- a/charts/stable/xwiki/Chart.yaml +++ b/charts/stable/xwiki/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 17.2.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: XWiki is a free wiki software platform written in Java with a design - emphasis on extensibility -Home: https://truecharts.org/charts/stable/xwiki -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.webp -Keywords: -- xwiki -- wiki -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: xwiki -Sources: -- https://gallery.ecr.aws/docker/library/xwiki -- https://github.com/truecharts/charts/tree/master/charts/stable/xwiki -- https://github.com/xwiki/xwiki-docker -Type: application -Version: 15.2.1 +apiVersion: v2 +appVersion: 17.2.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility +home: https://truecharts.org/charts/stable/xwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.webp +keywords: + - xwiki + - wiki +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: xwiki +sources: + - https://gallery.ecr.aws/docker/library/xwiki + - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki + - https://github.com/xwiki/xwiki-docker +type: application +version: 15.2.1 diff --git a/charts/stable/yacreaderlibraryserver/Chart.yaml b/charts/stable/yacreaderlibraryserver/Chart.yaml index 10675fee8b1..f8f39b947e2 100644 --- a/charts/stable/yacreaderlibraryserver/Chart.yaml +++ b/charts/stable/yacreaderlibraryserver/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Headless version of the YACReaderLibraryServer. -Home: https://truecharts.org/charts/stable/yacreaderlibraryserver -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.webp -Keywords: -- yacreaderlibraryserver -- MediaServer-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: yacreaderlibraryserver -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver -- https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker -- https://www.yacreader.com -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Headless version of the YACReaderLibraryServer. +home: https://truecharts.org/charts/stable/yacreaderlibraryserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.webp +keywords: + - yacreaderlibraryserver + - MediaServer-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: yacreaderlibraryserver +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/yacreaderlibraryserver + - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker + - https://www.yacreader.com +type: application +version: 7.5.1 diff --git a/charts/stable/yacy/Chart.yaml b/charts/stable/yacy/Chart.yaml index bd74b89adbf..0fe0ffb6147 100644 --- a/charts/stable/yacy/Chart.yaml +++ b/charts/stable/yacy/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: YaCy decentralized search engine (https://yacy.net) -Home: https://truecharts.org/charts/stable/yacy -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.webp -Keywords: -- yacy -- Tools-Utilities -- Network-Web -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: yacy -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/yacy -- https://hub.docker.com/r/yacy/yacy_search_server -- https://yacy.net/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YaCy decentralized search engine (https://yacy.net) +home: https://truecharts.org/charts/stable/yacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.webp +keywords: + - yacy + - Tools-Utilities + - Network-Web +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: yacy +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/yacy + - https://hub.docker.com/r/yacy/yacy_search_server + - https://yacy.net/ +type: application +version: 7.5.1 diff --git a/charts/stable/yourls/Chart.yaml b/charts/stable/yourls/Chart.yaml index eac160ef5bc..56675bddb02 100644 --- a/charts/stable/yourls/Chart.yaml +++ b/charts/stable/yourls/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL - Shortener. -Home: https://truecharts.org/charts/stable/yourls -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.webp -Keywords: -- yourls -- Cloud -- Tools-Utilities -- Network-Web -- Network-Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: yourls -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/yourls -- https://hub.docker.com/_/yourls -Type: application -Version: 7.5.9 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. +home: https://truecharts.org/charts/stable/yourls +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.webp +keywords: + - yourls + - Cloud + - Tools-Utilities + - Network-Web + - Network-Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: yourls +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/yourls + - https://hub.docker.com/_/yourls +type: application +version: 7.5.9 diff --git a/charts/stable/youtransfer/Chart.yaml b/charts/stable/youtransfer/Chart.yaml index efa8b946448..b2e51a639f2 100644 --- a/charts/stable/youtransfer/Chart.yaml +++ b/charts/stable/youtransfer/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: YouTransfer is a simple but elegant self-hosted file transfer sharing - solution. -Home: https://truecharts.org/charts/stable/youtransfer -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.webp -Keywords: -- youtransfer -- Cloud -- Tools-Utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: youtransfer -Sources: -- https://github.com/YouTransfer/YouTransfer -- https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer -- https://hub.docker.com/r/remie/youtransfer -Type: application -Version: 9.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution. +home: https://truecharts.org/charts/stable/youtransfer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.webp +keywords: + - youtransfer + - Cloud + - Tools-Utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: youtransfer +sources: + - https://github.com/YouTransfer/YouTransfer + - https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer + - https://hub.docker.com/r/remie/youtransfer +type: application +version: 9.5.1 diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml index 995bccc6bef..cd0f1594620 100644 --- a/charts/stable/youtubedl-material/Chart.yaml +++ b/charts/stable/youtubedl-material/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,37 +8,38 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2024.10.01 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -- Alias: "" - Condition: mongodb.enabled - ImportValues: null - Name: mongodb - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 15.3.8 -Deprecated: false -Description: YoutubeDL-Material is a Material Design frontend for youtube-dl. -Home: https://truecharts.org/charts/stable/youtubedl-material -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.webp -Keywords: -- youtube -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: youtubedl-material -Sources: -- https://ghcr.io/tzahi12345/youtubedl-material -- https://github.com/Tzahi12345/YoutubeDL-Material -- https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material -Type: application -Version: 12.11.8 +apiVersion: v2 +appVersion: 2024.10.01 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 15.3.8 + repository: oci://tccr.io/truecharts + condition: mongodb.enabled + alias: "" + tags: [] + import-values: [] +deprecated: false +description: YoutubeDL-Material is a Material Design frontend for youtube-dl. +home: https://truecharts.org/charts/stable/youtubedl-material +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.webp +keywords: + - youtube +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: youtubedl-material +sources: + - https://ghcr.io/tzahi12345/youtubedl-material + - https://github.com/Tzahi12345/YoutubeDL-Material + - https://github.com/truecharts/charts/tree/master/charts/stable/youtubedl-material +type: application +version: 12.11.8 diff --git a/charts/stable/z80pack/Chart.yaml b/charts/stable/z80pack/Chart.yaml index 7ed14ed7bb3..39d12b1dbd4 100644 --- a/charts/stable/z80pack/Chart.yaml +++ b/charts/stable/z80pack/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br] -Home: https://truecharts.org/charts/stable/z80pack -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.webp -Keywords: -- z80pack -- Other -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: z80pack -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/z80pack -- https://hub.docker.com/r/dlandon/z80pack -- https://registry.hub.docker.com/r/dlandon/z80pack/ -Type: application -Version: 7.5.1 +home: https://truecharts.org/charts/stable/z80pack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.webp +keywords: + - z80pack + - Other +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: z80pack +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/z80pack + - https://hub.docker.com/r/dlandon/z80pack + - https://registry.hub.docker.com/r/dlandon/z80pack/ +type: application +version: 7.5.1 diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml index 4457f8b8ed3..e51f22d81a6 100644 --- a/charts/stable/zerotier/Chart.yaml +++ b/charts/stable/zerotier/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.14.2 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ZeroTier is a smart programmable Ethernet switch for planet Earth -Home: https://truecharts.org/charts/stable/zerotier -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.webp -Keywords: -- zerotier -- network -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: zerotier -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/zerotier -- https://hub.docker.com/r/zerotier/zerotier -Type: application -Version: 11.5.1 +apiVersion: v2 +appVersion: 1.14.2 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ZeroTier is a smart programmable Ethernet switch for planet Earth +home: https://truecharts.org/charts/stable/zerotier +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.webp +keywords: + - zerotier + - network +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zerotier +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier + - https://hub.docker.com/r/zerotier/zerotier +type: application +version: 11.5.1 diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml index 38ebd403902..cb35064f337 100644 --- a/charts/stable/zigbee2mqtt/Chart.yaml +++ b/charts/stable/zigbee2mqtt/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2.2.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Bridges events and allows you to control your Zigbee devices via MQTT -Home: https://truecharts.org/charts/stable/zigbee2mqtt -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.webp -Keywords: -- zigbee -- mqtt -- home-assistant -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: zigbee2mqtt -Sources: -- https://github.com/Koenkk/zigbee2mqtt -- https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt -- https://hub.docker.com/r/koenkk/zigbee2mqtt -Type: application -Version: 14.3.1 +apiVersion: v2 +appVersion: 2.2.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Bridges events and allows you to control your Zigbee devices via MQTT +home: https://truecharts.org/charts/stable/zigbee2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.webp +keywords: + - zigbee + - mqtt + - home-assistant +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zigbee2mqtt +sources: + - https://github.com/Koenkk/zigbee2mqtt + - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt + - https://hub.docker.com/r/koenkk/zigbee2mqtt +type: application +version: 14.3.1 diff --git a/charts/stable/zilean/Chart.yaml b/charts/stable/zilean/Chart.yaml index 45e23f58dea..29bfa02f658 100644 --- a/charts/stable/zilean/Chart.yaml +++ b/charts/stable/zilean/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,29 +6,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 3.4.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Zilean self-hosted -Home: https://truecharts.org/charts/stable/zilean -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/zilean.webp -Keywords: -- zilean -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: zilean -Sources: -- https://ghcr.io/elfhosted/zilean -- https://github.com/truecharts/charts/tree/master/charts/stable/zilean -Type: application -Version: 2.0.1 +apiVersion: v2 +appVersion: 3.4.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Zilean self-hosted +home: https://truecharts.org/charts/stable/zilean +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zilean.webp +keywords: + - zilean +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zilean +sources: + - https://ghcr.io/elfhosted/zilean + - https://github.com/truecharts/charts/tree/master/charts/stable/zilean +type: application +version: 2.0.1 diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml index e15387497cb..b837f5a5d39 100644 --- a/charts/stable/znc/Chart.yaml +++ b/charts/stable/znc/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 1.9.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Znc is an IRC network bouncer or BNC. It can detach the client from the - actual IRC server, and also from selected channels. -Home: https://truecharts.org/charts/stable/znc -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.webp -Keywords: -- znc -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: znc -Sources: -- https://ghcr.io/linuxserver/znc -- https://github.com/truecharts/charts/tree/master/charts/stable/znc -Type: application -Version: 11.5.6 +apiVersion: v2 +appVersion: 1.9.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. +home: https://truecharts.org/charts/stable/znc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.webp +keywords: + - znc +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: znc +sources: + - https://ghcr.io/linuxserver/znc + - https://github.com/truecharts/charts/tree/master/charts/stable/znc +type: application +version: 11.5.6 diff --git a/charts/stable/zoneminder/Chart.yaml b/charts/stable/zoneminder/Chart.yaml index cc2b8ee7ae3..c42e671dd5c 100644 --- a/charts/stable/zoneminder/Chart.yaml +++ b/charts/stable/zoneminder/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Zoneminder is the top Linux video camera security and surveillance solution. -Home: https://truecharts.org/charts/stable/zoneminder -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.webp -Keywords: -- zoneminder -- home -- automation -- cctv -- utilities -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: zoneminder -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder -- https://hub.docker.com/r/dlandon/zoneminder.unraid -- https://zoneminder.com/ -Type: application -Version: 7.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Zoneminder is the top Linux video camera security and surveillance solution. +home: https://truecharts.org/charts/stable/zoneminder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.webp +keywords: + - zoneminder + - home + - automation + - cctv + - utilities +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zoneminder +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zoneminder + - https://hub.docker.com/r/dlandon/zoneminder.unraid + - https://zoneminder.com/ +type: application +version: 7.5.1 diff --git a/charts/stable/ztcuui-aio/Chart.yaml b/charts/stable/ztcuui-aio/Chart.yaml index 24cc31790ef..4e00ceac05d 100644 --- a/charts/stable/ztcuui-aio/Chart.yaml +++ b/charts/stable/ztcuui-aio/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,30 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 2024.1.28 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: ZeroTier network controller user interface in a Docker container -Home: https://truecharts.org/charts/stable/ztcuui-aio -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.webp -Keywords: -- ztcuui-aio -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: ztcuui-aio -Sources: -- https://ghcr.io/kmahyyg/ztncui-aio -- https://github.com/kmahyyg/ztncui-aio -- https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio -Type: application -Version: 10.5.1 +apiVersion: v2 +appVersion: 2024.1.28 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: ZeroTier network controller user interface in a Docker container +home: https://truecharts.org/charts/stable/ztcuui-aio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.webp +keywords: + - ztcuui-aio +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: ztcuui-aio +sources: + - https://ghcr.io/kmahyyg/ztncui-aio + - https://github.com/kmahyyg/ztncui-aio + - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio +type: application +version: 10.5.1 diff --git a/charts/stable/zurg/Chart.yaml b/charts/stable/zurg/Chart.yaml index c9def2286bc..6043e338934 100644 --- a/charts/stable/zurg/Chart.yaml +++ b/charts/stable/zurg/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -7,29 +6,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 0.9.3 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: zurg Self-Hosted -Home: https://truecharts.org/charts/stable/zurg -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/zurg.webp -Keywords: -- zurg -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: zurg -Sources: -- https://ghcr.io/geek-cookbook/zurg -- https://github.com/truecharts/charts/tree/master/charts/stable/zurg -Type: application -Version: 1.0.0 +apiVersion: v2 +appVersion: 0.9.3 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: zurg Self-Hosted +home: https://truecharts.org/charts/stable/zurg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zurg.webp +keywords: + - zurg +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zurg +sources: + - https://ghcr.io/geek-cookbook/zurg + - https://github.com/truecharts/charts/tree/master/charts/stable/zurg +type: application +version: 1.0.0 diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 9285fe10e6e..c569f2cc076 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable -AppVersion: 10.1.4 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Full featured Z-Wave Control Panel and MQTT Gateway, using NodeJS and - Vue. -Home: https://truecharts.org/charts/stable/zwavejs2mqtt -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.webp -Keywords: -- zwavejs2mqtt -- zwave-js-ui -- zwave-js -- z-wave -- zwave -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: zwavejs2mqtt -Sources: -- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt -- https://github.com/zwave-js/zwave-js-ui -- https://hub.docker.com/r/zwavejs/zwave-js-ui -Type: application -Version: 22.0.2 +apiVersion: v2 +appVersion: 10.1.4 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Full featured Z-Wave Control Panel and MQTT Gateway, using NodeJS and Vue. +home: https://truecharts.org/charts/stable/zwavejs2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.webp +keywords: + - zwavejs2mqtt + - zwave-js-ui + - zwave-js + - z-wave + - zwave +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: zwavejs2mqtt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt + - https://github.com/zwave-js/zwave-js-ui + - https://hub.docker.com/r/zwavejs/zwave-js-ui +type: application +version: 22.0.2 diff --git a/charts/system/intel-gpu-plugin/Chart.yaml b/charts/system/intel-gpu-plugin/Chart.yaml index 685dc77f9bc..f7225d97345 100644 --- a/charts/system/intel-gpu-plugin/Chart.yaml +++ b/charts/system/intel-gpu-plugin/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,31 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: system -AppVersion: 0.32.0 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: The Intel GPU plugin facilitates offloading the processing of computation - intensive workloads to GPU hardware. -Home: https://truecharts.org/charts/system/intel-gpu-plugin -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/intel-gpu-plugin.webp -Keywords: -- intel-gpu-plugin -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: intel-gpu-plugin -Sources: -- https://github.com/intel -- https://github.com/truecharts/charts/tree/master/charts/system/intel-gpu-plugin -- https://hub.docker.com/r/intel/intel-gpu-plugin -Type: application -Version: 0.6.0 +apiVersion: v2 +appVersion: 0.32.0 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware. +home: https://truecharts.org/charts/system/intel-gpu-plugin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/intel-gpu-plugin.webp +keywords: + - intel-gpu-plugin +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: intel-gpu-plugin +sources: + - https://github.com/intel + - https://github.com/truecharts/charts/tree/master/charts/system/intel-gpu-plugin + - https://hub.docker.com/r/intel/intel-gpu-plugin +type: application +version: 0.6.0 diff --git a/charts/system/kubelet-csr-approver/Chart.yaml b/charts/system/kubelet-csr-approver/Chart.yaml index 7de77adfb03..980f7d1ce23 100644 --- a/charts/system/kubelet-csr-approver/Chart.yaml +++ b/charts/system/kubelet-csr-approver/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,31 +8,32 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: system -AppVersion: 1.2.6 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Automatically approve internal Kubelet Certificate Signing Requests -Home: https://truecharts.org/charts/system/kubelet-csr-approver -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubelet-csr-approver.webp -Keywords: -- kubelet-csr-approver -- loadbalancer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kubelet-csr-approver -Sources: -- https://ghcr.io/postfinance/kubelet-csr-approver -- https://github.com/kubelet-csr-approver/kubelet-csr-approver -- https://github.com/truecharts/charts/tree/master/charts/system/kubelet-csr-approver -Type: application -Version: 1.4.2 +apiVersion: v2 +appVersion: 1.2.6 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Automatically approve internal Kubelet Certificate Signing Requests +home: https://truecharts.org/charts/system/kubelet-csr-approver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubelet-csr-approver.webp +keywords: + - kubelet-csr-approver + - loadbalancer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kubelet-csr-approver +sources: + - https://ghcr.io/postfinance/kubelet-csr-approver + - https://github.com/kubelet-csr-approver/kubelet-csr-approver + - https://github.com/truecharts/charts/tree/master/charts/system/kubelet-csr-approver +type: application +version: 1.4.2 diff --git a/charts/system/kubernetes-reflector/Chart.yaml b/charts/system/kubernetes-reflector/Chart.yaml index daf9e389734..fa37a45a854 100644 --- a/charts/system/kubernetes-reflector/Chart.yaml +++ b/charts/system/kubernetes-reflector/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,35 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: system -AppVersion: 7.1.217 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect - changes to secrets and configmaps across namespaces -Home: https://truecharts.org/charts/system/kubernetes-reflector -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.webp -Keywords: -- reflector -- secrets -- configmaps -- cert-manager -- certificates -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: kubernetes-reflector -Sources: -- https://github.com/emberstack/kubernetes-reflector -- https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector -- https://hub.docker.com/r/emberstack/kubernetes-reflector -Type: application -Version: 6.5.1 +apiVersion: v2 +appVersion: 7.1.217 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces +home: https://truecharts.org/charts/system/kubernetes-reflector +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.webp +keywords: + - reflector + - secrets + - configmaps + - cert-manager + - certificates +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: kubernetes-reflector +sources: + - https://github.com/emberstack/kubernetes-reflector + - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector + - https://hub.docker.com/r/emberstack/kubernetes-reflector +type: application +version: 6.5.1 diff --git a/charts/system/lvm-disk-watcher/Chart.yaml b/charts/system/lvm-disk-watcher/Chart.yaml index c5b332e7272..820b4da858f 100644 --- a/charts/system/lvm-disk-watcher/Chart.yaml +++ b/charts/system/lvm-disk-watcher/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,32 +8,33 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: system -AppVersion: 1.1.9 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Watches for empty disk to setup with LVM for use with TopoLVM -Home: https://truecharts.org/charts/system/lvm-disk-watcher -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/lvm-disk-watcher.webp -Keywords: -- lvm-disk-watcher -- loadbalancer -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: lvm-disk-watcher -Sources: -- https://github.com/lvm-disk-watcher/lvm-disk-watcher -- https://github.com/truecharts/charts/tree/master/charts/system/lvm-disk-watcher -- https://github.com/truecharts/containers/tree/master/apps/lvm-disk-watcher -- https://lvm-disk-watcher.universe.tf -Type: application -Version: 2.3.1 +apiVersion: v2 +appVersion: 1.1.9 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Watches for empty disk to setup with LVM for use with TopoLVM +home: https://truecharts.org/charts/system/lvm-disk-watcher +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lvm-disk-watcher.webp +keywords: + - lvm-disk-watcher + - loadbalancer +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: lvm-disk-watcher +sources: + - https://github.com/lvm-disk-watcher/lvm-disk-watcher + - https://github.com/truecharts/charts/tree/master/charts/system/lvm-disk-watcher + - https://github.com/truecharts/containers/tree/master/apps/lvm-disk-watcher + - https://lvm-disk-watcher.universe.tf +type: application +version: 2.3.1 diff --git a/charts/system/snapshot-controller/Chart.yaml b/charts/system/snapshot-controller/Chart.yaml index bc4b5c854a4..8d931f6bedb 100644 --- a/charts/system/snapshot-controller/Chart.yaml +++ b/charts/system/snapshot-controller/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -10,37 +9,38 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: system -AppVersion: 8.2.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: | +apiVersion: v2 +appVersion: 8.2.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: | Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every `VolumeSnapshot` and `VolumeSnapshotContent` resource by sending it to the webhook. -Home: https://truecharts.org/charts/system/snapshot-controller -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapshot-controller.webp -Keywords: -- storage -- snapshot -- validation -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: snapshot-controller -Sources: -- https://github.com/kubernetes-csi/external-snapshotter/ -- https://github.com/snapshot-controller/snapshot-controller -- https://github.com/snapshot-controller/snapshot-controller-helm-chart -- https://github.com/truecharts/charts/tree/master/charts/system/snapshot-controller -Type: application -Version: 3.7.3 +home: https://truecharts.org/charts/system/snapshot-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapshot-controller.webp +keywords: + - storage + - snapshot + - validation +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: snapshot-controller +sources: + - https://github.com/kubernetes-csi/external-snapshotter/ + - https://github.com/snapshot-controller/snapshot-controller + - https://github.com/snapshot-controller/snapshot-controller-helm-chart + - https://github.com/truecharts/charts/tree/master/charts/system/snapshot-controller +type: application +version: 3.7.3 diff --git a/charts/system/spegel/Chart.yaml b/charts/system/spegel/Chart.yaml index 470b63a9642..a026d91fc08 100644 --- a/charts/system/spegel/Chart.yaml +++ b/charts/system/spegel/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,29 +8,30 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: system -AppVersion: 0.1.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Stateless cluster local OCI registry mirror. -Home: https://truecharts.org/charts/system/spegel -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/spegel.webp -Keywords: -- spegel -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: spegel -Sources: -- https://ghcr.io/spegel-org/spegel -- https://github.com/truecharts/charts/tree/master/charts/system/spegel -Type: application -Version: 3.2.3 +apiVersion: v2 +appVersion: 0.1.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Stateless cluster local OCI registry mirror. +home: https://truecharts.org/charts/system/spegel +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spegel.webp +keywords: + - spegel +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: spegel +sources: + - https://ghcr.io/spegel-org/spegel + - https://github.com/truecharts/charts/tree/master/charts/system/spegel +type: application +version: 3.2.3 diff --git a/charts/system/traefik-crds/Chart.yaml b/charts/system/traefik-crds/Chart.yaml index 710f8f92423..a3c3ab17a15 100644 --- a/charts/system/traefik-crds/Chart.yaml +++ b/charts/system/traefik-crds/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,33 +8,34 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: system -AppVersion: latest -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: Traefik-CRDs contains the CRD's for Traefik -Home: https://truecharts.org/charts/system/traefik-crds -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-crds.webp -Keywords: -- traefik -- ingress -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: traefik-crds -Sources: -- https://github.com/traefik/traefik -- https://github.com/traefik/traefik-helm-chart -- https://github.com/truecharts/charts/tree/master/charts/system/traefik-crds -- https://github.com/truecharts/containers/tree/master/apps/scratch -- https://traefik.io/ -Type: application -Version: 3.5.1 +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: Traefik-CRDs contains the CRD's for Traefik +home: https://truecharts.org/charts/system/traefik-crds +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-crds.webp +keywords: + - traefik + - ingress +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: traefik-crds +sources: + - https://github.com/traefik/traefik + - https://github.com/traefik/traefik-helm-chart + - https://github.com/truecharts/charts/tree/master/charts/system/traefik-crds + - https://github.com/truecharts/containers/tree/master/apps/scratch + - https://traefik.io/ +type: application +version: 3.5.1 diff --git a/charts/system/volsync/Chart.yaml b/charts/system/volsync/Chart.yaml index c7d83bdb99d..f4cd4d2fb6c 100644 --- a/charts/system/volsync/Chart.yaml +++ b/charts/system/volsync/Chart.yaml @@ -1,5 +1,4 @@ -APIVersion: v2 -Annotations: +annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr @@ -9,34 +8,35 @@ Annotations: truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" truecharts.org/train: system -AppVersion: 0.12.1 -Dependencies: -- Alias: "" - Condition: "" - ImportValues: null - Name: common - Repository: oci://tccr.io/truecharts - Tags: [] - Version: 25.4.10 -Deprecated: false -Description: volsync is a storage backup and synchronisation tool. -Home: https://truecharts.org/charts/system/volsync -Icon: https://truecharts.org/img/hotlink-ok/chart-icons/volsync.webp -Keywords: -- volsync -- ingress -KubeVersion: '>=1.24.0-0' -Maintainers: -- Email: info@truecharts.org - Name: TrueCharts - URL: https://truecharts.org -Name: volsync -Sources: -- https://github.com/backube/helm-charts -- https://github.com/backube/volsync -- https://github.com/truecharts/charts/tree/master/charts/system/volsync -- https://quay.io/backube/volsync -- https://quay.io/brancz/kube-rbac-proxy -- https://volsync.readthedocs.io/ -Type: application -Version: 2.11.1 +apiVersion: v2 +appVersion: 0.12.1 +dependencies: + - name: common + version: 25.4.10 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: volsync is a storage backup and synchronisation tool. +home: https://truecharts.org/charts/system/volsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/volsync.webp +keywords: + - volsync + - ingress +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: volsync +sources: + - https://github.com/backube/helm-charts + - https://github.com/backube/volsync + - https://github.com/truecharts/charts/tree/master/charts/system/volsync + - https://quay.io/backube/volsync + - https://quay.io/brancz/kube-rbac-proxy + - https://volsync.readthedocs.io/ +type: application +version: 2.11.1 diff --git a/clustertool/pkg/helper/marshaller.go b/clustertool/pkg/helper/marshaller.go index 7b97a1e2b1f..71d03e7a625 100644 --- a/clustertool/pkg/helper/marshaller.go +++ b/clustertool/pkg/helper/marshaller.go @@ -2,9 +2,30 @@ package helper import ( "bytes" + "strings" + + "gopkg.in/yaml.v3" ) func MarshalYaml(buf *bytes.Buffer, v interface{}) error { - enc := YamlNewEncoder(buf) - return enc.Encode(v) + var tmpBuf bytes.Buffer + enc := yaml.NewEncoder(&tmpBuf) + enc.SetIndent(2) + defer enc.Close() + + if err := enc.Encode(v); err != nil { + return err + } + + // Remove indent from top-level keys (lines that are not indented) + lines := strings.Split(tmpBuf.String(), "\n") + for _, line := range lines { + if strings.HasPrefix(line, " ") { + buf.WriteString(line + "\n") + } else { + buf.WriteString(strings.TrimLeft(line, " ") + "\n") + } + } + + return nil } diff --git a/clustertool/pkg/helper/yamlutil.go b/clustertool/pkg/helper/yamlutil.go index 97fbc3e0830..54d5803dcac 100644 --- a/clustertool/pkg/helper/yamlutil.go +++ b/clustertool/pkg/helper/yamlutil.go @@ -4,7 +4,7 @@ import ( "bytes" "io" - "sigs.k8s.io/yaml" + "gopkg.in/yaml.v3" ) // Encoder is a custom encoder for YAML that writes to an io.Writer. diff --git a/containers/apps/renovate/VERSION b/containers/apps/renovate/VERSION index 05a6012dfeb..fb333fec847 100644 --- a/containers/apps/renovate/VERSION +++ b/containers/apps/renovate/VERSION @@ -1 +1 @@ -2.0.0-BETA-9 +2.0.0-BETA-10 diff --git a/containers/apps/renovate/latest-version.sh b/containers/apps/renovate/latest-version.sh index 942dd220242..7cd0c69a217 100755 --- a/containers/apps/renovate/latest-version.sh +++ b/containers/apps/renovate/latest-version.sh @@ -1,2 +1,2 @@ # curl -s "https://api.github.com/repos/truecharts/clustertool/releases/latest" | jq -r '.name' | sed 's/^clustertool-v//' -echo "2.0.0-BETA-9" +echo "2.0.0-BETA-10"