fix(clustertool): new round of indent fixes

This commit is contained in:
Kjeld Schouten
2025-04-09 15:15:50 +02:00
parent d5e6babdf8
commit b3c027f0c8
794 changed files with 24607 additions and 25078 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
- name: Install ./clustertool - name: Install ./clustertool
shell: bash shell: bash
run: | run: |
VERSION="2.0.0-BETA-9" VERSION="2.0.0-BETA-10"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Install ./clustertool - name: Install ./clustertool
shell: bash shell: bash
run: | run: |
VERSION="2.0.0-BETA-9" VERSION="2.0.0-BETA-10"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Install ./clustertool - name: Install ./clustertool
shell: bash shell: bash
run: | run: |
VERSION="2.0.0-BETA-9" VERSION="2.0.0-BETA-10"
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz" FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}" URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -7,31 +6,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: library truecharts.org/train: library
AppVersion: unknown apiVersion: v2
Dependencies: appVersion: unknown
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: '*'
Name: common repository: file://../common/
Repository: file://../common/ condition: ""
Tags: [] alias: ""
Version: '*' tags: []
Deprecated: false import-values: []
Description: Helper chart to test different use cases of the common library deprecated: false
Home: https://truecharts.org/charts/library/common-test description: Helper chart to test different use cases of the common library
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp home: https://truecharts.org/charts/library/common-test
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp
keywords:
- common-test - common-test
- truecharts - truecharts
- common - common
- test - test
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: common-test name: common-test
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/library/common-test - https://github.com/truecharts/charts/tree/master/charts/library/common-test
Type: application type: application
Version: 1.0.0 version: 1.0.0
+18 -18
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/category: integration-delivery artifacthub.io/category: integration-delivery
artifacthub.io/license: BUSL-1.1 artifacthub.io/license: BUSL-1.1
artifacthub.io/links: |- artifacthub.io/links: |-
@@ -9,23 +8,24 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: library truecharts.org/train: library
AppVersion: 1.11.0 apiVersion: v2
Dependencies: [] appVersion: 1.11.0
Deprecated: false dependencies: []
Description: Function library for TrueCharts deprecated: false
Home: https://truecharts.org/charts/library/common description: Function library for TrueCharts
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/common.webp home: https://truecharts.org/charts/library/common
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/common.webp
keywords:
- truecharts - truecharts
- library-chart - library-chart
- common - common
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: common name: common
Sources: sources:
- https://ghcr.io/cloudnative-pg/postgis - https://ghcr.io/cloudnative-pg/postgis
- https://ghcr.io/cloudnative-pg/postgresql - https://ghcr.io/cloudnative-pg/postgresql
- https://ghcr.io/tensorchord/cloudnative-pgvecto.rs - https://ghcr.io/tensorchord/cloudnative-pgvecto.rs
@@ -47,5 +47,5 @@ Sources:
- https://github.com/truecharts/containers/tree/master/apps/wireguard - https://github.com/truecharts/containers/tree/master/apps/wireguard
- https://hub.docker.com/_/ - https://hub.docker.com/_/
- https://hub.docker.com/r/mikefarah/yq - https://hub.docker.com/r/mikefarah/yq
Type: library type: library
Version: 28.0.0 version: 28.0.0
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,29 +8,30 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: premium truecharts.org/train: premium
AppVersion: 0.21.1155 apiVersion: v2
Dependencies: appVersion: 0.21.1155
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Advanced Template to create your own TrueCharts-based Charts deprecated: false
Home: https://truecharts.org/charts/premium/app-template description: Advanced Template to create your own TrueCharts-based Charts
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/app-template.webp home: https://truecharts.org/charts/premium/app-template
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/app-template.webp
keywords:
- custom - custom
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: app-template name: app-template
Sources: sources:
- https://ghcr.io/linuxserver/jackett - https://ghcr.io/linuxserver/jackett
- https://github.com/truecharts/charts/tree/master/charts/premium/app-template - https://github.com/truecharts/charts/tree/master/charts/premium/app-template
Type: application type: application
Version: 14.5.3 version: 14.5.3
+32 -33
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,42 +8,42 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: premium truecharts.org/train: premium
AppVersion: 0.25.0 apiVersion: v2
Dependencies: appVersion: 0.25.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
- Alias: "" import-values: []
Condition: redis.enabled - name: redis
ImportValues: null version: 15.6.7
Name: redis repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: redis.enabled
Tags: [] alias: ""
Version: 15.6.7 tags: []
Deprecated: false import-values: []
Description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network deprecated: false
written in Go 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 home: https://truecharts.org/charts/premium/blocky
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.webp
Keywords: keywords:
- dns - dns
- blocky - blocky
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: blocky name: blocky
Sources: sources:
- https://0xerr0r.github.io/blocky/ - https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky - https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend - https://github.com/Mozart409/blocky-frontend
- https://github.com/truecharts/charts/tree/master/charts/premium/blocky - https://github.com/truecharts/charts/tree/master/charts/premium/blocky
- https://hub.docker.com/r/spx01/blocky - https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway - https://quay.io/oriedge/k8s_gateway
Type: application type: application
Version: 16.13.14 version: 16.13.14
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: premium truecharts.org/train: premium
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Certificate management for Kubernetes deprecated: false
Home: https://truecharts.org/charts/premium/clusterissuer description: Certificate management for Kubernetes
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.webp home: https://truecharts.org/charts/premium/clusterissuer
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.webp
keywords:
- cert-manager - cert-manager
- certificates - certificates
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: clusterissuer name: clusterissuer
Sources: sources:
- https://cert-manager.io/ - https://cert-manager.io/
- https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer - https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer
- https://hub.docker.com/_/hello-world - https://hub.docker.com/_/hello-world
Type: application type: application
Version: 9.6.1 version: 9.6.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,36 +8,36 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: premium truecharts.org/train: premium
AppVersion: 11.6.0 apiVersion: v2
Dependencies: appVersion: 11.6.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Grafana is an open source, feature rich metrics dashboard and graph editor deprecated: false
for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. 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 home: https://truecharts.org/charts/premium/grafana
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.webp
Keywords: keywords:
- analytics - analytics
- monitoring - monitoring
- metrics - metrics
- logs - logs
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: grafana name: grafana
Sources: sources:
- https://github.com/bitnami/bitnami-docker-grafana - https://github.com/bitnami/bitnami-docker-grafana
- https://github.com/truecharts/charts/tree/master/charts/premium/grafana - https://github.com/truecharts/charts/tree/master/charts/premium/grafana
- https://grafana.com/ - https://grafana.com/
- https://hub.docker.com/r/grafana/grafana - https://hub.docker.com/r/grafana/grafana
- https://quay.io/kiwigrid/k8s-sidecar - https://quay.io/kiwigrid/k8s-sidecar
Type: application type: application
Version: 17.16.1 version: 17.16.1
+32 -32
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,36 +8,37 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: premium truecharts.org/train: premium
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
- Alias: "" import-values: []
Condition: kong.enabled - name: kong
ImportValues: null version: 2.48.0
Name: kong repository: https://charts.konghq.com
Repository: https://charts.konghq.com condition: kong.enabled
Tags: [] alias: ""
Version: 2.48.0 tags: []
Deprecated: false import-values: []
Description: The default Kubernetes Dashboard deprecated: false
Home: https://truecharts.org/charts/premium/kubernetes-dashboard description: The default Kubernetes Dashboard
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-dashboard.webp home: https://truecharts.org/charts/premium/kubernetes-dashboard
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-dashboard.webp
keywords:
- kubernetes-dashboard - kubernetes-dashboard
- loadbalancer - loadbalancer
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: kubernetes-dashboard name: kubernetes-dashboard
Sources: sources:
- https://github.com/kubernetes-dashboard/kubernetes-dashboard - https://github.com/kubernetes-dashboard/kubernetes-dashboard
- https://github.com/truecharts/charts/tree/master/charts/premium/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://github.com/truecharts/containers/tree/master/apps/kube-sa-proxy
@@ -47,5 +47,5 @@ Sources:
- https://hub.docker.com/r/kubernetesui/dashboard-metrics-scraper - https://hub.docker.com/r/kubernetesui/dashboard-metrics-scraper
- https://hub.docker.com/r/kubernetesui/dashboard-web - https://hub.docker.com/r/kubernetesui/dashboard-web
- https://kubernetes-dashboard.universe.tf - https://kubernetes-dashboard.universe.tf
Type: application type: application
Version: 1.14.2 version: 1.14.2
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: premium truecharts.org/train: premium
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A network load-balancer implementation for Kubernetes using standard deprecated: false
routing protocols description: A network load-balancer implementation for Kubernetes using standard routing protocols
Home: https://truecharts.org/charts/premium/metallb-config home: https://truecharts.org/charts/premium/metallb-config
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.webp
Keywords: keywords:
- metallb - metallb
- loadbalancer - loadbalancer
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: metallb-config name: metallb-config
Sources: sources:
- https://github.com/metallb/metallb - https://github.com/metallb/metallb
- https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config - https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config
- https://hub.docker.com/_/hello-world - https://hub.docker.com/_/hello-world
- https://metallb.io - https://metallb.io
Type: application type: application
Version: 8.5.3 version: 8.5.3
+32 -33
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,40 +8,40 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: premium truecharts.org/train: premium
AppVersion: 31.0.2 apiVersion: v2
Dependencies: appVersion: 31.0.2
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
- Alias: "" import-values: []
Condition: redis.enabled - name: redis
ImportValues: null version: 15.6.7
Name: redis repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: redis.enabled
Tags: [] alias: ""
Version: 15.6.7 tags: []
Deprecated: false import-values: []
Description: A private cloud server that puts the control and security of your own deprecated: false
data back into your hands. 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 home: https://truecharts.org/charts/premium/nextcloud
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.webp
Keywords: keywords:
- nextcloud - nextcloud
- storage - storage
- http - http
- web - web
- php - php
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: nextcloud name: nextcloud
Sources: sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
- https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud - https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud
@@ -52,5 +51,5 @@ Sources:
- https://hub.docker.com/r/clamav/clamav - https://hub.docker.com/r/clamav/clamav
- https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/collabora/code
- https://hub.docker.com/r/nginxinc/nginx-unprivileged - https://hub.docker.com/r/nginxinc/nginx-unprivileged
Type: application type: application
Version: 33.0.2 version: 33.0.2
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,36 +8,37 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: premium truecharts.org/train: premium
AppVersion: 1.33.2 apiVersion: v2
Dependencies: appVersion: 1.33.2
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Unofficial Bitwarden compatible server written in Rust deprecated: false
Home: https://truecharts.org/charts/premium/vaultwarden description: Unofficial Bitwarden compatible server written in Rust
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.webp home: https://truecharts.org/charts/premium/vaultwarden
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.webp
keywords:
- bitwarden - bitwarden
- bitwardenrs - bitwardenrs
- bitwarden_rs - bitwarden_rs
- vaultwarden - vaultwarden
- password - password
- rust - rust
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: vaultwarden name: vaultwarden
Sources: sources:
- https://ghcr.io/timshel/vaultwarden - https://ghcr.io/timshel/vaultwarden
- https://github.com/dani-garcia/vaultwarden - https://github.com/dani-garcia/vaultwarden
- https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden - https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden
- https://quay.io/vaultwarden/server - https://quay.io/vaultwarden/server
Type: application type: application
Version: 28.8.3 version: 28.8.3
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 2.0.2.8 apiVersion: v2
Dependencies: appVersion: 2.0.2.8
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: IPTV service providing streaming, playlist, search engine and epg. deprecated: false
Home: https://truecharts.org/charts/stable/acestream description: IPTV service providing streaming, playlist, search engine and epg.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.webp home: https://truecharts.org/charts/stable/acestream
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.webp
keywords:
- acestream - acestream
- MediaServer-Video - MediaServer-Video
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: acestream name: acestream
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/acestream - https://github.com/truecharts/charts/tree/master/charts/stable/acestream
- https://github.com/vstavrinov/acestream-service - https://github.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service - https://hub.docker.com/r/vstavrinov/acestream-service
Type: application type: application
Version: 8.6.1 version: 8.6.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 25.4.0 apiVersion: v2
Dependencies: appVersion: 25.4.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Actual is a super fast privacy-focused app for managing your finances. deprecated: false
Home: https://truecharts.org/charts/stable/actualserver description: Actual is a super fast privacy-focused app for managing your finances.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.webp home: https://truecharts.org/charts/stable/actualserver
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.webp
keywords:
- actualserver - actualserver
- finance - finance
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: actualserver name: actualserver
Sources: sources:
- https://ghcr.io/actualbudget/actual - https://ghcr.io/actualbudget/actual
- https://github.com/Kippenhof/docker-templates - https://github.com/Kippenhof/docker-templates
- https://github.com/truecharts/charts/tree/master/charts/stable/actualserver - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver
Type: application type: application
Version: 13.4.0 version: 13.4.0
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.107.59 apiVersion: v2
Dependencies: appVersion: 0.107.59
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Free and open source, powerful network-wide ads & trackers blocking DNS deprecated: false
server. description: Free and open source, powerful network-wide ads & trackers blocking DNS server.
Home: https://truecharts.org/charts/stable/adguard-home home: https://truecharts.org/charts/stable/adguard-home
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.webp
Keywords: keywords:
- adblock - adblock
- adguard - adguard
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: adguard-home name: adguard-home
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
- https://hub.docker.com/r/adguard/adguardhome - https://hub.docker.com/r/adguard/adguardhome
Type: application type: application
Version: 11.5.4 version: 11.5.4
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.7.2 apiVersion: v2
Dependencies: appVersion: 0.7.2
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Synchronize AdGuardHome config to replica instances. deprecated: false
Home: https://truecharts.org/charts/stable/adguardhome-sync description: Synchronize AdGuardHome config to replica instances.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp home: https://truecharts.org/charts/stable/adguardhome-sync
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp
keywords:
- adguardhome-sync - adguardhome-sync
- Other - Other
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: adguardhome-sync name: adguardhome-sync
Sources: sources:
- https://ghcr.io/bakito/adguardhome-sync - https://ghcr.io/bakito/adguardhome-sync
- https://github.com/bakito/adguardhome-sync/ - https://github.com/bakito/adguardhome-sync/
- https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync - https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync
Type: application type: application
Version: 8.6.2 version: 8.6.2
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Adminer (formerly phpMinAdmin) is a full-featured database management deprecated: false
tool written in PHP. description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.
Home: https://truecharts.org/charts/stable/adminer home: https://truecharts.org/charts/stable/adminer
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.webp
Keywords: keywords:
- adminer - adminer
- Tools-Utilities - Tools-Utilities
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: adminer name: adminer
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/adminer - https://github.com/truecharts/charts/tree/master/charts/stable/adminer
- https://github.com/vrana/adminer - https://github.com/vrana/adminer
- https://hub.docker.com/_/adminer - https://hub.docker.com/_/adminer
Type: application type: application
Version: 10.5.6 version: 10.5.6
+25 -27
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 2.13.3 apiVersion: v2
Dependencies: appVersion: 2.13.3
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: AirDC++ Web Client is a locally installed application, which is designed deprecated: false
for flexible sharing of files or directories within groups of people in a local 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.
network or over internet. home: https://truecharts.org/charts/stable/airdcpp-webclient
Home: https://truecharts.org/charts/stable/airdcpp-webclient icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.webp
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.webp keywords:
Keywords:
- DC++ - DC++
- dcpp - dcpp
- airdcpp - airdcpp
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: airdcpp-webclient name: airdcpp-webclient
Sources: sources:
- https://airdcpp-web.github.io/ - https://airdcpp-web.github.io/
- https://github.com/airdcpp-web/airdcpp-webclient - https://github.com/airdcpp-web/airdcpp-webclient
- https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient
- https://hub.docker.com/r/gangefors/airdcpp-webclient - https://hub.docker.com/r/gangefors/airdcpp-webclient
Type: application type: application
Version: 12.6.1 version: 12.6.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,30 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: edge-latest apiVersion: v2
Dependencies: appVersion: edge-latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Airsonic is a Free and Open Source community driven media server deprecated: false
Home: https://truecharts.org/charts/stable/airsonic-advanced description: Airsonic is a Free and Open Source community driven media server
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp home: https://truecharts.org/charts/stable/airsonic-advanced
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp
keywords:
- airsonic - airsonic
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: airsonic-advanced name: airsonic-advanced
Sources: sources:
- https://github.com/airsonic/airsonic-advanced - https://github.com/airsonic/airsonic-advanced
- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced
- https://hub.docker.com/r/airsonicadvanced/airsonic-advanced - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced
Type: application type: application
Version: 15.5.1 version: 15.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 10.6.2 apiVersion: v2
Dependencies: appVersion: 10.6.2
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Airsonic is a Free and Open Source community driven media server deprecated: false
Home: https://truecharts.org/charts/stable/airsonic description: Airsonic is a Free and Open Source community driven media server
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.webp home: https://truecharts.org/charts/stable/airsonic
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.webp
keywords:
- airsonic - airsonic
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: airsonic name: airsonic
Sources: sources:
- https://ghcr.io/linuxserver/airsonic - https://ghcr.io/linuxserver/airsonic
- https://github.com/airsonic/airsonic - https://github.com/airsonic/airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
- https://github.com/linuxserver/docker-airsonic - https://github.com/linuxserver/docker-airsonic
- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic
Type: application type: application
Version: 15.5.1 version: 15.5.1
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: alienswarmreactiedrop apiVersion: v2
Dependencies: appVersion: alienswarmreactiedrop
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: 'This Chart will download and install SteamCMD. It will also install deprecated: false
Alien Swarm: Reactive Drop and run it.' 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 home: https://truecharts.org/charts/stable/alienswarm-reactivedrop
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp
Keywords: keywords:
- alienswarm-reactivedrop - alienswarm-reactivedrop
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: alienswarm-reactivedrop name: alienswarm-reactivedrop
Sources: sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop
- https://www.steampowered.com/ - https://www.steampowered.com/
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: alienswarm apiVersion: v2
Dependencies: appVersion: alienswarm
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: This Chart will download and install SteamCMD. It will also install Alien deprecated: false
Swarm and run it. description: This Chart will download and install SteamCMD. It will also install Alien Swarm and run it.
Home: https://truecharts.org/charts/stable/alienswarm home: https://truecharts.org/charts/stable/alienswarm
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.webp
Keywords: keywords:
- alienswarm - alienswarm
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: alienswarm name: alienswarm
Sources: sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm - https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm
- https://www.steampowered.com/ - https://www.steampowered.com/
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,36 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 3.41.0 apiVersion: v2
Dependencies: appVersion: 3.41.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Alist program that supports multiple storage, powered by Gin and React deprecated: false
Home: https://truecharts.org/charts/stable/alist description: Alist program that supports multiple storage, powered by Gin and React
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.webp home: https://truecharts.org/charts/stable/alist
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.webp
keywords:
- alist - alist
- storage - storage
- webdav - webdav
- google driver - google driver
- aliyun driver - aliyun driver
- baiduyun - baiduyun
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: alist name: alist
Sources: sources:
- https://github.com/Xhofe/alist - https://github.com/Xhofe/alist
- https://github.com/truecharts/charts/tree/master/charts/stable/alist - https://github.com/truecharts/charts/tree/master/charts/stable/alist
- https://hub.docker.com/r/xhofe/alist-aria2 - https://hub.docker.com/r/xhofe/alist-aria2
Type: application type: application
Version: 11.11.1 version: 11.11.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,30 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.0.16 apiVersion: v2
Dependencies: appVersion: 1.0.16
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Expose all events from an Amcrest device to an MQTT broker deprecated: false
Home: https://truecharts.org/charts/stable/amcrest2mqtt description: Expose all events from an Amcrest device to an MQTT broker
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp home: https://truecharts.org/charts/stable/amcrest2mqtt
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp
keywords:
- amcrest2mqtt - amcrest2mqtt
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: amcrest2mqtt name: amcrest2mqtt
Sources: sources:
- https://github.com/dchesterton/amcrest2mqtt - https://github.com/dchesterton/amcrest2mqtt
- https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt
- https://hub.docker.com/r/dchesterton/amcrest2mqtt - https://hub.docker.com/r/dchesterton/amcrest2mqtt
Type: application type: application
Version: 13.5.1 version: 13.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: aaproinggrounds apiVersion: v2
Dependencies: appVersion: aaproinggrounds
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: 'This Chart will download and install SteamCMD. It will also install deprecated: false
America''s Army: Proving Grounds and run it.' 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 home: https://truecharts.org/charts/stable/americasarmy-pg
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.webp
Keywords: keywords:
- americasarmy-pg - americasarmy-pg
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: americasarmy-pg name: americasarmy-pg
Sources: sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg - https://github.com/truecharts/charts/tree/master/charts/stable/americasarmy-pg
- https://www.americasarmy.com/ - https://www.americasarmy.com/
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 2.3.3 apiVersion: v2
Dependencies: appVersion: 2.3.3
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: aMule is an eMule-like client for the eDonkey and Kademlia networks. deprecated: false
Home: https://truecharts.org/charts/stable/amule description: aMule is an eMule-like client for the eDonkey and Kademlia networks.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.webp home: https://truecharts.org/charts/stable/amule
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.webp
keywords:
- amule - amule
- Downloaders - Downloaders
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: amule name: amule
Sources: sources:
- https://ghcr.io/ngosang/amule - https://ghcr.io/ngosang/amule
- https://github.com/ngosang/docker-amule - https://github.com/ngosang/docker-amule
- https://github.com/truecharts/charts/tree/master/charts/stable/amule - https://github.com/truecharts/charts/tree/master/charts/stable/amule
Type: application type: application
Version: 10.3.2 version: 10.3.2
+25 -27
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Android in Chart solution with noVNC supported and video recording. Work deprecated: false
way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd 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.
cpus can be unusable. home: https://truecharts.org/charts/stable/android-8-0
Home: https://truecharts.org/charts/stable/android-8-0 icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.webp
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.webp keywords:
Keywords:
- android-8-0 - android-8-0
- Other - Other
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: android-8-0 name: android-8-0
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0 - https://github.com/truecharts/charts/tree/master/charts/stable/android-8-0
- https://hub.docker.com/r/ulisses1478/docker-android - https://hub.docker.com/r/ulisses1478/docker-android
- https://registry.hub.docker.com/r/ulisses1478/docker-android - https://registry.hub.docker.com/r/ulisses1478/docker-android
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Control AndroidTV/FireTV devices through ADB from the Home Assistant deprecated: false
Core Chart. description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart.
Home: https://truecharts.org/charts/stable/androiddebugbridge home: https://truecharts.org/charts/stable/androiddebugbridge
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.webp
Keywords: keywords:
- androiddebugbridge - androiddebugbridge
- home-automation - home-automation
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: androiddebugbridge name: androiddebugbridge
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge - https://github.com/truecharts/charts/tree/master/charts/stable/androiddebugbridge
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv - https://hub.docker.com/r/barnybbb/adb-hass-androidtv
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,30 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.1.4 apiVersion: v2
Dependencies: appVersion: 1.1.4
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A cross-platform Anki sync server. deprecated: false
Home: https://truecharts.org/charts/stable/anki-sync-server description: A cross-platform Anki sync server.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.webp home: https://truecharts.org/charts/stable/anki-sync-server
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.webp
keywords:
- anki-sync-server - anki-sync-server
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: anki-sync-server name: anki-sync-server
Sources: sources:
- https://github.com/ankicommunity/anki-devops-services - https://github.com/ankicommunity/anki-devops-services
- https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server - https://github.com/truecharts/charts/tree/master/charts/stable/anki-sync-server
- https://hub.docker.com/r/ankicommunity/anki-sync-server-rs - https://hub.docker.com/r/ankicommunity/anki-sync-server-rs
Type: application type: application
Version: 9.3.1 version: 9.3.1
+39 -39
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,44 +8,45 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.3.1 apiVersion: v2
Dependencies: appVersion: 1.3.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
- Alias: "" import-values: []
Condition: mariadb.enabled - name: mariadb
ImportValues: null version: 15.9.0
Name: mariadb repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: mariadb.enabled
Tags: [] alias: ""
Version: 15.9.0 tags: []
- Alias: "" import-values: []
Condition: redis.enabled - name: redis
ImportValues: null version: 15.6.7
Name: redis repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: redis.enabled
Tags: [] alias: ""
Version: 15.6.7 tags: []
Deprecated: false import-values: []
Description: Protect your email from spam using disposable addresses. deprecated: false
Home: https://truecharts.org/charts/stable/anonaddy description: Protect your email from spam using disposable addresses.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.webp home: https://truecharts.org/charts/stable/anonaddy
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.webp
keywords:
- anonaddy - anonaddy
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: anonaddy name: anonaddy
Sources: sources:
- https://github.com/anonaddy/docker - https://github.com/anonaddy/docker
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
- https://hub.docker.com/r/anonaddy/anonaddy - https://hub.docker.com/r/anonaddy/anonaddy
Type: application type: application
Version: 22.17.2 version: 22.17.2
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Anope is a set of IRC Services designed for flexibility and ease of use. deprecated: false
Home: https://truecharts.org/charts/stable/anope description: Anope is a set of IRC Services designed for flexibility and ease of use.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.webp home: https://truecharts.org/charts/stable/anope
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.webp
keywords:
- anope - anope
- Network-Other - Network-Other
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: anope name: anope
Sources: sources:
- https://ghcr.io/ich777/anope - https://ghcr.io/ich777/anope
- https://github.com/truecharts/charts/tree/master/charts/stable/anope - https://github.com/truecharts/charts/tree/master/charts/stable/anope
- https://thelounge.chat/ - https://thelounge.chat/
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.2.0 apiVersion: v2
Dependencies: appVersion: 1.2.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A Q&A platform software for teams at any scales. deprecated: false
Home: https://truecharts.org/charts/stable/answer description: A Q&A platform software for teams at any scales.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.webp home: https://truecharts.org/charts/stable/answer
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.webp
keywords:
- answer - answer
- forum - forum
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: answer name: answer
Sources: sources:
- https://github.com/answerdev/answer - https://github.com/answerdev/answer
- https://github.com/truecharts/charts/tree/master/charts/stable/answer - https://github.com/truecharts/charts/tree/master/charts/stable/answer
- https://hub.docker.com/r/answerdev/answer - https://hub.docker.com/r/answerdev/answer
Type: application type: application
Version: 5.5.1 version: 5.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Open-source ChatGPT experience for LLMs, embedders, and vector databases. deprecated: false
Home: https://truecharts.org/charts/stable/anything-llm description: Open-source ChatGPT experience for LLMs, embedders, and vector databases.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp home: https://truecharts.org/charts/stable/anything-llm
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp
keywords:
- anything-llm - anything-llm
- ai - ai
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: anything-llm name: anything-llm
Sources: sources:
- https://ghcr.io/mintplex-labs/anything-llm - https://ghcr.io/mintplex-labs/anything-llm
- https://github.com/Mintplex-Labs/anything-llm - https://github.com/Mintplex-Labs/anything-llm
- https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm - https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm
Type: application type: application
Version: 3.5.20 version: 3.5.20
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.4.1 apiVersion: v2
Dependencies: appVersion: 1.4.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Index and stream music using apache-musicindex and m3u playlists deprecated: false
Home: https://truecharts.org/charts/stable/apache-musicindex description: Index and stream music using apache-musicindex and m3u playlists
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.webp home: https://truecharts.org/charts/stable/apache-musicindex
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.webp
keywords:
- apache-musicindex - apache-musicindex
- streaming - streaming
- m3u - m3u
- playlist - playlist
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: apache-musicindex name: apache-musicindex
Sources: sources:
- https://ghcr.io/k8s-at-home/apache-musicindex - https://ghcr.io/k8s-at-home/apache-musicindex
- https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex
Type: application type: application
Version: 13.5.1 version: 13.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Very simple WebDAV server based on Apache. You need a WebDAV client to deprecated: false
transfer files. It does not include a WebUI to upload files through your browser. 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 home: https://truecharts.org/charts/stable/apache-webdav
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.webp
Keywords: keywords:
- apache-webdav - apache-webdav
- Cloud - Cloud
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: apache-webdav name: apache-webdav
Sources: sources:
- https://github.com/mgutt/docker-apachewebdav - https://github.com/mgutt/docker-apachewebdav
- https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav - https://github.com/truecharts/charts/tree/master/charts/stable/apache-webdav
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html - https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://hub.docker.com/r/apachewebdav/apachewebdav - https://hub.docker.com/r/apachewebdav/apachewebdav
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 4.4.2 apiVersion: v2
Dependencies: appVersion: 4.4.2
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution deprecated: false
environment for writing automation apps. description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps.
Home: https://truecharts.org/charts/stable/appdaemon home: https://truecharts.org/charts/stable/appdaemon
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.webp
Keywords: keywords:
- appdaemon - appdaemon
- home-automation - home-automation
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: appdaemon name: appdaemon
Sources: sources:
- https://github.com/AppDaemon/appdaemon - https://github.com/AppDaemon/appdaemon
- https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon
- https://hub.docker.com/r/acockburn/appdaemon - https://hub.docker.com/r/acockburn/appdaemon
Type: application type: application
Version: 18.5.1 version: 18.5.1
+25 -27
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 3.7.4 apiVersion: v2
Dependencies: appVersion: 3.7.4
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Apt-Cacher NG is a caching proxy, specialized for package files from deprecated: false
Linux distributors, primarily for Debian (and Debian based) distributions but not 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.
limited to those. home: https://truecharts.org/charts/stable/apt-cacher-ng
Home: https://truecharts.org/charts/stable/apt-cacher-ng icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.webp
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.webp keywords:
Keywords:
- apt-cacher-ng - apt-cacher-ng
- Network-Proxy - Network-Proxy
- Network-Other - Network-Other
- Tools-Utilities - Tools-Utilities
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: apt-cacher-ng name: apt-cacher-ng
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng
- https://quay.io/sameersbn/apt-cacher-ng - https://quay.io/sameersbn/apt-cacher-ng
- https://www.unix-ag.uni-kl.de/~bloch/acng/ - https://www.unix-ag.uni-kl.de/~bloch/acng/
Type: application type: application
Version: 10.5.1 version: 10.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: ArchiveBox is an open-source, self-hosted internet archiving solution. deprecated: false
Home: https://truecharts.org/charts/stable/archivebox description: ArchiveBox is an open-source, self-hosted internet archiving solution.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/archivebox.webp home: https://truecharts.org/charts/stable/archivebox
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/archivebox.webp
keywords:
- archivebox - archivebox
- archiving - archiving
- digipres - digipres
- backup - backup
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: archivebox name: archivebox
Sources: sources:
- https://github.com/ArchiveBox/ArchiveBox - https://github.com/ArchiveBox/ArchiveBox
- https://github.com/truecharts/charts/tree/master/charts/stable/archivebox - https://github.com/truecharts/charts/tree/master/charts/stable/archivebox
- https://hub.docker.com/r/archivebox/archivebox - https://hub.docker.com/r/archivebox/archivebox
Type: application type: application
Version: 4.5.1 version: 4.5.1
+25 -27
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,34 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: The Archive Team Warrior is a virtual archiving appliance. You can run deprecated: false
it to help with the Archive Team archiving efforts. It will download sites and upload 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 its really easy to do!
them to our archive—and its really easy to do! home: https://truecharts.org/charts/stable/archiveteam-warrior
Home: https://truecharts.org/charts/stable/archiveteam-warrior icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.webp
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.webp keywords:
Keywords:
- archiveteam-warrior - archiveteam-warrior
- Backup - Backup
- Cloud - Cloud
- Downloaders - Downloaders
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: archiveteam-warrior name: archiveteam-warrior
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior - https://github.com/truecharts/charts/tree/master/charts/stable/archiveteam-warrior
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,30 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: aria server for downloading web content deprecated: false
Home: https://truecharts.org/charts/stable/aria2 description: aria server for downloading web content
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.webp home: https://truecharts.org/charts/stable/aria2
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.webp
keywords:
- aria2 - aria2
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: aria2 name: aria2
Sources: sources:
- https://github.com/P3TERX/Aria2-Pro-Docker - https://github.com/P3TERX/Aria2-Pro-Docker
- https://github.com/truecharts/charts/tree/master/charts/stable/aria2 - https://github.com/truecharts/charts/tree/master/charts/stable/aria2
- https://hub.docker.com/r/p3terx/aria2-pro - https://hub.docker.com/r/p3terx/aria2-pro
Type: application type: application
Version: 14.5.1 version: 14.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,30 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.3.10 apiVersion: v2
Dependencies: appVersion: 1.3.10
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A modern web frontend making aria2 easier to use | Aria2 WebUI. deprecated: false
Home: https://truecharts.org/charts/stable/ariang description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.webp home: https://truecharts.org/charts/stable/ariang
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.webp
keywords:
- ariang - ariang
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: ariang name: ariang
Sources: sources:
- https://github.com/leonismoe/docker-images - https://github.com/leonismoe/docker-images
- https://github.com/truecharts/charts/tree/master/charts/stable/ariang - https://github.com/truecharts/charts/tree/master/charts/stable/ariang
- https://hub.docker.com/r/leonismoe/ariang - https://hub.docker.com/r/leonismoe/ariang
Type: application type: application
Version: 10.5.2 version: 10.5.2
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: arkse apiVersion: v2
Dependencies: appVersion: arkse
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A custom SteamCMD chart that runs ArkSE. deprecated: false
Home: https://truecharts.org/charts/stable/arksurvivalevolved description: A custom SteamCMD chart that runs ArkSE.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.webp home: https://truecharts.org/charts/stable/arksurvivalevolved
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.webp
keywords:
- arksurvivalevolved - arksurvivalevolved
- arkse - arkse
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: arksurvivalevolved name: arksurvivalevolved
Sources: sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/ich777/docker-steamcmd-server/tree/arkse - https://github.com/ich777/docker-steamcmd-server/tree/arkse
- https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved - https://github.com/truecharts/charts/tree/master/charts/stable/arksurvivalevolved
Type: application type: application
Version: 9.5.1 version: 9.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: arma3 apiVersion: v2
Dependencies: appVersion: arma3
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: This Chart will download and install SteamCMD. It will also install ArmA deprecated: false
III and run it. description: This Chart will download and install SteamCMD. It will also install ArmA III and run it.
Home: https://truecharts.org/charts/stable/arma3 home: https://truecharts.org/charts/stable/arma3
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.webp
Keywords: keywords:
- arma3 - arma3
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: arma3 name: arma3
Sources: sources:
- https://arma3.com/ - https://arma3.com/
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/arma3 - https://github.com/truecharts/charts/tree/master/charts/stable/arma3
Type: application type: application
Version: 8.1.1 version: 8.1.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: arma3exilemod apiVersion: v2
Dependencies: appVersion: arma3exilemod
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: This Chart will download and install SteamCMD. It will also install ArmA deprecated: false
III including ExileMod and run it. 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 home: https://truecharts.org/charts/stable/arma3exilemod
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.webp
Keywords: keywords:
- arma3exilemod - arma3exilemod
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: arma3exilemod name: arma3exilemod
Sources: sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod - https://github.com/truecharts/charts/tree/master/charts/stable/arma3exilemod
Type: application type: application
Version: 8.1.1 version: 8.1.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: assettocorsa apiVersion: v2
Dependencies: appVersion: assettocorsa
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: This Chart will download and install SteamCMD. It will also install AssettoCorsa deprecated: false
and run it. description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it.
Home: https://truecharts.org/charts/stable/assettocorsa home: https://truecharts.org/charts/stable/assettocorsa
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.webp
Keywords: keywords:
- assettocorsa - assettocorsa
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: assettocorsa name: assettocorsa
Sources: sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa - https://github.com/truecharts/charts/tree/master/charts/stable/assettocorsa
- https://www.assettocorsa.net/ - https://www.assettocorsa.net/
Type: application type: application
Version: 8.1.1 version: 8.1.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 18.4.0 apiVersion: v2
Dependencies: appVersion: 18.4.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Magical shell history. deprecated: false
Home: https://truecharts.org/charts/stable/atuin description: Magical shell history.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.webp home: https://truecharts.org/charts/stable/atuin
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.webp
keywords:
- atuin - atuin
- shell - shell
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: atuin name: atuin
Sources: sources:
- https://ghcr.io/atuinsh/atuin - https://ghcr.io/atuinsh/atuin
- https://github.com/atuinsh/atuin - https://github.com/atuinsh/atuin
- https://github.com/truecharts/charts/tree/master/charts/stable/atuin - https://github.com/truecharts/charts/tree/master/charts/stable/atuin
Type: application type: application
Version: 5.7.1 version: 5.7.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,36 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 3.0.2 apiVersion: v2
Dependencies: appVersion: 3.0.2
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: An easy-to-use, multi-track audio editor and recorder deprecated: false
Home: https://truecharts.org/charts/stable/audacity description: An easy-to-use, multi-track audio editor and recorder
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.webp home: https://truecharts.org/charts/stable/audacity
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.webp
keywords:
- audacity - audacity
- music - music
- recorder - recorder
- editor - editor
- audio - audio
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: audacity name: audacity
Sources: sources:
- https://ghcr.io/linuxserver/audacity - https://ghcr.io/linuxserver/audacity
- https://github.com/linuxserver/docker-audacity - https://github.com/linuxserver/docker-audacity
- https://github.com/truecharts/charts/tree/master/charts/stable/audacity - https://github.com/truecharts/charts/tree/master/charts/stable/audacity
- https://www.audacityteam.org/ - https://www.audacityteam.org/
Type: application type: application
Version: 14.5.1 version: 14.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 2.20.0 apiVersion: v2
Dependencies: appVersion: 2.20.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Audiobookshelf is a self-hosted audiobook server for managing and playing deprecated: false
your audiobooks. description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
Home: https://truecharts.org/charts/stable/audiobookshelf home: https://truecharts.org/charts/stable/audiobookshelf
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.webp
Keywords: keywords:
- audiobookshelf - audiobookshelf
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: audiobookshelf name: audiobookshelf
Sources: sources:
- https://github.com/advplyr/audiobookshelf - https://github.com/advplyr/audiobookshelf
- https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf
- https://hub.docker.com/r/advplyr/audiobookshelf - https://hub.docker.com/r/advplyr/audiobookshelf
Type: application type: application
Version: 11.15.0 version: 11.15.0
+25 -27
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Aurora Files is an open-source file storage platform for small teams deprecated: false
and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 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.
8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. home: https://truecharts.org/charts/stable/aurora-files
Home: https://truecharts.org/charts/stable/aurora-files icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.webp
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.webp keywords:
Keywords:
- aurora-files - aurora-files
- Cloud - Cloud
- Tools-Utilities - Tools-Utilities
- Network-FTP - Network-FTP
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: aurora-files name: aurora-files
Sources: sources:
- https://github.com/afterlogic/docker-aurora-files - https://github.com/afterlogic/docker-aurora-files
- https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files - https://github.com/truecharts/charts/tree/master/charts/stable/aurora-files
- https://hub.docker.com/r/afterlogic/docker-aurora-files - https://hub.docker.com/r/afterlogic/docker-aurora-files
Type: application type: application
Version: 7.5.2 version: 7.5.2
+32 -32
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,27 +8,28 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 4.39.1 apiVersion: v2
Dependencies: appVersion: 4.39.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
- Alias: "" import-values: []
Condition: redis.enabled - name: redis
ImportValues: null version: 15.6.7
Name: redis repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: redis.enabled
Tags: [] alias: ""
Version: 15.6.7 tags: []
Deprecated: false import-values: []
Description: Authelia is a Single Sign-On Multi-Factor portal for web apps deprecated: false
Home: https://truecharts.org/charts/stable/authelia description: Authelia is a Single Sign-On Multi-Factor portal for web apps
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.webp home: https://truecharts.org/charts/stable/authelia
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.webp
keywords:
- authelia - authelia
- authentication - authentication
- login - login
@@ -41,16 +41,16 @@ Keywords:
- YubiKey - YubiKey
- Push Notifications - Push Notifications
- LDAP - LDAP
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: authelia name: authelia
Sources: sources:
- https://ghcr.io/authelia/authelia - https://ghcr.io/authelia/authelia
- https://github.com/authelia/authelia - https://github.com/authelia/authelia
- https://github.com/authelia/chartrepo - https://github.com/authelia/chartrepo
- https://github.com/truecharts/charts/tree/master/charts/stable/authelia - https://github.com/truecharts/charts/tree/master/charts/stable/authelia
Type: application type: application
Version: 27.1.4 version: 27.1.4
+32 -33
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,36 +8,36 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 2025.2.3 apiVersion: v2
Dependencies: appVersion: 2025.2.3
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
- Alias: "" import-values: []
Condition: redis.enabled - name: redis
ImportValues: null version: 15.6.7
Name: redis repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: redis.enabled
Tags: [] alias: ""
Version: 15.6.7 tags: []
Deprecated: false import-values: []
Description: Authentik is an open-source Identity Provider focused on flexibility deprecated: false
and versatility. description: Authentik is an open-source Identity Provider focused on flexibility and versatility.
Home: https://truecharts.org/charts/stable/authentik home: https://truecharts.org/charts/stable/authentik
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.webp
Keywords: keywords:
- authentik - authentik
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: authentik name: authentik
Sources: sources:
- https://ghcr.io/goauthentik/ldap - https://ghcr.io/goauthentik/ldap
- https://ghcr.io/goauthentik/proxy - https://ghcr.io/goauthentik/proxy
- https://ghcr.io/goauthentik/radius - https://ghcr.io/goauthentik/radius
@@ -47,5 +46,5 @@ Sources:
- https://github.com/goauthentik/authentik - https://github.com/goauthentik/authentik
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://goauthentik.io/docs/ - https://goauthentik.io/docs/
Type: application type: application
Version: 31.0.14 version: 31.0.14
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: auto-yt-dl is used to automatically download new Videos of specific YouTube deprecated: false
Channels. It features a Web Gui to add and remove Channels from your watch list. 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 home: https://truecharts.org/charts/stable/auto-yt-dl
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.webp
Keywords: keywords:
- auto-yt-dl - auto-yt-dl
- Downloaders - Downloaders
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: auto-yt-dl name: auto-yt-dl
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl - https://github.com/truecharts/charts/tree/master/charts/stable/auto-yt-dl
- https://github.com/xXGuhuXx/auto-yt-dl - https://github.com/xXGuhuXx/auto-yt-dl
- https://hub.docker.com/r/guhu007/auto-yt-dl - https://hub.docker.com/r/guhu007/auto-yt-dl
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.60.0 apiVersion: v2
Dependencies: appVersion: 1.60.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: The modern download automation tool for torrents. deprecated: false
Home: https://truecharts.org/charts/stable/autobrr description: The modern download automation tool for torrents.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.webp home: https://truecharts.org/charts/stable/autobrr
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.webp
keywords:
- autobrr - autobrr
- torrent - torrent
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: autobrr name: autobrr
Sources: sources:
- https://ghcr.io/autobrr/autobrr - https://ghcr.io/autobrr/autobrr
- https://github.com/autobrr/autobrr - https://github.com/autobrr/autobrr
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
Type: application type: application
Version: 10.18.0 version: 10.18.0
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 2.12.1 apiVersion: v2
Dependencies: appVersion: 2.12.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Automatic Ripping Machine (ARM) Scripts. deprecated: false
Home: https://truecharts.org/charts/stable/automatic-ripping-machine description: Automatic Ripping Machine (ARM) Scripts.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.webp home: https://truecharts.org/charts/stable/automatic-ripping-machine
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.webp
keywords:
- automatic-ripping-machine - automatic-ripping-machine
- media - media
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: automatic-ripping-machine name: automatic-ripping-machine
Sources: sources:
- https://github.com/automatic-ripping-machine/automatic-ripping-machine - https://github.com/automatic-ripping-machine/automatic-ripping-machine
- https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine
- https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine - https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine
Type: application type: application
Version: 5.11.4 version: 5.11.4
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Autoscan replaces the default Plex and Emby behaviour for picking up deprecated: false
file changes on the file system. 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 home: https://truecharts.org/charts/stable/autoscan
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp
Keywords: keywords:
- autoscan - autoscan
- media - media
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: autoscan name: autoscan
Sources: sources:
- https://ghcr.io/hotio/autoscan - https://ghcr.io/hotio/autoscan
- https://github.com/truecharts/charts/tree/master/charts/stable/autoscan - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan
- https://hotio.dev/containers/autoscan - https://hotio.dev/containers/autoscan
Type: application type: application
Version: 10.5.3 version: 10.5.3
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 25.02.1 apiVersion: v2
Dependencies: appVersion: 25.02.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Avidemux is a free video editor designed for simple cutting, filtering deprecated: false
and encoding tasks. description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
Home: https://truecharts.org/charts/stable/avidemux home: https://truecharts.org/charts/stable/avidemux
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.webp
Keywords: keywords:
- media - media
- avidemux - avidemux
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: avidemux name: avidemux
Sources: sources:
- https://github.com/jlesage/docker-avidemux - https://github.com/jlesage/docker-avidemux
- https://github.com/truecharts/charts/tree/master/charts/stable/avidemux - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
- https://hub.docker.com/r/jlesage/avidemux - https://hub.docker.com/r/jlesage/avidemux
Type: application type: application
Version: 12.0.0 version: 12.0.0
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: aorion apiVersion: v2
Dependencies: appVersion: aorion
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: This Chart will download and install SteamCMD. It will also install Avorion deprecated: false
and run it. description: This Chart will download and install SteamCMD. It will also install Avorion and run it.
Home: https://truecharts.org/charts/stable/avorion home: https://truecharts.org/charts/stable/avorion
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.webp
Keywords: keywords:
- avorion - avorion
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: avorion name: avorion
Sources: sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/avorion - https://github.com/truecharts/charts/tree/master/charts/stable/avorion
- https://www.steampowered.com/ - https://www.steampowered.com/
Type: application type: application
Version: 8.1.1 version: 8.1.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,35 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 2.7.1 apiVersion: v2
Dependencies: appVersion: 2.7.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Helps caregivers track sleep, feedings, diaper changes, tummy time and deprecated: false
more to learn about and predict baby's needs without (as much) guess work. 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 home: https://truecharts.org/charts/stable/babybuddy
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.webp
Keywords: keywords:
- baby - baby
- buddy - buddy
- tracker - tracker
- parents - parents
- parenting - parenting
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: babybuddy name: babybuddy
Sources: sources:
- https://ghcr.io/linuxserver/babybuddy - https://ghcr.io/linuxserver/babybuddy
- https://github.com/babybuddy/babybuddy - https://github.com/babybuddy/babybuddy
- https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy
Type: application type: application
Version: 18.8.10 version: 18.8.10
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,34 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 6.0.4 apiVersion: v2
Dependencies: appVersion: 6.0.4
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A high-performance, enterprise-grade system for backing up Linux, Windows deprecated: false
and macOS PCs and laptops to a server's disk. 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 home: https://truecharts.org/charts/stable/backuppc
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.webp
Keywords: keywords:
- backuppc - backuppc
- Backup - Backup
- Network-Web - Network-Web
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: backuppc name: backuppc
Sources: sources:
- https://backuppc.github.io/backuppc/index.html - https://backuppc.github.io/backuppc/index.html
- https://github.com/tiredofit/docker-backuppc - https://github.com/tiredofit/docker-backuppc
- https://github.com/truecharts/charts/tree/master/charts/stable/backuppc - https://github.com/truecharts/charts/tree/master/charts/stable/backuppc
- https://hub.docker.com/r/tiredofit/backuppc - https://hub.docker.com/r/tiredofit/backuppc
Type: application type: application
Version: 8.5.1 version: 8.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,30 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.10.1 apiVersion: v2
Dependencies: appVersion: 0.10.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Baikal is a lightweight CalDAV+CardDAV server deprecated: false
Home: https://truecharts.org/charts/stable/baikal description: Baikal is a lightweight CalDAV+CardDAV server
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.webp home: https://truecharts.org/charts/stable/baikal
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.webp
keywords:
- baikal - baikal
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: baikal name: baikal
Sources: sources:
- https://github.com/ckulka/baikal-docker - https://github.com/ckulka/baikal-docker
- https://github.com/truecharts/charts/tree/master/charts/stable/baikal - https://github.com/truecharts/charts/tree/master/charts/stable/baikal
- https://hub.docker.com/r/ckulka/baikal - https://hub.docker.com/r/ckulka/baikal
Type: application type: application
Version: 7.6.1 version: 7.6.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: '<b>Barcode Buddy is a Grocy companion app/plugin, which allows deprecated: false
you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>' 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 home: https://truecharts.org/charts/stable/barcodebuddy
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.webp
Keywords: keywords:
- barcodebuddy - barcodebuddy
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: barcodebuddy name: barcodebuddy
Sources: sources:
- https://github.com/Forceu/barcodebuddy - https://github.com/Forceu/barcodebuddy
- https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy - https://github.com/truecharts/charts/tree/master/charts/stable/barcodebuddy
- https://hub.docker.com/r/f0rc3/barcodebuddy - https://hub.docker.com/r/f0rc3/barcodebuddy
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: barotrauma apiVersion: v2
Dependencies: appVersion: barotrauma
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: This Chart will download and install SteamCMD. It will also install Barotrauma deprecated: false
and run it. description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it.
Home: https://truecharts.org/charts/stable/barotrauma home: https://truecharts.org/charts/stable/barotrauma
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.webp
Keywords: keywords:
- barotrauma - barotrauma
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: barotrauma name: barotrauma
Sources: sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma - https://github.com/truecharts/charts/tree/master/charts/stable/barotrauma
- https://www.steampowered.com/ - https://www.steampowered.com/
Type: application type: application
Version: 7.5.1 version: 7.5.1
+32 -32
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,37 +8,38 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.32.5 apiVersion: v2
Dependencies: appVersion: 1.32.5
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
- Alias: "" import-values: []
Condition: redis.enabled - name: redis
ImportValues: null version: 15.6.7
Name: redis repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: redis.enabled
Tags: [] alias: ""
Version: 15.6.7 tags: []
Deprecated: false import-values: []
Description: Baserow is an open source no-code database tool and Airtable alternative. deprecated: false
Home: https://truecharts.org/charts/stable/baserow description: Baserow is an open source no-code database tool and Airtable alternative.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.webp home: https://truecharts.org/charts/stable/baserow
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.webp
keywords:
- baserow - baserow
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: baserow name: baserow
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow - https://github.com/truecharts/charts/tree/master/charts/stable/baserow
- https://gitlab.com/bramw/baserow/ - https://gitlab.com/bramw/baserow/
- https://hub.docker.com/r/baserow/baserow - https://hub.docker.com/r/baserow/baserow
Type: application type: application
Version: 14.17.2 version: 14.17.2
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: BatNoter is a web application that allows users to store notes in their deprecated: false
git repository. description: BatNoter is a web application that allows users to store notes in their git repository.
Home: https://truecharts.org/charts/stable/batnoter home: https://truecharts.org/charts/stable/batnoter
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.webp
Keywords: keywords:
- notes - notes
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: batnoter name: batnoter
Sources: sources:
- https://ghcr.io/batnoter/batnoter/batnoter-ui - https://ghcr.io/batnoter/batnoter/batnoter-ui
- https://github.com/batnoter/batnoter - https://github.com/batnoter/batnoter
- https://github.com/truecharts/charts/tree/master/charts/stable/batnoter - https://github.com/truecharts/charts/tree/master/charts/stable/batnoter
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,37 +8,37 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.5.1 apiVersion: v2
Dependencies: appVersion: 1.5.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Bazarr is a companion application to Sonarr and Radarr. It manages and deprecated: false
downloads subtitles based on your requirements 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 home: https://truecharts.org/charts/stable/bazarr
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.webp
Keywords: keywords:
- bazarr - bazarr
- radarr - radarr
- sonarr - sonarr
- subtitles - subtitles
- usenet - usenet
- torrent - torrent
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bazarr name: bazarr
Sources: sources:
- https://ghcr.io/home-operations/bazarr - https://ghcr.io/home-operations/bazarr
- https://ghcr.io/onedr0p/exportarr - https://ghcr.io/onedr0p/exportarr
- https://github.com/morpheus65535/bazarr - https://github.com/morpheus65535/bazarr
- https://github.com/truecharts/charts/tree/master/charts/stable/bazarr - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr
Type: application type: application
Version: 21.7.0 version: 21.7.0
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,36 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.6.0 apiVersion: v2
Dependencies: appVersion: 1.6.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A music library manager and not, for the most part, a music player. deprecated: false
Home: https://truecharts.org/charts/stable/beets description: A music library manager and not, for the most part, a music player.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.webp home: https://truecharts.org/charts/stable/beets
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.webp
keywords:
- music - music
- library - library
- manager - manager
- player - player
- beets - beets
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: beets name: beets
Sources: sources:
- https://beets.io/ - https://beets.io/
- https://ghcr.io/linuxserver/beets - https://ghcr.io/linuxserver/beets
- https://github.com/linuxserver/docker-beets - https://github.com/linuxserver/docker-beets
- https://github.com/truecharts/charts/tree/master/charts/stable/beets - https://github.com/truecharts/charts/tree/master/charts/stable/beets
Type: application type: application
Version: 13.5.1 version: 13.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.0.3 apiVersion: v2
Dependencies: appVersion: 1.0.3
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A link dashboard that can be managed without any code. deprecated: false
Home: https://truecharts.org/charts/stable/bender description: A link dashboard that can be managed without any code.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.webp home: https://truecharts.org/charts/stable/bender
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.webp
keywords:
- bender - bender
- dashboard - dashboard
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bender name: bender
Sources: sources:
- https://github.com/jez500/bender - https://github.com/jez500/bender
- https://github.com/truecharts/charts/tree/master/charts/stable/bender - https://github.com/truecharts/charts/tree/master/charts/stable/bender
- https://hub.docker.com/r/jez500/bender - https://hub.docker.com/r/jez500/bender
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. deprecated: false
Home: https://truecharts.org/charts/stable/bitcoin-node description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.webp home: https://truecharts.org/charts/stable/bitcoin-node
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.webp
keywords:
- bitcoin-node - bitcoin-node
- Crypto - Crypto
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bitcoin-node name: bitcoin-node
Sources: sources:
- https://github.com/kylemanna/docker-bitcoind - https://github.com/kylemanna/docker-bitcoind
- https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoin-node
- https://hub.docker.com/r/kylemanna/bitcoind - https://hub.docker.com/r/kylemanna/bitcoind
Type: application type: application
Version: 7.5.2 version: 7.5.2
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,34 +8,35 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: | 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. 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 home: https://truecharts.org/charts/stable/bitcoind
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.webp
Keywords: keywords:
- bitcoind - bitcoind
- Tools-Utilities - Tools-Utilities
- Network-Other - Network-Other
- Crypto - Crypto
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bitcoind name: bitcoind
Sources: sources:
- https://bitcoin.org/ - https://bitcoin.org/
- https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoind
- https://hub.docker.com/r/ofawx/bitcoind - https://hub.docker.com/r/ofawx/bitcoind
Type: application type: application
Version: 7.5.2 version: 7.5.2
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders deprecated: false
in the Bitcoin ecosystem. description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem.
Home: https://truecharts.org/charts/stable/bitcoinunlimited home: https://truecharts.org/charts/stable/bitcoinunlimited
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.webp
Keywords: keywords:
- bitcoinunlimited - bitcoinunlimited
- Network-Other - Network-Other
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bitcoinunlimited name: bitcoinunlimited
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinunlimited
- https://hub.docker.com/r/amacneil/bitcoinunlimited - https://hub.docker.com/r/amacneil/bitcoinunlimited
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: | deprecated: false
description: |
Bitcoin wallet with GUI over VNC and NoVNC.
 Bitcoin wallet with GUI over VNC and NoVNC.
