chore(apps): update metadata in chart.yaml (#17457)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Stavros Kois 2024-01-21 16:14:33 +02:00 committed by GitHub
parent 895631bd9a
commit aff301426c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1254 changed files with 4288 additions and 4226 deletions

View File

@ -3,7 +3,7 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: database
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
@ -24,7 +24,7 @@ keywords:
- database
- clickhouse
- sql
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://hub.docker.com/r/clickhouse/clickhouse-server
type: application
version: 10.2.8
version: 10.2.9

View File

@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
- https://hub.docker.com/r/bitnami/kube-state-metrics
type: application
version: 6.1.10
version: 6.1.11

View File

@ -38,4 +38,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/r/bitnami/mariadb
type: application
version: 12.1.8
version: 12.1.9

View File

@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://hub.docker.com/r/bitnami/memcached
type: application
version: 11.1.9
version: 11.1.10

View File

@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
- https://hub.docker.com/r/bitnami/mongodb
type: application
version: 11.1.12
version: 11.1.13

View File

@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
- https://hub.docker.com/r/bitnami/node-exporter
type: application
version: 6.1.10
version: 6.1.11

View File

@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/r/bitnami/redis
type: application
version: 11.1.11
version: 11.1.12

View File

@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://hub.docker.com/r/bitnami/solr
type: application
version: 9.1.8
version: 9.1.9

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: notifications
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 0.9.7
dependencies:
@ -18,21 +18,21 @@ dependencies:
import-values: []
deprecated: false
description: Push notifications that work with just about every platform!
home: https://truecharts.org/charts/incubator/apprise-api
home: https://truecharts.org/charts/dev/apprise-api
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png
keywords:
- apprise-api
- notifications
- usenet
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: apprise-api
sources:
- https://hub.docker.com/r/caronc/apprise
- https://github.com/caronc/apprise-api
- https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api
- https://github.com/truecharts/charts/tree/master/charts/dev/apprise-api
- https://hub.docker.com/r/caronc/apprise
type: application
version: 4.0.14
version: 4.0.15

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/apprise-api)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/apprise-api)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 1.9.57
dependencies:
@ -25,11 +25,11 @@ dependencies:
import-values: []
deprecated: false
description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects.
home: https://truecharts.org/charts/incubator/appsmith
home: https://truecharts.org/charts/dev/appsmith
icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png
keywords:
- appsmith
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -37,7 +37,7 @@ maintainers:
name: appsmith
sources:
- https://github.com/appsmithorg/appsmith
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://github.com/truecharts/charts/tree/master/charts/dev/appsmith
- https://hub.docker.com/r/appsmith/appsmith-ce
type: application
version: 6.0.14
version: 6.0.15

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/appsmith)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/appsmith)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,11 +3,11 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest-2023-12-18
appVersion: 2023.12.18
dependencies:
- name: common
version: 17.2.21
@ -18,12 +18,12 @@ dependencies:
import-values: []
deprecated: false
description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS
home: https://truecharts.org/charts/incubator/awesome-ttrss
home: https://truecharts.org/charts/dev/awesome-ttrss
icon: https://truecharts.org/img/hotlink-ok/chart-icons/awesome-ttrss.png
keywords:
- tt-rss
- awesome-ttrss
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -31,7 +31,7 @@ maintainers:
name: awesome-ttrss
sources:
- https://github.com/HenryQW/Awesome-TTRSS
- https://github.com/truecharts/charts/tree/master/charts/incubator/awesome-ttrss
- https://github.com/truecharts/charts/tree/master/charts/dev/awesome-ttrss
- https://hub.docker.com/r/wangqiru/ttrss
type: application
version: 4.0.4
version: 4.0.5

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/awesome-ttrss)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/awesome-ttrss)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Crypto
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,20 +18,20 @@ dependencies:
import-values: []
deprecated: false
description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart.
home: https://truecharts.org/charts/incubator/btdex
home: https://truecharts.org/charts/dev/btdex
icon: https://truecharts.org/img/hotlink-ok/chart-icons/btdex.png
keywords:
- btdex
- Crypto
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: btdex
sources:
- https://hub.docker.com/r/furritos/docker-btdex
- https://btdex.trade/
- https://github.com/truecharts/charts/tree/master/charts/incubator/btdex
- https://github.com/truecharts/charts/tree/master/charts/dev/btdex
- https://hub.docker.com/r/furritos/docker-btdex
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/btdex)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/btdex)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 3.5.2
dependencies:
@ -18,7 +18,7 @@ dependencies:
import-values: []
deprecated: false
description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
home: https://truecharts.org/charts/incubator/cadquery-jupyter
home: https://truecharts.org/charts/dev/cadquery-jupyter
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-jupyter.png
keywords:
- cadquery-jupyter
@ -27,7 +27,7 @@ keywords:
- Other
- Network-Web
- Network-Other
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,7 +35,7 @@ maintainers:
name: cadquery-jupyter
sources:
- https://github.com/bernhard-42/jupyter-cadquery
- https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-jupyter
- https://github.com/truecharts/charts/tree/master/charts/dev/cadquery-jupyter
- https://hub.docker.com/r/bwalter42/jupyter_cadquery
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/cadquery-jupyter)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/cadquery-jupyter)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: monitoring
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 2.2.0
dependencies:
@ -18,20 +18,20 @@ dependencies:
import-values: []
deprecated: false
description: Checkmk is a leading tool for Infrastructure and Application Monitoring. Simple configuration, scalable, flexible. It provides powerful monitoring of networks, servers, clouds, containers and applications.
home: https://truecharts.org/charts/incubator/checkmk
home: https://truecharts.org/charts/dev/checkmk
icon: https://truecharts.org/img/hotlink-ok/chart-icons/checkmk.png
keywords:
- checkmk
- monitoring
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: checkmk
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/checkmk
- https://hub.docker.com/r/checkmk/check-mk-raw
- https://github.com/tribe29/checkmk
- https://github.com/truecharts/charts/tree/master/charts/dev/checkmk
- https://hub.docker.com/r/checkmk/check-mk-raw
type: application
version: 1.0.13
version: 1.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/checkmk)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/checkmk)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: bookmark
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 0.0.7
dependencies:
@ -18,11 +18,11 @@ dependencies:
import-values: []
deprecated: false
description: An open source self-hosted bookmark service
home: https://truecharts.org/charts/incubator/cherry
home: https://truecharts.org/charts/dev/cherry
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
keywords:
- bookmark
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -31,7 +31,7 @@ name: cherry
sources:
- https://cherry.haishan.me/
- https://github.com/haishanh/cherry
- https://github.com/truecharts/charts/tree/master/charts/incubator/cherry
- https://github.com/truecharts/charts/tree/master/charts/dev/cherry
- https://hub.docker.com/r/haishanh/cherry
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/cherry)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/cherry)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 2.5.1
dependencies:
@ -18,11 +18,11 @@ dependencies:
import-values: []
deprecated: false
description: A simple UI to help find and delete duplicate and sample files from your Plex server.
home: https://truecharts.org/charts/incubator/cleanarr
home: https://truecharts.org/charts/dev/cleanarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png
keywords:
- cleanarr
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -30,7 +30,7 @@ maintainers:
name: cleanarr
sources:
- https://github.com/se1exin/cleanarr
- https://github.com/truecharts/charts/tree/master/charts/incubator/cleanarr
- https://github.com/truecharts/charts/tree/master/charts/dev/cleanarr
- https://hub.docker.com/r/selexin/cleanarr
type: application
version: 3.0.14
version: 3.0.15

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/cleanarr)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/cleanarr)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 23.3.1
dependencies:
@ -18,13 +18,13 @@ dependencies:
import-values: []
deprecated: false
description: Cloud Database Manager (Official Chart)
home: https://truecharts.org/charts/incubator/cloudbeaver
home: https://truecharts.org/charts/dev/cloudbeaver
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudbeaver.png
keywords:
- cloudbeaver
- Cloud
- Tools-Utilities
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -32,7 +32,7 @@ maintainers:
name: cloudbeaver
sources:
- https://github.com/dbeaver/cloudbeaver
- https://github.com/truecharts/charts/tree/master/charts/incubator/cloudbeaver
- https://github.com/truecharts/charts/tree/master/charts/dev/cloudbeaver
- https://hub.docker.com/r/dbeaver/cloudbeaver
type: application
version: 4.0.14
version: 4.0.15

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/cloudbeaver)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/cloudbeaver)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: MediaApp-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,12 +18,12 @@ dependencies:
import-values: []
deprecated: false
description: Conreq, a Content Requesting platform.
home: https://truecharts.org/charts/incubator/conreq
home: https://truecharts.org/charts/dev/conreq
icon: https://truecharts.org/img/hotlink-ok/chart-icons/conreq.png
keywords:
- conreq
- MediaApp-Other
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -31,6 +31,6 @@ maintainers:
name: conreq
sources:
- https://hotio.dev/containers/conreq
- https://github.com/truecharts/charts/tree/master/charts/incubator/conreq
- https://github.com/truecharts/charts/tree/master/charts/dev/conreq
type: application
version: 3.0.14
version: 3.0.15

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/conreq)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/conreq)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: utilities
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 1.3.0
dependencies:
@ -18,11 +18,11 @@ dependencies:
import-values: []
deprecated: false
description: A home for all your coupons and loyalty cards.
home: https://truecharts.org/charts/incubator/coupon-store
home: https://truecharts.org/charts/dev/coupon-store
icon: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png
keywords:
- coupons
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -30,7 +30,7 @@ maintainers:
name: coupon-store
sources:
- https://github.com/linuxserver/docker-airsonic
- https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store
- https://github.com/truecharts/charts/tree/master/charts/dev/coupon-store
- https://hub.docker.com/r/metikular/coupon-store
type: application
version: 4.0.13
version: 4.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/coupon-store)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/coupon-store)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "false"
truecharts.org/category: CSI
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -25,12 +25,12 @@ dependencies:
import-values: []
deprecated: false
description: csi-driver-nfs is a nfs CSI driver for kubernetes
home: https://truecharts.org/charts/incubator/csi-driver-nfs
home: https://truecharts.org/charts/dev/csi-driver-nfs
icon: https://truecharts.org/img/hotlink-ok/chart-icons/csi-driver-nfs.png
keywords:
- csi-driver-nfs
- backup
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -39,6 +39,7 @@ name: csi-driver-nfs
sources:
- https://github.com/cert-manager
- https://cert-manager.io/
- https://github.com/truecharts/charts/tree/master/charts/incubator/csi-driver-nfs
- https://github.com/truecharts/charts/tree/master/charts/dev/csi-driver-nfs
- https://github.com/truecharts/containers/tree/master/apps/alpine
type: application
version: 1.0.15
version: 1.0.16

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/csi-driver-nfs)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/csi-driver-nfs)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,19 +18,19 @@ dependencies:
import-values: []
deprecated: false
description: CUPS printing server
home: https://truecharts.org/charts/incubator/cups-server
home: https://truecharts.org/charts/dev/cups-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cups-server.png
keywords:
- print
- cups
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: cups-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cups-server
- https://github.com/truecharts/charts/tree/master/charts/dev/cups-server
- https://hub.docker.com/r/ydkn/cups
type: application
version: 5.0.13
version: 5.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/cups-server)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/cups-server)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: incubator
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 4.0.1
dependencies:
@ -18,18 +18,18 @@ dependencies:
import-values: []
deprecated: false
description: Darktable is an open source photography workflow application and raw developer.
home: https://truecharts.org/charts/incubator/darktable
home: https://truecharts.org/charts/dev/darktable
icon: https://truecharts.org/img/hotlink-ok/chart-icons/darktable.png
keywords:
- darktable
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: darktable
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/darktable
- https://github.com/truecharts/charts/tree/master/charts/dev/darktable
- https://ghcr.io/linuxserver/darktable
type: application
version: 7.0.13
version: 7.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/darktable)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/darktable)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 1.0.0
dependencies:
@ -18,12 +18,12 @@ dependencies:
import-values: []
deprecated: false
description: Drone by Harness™ is a modern Continuous Integration platform
home: https://truecharts.org/charts/incubator/drone-runner
home: https://truecharts.org/charts/dev/drone-runner
icon: https://truecharts.org/img/hotlink-ok/chart-icons/drone-runner.png
keywords:
- drone
- productivity
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -31,7 +31,7 @@ maintainers:
name: drone-runner
sources:
- https://docs.drone.io
- https://github.com/truecharts/charts/tree/master/charts/incubator/drone-runner
- https://github.com/truecharts/charts/tree/master/charts/dev/drone-runner
- https://hub.docker.com/r/drone/drone-runner-kube
type: application
version: 4.0.13
version: 4.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/drone-runner)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/drone-runner)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 2021.09.02
dependencies:
@ -18,12 +18,12 @@ dependencies:
import-values: []
deprecated: false
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
home: https://truecharts.org/charts/incubator/dsmr-reader
home: https://truecharts.org/charts/dev/dsmr-reader
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dsmr-reader.png
keywords:
- dsmr-reader
- energy
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -32,7 +32,7 @@ name: dsmr-reader
sources:
- https://github.com/xirixiz/dsmr-reader-docker
- https://github.com/dsmrreader/dsmr-reader
- https://github.com/truecharts/charts/tree/master/charts/incubator/dsmr-reader
- https://github.com/truecharts/charts/tree/master/charts/dev/dsmr-reader
- https://hub.docker.com/r/xirixiz/dsmr-reader-docker
type: application
version: 13.0.13
version: 13.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/dsmr-reader)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/dsmr-reader)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 23.11.3
dependencies:
@ -18,12 +18,12 @@ dependencies:
import-values: []
deprecated: false
description: dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents.
home: https://truecharts.org/charts/incubator/dupeguru
home: https://truecharts.org/charts/dev/dupeguru
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dupeguru.png
keywords:
- dedupe
- dupeguru
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -31,7 +31,7 @@ maintainers:
name: dupeguru
sources:
- https://github.com/jlesage/docker-dupeguru
- https://github.com/truecharts/charts/tree/master/charts/incubator/dupeguru
- https://github.com/truecharts/charts/tree/master/charts/dev/dupeguru
- https://hub.docker.com/r/jlesage/dupeguru
type: application
version: 5.0.14
version: 5.0.15

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/dupeguru)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/dupeguru)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: MediaServer-Video
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,19 +18,19 @@ dependencies:
import-values: []
deprecated: false
description: DVBLink need to enjoy your favorite channels and recordings within your home network and on the go!
home: https://truecharts.org/charts/incubator/dvblink
home: https://truecharts.org/charts/dev/dvblink
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dvblink.png
keywords:
- dvblink
- MediaServer-Video
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: dvblink
sources:
- https://github.com/truecharts/charts/tree/master/charts/dev/dvblink
- https://hub.docker.com/r/chvb/docker-dvblink
- https://github.com/truecharts/charts/tree/master/charts/incubator/dvblink
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/dvblink)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/dvblink)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 1.5.4
dependencies:
@ -18,7 +18,7 @@ dependencies:
import-values: []
deprecated: false
description: Self-hosted streaming service for music, formerly known as HTTP Media Server.
home: https://truecharts.org/charts/incubator/euterpe
home: https://truecharts.org/charts/dev/euterpe
icon: https://truecharts.org/img/hotlink-ok/chart-icons/euterpe.png
keywords:
- euterpe
@ -26,7 +26,7 @@ keywords:
- Tools-Utilities
- MediaApp-Music
- MediaServer-Music
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -34,7 +34,7 @@ maintainers:
name: euterpe
sources:
- https://github.com/ironsmile/euterpe
- https://github.com/truecharts/charts/tree/master/charts/incubator/euterpe
- https://github.com/truecharts/charts/tree/master/charts/dev/euterpe
- https://hub.docker.com/r/ironsmile/euterpe
type: application
version: 4.0.13
version: 4.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/euterpe)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/euterpe)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,11 +18,11 @@ dependencies:
import-values: []
deprecated: false
description: Fancyindex provides a lightweight nginx directory listing with theming support
home: https://truecharts.org/charts/incubator/fancyindex
home: https://truecharts.org/charts/dev/fancyindex
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fancyindex.png
keywords:
- fancyindex
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -30,7 +30,7 @@ maintainers:
name: fancyindex
sources:
- https://github.com/xal3xhx/fancyindex
- https://github.com/truecharts/charts/tree/master/charts/incubator/fancyindex
- https://github.com/truecharts/charts/tree/master/charts/dev/fancyindex
- https://hub.docker.com/r/xal3xhx/fancy
type: application
version: 4.0.13
version: 4.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/fancyindex)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/fancyindex)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,21 +18,21 @@ dependencies:
import-values: []
deprecated: false
description: Ferdi is a destkop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off.
home: https://truecharts.org/charts/incubator/ferdi-client
home: https://truecharts.org/charts/dev/ferdi-client
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-client.png
keywords:
- ferdi-client
- Productivity
- Tools-Utilities
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: ferdi-client
sources:
- https://hub.docker.com/r/ich777/ferdi-client
- https://getferdi.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/ferdi-client
- https://github.com/truecharts/charts/tree/master/charts/dev/ferdi-client
- https://hub.docker.com/r/ich777/ferdi-client
type: application
version: 3.0.14
version: 3.0.15

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/ferdi-client)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/ferdi-client)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,7 +18,7 @@ dependencies:
import-values: []
deprecated: false
description: FileGator is a free, open-source, self-hosted web application for managing files and folders.
home: https://truecharts.org/charts/incubator/filegator
home: https://truecharts.org/charts/dev/filegator
icon: https://truecharts.org/img/hotlink-ok/chart-icons/filegator.png
keywords:
- filegator
@ -26,7 +26,7 @@ keywords:
- Productivity
- Tools-Utilities
- Network-FTP
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -34,7 +34,7 @@ maintainers:
name: filegator
sources:
- https://github.com/filegator/filegator
- https://github.com/truecharts/charts/tree/master/charts/incubator/filegator
- https://github.com/truecharts/charts/tree/master/charts/dev/filegator
- https://hub.docker.com/r/maxime1907/filegator
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/filegator)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/filegator)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,7 +18,7 @@ dependencies:
import-values: []
deprecated: false
description: One-time encrypted password/secret sharing
home: https://truecharts.org/charts/incubator/flashpaper
home: https://truecharts.org/charts/dev/flashpaper
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.png
keywords:
- flashpaper
@ -27,7 +27,7 @@ keywords:
- Security
- Tools-Utilities
- Network-Web
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,7 +35,7 @@ maintainers:
name: flashpaper
sources:
- https://github.com/AndrewPaglusch/FlashPaper
- https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper
- https://github.com/truecharts/charts/tree/master/charts/dev/flashpaper
- https://hub.docker.com/r/andrewpaglusch/flashpaper
type: application
version: 5.0.13
version: 5.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/flashpaper)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/flashpaper)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,11 +18,11 @@ dependencies:
import-values: []
deprecated: false
description: Flemmarr is a simple Python script that parses a configuration written in YAML and can apply it to any of the -arr apps using their API.
home: https://truecharts.org/charts/incubator/flemarr
home: https://truecharts.org/charts/dev/flemarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flemarr.png
keywords:
- flemarr
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -30,7 +30,7 @@ maintainers:
name: flemarr
sources:
- https://github.com/Flemmarr/Flemmarr
- https://github.com/truecharts/charts/tree/master/charts/incubator/flemarr
- https://github.com/truecharts/charts/tree/master/charts/dev/flemarr
- https://hub.docker.com/r/pierremesure/flemmarr
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/flemarr)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/flemarr)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 7.11.4
dependencies:
@ -18,13 +18,13 @@ dependencies:
import-values: []
deprecated: false
description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
home: https://truecharts.org/charts/incubator/focalboard
home: https://truecharts.org/charts/dev/focalboard
icon: https://truecharts.org/img/hotlink-ok/chart-icons/focalboard.png
keywords:
- focalboard
- kanban
- project management
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -34,7 +34,7 @@ sources:
- https://github.com/mattermost/focalboard
- https://github.com/FlipEnergy/container-images/blob/main/focalboard
- https://www.focalboard.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/focalboard
- https://github.com/truecharts/charts/tree/master/charts/dev/focalboard
- https://hub.docker.com/r/mattermost/focalboard
type: application
version: 14.0.13
version: 14.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/focalboard)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/focalboard)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Downloaders
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: stable
dependencies:
@ -18,13 +18,13 @@ dependencies:
import-values: []
deprecated: false
description: GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like.
home: https://truecharts.org/charts/incubator/go-auto-yt
home: https://truecharts.org/charts/dev/go-auto-yt
icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-auto-yt.png
keywords:
- go-auto-yt
- Downloaders
- Tools-Utilities
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -32,7 +32,7 @@ maintainers:
name: go-auto-yt
sources:
- https://github.com/XiovV/go-auto-yt
- https://github.com/truecharts/charts/tree/master/charts/incubator/go-auto-yt
- https://github.com/truecharts/charts/tree/master/charts/dev/go-auto-yt
- https://hub.docker.com/r/xiovv/go-auto-yt
type: application
version: 3.0.14
version: 3.0.15

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/go-auto-yt)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/go-auto-yt)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Backup
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -19,20 +19,20 @@ dependencies:
deprecated: false
description: |
A simple way to backup important files to Google Cloud Storage.
home: https://truecharts.org/charts/incubator/google-cloud-storage-backup
home: https://truecharts.org/charts/dev/google-cloud-storage-backup
icon: https://truecharts.org/img/hotlink-ok/chart-icons/google-cloud-storage-backup.png
keywords:
- google-cloud-storage-backup
- Backup
- Cloud
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: google-cloud-storage-backup
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/google-cloud-storage-backup
- https://github.com/truecharts/charts/tree/master/charts/dev/google-cloud-storage-backup
- https://hub.docker.com/r/vinid223/gcloud-storage-backup
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/google-cloud-storage-backup)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/google-cloud-storage-backup)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: notifications
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 2.4.0
dependencies:
@ -18,21 +18,21 @@ dependencies:
import-values: []
deprecated: false
description: A simple server for sending and receiving messages.
home: https://truecharts.org/charts/incubator/gotify
home: https://truecharts.org/charts/dev/gotify
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png
keywords:
- gotify
- notifications
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: gotify
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/gotify
- https://hub.docker.com/r/gotify/server
- https://github.com/gotify/server
- https://gotify.net/
- https://github.com/truecharts/charts/tree/master/charts/dev/gotify
- https://hub.docker.com/r/gotify/server
type: application
version: 14.0.13
version: 14.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/gotify)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/gotify)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: incubator
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 5.4.1
dependencies:
@ -18,18 +18,18 @@ dependencies:
import-values: []
deprecated: false
description: Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue.
home: https://truecharts.org/charts/incubator/habridge
home: https://truecharts.org/charts/dev/habridge
icon: https://truecharts.org/img/hotlink-ok/chart-icons/habridge.png
keywords:
- habridge
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: habridge
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/habridge
- https://github.com/truecharts/charts/tree/master/charts/dev/habridge
- https://ghcr.io/linuxserver/habridge
type: application
version: 6.0.13
version: 6.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/habridge)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/habridge)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 2021.2.1
dependencies:
@ -18,14 +18,14 @@ dependencies:
import-values: []
deprecated: false
description: Create live map data from Valetudo powered robots
home: https://truecharts.org/charts/incubator/icantbelieveitsnotvaletudo
home: https://truecharts.org/charts/dev/icantbelieveitsnotvaletudo
icon: https://truecharts.org/img/hotlink-ok/chart-icons/icantbelieveitsnotvaletudo.png
keywords:
- icantbelieveitsnotvaletudo
- MQTT
- valetudo
- iot
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -33,7 +33,7 @@ maintainers:
name: icantbelieveitsnotvaletudo
sources:
- https://github.com/Hypfer/ICantBelieveItsNotValetudo
- https://github.com/truecharts/charts/tree/master/charts/incubator/icantbelieveitsnotvaletudo
- https://github.com/truecharts/charts/tree/master/charts/dev/icantbelieveitsnotvaletudo
- https://hub.docker.com/r/pmaksymiuk/icantbelieveitsnotvaletudo
type: application
version: 8.0.13
version: 8.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/icantbelieveitsnotvaletudo)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/icantbelieveitsnotvaletudo)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: monitoring
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 2.14.0
dependencies:
@ -25,21 +25,21 @@ dependencies:
import-values: []
deprecated: false
description: A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
home: https://truecharts.org/charts/incubator/icinga2
home: https://truecharts.org/charts/dev/icinga2
icon: https://truecharts.org/img/hotlink-ok/chart-icons/icinga2.png
keywords:
- icinga2
- monitoring
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: icinga2
sources:
- https://hub.docker.com/r/jordan/icinga2
- https://github.com/jjethwa/icinga2
- https://icinga.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/icinga2
- https://github.com/truecharts/charts/tree/master/charts/dev/icinga2
- https://hub.docker.com/r/jordan/icinga2
type: application
version: 8.0.13
version: 8.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/icinga2)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/icinga2)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: work
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: stable-8960
dependencies:
@ -18,11 +18,11 @@ dependencies:
import-values: []
deprecated: false
description: Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions
home: https://truecharts.org/charts/incubator/jitsi
home: https://truecharts.org/charts/dev/jitsi
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jitsi.png
keywords:
- jitsi
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -30,8 +30,11 @@ maintainers:
name: jitsi
sources:
- https://jitsi.org
- https://github.com/truecharts/charts/tree/master/charts/incubator/jitsi
- https://hub.docker.com/r/jitsi/jvb
- https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start
- https://github.com/truecharts/charts/tree/master/charts/dev/jitsi
- https://hub.docker.com/r/jitsi/prosody
- https://hub.docker.com/r/jitsi/web
- https://hub.docker.com/r/jitsi/jvb
- https://hub.docker.com/r/jitsi/jicofo
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/jitsi)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/jitsi)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 1.3.2
dependencies:
@ -18,12 +18,12 @@ dependencies:
import-values: []
deprecated: false
description: Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.
home: https://truecharts.org/charts/incubator/jump
home: https://truecharts.org/charts/dev/jump
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jump.png
keywords:
- dashboard
- jump
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -31,7 +31,7 @@ maintainers:
name: jump
sources:
- https://github.com/daledavies/jump
- https://github.com/truecharts/charts/tree/master/charts/incubator/jump
- https://github.com/truecharts/charts/tree/master/charts/dev/jump
- https://hub.docker.com/r/daledavies/jump
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/jump)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/jump)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -25,13 +25,13 @@ dependencies:
import-values: []
deprecated: false
description: Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side.
home: https://truecharts.org/charts/incubator/koel
home: https://truecharts.org/charts/dev/koel
icon: https://truecharts.org/img/hotlink-ok/chart-icons/koel.png
keywords:
- koel
- music
- stream
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -40,7 +40,7 @@ name: koel
sources:
- https://github.com/koel/koel
- https://github.com/koel/docker
- https://github.com/truecharts/charts/tree/master/charts/incubator/koel
- https://github.com/truecharts/charts/tree/master/charts/dev/koel
- https://hub.docker.com/r/phanan/koel
type: application
version: 8.0.13
version: 8.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/koel)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/koel)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 2.7.4
dependencies:
@ -25,13 +25,13 @@ dependencies:
import-values: []
deprecated: false
description: Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.
home: https://truecharts.org/charts/incubator/kutt
home: https://truecharts.org/charts/dev/kutt
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kutt.png
keywords:
- kutt
- link
- short
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -39,7 +39,7 @@ maintainers:
name: kutt
sources:
- https://github.com/thedevs-network/kutt
- https://github.com/truecharts/charts/tree/master/charts/incubator/kutt
- https://github.com/truecharts/charts/tree/master/charts/dev/kutt
- https://hub.docker.com/r/kutt/kutt
type: application
version: 8.0.13
version: 8.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/kutt)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/kutt)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: management
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 2.4.8
dependencies:
@ -25,21 +25,21 @@ dependencies:
import-values: []
deprecated: false
description: Straightforward open source project management system to make your ideas reality.
home: https://truecharts.org/charts/incubator/leantime
home: https://truecharts.org/charts/dev/leantime
icon: https://truecharts.org/img/hotlink-ok/chart-icons/leantime.png
keywords:
- leantime
- project
- management
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: leantime
sources:
- https://hub.docker.com/r/leantime/leantime
- https://leantime.io/
- https://github.com/truecharts/charts/tree/master/charts/incubator/leantime
- https://github.com/truecharts/charts/tree/master/charts/dev/leantime
- https://hub.docker.com/r/leantime/leantime
type: application
version: 9.0.14
version: 9.0.15

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/leantime)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/leantime)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 1.1.1
dependencies:
@ -18,11 +18,11 @@ dependencies:
import-values: []
deprecated: false
description: Lenpaste is a web service that allows you to share notes anonymously
home: https://truecharts.org/charts/incubator/lenpaste
home: https://truecharts.org/charts/dev/lenpaste
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lenpaste.png
keywords:
- lenpaste
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -30,6 +30,6 @@ maintainers:
name: lenpaste
sources:
- https://git.lcomrade.su/root/lenpaste
- https://github.com/truecharts/charts/tree/master/charts/incubator/lenpaste
- https://github.com/truecharts/charts/tree/master/charts/dev/lenpaste
type: application
version: 4.0.13
version: 4.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/lenpaste)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/lenpaste)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: incubator
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 7.5.5
dependencies:
@ -18,18 +18,18 @@ dependencies:
import-values: []
deprecated: false
description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org.
home: https://truecharts.org/charts/incubator/libreoffice
home: https://truecharts.org/charts/dev/libreoffice
icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreoffice.png
keywords:
- libreoffice
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: libreoffice
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/libreoffice
- https://github.com/truecharts/charts/tree/master/charts/dev/libreoffice
- https://ghcr.io/linuxserver/libreoffice
type: application
version: 6.0.13
version: 6.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/libreoffice)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/libreoffice)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,11 +3,11 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 1.13.0-simple
appVersion: 1.13.0
dependencies:
- name: common
version: 17.2.21
@ -32,11 +32,11 @@ dependencies:
import-values: []
deprecated: false
description: Your self-hosted bookmark archive. Free and open source.
home: https://truecharts.org/charts/incubator/linkace
home: https://truecharts.org/charts/dev/linkace
icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkace.png
keywords:
- linkace
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -45,7 +45,7 @@ name: linkace
sources:
- https://github.com/linkace/linkace
- https://www.linkace.org/docs/
- https://github.com/truecharts/charts/tree/master/charts/incubator/linkace
- https://github.com/truecharts/charts/tree/master/charts/dev/linkace
- https://hub.docker.com/r/linkace/linkace
type: application
version: 9.0.13
version: 9.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/linkace)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/linkace)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Tools-Utilities
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 0.12.1
dependencies:
@ -18,20 +18,20 @@ dependencies:
import-values: []
deprecated: false
description: Livebook is a web application for writing interactive and collaborative code notebooks for Elixir
home: https://truecharts.org/charts/incubator/livebook
home: https://truecharts.org/charts/dev/livebook
icon: https://truecharts.org/img/hotlink-ok/chart-icons/livebook.png
keywords:
- livebook
- Tools-Utilities
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: livebook
sources:
- https://ghcr.io/livebook-dev/livebook
- https://livebook.dev/
- https://github.com/truecharts/charts/tree/master/charts/incubator/livebook
- https://github.com/truecharts/charts/tree/master/charts/dev/livebook
- https://ghcr.io/livebook-dev/livebook
type: application
version: 3.1.0
version: 3.1.1

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/livebook)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/livebook)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 4.13.0
dependencies:
@ -25,13 +25,13 @@ dependencies:
import-values: []
deprecated: false
description: Lychee is a free photo-management tool, which runs on your server or web-space
home: https://truecharts.org/charts/incubator/lychee
home: https://truecharts.org/charts/dev/lychee
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lychee.png
keywords:
- lychee
- photo
- pictures
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -39,7 +39,7 @@ maintainers:
name: lychee
sources:
- https://github.com/LycheeOrg/Lychee
- https://github.com/truecharts/charts/tree/master/charts/incubator/lychee
- https://github.com/truecharts/charts/tree/master/charts/dev/lychee
- https://hub.docker.com/r/lycheeorg/lychee-laravel
type: application
version: 18.0.13
version: 18.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/lychee)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/lychee)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: smart
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,20 +18,20 @@ dependencies:
import-values: []
deprecated: false
description: Open source modular smart mirror platform.
home: https://truecharts.org/charts/incubator/magicmirror2
home: https://truecharts.org/charts/dev/magicmirror2
icon: https://truecharts.org/img/hotlink-ok/chart-icons/magicmirror2.png
keywords:
- magicmirror2
- iot
- smart
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: magicmirror2
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/magicmirror2
- https://github.com/truecharts/charts/tree/master/charts/dev/magicmirror2
- https://hub.docker.com/r/ich777/magic-mirror2
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/magicmirror2)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/magicmirror2)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: utility
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 2.0.4
dependencies:
@ -18,19 +18,19 @@ dependencies:
import-values: []
deprecated: false
description: MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application.
home: https://truecharts.org/charts/incubator/microbin
home: https://truecharts.org/charts/dev/microbin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/microbin.png
keywords:
- microbin
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: microbin
sources:
- https://hub.docker.com/r/danielszabo99/microbin
- https://github.com/szabodanika/microbin
- https://github.com/truecharts/charts/tree/master/charts/incubator/microbin
- https://github.com/truecharts/charts/tree/master/charts/dev/microbin
- https://hub.docker.com/r/danielszabo99/microbin
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/microbin)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/microbin)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: utility
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 0.13.2
dependencies:
@ -18,13 +18,13 @@ dependencies:
import-values: []
deprecated: false
description: All-in-one web-based development environment for machine learning
home: https://truecharts.org/charts/incubator/ml-workspace
home: https://truecharts.org/charts/dev/ml-workspace
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ml-workspace.png
keywords:
- machine
- learning
- ai
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -32,7 +32,12 @@ maintainers:
name: ml-workspace
sources:
- https://github.com/ml-tooling/ml-workspace
- https://github.com/truecharts/charts/tree/master/charts/incubator/ml-workspace
- https://github.com/truecharts/charts/tree/master/charts/dev/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace-r
- https://hub.docker.com/r/mltooling/ml-workspace-light
- https://hub.docker.com/r/mltooling/ml-workspace-gpu
- https://hub.docker.com/r/mltooling/ml-workspace-spark
- https://hub.docker.com/r/mltooling/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace-minimal
type: application
version: 6.0.13
version: 6.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/ml-workspace)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/ml-workspace)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: latest
dependencies:
@ -18,20 +18,20 @@ dependencies:
import-values: []
deprecated: false
description: Mocodo est un logiciel d'aide l'enseignement et la conception des bases de donnes relationnelles.
home: https://truecharts.org/charts/incubator/mocodo-mcd
home: https://truecharts.org/charts/dev/mocodo-mcd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mocodo-mcd.png
keywords:
- mocodo-mcd
- Productivity
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: mocodo-mcd
sources:
- https://hub.docker.com/r/olprog/mocodo
- https://rawgit.com/laowantong/mocodo/master/doc/fr_refman.html#utiliser_mocodo_en_ligne_de_commande
- https://github.com/truecharts/charts/tree/master/charts/incubator/mocodo-mcd
- https://github.com/truecharts/charts/tree/master/charts/dev/mocodo-mcd
- https://hub.docker.com/r/olprog/mocodo
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/mocodo-mcd)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/mocodo-mcd)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -3,9 +3,9 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: finance
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
truecharts.org/train: dev
apiVersion: v2
appVersion: 1.3.0
dependencies:
@ -18,20 +18,20 @@ dependencies:
import-values: []
deprecated: false
description: Money Balancer helps you to keep track of who paid for what and calculates your balance with all of your friends.
home: https://truecharts.org/charts/incubator/money-balancer
home: https://truecharts.org/charts/dev/money-balancer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/money-balancer.png
keywords:
- money
- balance
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: money-balancer
sources:
- https://ghcr.io/dorianim/money-balancer
- https://github.com/dorianim/money-balancer
- https://github.com/truecharts/charts/tree/master/charts/incubator/money-balancer
- https://github.com/truecharts/charts/tree/master/charts/dev/money-balancer
- https://ghcr.io/dorianim/money-balancer
type: application
version: 3.0.13
version: 3.0.14

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/money-balancer)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dev/money-balancer)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

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