Home: https://truecharts.org/charts/stable/bitcoinwalletgui home: https://truecharts.org/charts/stable/bitcoinwalletgui
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.webp
Keywords: keywords:
- bitcoinwalletgui - bitcoinwalletgui
- Other - Other
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bitcoinwalletgui name: bitcoinwalletgui
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui - https://github.com/truecharts/charts/tree/master/charts/stable/bitcoinwalletgui
- https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.10.0 apiVersion: v2
Dependencies: appVersion: 0.10.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and deprecated: false
torrent search engine with web UI, GraphQL API and Servarr stack integration. 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 home: https://truecharts.org/charts/stable/bitmagnet
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.webp
Keywords: keywords:
- torrent - torrent
- bitmagnet - bitmagnet
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bitmagnet name: bitmagnet
Sources: sources:
- https://bitmagnet.io - https://bitmagnet.io
- https://ghcr.io/bitmagnet-io/bitmagnet - https://ghcr.io/bitmagnet-io/bitmagnet
- https://github.com/bitmagnet-io/bitmagnet - https://github.com/bitmagnet-io/bitmagnet
- https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet - https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet
Type: application type: application
Version: 3.7.1 version: 3.7.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,35 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing deprecated: false
and 2D/3D drawing 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 home: https://truecharts.org/charts/stable/blender-desktop-g3
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.webp
Keywords: keywords:
- blender-desktop-g3 - blender-desktop-g3
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
- MediaApp-Photos - MediaApp-Photos
- MediaApp-Other - MediaApp-Other
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: blender-desktop-g3 name: blender-desktop-g3
Sources: sources:
- https://github.com/accetto/headless-drawing-g3/ - https://github.com/accetto/headless-drawing-g3/
- https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3 - https://github.com/truecharts/charts/tree/master/charts/stable/blender-desktop-g3
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3
Type: application type: application
Version: 7.5.4 version: 7.5.4
+25 -29
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,37 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Blender(https://www.blender.org/) is a free and open-source 3D computer deprecated: false
graphics software toolset used for creating animated films, visual effects, art, 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**
3D printed models, motion graphics, interactive 3D applications, virtual reality, home: https://truecharts.org/charts/stable/blender
and computer games. **This image does not support GPU rendering out of the box only icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.webp
accelerated workspace experience** keywords:
Home: https://truecharts.org/charts/stable/blender
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.webp
Keywords:
- blender - blender
- Other - Other
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: blender name: blender
Sources: sources:
- https://fleet.linuxserver.io/image?name=linuxserver/blender - https://fleet.linuxserver.io/image?name=linuxserver/blender
- https://github.com/linuxserver/docker-blender#readme - https://github.com/linuxserver/docker-blender#readme
- https://github.com/orgs/linuxserver/packages/container/package/blender - https://github.com/orgs/linuxserver/packages/container/package/blender
- https://github.com/truecharts/charts/tree/master/charts/stable/blender - https://github.com/truecharts/charts/tree/master/charts/stable/blender
- https://www.blender.org/ - https://www.blender.org/
Type: application type: application
Version: 7.5.11 version: 7.5.11
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,36 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Lightweight self-hosted facebook-styled PHP blog. deprecated: false
Home: https://truecharts.org/charts/stable/blog description: Lightweight self-hosted facebook-styled PHP blog.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.webp home: https://truecharts.org/charts/stable/blog
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.webp
keywords:
- blog - blog
- php - php
- self - self
- hosted - hosted
- facebook - facebook
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: blog name: blog
Sources: sources:
- https://github.com/m1k1o/blog - https://github.com/m1k1o/blog
- https://github.com/nicholaswilde/docker-blog - https://github.com/nicholaswilde/docker-blog
- https://github.com/truecharts/charts/tree/master/charts/stable/blog - https://github.com/truecharts/charts/tree/master/charts/stable/blog
- https://hub.docker.com/r/m1k1o/blog - https://hub.docker.com/r/m1k1o/blog
Type: application type: application
Version: 13.5.1 version: 13.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,30 +8,30 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: BOINC is a platform for high-throughput computing on a large scale (thousands deprecated: false
or millions of computers). 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 home: https://truecharts.org/charts/stable/boinc
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.webp
Keywords: keywords:
- boinc - boinc
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: boinc name: boinc
Sources: sources:
- https://ghcr.io/linuxserver/boinc - https://ghcr.io/linuxserver/boinc
- https://github.com/truecharts/charts/tree/master/charts/stable/boinc - https://github.com/truecharts/charts/tree/master/charts/stable/boinc
Type: application type: application
Version: 11.5.11 version: 11.5.11
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 2201.1.0 apiVersion: v2
Dependencies: appVersion: 2201.1.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Booksonic is a platform for accessing the audibooks you own wherever deprecated: false
you are description: Booksonic is a platform for accessing the audibooks you own wherever you are
Home: https://truecharts.org/charts/stable/booksonic-air home: https://truecharts.org/charts/stable/booksonic-air
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.webp
Keywords: keywords:
- booksonic - booksonic
- audiobook - audiobook
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: booksonic-air name: booksonic-air
Sources: sources:
- https://ghcr.io/linuxserver/booksonic-air - https://ghcr.io/linuxserver/booksonic-air
- https://github.com/popeen/Booksonic-Air - https://github.com/popeen/Booksonic-Air
- https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air
Type: application type: application
Version: 15.5.1 version: 15.5.1
+32 -33
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,43 +8,43 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 25.02.20250309 apiVersion: v2
Dependencies: appVersion: 25.02.20250309
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
- Alias: "" import-values: []
Condition: mariadb.enabled - name: mariadb
ImportValues: null version: 15.9.0
Name: mariadb repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: mariadb.enabled
Tags: [] alias: ""
Version: 15.9.0 tags: []
Deprecated: false import-values: []
Description: A simple, self-hosted, easy-to-use platform for organising and storing deprecated: false
information. description: A simple, self-hosted, easy-to-use platform for organising and storing information.
Home: https://truecharts.org/charts/stable/bookstack home: https://truecharts.org/charts/stable/bookstack
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.webp
Keywords: keywords:
- bookstack - bookstack
- book - book
- stack - stack
- organizer - organizer
- server - server
- hosted - hosted
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bookstack name: bookstack
Sources: sources:
- https://ghcr.io/linuxserver/bookstack - https://ghcr.io/linuxserver/bookstack
- https://github.com/truecharts/charts/tree/master/charts/stable/bookstack - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack
- https://www.bookstackapp.com/ - https://www.bookstackapp.com/
Type: application type: application
Version: 16.1.1 version: 16.1.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 2.6.8 apiVersion: v2
Dependencies: appVersion: 2.6.8
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A borg Backup server deprecated: false
Home: https://truecharts.org/charts/stable/borg-server description: A borg Backup server
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.webp home: https://truecharts.org/charts/stable/borg-server
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.webp
keywords:
- borg-server - borg-server
- backup - backup
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: borg-server name: borg-server
Sources: sources:
- https://ghcr.io/anotherstranger/borg-server - https://ghcr.io/anotherstranger/borg-server
- https://github.com/AnotherStranger/docker-borg-backup - https://github.com/AnotherStranger/docker-borg-backup
- https://github.com/truecharts/charts/tree/master/charts/stable/borg-server - https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
Type: application type: application
Version: 6.7.3 version: 6.7.3
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,36 +8,36 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: A script to enable customers of lazy ISPs to perform measurement campaigns deprecated: false
of the connection speed as described here in an automated way. 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 home: https://truecharts.org/charts/stable/breitbandmessung-de
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.webp
Keywords: keywords:
- breitbandmessung-de - breitbandmessung-de
- home-automation - home-automation
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
- Other - Other
- Network-Management - Network-Management
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: breitbandmessung-de name: breitbandmessung-de
Sources: sources:
- https://github.com/shneezin/breitbandmessung-node - https://github.com/shneezin/breitbandmessung-node
- https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de - https://github.com/truecharts/charts/tree/master/charts/stable/breitbandmessung-de
- https://hub.docker.com/r/shneezin/breitbandmessung-node - https://hub.docker.com/r/shneezin/breitbandmessung-node
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Easily broadcast/stream to others with sub-second latency deprecated: false
Home: https://truecharts.org/charts/stable/broadcast-box description: Easily broadcast/stream to others with sub-second latency
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/broadcast-box.webp home: https://truecharts.org/charts/stable/broadcast-box
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/broadcast-box.webp
keywords:
- broadcast-box - broadcast-box
- broadcast - broadcast
- stream - stream
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: broadcast-box name: broadcast-box
Sources: sources:
- https://github.com/Glimesh/broadcast-box - https://github.com/Glimesh/broadcast-box
- https://github.com/truecharts/charts/tree/master/charts/stable/broadcast-box - https://github.com/truecharts/charts/tree/master/charts/stable/broadcast-box
- https://hub.docker.com/r/seaduboi/broadcast-box - https://hub.docker.com/r/seaduboi/broadcast-box
Type: application type: application
Version: 1.0.1 version: 1.0.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.61.1 apiVersion: v2
Dependencies: appVersion: 1.61.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Browserless is a web-service that allows for remote clients to connect, deprecated: false
drive, and execute headless work 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 home: https://truecharts.org/charts/stable/browserless-chrome
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.webp
Keywords: keywords:
- browserless - browserless
- chrome - chrome
- puppeteer - puppeteer
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: browserless-chrome name: browserless-chrome
Sources: sources:
- https://docs.browserless.io/docs/docker.html - https://docs.browserless.io/docs/docker.html
- https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome
- https://hub.docker.com/r/browserless/chrome - https://hub.docker.com/r/browserless/chrome
Type: application type: application
Version: 11.5.1 version: 11.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.0.9 apiVersion: v2
Dependencies: appVersion: 0.0.9
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Budge is an open source 'budgeting with envelopes' personal finance app. deprecated: false
Home: https://truecharts.org/charts/stable/budge description: Budge is an open source 'budgeting with envelopes' personal finance app.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.webp home: https://truecharts.org/charts/stable/budge
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.webp
keywords:
- finance - finance
- budge - budge
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: budge name: budge
Sources: sources:
- https://ghcr.io/linuxserver/budge - https://ghcr.io/linuxserver/budge
- https://github.com/linuxserver/budge - https://github.com/linuxserver/budge
- https://github.com/linuxserver/docker-BudgE - https://github.com/linuxserver/docker-BudgE
- https://github.com/truecharts/charts/tree/master/charts/stable/budge - https://github.com/truecharts/charts/tree/master/charts/stable/budge
Type: application type: application
Version: 11.5.8 version: 11.5.8
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: bWAPP, or a buggy web application, is a free and open source deliberately deprecated: false
insecure web application. description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application.
Home: https://truecharts.org/charts/stable/bwapp home: https://truecharts.org/charts/stable/bwapp
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.webp
Keywords: keywords:
- bwapp - bwapp
- Tools-Utilities - Tools-Utilities
- Other - Other
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bwapp name: bwapp
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/bwapp - https://github.com/truecharts/charts/tree/master/charts/stable/bwapp
- https://hub.docker.com/r/raesene/bwapp - https://hub.docker.com/r/raesene/bwapp
- https://sourceforge.net/projects/bwapp/ - https://sourceforge.net/projects/bwapp/
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -27
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,35 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.5.7 apiVersion: v2
Dependencies: appVersion: 1.5.7
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: ByteStash is a self-hosted web application designed to store, organise, deprecated: false
and manage your code snippets efficiently. With support for creating, editing, and 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.
filtering snippets, ByteStash helps you keep track of your code in one secure place. home: https://truecharts.org/charts/stable/bytestash
Home: https://truecharts.org/charts/stable/bytestash icon: https://truecharts.org/img/hotlink-ok/chart-icons/bytestash.webp
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/bytestash.webp keywords:
Keywords:
- bytestash - bytestash
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
- code - code
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: bytestash name: bytestash
Sources: sources:
- https://ghcr.io/jordan-dalby/bytestash - https://ghcr.io/jordan-dalby/bytestash
- https://github.com/jordan-dalby/ByteStash - https://github.com/jordan-dalby/ByteStash
- https://github.com/truecharts/charts/tree/master/charts/stable/bytestash - https://github.com/truecharts/charts/tree/master/charts/stable/bytestash
Type: application type: application
Version: 1.0.0 version: 1.0.0
+25 -28
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,37 +8,35 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: CadQuery is an intuitive, easy-to-use Python module for building parametric deprecated: false
3D CAD models. Using CadQuery, you can write short, simple scripts that produce 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.
high quality CAD models. It is easy to make many different objects using a single home: https://truecharts.org/charts/stable/cadquery-server
script that can be customized. icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.webp
Home: https://truecharts.org/charts/stable/cadquery-server keywords:
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.webp
Keywords:
- cadquery-server - cadquery-server
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
- Other - Other
- Network-Other - Network-Other
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: cadquery-server name: cadquery-server
Sources: sources:
- https://github.com/roipoussiere/cadquery - https://github.com/roipoussiere/cadquery
- https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server - https://github.com/truecharts/charts/tree/master/charts/stable/cadquery-server
- https://hub.docker.com/r/cadquery/cadquery-server - https://hub.docker.com/r/cadquery/cadquery-server
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.6.24 apiVersion: v2
Dependencies: appVersion: 0.6.24
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Calibre-Web is a web app providing a clean interface for browsing, reading deprecated: false
and downloading eBooks using an existing Calibre database. 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 home: https://truecharts.org/charts/stable/calibre-web
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.webp
Keywords: keywords:
- calibre-web - calibre-web
- calibre - calibre
- ebook - ebook
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: calibre-web name: calibre-web
Sources: sources:
- https://fleet.linuxserver.io/image?name=linuxserver/calibre-web - https://fleet.linuxserver.io/image?name=linuxserver/calibre-web
- https://github.com/janeczku/calibre-web - https://github.com/janeczku/calibre-web
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web
Type: application type: application
Version: 20.5.11 version: 20.5.11
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,30 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 8.2.1 apiVersion: v2
Dependencies: appVersion: 8.2.1
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Calibre is a powerful and easy to use e-book manager. deprecated: false
Home: https://truecharts.org/charts/stable/calibre description: Calibre is a powerful and easy to use e-book manager.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.webp home: https://truecharts.org/charts/stable/calibre
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.webp
keywords:
- calibre - calibre
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: calibre name: calibre
Sources: sources:
- https://ghcr.io/linuxserver/calibre - https://ghcr.io/linuxserver/calibre
- https://github.com/kovidgoyal/calibre/ - https://github.com/kovidgoyal/calibre/
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre - https://github.com/truecharts/charts/tree/master/charts/stable/calibre
Type: application type: application
Version: 17.2.1 version: 17.2.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,31 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.9.14 apiVersion: v2
Dependencies: appVersion: 0.9.14
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: The self-hosted firearm tracker website. deprecated: false
Home: https://truecharts.org/charts/stable/cannery description: The self-hosted firearm tracker website.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/cannery.webp home: https://truecharts.org/charts/stable/cannery
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/cannery.webp
keywords:
- cannery - cannery
- asset-tracker - asset-tracker
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: cannery name: cannery
Sources: sources:
- https://gitea.bubbletea.dev/shibao/cannery - https://gitea.bubbletea.dev/shibao/cannery
- https://github.com/truecharts/charts/tree/master/charts/stable/cannery - https://github.com/truecharts/charts/tree/master/charts/stable/cannery
- https://hub.docker.com/r/shibaobun/cannery - https://hub.docker.com/r/shibaobun/cannery
Type: application type: application
Version: 1.0.1 version: 1.0.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,34 +8,34 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.49.12 apiVersion: v2
Dependencies: appVersion: 0.49.12
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: The best and simplest free open source website change detection, website deprecated: false
watcher, restock monitor and notification service 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 home: https://truecharts.org/charts/stable/changedetection-io
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.webp
Keywords: keywords:
- monitoring - monitoring
- changedection - changedection
- website watcher - website watcher
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: changedetection-io name: changedetection-io
Sources: sources:
- https://changedetection.io/ - https://changedetection.io/
- https://ghcr.io/dgtlmoon/changedetection.io - https://ghcr.io/dgtlmoon/changedetection.io
- https://github.com/dgtlmoon/changedetection.io/tree/master - https://github.com/dgtlmoon/changedetection.io/tree/master
- https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io - https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io
Type: application type: application
Version: 4.9.9 version: 4.9.9
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,29 +8,30 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Channels DVR Server deprecated: false
Home: https://truecharts.org/charts/stable/channels-dvr description: Channels DVR Server
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.webp home: https://truecharts.org/charts/stable/channels-dvr
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.webp
keywords:
- channels-dvr - channels-dvr
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: channels-dvr name: channels-dvr
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
- https://hub.docker.com/r/fancybits/channels-dvr - https://hub.docker.com/r/fancybits/channels-dvr
Type: application type: application
Version: 8.5.2 version: 8.5.2
+32 -33
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,39 +8,39 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 1.6.2 apiVersion: v2
Dependencies: appVersion: 1.6.2
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
- Alias: "" import-values: []
Condition: mariadb.enabled - name: mariadb
ImportValues: null version: 15.9.0
Name: mariadb repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: mariadb.enabled
Tags: [] alias: ""
Version: 15.9.0 tags: []
Deprecated: false import-values: []
Description: Chevereto is an image hosting software that allows you to create a beautiful deprecated: false
and full-featured image hosting website on your own server. 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 home: https://truecharts.org/charts/stable/chevereto
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.webp
Keywords: keywords:
- chevereto - chevereto
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: chevereto name: chevereto
Sources: sources:
- https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables
- https://ghcr.io/rodber/chevereto-free - https://ghcr.io/rodber/chevereto-free
- https://github.com/rodber/chevereto-free - https://github.com/rodber/chevereto-free
- https://github.com/truecharts/charts/tree/master/charts/stable/chevereto - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto
Type: application type: application
Version: 14.13.0 version: 14.13.0
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: chialrymw apiVersion: v2
Dependencies: appVersion: chialrymw
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: 'This Chart will download and install SteamCMD. It will also install deprecated: false
Chivalry: Medieval Warfare and run it.' 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 home: https://truecharts.org/charts/stable/chivalry-medievalwarfare
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.webp
Keywords: keywords:
- chivalry-medievalwarfare - chivalry-medievalwarfare
- GameServers - GameServers
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: chivalry-medievalwarfare name: chivalry-medievalwarfare
Sources: sources:
- https://ghcr.io/ich777/steamcmd - https://ghcr.io/ich777/steamcmd
- https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare - https://github.com/truecharts/charts/tree/master/charts/stable/chivalry-medievalwarfare
- https://www.steampowered.com/ - https://www.steampowered.com/
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,30 +8,31 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Simple recipes in Markdown format. deprecated: false
Home: https://truecharts.org/charts/stable/chowdown description: Simple recipes in Markdown format.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.webp home: https://truecharts.org/charts/stable/chowdown
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.webp
keywords:
- chowdown - chowdown
- Other - Other
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: chowdown name: chowdown
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/chowdown - https://github.com/truecharts/charts/tree/master/charts/stable/chowdown
- https://hub.docker.com/r/gregyankovoy/chowdown - https://hub.docker.com/r/gregyankovoy/chowdown
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -25
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,32 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.6.3 apiVersion: v2
Dependencies: appVersion: 0.6.3
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: the AI-native open-source embedding database. deprecated: false
Home: https://truecharts.org/charts/stable/chroma description: the AI-native open-source embedding database.
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.webp home: https://truecharts.org/charts/stable/chroma
Keywords: icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.webp
keywords:
- chroma - chroma
- embedding - embedding
- database - database
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: chroma name: chroma
Sources: sources:
- https://ghcr.io/chroma-core/chroma - https://ghcr.io/chroma-core/chroma
- https://github.com/chroma-core/chroma - https://github.com/chroma-core/chroma
- https://github.com/truecharts/charts/tree/master/charts/stable/chroma - https://github.com/truecharts/charts/tree/master/charts/stable/chroma
Type: application type: application
Version: 4.6.1 version: 4.6.1
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing deprecated: false
and 2D/3D drawing 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 home: https://truecharts.org/charts/stable/chromium-desktop-g3
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.webp
Keywords: keywords:
- chromium-desktop-g3 - chromium-desktop-g3
- Tools-Utilities - Tools-Utilities
- Network-Web - Network-Web
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: chromium-desktop-g3 name: chromium-desktop-g3
Sources: sources:
- https://github.com/accetto/headless-drawing-g3/ - https://github.com/accetto/headless-drawing-g3/
- https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3 - https://github.com/truecharts/charts/tree/master/charts/stable/chromium-desktop-g3
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3
Type: application type: application
Version: 7.5.4 version: 7.5.4
+25 -26
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,33 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Chromium is a free and open-source software project developed by the deprecated: false
Google-sponsored Chromium project. description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project.
Home: https://truecharts.org/charts/stable/chromium home: https://truecharts.org/charts/stable/chromium
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.webp
Keywords: keywords:
- chromium - chromium
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: chromium name: chromium
Sources: sources:
- https://ghcr.io/ich777/chrome - https://ghcr.io/ich777/chrome
- https://github.com/truecharts/charts/tree/master/charts/stable/chromium - https://github.com/truecharts/charts/tree/master/charts/stable/chromium
- https://www.google.com/chrome/ - https://www.google.com/chrome/
Type: application type: application
Version: 7.5.1 version: 7.5.1
+25 -27
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: latest apiVersion: v2
Dependencies: appVersion: latest
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Chronograf is InfluxDatas open source web application. Use Chronograf deprecated: false
with the other components of the TICK stack to visualize your monitoring data and description: Chronograf is InfluxDatas 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.
easily create alerting and automation rules. home: https://truecharts.org/charts/stable/chronograf
Home: https://truecharts.org/charts/stable/chronograf icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp keywords:
Keywords:
- chronograf - chronograf
- Tools-System - Tools-System
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: chronograf name: chronograf
Sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/chronograf - https://github.com/truecharts/charts/tree/master/charts/stable/chronograf
- https://hub.docker.com/_/chronograf - https://hub.docker.com/_/chronograf
- https://www.influxdata.com/time-series-platform/chronograf/ - https://www.influxdata.com/time-series-platform/chronograf/
Type: application type: application
Version: 7.5.5 version: 7.5.5
+25 -27
View File
@@ -1,5 +1,4 @@
APIVersion: v2 annotations:
Annotations:
artifacthub.io/links: |- artifacthub.io/links: |-
- name: support - name: support
url: https://discord.com/invite/tVsPTHWTtr url: https://discord.com/invite/tVsPTHWTtr
@@ -9,33 +8,32 @@ Annotations:
truecharts.org/max_helm_version: "3.17" truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14" truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable truecharts.org/train: stable
AppVersion: 0.2.0 apiVersion: v2
Dependencies: appVersion: 0.2.0
- Alias: "" dependencies:
Condition: "" - name: common
ImportValues: null version: 25.4.10
Name: common repository: oci://tccr.io/truecharts
Repository: oci://tccr.io/truecharts condition: ""
Tags: [] alias: ""
Version: 25.4.10 tags: []
Deprecated: false import-values: []
Description: Chronos is a small container to run and schedule Python 3.7 scripts. deprecated: false
You can create virtual enviroments, edit your scripts, install Pip dependencies, 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.
view execution logs, and debug your scripts, all from the sleek web UI. home: https://truecharts.org/charts/stable/chronos
Home: https://truecharts.org/charts/stable/chronos icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.webp
Icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.webp keywords:
Keywords:
- chronos - chronos
- Tools-Utilities - Tools-Utilities
KubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
Maintainers: maintainers:
- Email: info@truecharts.org - name: TrueCharts
Name: TrueCharts email: info@truecharts.org
URL: https://truecharts.org url: https://truecharts.org
Name: chronos name: chronos
Sources: sources:
- https://github.com/simse/chronos - https://github.com/simse/chronos
- https://github.com/truecharts/charts/tree/master/charts/stable/chronos - https://github.com/truecharts/charts/tree/master/charts/stable/chronos
- https://hub.docker.com/r/simsemand/chronos - https://hub.docker.com/r/simsemand/chronos
Type: application type: application
Version: 10.5.1 version: 10.5.1

Some files were not shown because too many files have changed in this diff Show More