Compare commits
3 Commits
adminer-7.
...
penpot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
730803ec50 | ||
|
|
6cd222b3ca | ||
|
|
6d55286655 |
@@ -2172,42 +2172,6 @@
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "nemesis1982",
|
||||
"name": "nemesis1982",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/139973370?v=4",
|
||||
"profile": "https://github.com/nemesis1982",
|
||||
"contributions": [
|
||||
"doc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "ekrunch",
|
||||
"name": "Ed P",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/13153293?v=4",
|
||||
"profile": "https://github.com/ekrunch",
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "fnadeau",
|
||||
"name": "Frédéric Nadeau",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/1904563?v=4",
|
||||
"profile": "https://github.com/fnadeau",
|
||||
"contributions": [
|
||||
"doc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "frapbod",
|
||||
"name": "frapbod",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/48932093?v=4",
|
||||
"profile": "https://github.com/frapbod",
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
}
|
||||
],
|
||||
"contributorsPerLine": 7,
|
||||
|
||||
6
.github/README.md
vendored
6
.github/README.md
vendored
@@ -96,7 +96,7 @@ A lot of our work is based on the great effort of others. We would love to exten
|
||||
## Contributors ✨
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors)
|
||||
[](#contributors)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||
@@ -408,10 +408,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||
<tr>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mruoss"><img src="https://avatars.githubusercontent.com/u/695307?v=4?s=100" width="100px;" alt="Michael Ruoss"/><br /><sub><b>Michael Ruoss</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=mruoss" title="Code">💻</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aronkahrs-us"><img src="https://avatars.githubusercontent.com/u/85702110?v=4?s=100" width="100px;" alt="Aron Kahrs"/><br /><sub><b>Aron Kahrs</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=aronkahrs-us" title="Code">💻</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nemesis1982"><img src="https://avatars.githubusercontent.com/u/139973370?v=4?s=100" width="100px;" alt="nemesis1982"/><br /><sub><b>nemesis1982</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=nemesis1982" title="Documentation">📖</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ekrunch"><img src="https://avatars.githubusercontent.com/u/13153293?v=4?s=100" width="100px;" alt="Ed P"/><br /><sub><b>Ed P</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=ekrunch" title="Code">💻</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/fnadeau"><img src="https://avatars.githubusercontent.com/u/1904563?v=4?s=100" width="100px;" alt="Frédéric Nadeau"/><br /><sub><b>Frédéric Nadeau</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=fnadeau" title="Documentation">📖</a></td>
|
||||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frapbod"><img src="https://avatars.githubusercontent.com/u/48932093?v=4?s=100" width="100px;" alt="frapbod"/><br /><sub><b>frapbod</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=frapbod" title="Code">💻</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
51
.github/renovate.json5
vendored
51
.github/renovate.json5
vendored
@@ -214,12 +214,12 @@
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^v(?<major>\\d{2})(?<minor>\\d{2})(?<patch>\\d{2})$",
|
||||
"matchPackageNames": ["photoprism"],
|
||||
"matchPackageNames": ["tccr.io/tccr/photoprism"],
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^v(?<major>\\d{4})-(?<minor>\\d{2})$",
|
||||
"matchPackageNames": ["rssbridge/rss-bridge"],
|
||||
"matchPackageNames": ["tccr.io/tccr/rss-bridge"],
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
@@ -227,6 +227,12 @@
|
||||
"matchPackagePrefixes": ["jupyter"],
|
||||
"groupName": "jupyter",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2})$",
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/jitsi"],
|
||||
"groupName": "jitsi",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["altran1502/immich"],
|
||||
@@ -264,7 +270,7 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["zabbix/zabbix"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/zabbix"],
|
||||
"groupName": "zabbix",
|
||||
},
|
||||
{
|
||||
@@ -274,7 +280,7 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["mltooling/ml-workspace"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/ml-workspace"],
|
||||
"groupName": "ml-workspace",
|
||||
},
|
||||
{
|
||||
@@ -294,12 +300,17 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["reallibrephotos/librephotos"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/mealie"],
|
||||
"groupName": "mealie",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/librephotos"],
|
||||
"groupName": "librephotos",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tombursch/kitchenowl"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/kitchenowl"],
|
||||
"groupName": "kitchenowl",
|
||||
},
|
||||
{
|
||||
@@ -309,27 +320,42 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["cwq1913/lama-cleaner"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/lama-cleaner"],
|
||||
"groupName": "lama-cleaner",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["docspell/"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/rickroll"],
|
||||
"groupName": "rickroll",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/scrypted"],
|
||||
"groupName": "scrypted",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/docspell"],
|
||||
"groupName": "docspell",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["datarhei/restreamer"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/restreamer"],
|
||||
"groupName": "restreamer",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["penpotapp/"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/penpot"],
|
||||
"groupName": "penpot",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["jasongdove/ersatztv"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/rdesktop"],
|
||||
"groupName": "rdesktop",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/ersatztv"],
|
||||
"groupName": "ersatztv",
|
||||
},
|
||||
// matchPackagePatterns
|
||||
@@ -361,7 +387,6 @@
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^stable-(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2}).*$",
|
||||
"matchPackagePatterns": ["^jitsi\\/.*$"],
|
||||
"groupName": "jitsi",
|
||||
"automerge": true,
|
||||
},
|
||||
{
|
||||
@@ -378,7 +403,7 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^\\d+-jammy-(?<compatibility>(full|lite))-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||
"versioning": "regex:^\\d*-jammy-(?<variant>.+)-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||
"matchPackagePatterns": ["^.+\\/koush\\/scrypted$"],
|
||||
"automerge": true,
|
||||
},
|
||||
|
||||
19
.github/scripts/install_dependencies.sh
vendored
19
.github/scripts/install_dependencies.sh
vendored
@@ -51,13 +51,12 @@ if [[ "$curr_chart" != "charts/operators/prometheus-operator" ]]; then
|
||||
echo "Done installing prometheus-operator chart"
|
||||
fi
|
||||
|
||||
if [[ "$curr_chart" != "charts/enterprise/traefik" ]]; then
|
||||
echo "Installing traefik chart"
|
||||
helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait \
|
||||
--set "service.main.type=ClusterIP" --set "service.tcp.type=ClusterIP"
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Failed to install traefik chart"
|
||||
exit 1
|
||||
fi
|
||||
echo "Done installing traefik chart"
|
||||
fi
|
||||
# if [[ "$curr_chart" != "charts/enterprise/traefik" ]]; then
|
||||
# echo "Installing traefik chart"
|
||||
# helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
|
||||
# if [[ "$?" != "0" ]]; then
|
||||
# echo "Failed to install traefik chart"
|
||||
# exit 1
|
||||
# fi
|
||||
# echo "Done installing traefik chart"
|
||||
# fi
|
||||
|
||||
2
.github/workflows/pr-validate.yaml
vendored
2
.github/workflows/pr-validate.yaml
vendored
@@ -81,7 +81,7 @@ jobs:
|
||||
with:
|
||||
github-token: "${{ secrets.PERS_PAT }}"
|
||||
- name: automerge
|
||||
uses: pascalgn/automerge-action@58724c982461efbb7865b3762d7bff0d4756f57a # v0.16.2
|
||||
uses: pascalgn/automerge-action@4346d0b231a3ff92a91b825b9e4a22370f0263af # v0.16.0
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
|
||||
UPDATE_RETRIES: 12
|
||||
|
||||
@@ -1,38 +1,38 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: clickhouse
|
||||
version: 10.2.7
|
||||
appVersion: 23.12.2.59
|
||||
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
home: https://truecharts.org/charts/dependency/clickhouse
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://clickhouse.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
|
||||
- https://hub.docker.com/r/clickhouse/clickhouse-server
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- database
|
||||
- clickhouse
|
||||
- sql
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
home: https://truecharts.org/charts/dependency/clickhouse
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png
|
||||
keywords:
|
||||
- database
|
||||
- clickhouse
|
||||
- sql
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: clickhouse
|
||||
sources:
|
||||
- https://clickhouse.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
|
||||
- https://hub.docker.com/r/clickhouse/clickhouse-server
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
type: application
|
||||
version: 10.2.9
|
||||
|
||||
@@ -1,37 +1,37 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: kube-state-metrics
|
||||
version: 6.1.7
|
||||
appVersion: 2.10.1
|
||||
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
|
||||
home: https://truecharts.org/charts/dependency/kube-state-metrics
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kube-state-metrics.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
|
||||
- https://hub.docker.com/r/bitnami/kube-state-metrics
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- prometheus
|
||||
- kube-state-metrics
|
||||
- monitoring
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
|
||||
home: https://truecharts.org/charts/dependency/kube-state-metrics
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kube-state-metrics.png
|
||||
keywords:
|
||||
- prometheus
|
||||
- kube-state-metrics
|
||||
- monitoring
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: kube-state-metrics
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
|
||||
- https://hub.docker.com/r/bitnami/kube-state-metrics
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
type: application
|
||||
version: 6.1.11
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: bitnami/kube-state-metrics
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.10.1@sha256:a81faf7b3134d558e7c9a6fc94a18823b31818315151f6e0680b216b50d45f93
|
||||
tag: 2.10.1@sha256:f50b6a0b91236c06c06643b5928fa47bef71a88765fba971023dd94ff4bffc7f
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
@@ -1,41 +1,41 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: mariadb
|
||||
version: 12.1.6
|
||||
appVersion: 11.2.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
home: https://truecharts.org/charts/dependency/mariadb
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
|
||||
- https://hub.docker.com/r/bitnami/mariadb
|
||||
- https://github.com/bitnami/bitnami-docker-mariadb
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- mariadb
|
||||
- mysql
|
||||
- database
|
||||
- sql
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: mariadb
|
||||
sources:
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
- https://github.com/bitnami/bitnami-docker-mariadb
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
|
||||
- https://hub.docker.com/r/bitnami/mariadb
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
type: application
|
||||
version: 12.1.9
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: bitnami/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 11.2.2@sha256:5802a5eb705ba96e36300da7abacfa2a1f9f55887943de2c1bedab1dad83ac96
|
||||
tag: 11.2.2@sha256:a095ab826c977ef12e06ff0004fd788f6ef10c1d066590c8e110c9d0be868127
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
@@ -1,38 +1,38 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.23
|
||||
name: memcached
|
||||
version: 11.1.6
|
||||
appVersion: 1.6.22
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
home: https://truecharts.org/charts/dependency/memcached
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
|
||||
- https://hub.docker.com/r/bitnami/memcached
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- memcached
|
||||
- database
|
||||
- cache
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
home: https://truecharts.org/charts/dependency/memcached
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png
|
||||
keywords:
|
||||
- memcached
|
||||
- database
|
||||
- cache
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: memcached
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
|
||||
- https://hub.docker.com/r/bitnami/memcached
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
type: application
|
||||
version: 11.1.10
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: bitnami/memcached
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.6.23@sha256:02c381b5a02ede70d1a3941a41bd5874d6a0653f12a2743dfe556d51cbe135b2
|
||||
tag: 1.6.22@sha256:f7f5768ac781be374fbb550004dfa7755a4d10e66e3811725b3daa6958e636ff
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
@@ -1,39 +1,39 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: mongodb
|
||||
version: 11.1.8
|
||||
appVersion: 7.0.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
home: https://truecharts.org/charts/dependency/mongodb
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png
|
||||
keywords:
|
||||
- mongodb
|
||||
- database
|
||||
- nosql
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: mongodb
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://www.mongodb.com
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
|
||||
- https://hub.docker.com/r/bitnami/mongodb
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- mongodb
|
||||
- database
|
||||
- nosql
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
type: application
|
||||
version: 11.1.13
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: bitnami/mongodb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 7.0.5@sha256:83310c1942e49158ae6781b1d705921dee0254faa36f4cc1a8b97e0224241148
|
||||
tag: 7.0.5@sha256:b3a1e458fd499aabec8614fc7d2b2b847bde24454bfe55572e18eacfd9716bd4
|
||||
workload:
|
||||
main:
|
||||
replicas: 1
|
||||
|
||||
@@ -1,37 +1,37 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: node-exporter
|
||||
version: 6.1.7
|
||||
appVersion: 1.7.0
|
||||
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
|
||||
home: https://truecharts.org/charts/dependency/node-exporter
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-exporter.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
|
||||
- https://hub.docker.com/r/bitnami/node-exporter
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- prometheus
|
||||
- node-exporter
|
||||
- monitoring
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
|
||||
home: https://truecharts.org/charts/dependency/node-exporter
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-exporter.png
|
||||
keywords:
|
||||
- prometheus
|
||||
- node-exporter
|
||||
- monitoring
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: node-exporter
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
|
||||
- https://hub.docker.com/r/bitnami/node-exporter
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
type: application
|
||||
version: 6.1.11
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: bitnami/node-exporter
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.7.0@sha256:9c59d0bc9428d2b8505a6ce60e0c8bbc2bd95c78be9ec040470533dd2d0ffdd1
|
||||
tag: 1.7.0@sha256:20965dc70c253072e2841aface5d9f24a66c0261d820d16581a1b2e97a3d6a3b
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
@@ -1,38 +1,38 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
appVersion: 7.2.4
|
||||
name: redis
|
||||
version: 11.1.6
|
||||
appVersion: 7.2.3
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://truecharts.org/charts/dependency/redis
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
|
||||
- https://hub.docker.com/r/bitnami/redis
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- redis
|
||||
- keyvalue
|
||||
- database
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://truecharts.org/charts/dependency/redis
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png
|
||||
keywords:
|
||||
- redis
|
||||
- keyvalue
|
||||
- database
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: redis
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
|
||||
- https://hub.docker.com/r/bitnami/redis
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: database
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
type: application
|
||||
version: 11.1.12
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: bitnami/redis
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 7.2.4@sha256:aac85a042d39070f3785c1b50292d30b5be0d076110c1b75e7085e369324b206
|
||||
tag: 7.2.3@sha256:9ac3bbf7740969d32689e360ddcfa5f672538c47f6f6cf296173c3078de0edf2
|
||||
workload:
|
||||
main:
|
||||
replicas: 1
|
||||
|
||||
@@ -1,38 +1,38 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: search
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
appVersion: 9.4.1
|
||||
name: solr
|
||||
version: 9.1.6
|
||||
appVersion: 9.4.0
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/charts/dependency/solr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/apache/solr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
|
||||
- https://hub.docker.com/r/bitnami/solr
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- solr
|
||||
- apache
|
||||
- search
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/charts/dependency/solr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png
|
||||
keywords:
|
||||
- solr
|
||||
- apache
|
||||
- search
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: solr
|
||||
sources:
|
||||
- https://github.com/apache/solr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
|
||||
- https://hub.docker.com/r/bitnami/solr
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: search
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dependency
|
||||
type: application
|
||||
version: 9.1.9
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: bitnami/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.4.1@sha256:b1563d44664a0b287e8967de45535a5c73766d4aed3dcd7ab49318a4bc61fa54
|
||||
tag: 9.4.0@sha256:2ea44811d297c527c9dd89c766184916b952de56bb023b2e4c13697197e96d8e
|
||||
workload:
|
||||
main:
|
||||
replicas: 1
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: notifications
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: apprise-api
|
||||
version: 4.0.14
|
||||
appVersion: 0.9.7
|
||||
description: Push notifications that work with just about every platform!
|
||||
home: https://truecharts.org/charts/incubator/apprise-api
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/caronc/apprise-api
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api
|
||||
- https://hub.docker.com/r/caronc/apprise
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- apprise-api
|
||||
- notifications
|
||||
- usenet
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,23 +27,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Push notifications that work with just about every platform!
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: apprise-api
|
||||
sources:
|
||||
- https://github.com/caronc/apprise-api
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/apprise-api
|
||||
- https://hub.docker.com/r/caronc/apprise
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: notifications
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 4.0.15
|
||||
|
||||
@@ -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/dev/apprise-api)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: appsmith
|
||||
version: 6.0.14
|
||||
appVersion: 1.9.57
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
|
||||
- https://hub.docker.com/r/appsmith/appsmith-ce
|
||||
- https://github.com/appsmithorg/appsmith
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- appsmith
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -23,21 +32,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/appsmith
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png
|
||||
keywords:
|
||||
- appsmith
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: appsmith
|
||||
sources:
|
||||
- https://github.com/appsmithorg/appsmith
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/appsmith
|
||||
- https://hub.docker.com/r/appsmith/appsmith-ce
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 6.0.15
|
||||
|
||||
@@ -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/dev/appsmith)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
appVersion: 2023.12.18
|
||||
name: awesome-ttrss
|
||||
version: 4.0.4
|
||||
appVersion: latest-2023-12-18
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/awesome-ttrss.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/HenryQW/Awesome-TTRSS
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/awesome-ttrss
|
||||
- https://hub.docker.com/r/wangqiru/ttrss
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- tt-rss
|
||||
- awesome-ttrss
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,22 +26,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: awesome-ttrss
|
||||
sources:
|
||||
- https://github.com/HenryQW/Awesome-TTRSS
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/awesome-ttrss
|
||||
- https://hub.docker.com/r/wangqiru/ttrss
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 4.0.5
|
||||
|
||||
@@ -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/dev/awesome-ttrss)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Crypto
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: btdex
|
||||
version: 3.0.13
|
||||
appVersion: latest
|
||||
description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart.
|
||||
home: https://truecharts.org/charts/incubator/btdex
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/btdex.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/btdex
|
||||
- https://hub.docker.com/r/furritos/docker-btdex
|
||||
- https://btdex.trade/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- btdex
|
||||
- Crypto
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,22 +26,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: btdex
|
||||
sources:
|
||||
- https://btdex.trade/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/btdex
|
||||
- https://hub.docker.com/r/furritos/docker-btdex
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Crypto
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.14
|
||||
|
||||
@@ -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/dev/btdex)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,27 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Productivity
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: cadquery-jupyter
|
||||
version: 3.0.13
|
||||
appVersion: 3.5.2
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-jupyter.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/bernhard-42/jupyter-cadquery
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-jupyter
|
||||
- https://hub.docker.com/r/bwalter42/jupyter_cadquery
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- cadquery-jupyter
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
- Network-Web
|
||||
- Network-Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,26 +30,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
|
||||
home: https://truecharts.org/charts/dev/cadquery-jupyter
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-jupyter.png
|
||||
keywords:
|
||||
- cadquery-jupyter
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
- Network-Web
|
||||
- Network-Other
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cadquery-jupyter
|
||||
sources:
|
||||
- https://github.com/bernhard-42/jupyter-cadquery
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/cadquery-jupyter
|
||||
- https://hub.docker.com/r/bwalter42/jupyter_cadquery
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.14
|
||||
|
||||
@@ -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/dev/cadquery-jupyter)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: monitoring
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: checkmk
|
||||
version: 1.0.13
|
||||
appVersion: 2.2.0
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/checkmk.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/tribe29/checkmk
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/checkmk
|
||||
- https://hub.docker.com/r/checkmk/check-mk-raw
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- checkmk
|
||||
- monitoring
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,22 +26,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/checkmk
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/checkmk.png
|
||||
keywords:
|
||||
- checkmk
|
||||
- monitoring
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: checkmk
|
||||
sources:
|
||||
- https://github.com/tribe29/checkmk
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/checkmk
|
||||
- https://hub.docker.com/r/checkmk/check-mk-raw
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: monitoring
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 1.0.14
|
||||
|
||||
@@ -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/dev/checkmk)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: bookmark
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: cherry
|
||||
version: 3.0.13
|
||||
appVersion: 0.0.7
|
||||
description: An open source self-hosted bookmark service
|
||||
home: https://truecharts.org/charts/incubator/cherry
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cherry
|
||||
- https://hub.docker.com/r/haishanh/cherry
|
||||
- https://github.com/haishanh/cherry
|
||||
- https://cherry.haishan.me/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- bookmark
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,22 +26,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: An open source self-hosted bookmark service
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cherry
|
||||
sources:
|
||||
- https://cherry.haishan.me/
|
||||
- https://github.com/haishanh/cherry
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/cherry
|
||||
- https://hub.docker.com/r/haishanh/cherry
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: bookmark
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.14
|
||||
|
||||
@@ -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/dev/cherry)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: cleanarr
|
||||
version: 3.0.14
|
||||
appVersion: 2.5.1
|
||||
description: A simple UI to help find and delete duplicate and sample files from your Plex server.
|
||||
home: https://truecharts.org/charts/incubator/cleanarr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cleanarr
|
||||
- https://hub.docker.com/r/selexin/cleanarr
|
||||
- https://github.com/se1exin/cleanarr
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- cleanarr
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,21 +25,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/cleanarr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png
|
||||
keywords:
|
||||
- cleanarr
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cleanarr
|
||||
sources:
|
||||
- https://github.com/se1exin/cleanarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/cleanarr
|
||||
- https://hub.docker.com/r/selexin/cleanarr
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.15
|
||||
|
||||
@@ -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/dev/cleanarr)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Cloud
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: cloudbeaver
|
||||
version: 4.0.14
|
||||
appVersion: 23.3.1
|
||||
description: Cloud Database Manager (Official Chart)
|
||||
home: https://truecharts.org/charts/incubator/cloudbeaver
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudbeaver.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/dbeaver/cloudbeaver
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cloudbeaver
|
||||
- https://hub.docker.com/r/dbeaver/cloudbeaver
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- cloudbeaver
|
||||
- Cloud
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,23 +27,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Cloud Database Manager (Official Chart)
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cloudbeaver
|
||||
sources:
|
||||
- https://github.com/dbeaver/cloudbeaver
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/cloudbeaver
|
||||
- https://hub.docker.com/r/dbeaver/cloudbeaver
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Cloud
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 4.0.15
|
||||
|
||||
@@ -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/dev/cloudbeaver)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: MediaApp-Other
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: conreq
|
||||
version: 3.0.14
|
||||
appVersion: latest
|
||||
description: Conreq, a Content Requesting platform.
|
||||
home: https://truecharts.org/charts/incubator/conreq
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/conreq.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hotio.dev/containers/conreq
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/conreq
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- conreq
|
||||
- MediaApp-Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,21 +25,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Conreq, a Content Requesting platform.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: conreq
|
||||
sources:
|
||||
- https://hotio.dev/containers/conreq
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/conreq
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
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/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.15
|
||||
|
||||
@@ -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/dev/conreq)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: coupon-store
|
||||
version: 4.0.13
|
||||
appVersion: 1.3.0
|
||||
description: A home for all your coupons and loyalty cards.
|
||||
home: https://truecharts.org/charts/incubator/coupon-store
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store
|
||||
- https://hub.docker.com/r/metikular/coupon-store
|
||||
- https://github.com/linuxserver/docker-airsonic
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- coupons
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,21 +25,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: A home for all your coupons and loyalty cards.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: coupon-store
|
||||
sources:
|
||||
- https://github.com/linuxserver/docker-airsonic
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/coupon-store
|
||||
- https://hub.docker.com/r/metikular/coupon-store
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 4.0.14
|
||||
|
||||
@@ -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/dev/coupon-store)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "false"
|
||||
truecharts.org/category: CSI
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: csi-driver-nfs
|
||||
version: 1.0.15
|
||||
appVersion: latest
|
||||
description: csi-driver-nfs is a nfs CSI driver for kubernetes
|
||||
home: https://truecharts.org/charts/incubator/csi-driver-nfs
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/csi-driver-nfs.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://cert-manager.io/
|
||||
- https://github.com/cert-manager
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/csi-driver-nfs
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- csi-driver-nfs
|
||||
- backup
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -23,23 +33,12 @@ dependencies:
|
||||
alias: csi-driver-nfs
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: csi-driver-nfs is a nfs CSI driver for kubernetes
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: csi-driver-nfs
|
||||
sources:
|
||||
- https://github.com/cert-manager
|
||||
- https://cert-manager.io/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/csi-driver-nfs
|
||||
- https://github.com/truecharts/containers/tree/master/apps/alpine
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "false"
|
||||
truecharts.org/category: CSI
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 1.0.16
|
||||
|
||||
@@ -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/dev/csi-driver-nfs)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: cups-server
|
||||
version: 5.0.13
|
||||
appVersion: latest
|
||||
description: CUPS printing server
|
||||
home: https://truecharts.org/charts/incubator/cups-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cups-server.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cups-server
|
||||
- https://hub.docker.com/r/ydkn/cups
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- print
|
||||
- cups
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,21 +25,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: CUPS printing 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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cups-server
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/cups-server
|
||||
- https://hub.docker.com/r/ydkn/cups
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 5.0.14
|
||||
|
||||
@@ -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/dev/cups-server)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,21 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: incubator
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: darktable
|
||||
version: 7.0.13
|
||||
appVersion: 4.0.1
|
||||
description: Darktable is an open source photography workflow application and raw developer.
|
||||
home: https://truecharts.org/charts/incubator/darktable
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/darktable.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/darktable
|
||||
- https://ghcr.io/linuxserver/darktable
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- darktable
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,20 +24,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Darktable is an open source photography workflow application and raw developer.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: darktable
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/darktable
|
||||
- https://ghcr.io/linuxserver/darktable
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: incubator
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 7.0.14
|
||||
|
||||
@@ -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/dev/darktable)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: drone-runner
|
||||
version: 4.0.13
|
||||
appVersion: 1.0.0
|
||||
description: Drone by Harness™ is a modern Continuous Integration platform
|
||||
home: https://truecharts.org/charts/incubator/drone-runner
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/drone-runner.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/drone-runner
|
||||
- https://hub.docker.com/r/drone/drone-runner-kube
|
||||
- https://docs.drone.io
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- drone
|
||||
- productivity
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,22 +26,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Drone by Harness™ is a modern Continuous Integration platform
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: drone-runner
|
||||
sources:
|
||||
- https://docs.drone.io
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/drone-runner
|
||||
- https://hub.docker.com/r/drone/drone-runner-kube
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 4.0.14
|
||||
|
||||
@@ -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/dev/drone-runner)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: dsmr-reader
|
||||
version: 13.0.13
|
||||
appVersion: 2021.09.02
|
||||
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
||||
home: https://truecharts.org/charts/incubator/dsmr-reader
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dsmr-reader.png
|
||||
deprecated: false
|
||||
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://hub.docker.com/r/xirixiz/dsmr-reader-docker
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- dsmr-reader
|
||||
- energy
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,23 +27,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
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/dev/dsmr-reader
|
||||
- https://hub.docker.com/r/xirixiz/dsmr-reader-docker
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 13.0.14
|
||||
|
||||
@@ -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/dev/dsmr-reader)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: dupeguru
|
||||
version: 5.0.14
|
||||
appVersion: 23.11.3
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dupeguru.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/jlesage/docker-dupeguru
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/dupeguru
|
||||
- https://hub.docker.com/r/jlesage/dupeguru
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- dedupe
|
||||
- dupeguru
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,22 +26,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/dupeguru
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dupeguru.png
|
||||
keywords:
|
||||
- dedupe
|
||||
- dupeguru
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: dupeguru
|
||||
sources:
|
||||
- https://github.com/jlesage/docker-dupeguru
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/dupeguru
|
||||
- https://hub.docker.com/r/jlesage/dupeguru
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 5.0.15
|
||||
|
||||
@@ -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/dev/dupeguru)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: MediaServer-Video
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: dvblink
|
||||
version: 3.0.13
|
||||
appVersion: latest
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dvblink.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/chvb/docker-dvblink
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/dvblink
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- dvblink
|
||||
- MediaServer-Video
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,21 +25,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/dvblink
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dvblink.png
|
||||
keywords:
|
||||
- dvblink
|
||||
- MediaServer-Video
|
||||
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
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
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/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.14
|
||||
|
||||
@@ -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/dev/dvblink)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,26 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Productivity
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: euterpe
|
||||
version: 4.0.13
|
||||
appVersion: 1.5.4
|
||||
description: Self-hosted streaming service for music, formerly known as HTTP Media Server.
|
||||
home: https://truecharts.org/charts/incubator/euterpe
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/euterpe.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/ironsmile/euterpe
|
||||
- https://github.com/ironsmile/euterpe
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/euterpe
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- euterpe
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- MediaApp-Music
|
||||
- MediaServer-Music
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,25 +29,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Self-hosted streaming service for music, formerly known as HTTP Media Server.
|
||||
home: https://truecharts.org/charts/dev/euterpe
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/euterpe.png
|
||||
keywords:
|
||||
- euterpe
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- MediaApp-Music
|
||||
- MediaServer-Music
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: euterpe
|
||||
sources:
|
||||
- https://github.com/ironsmile/euterpe
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/euterpe
|
||||
- https://hub.docker.com/r/ironsmile/euterpe
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 4.0.14
|
||||
|
||||
@@ -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/dev/euterpe)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: fancyindex
|
||||
version: 4.0.13
|
||||
appVersion: latest
|
||||
description: Fancyindex provides a lightweight nginx directory listing with theming support
|
||||
home: https://truecharts.org/charts/incubator/fancyindex
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fancyindex.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/xal3xhx/fancyindex
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/fancyindex
|
||||
- https://hub.docker.com/r/xal3xhx/fancy
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- fancyindex
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,21 +25,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Fancyindex provides a lightweight nginx directory listing with theming support
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: fancyindex
|
||||
sources:
|
||||
- https://github.com/xal3xhx/fancyindex
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/fancyindex
|
||||
- https://hub.docker.com/r/xal3xhx/fancy
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 4.0.14
|
||||
|
||||
@@ -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/dev/fancyindex)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Productivity
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: ferdi-client
|
||||
version: 3.0.14
|
||||
appVersion: latest
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-client.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://getferdi.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/ferdi-client
|
||||
- https://hub.docker.com/r/ich777/ferdi-client
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- ferdi-client
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,23 +27,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: ferdi-client
|
||||
sources:
|
||||
- https://getferdi.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/ferdi-client
|
||||
- https://hub.docker.com/r/ich777/ferdi-client
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.15
|
||||
|
||||
@@ -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/dev/ferdi-client)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,26 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Cloud
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: filegator
|
||||
version: 3.0.13
|
||||
appVersion: latest
|
||||
description: FileGator is a free, open-source, self-hosted web application for managing files and folders.
|
||||
home: https://truecharts.org/charts/incubator/filegator
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/filegator.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/filegator/filegator
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/filegator
|
||||
- https://hub.docker.com/r/maxime1907/filegator
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- filegator
|
||||
- Cloud
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- Network-FTP
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,25 +29,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/filegator
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/filegator.png
|
||||
keywords:
|
||||
- filegator
|
||||
- Cloud
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- Network-FTP
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: filegator
|
||||
sources:
|
||||
- https://github.com/filegator/filegator
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/filegator
|
||||
- https://hub.docker.com/r/maxime1907/filegator
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Cloud
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.14
|
||||
|
||||
@@ -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/dev/filegator)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,27 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Cloud
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: flashpaper
|
||||
version: 5.0.13
|
||||
appVersion: latest
|
||||
description: One-time encrypted password/secret sharing
|
||||
home: https://truecharts.org/charts/incubator/flashpaper
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/AndrewPaglusch/FlashPaper
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper
|
||||
- https://hub.docker.com/r/andrewpaglusch/flashpaper
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- flashpaper
|
||||
- Cloud
|
||||
- Productivity
|
||||
- Security
|
||||
- Tools-Utilities
|
||||
- Network-Web
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,26 +30,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: One-time encrypted password/secret sharing
|
||||
home: https://truecharts.org/charts/dev/flashpaper
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.png
|
||||
keywords:
|
||||
- flashpaper
|
||||
- Cloud
|
||||
- Productivity
|
||||
- Security
|
||||
- Tools-Utilities
|
||||
- Network-Web
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: flashpaper
|
||||
sources:
|
||||
- https://github.com/AndrewPaglusch/FlashPaper
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/flashpaper
|
||||
- https://hub.docker.com/r/andrewpaglusch/flashpaper
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Cloud
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 5.0.14
|
||||
|
||||
@@ -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/dev/flashpaper)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: flemarr
|
||||
version: 3.0.13
|
||||
appVersion: latest
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flemarr.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/flemarr
|
||||
- https://hub.docker.com/r/pierremesure/flemmarr
|
||||
- https://github.com/Flemmarr/Flemmarr
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- flemarr
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,21 +25,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/flemarr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flemarr.png
|
||||
keywords:
|
||||
- flemarr
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: flemarr
|
||||
sources:
|
||||
- https://github.com/Flemmarr/Flemmarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/flemarr
|
||||
- https://hub.docker.com/r/pierremesure/flemmarr
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.14
|
||||
|
||||
@@ -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/dev/flemarr)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,26 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: focalboard
|
||||
version: 14.0.13
|
||||
appVersion: 7.11.4
|
||||
description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
|
||||
home: https://truecharts.org/charts/incubator/focalboard
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/focalboard.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/FlipEnergy/container-images/blob/main/focalboard
|
||||
- https://www.focalboard.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/focalboard
|
||||
- https://hub.docker.com/r/mattermost/focalboard
|
||||
- https://github.com/mattermost/focalboard
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- focalboard
|
||||
- kanban
|
||||
- project management
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,25 +29,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: focalboard
|
||||
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/dev/focalboard
|
||||
- https://hub.docker.com/r/mattermost/focalboard
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 14.0.14
|
||||
|
||||
@@ -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/dev/focalboard)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Downloaders
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: go-auto-yt
|
||||
version: 3.0.14
|
||||
appVersion: stable
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-auto-yt.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/go-auto-yt
|
||||
- https://hub.docker.com/r/xiovv/go-auto-yt
|
||||
- https://github.com/XiovV/go-auto-yt
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- go-auto-yt
|
||||
- Downloaders
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,23 +27,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: go-auto-yt
|
||||
sources:
|
||||
- https://github.com/XiovV/go-auto-yt
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/go-auto-yt
|
||||
- https://hub.docker.com/r/xiovv/go-auto-yt
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Downloaders
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.15
|
||||
|
||||
@@ -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/dev/go-auto-yt)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Backup
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: google-cloud-storage-backup
|
||||
version: 3.0.13
|
||||
appVersion: latest
|
||||
description: |
|
||||
A simple way to backup important files to Google Cloud Storage.
|
||||
home: https://truecharts.org/charts/incubator/google-cloud-storage-backup
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/google-cloud-storage-backup.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/google-cloud-storage-backup
|
||||
- https://hub.docker.com/r/vinid223/gcloud-storage-backup
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- google-cloud-storage-backup
|
||||
- Backup
|
||||
- Cloud
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,23 +27,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: |
|
||||
A simple way to backup important files to Google Cloud Storage.
|
||||
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'
|
||||
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/dev/google-cloud-storage-backup
|
||||
- https://hub.docker.com/r/vinid223/gcloud-storage-backup
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Backup
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.14
|
||||
|
||||
@@ -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/dev/google-cloud-storage-backup)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: notifications
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: gotify
|
||||
version: 14.0.13
|
||||
appVersion: 2.4.0
|
||||
description: A simple server for sending and receiving messages.
|
||||
home: https://truecharts.org/charts/incubator/gotify
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/gotify/server
|
||||
- https://gotify.net/
|
||||
- https://github.com/gotify/server
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/gotify
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- gotify
|
||||
- notifications
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,23 +27,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: A simple server for sending and receiving messages.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: gotify
|
||||
sources:
|
||||
- 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
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: notifications
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 14.0.14
|
||||
|
||||
@@ -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/dev/gotify)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,21 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: incubator
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: habridge
|
||||
version: 6.0.13
|
||||
appVersion: 5.4.1
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/habridge.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/habridge
|
||||
- https://ghcr.io/linuxserver/habridge
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- habridge
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,20 +24,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/habridge
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/habridge.png
|
||||
keywords:
|
||||
- habridge
|
||||
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/dev/habridge
|
||||
- https://ghcr.io/linuxserver/habridge
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: incubator
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 6.0.14
|
||||
|
||||
@@ -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/dev/habridge)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,25 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: icantbelieveitsnotvaletudo
|
||||
version: 8.0.13
|
||||
appVersion: 2021.2.1
|
||||
description: Create live map data from Valetudo powered robots
|
||||
home: https://truecharts.org/charts/incubator/icantbelieveitsnotvaletudo
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/icantbelieveitsnotvaletudo.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/pmaksymiuk/icantbelieveitsnotvaletudo
|
||||
- https://github.com/Hypfer/ICantBelieveItsNotValetudo
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/icantbelieveitsnotvaletudo
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- icantbelieveitsnotvaletudo
|
||||
- MQTT
|
||||
- valetudo
|
||||
- iot
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,24 +28,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Create live map data from Valetudo powered robots
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: icantbelieveitsnotvaletudo
|
||||
sources:
|
||||
- https://github.com/Hypfer/ICantBelieveItsNotValetudo
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/icantbelieveitsnotvaletudo
|
||||
- https://hub.docker.com/r/pmaksymiuk/icantbelieveitsnotvaletudo
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 8.0.14
|
||||
|
||||
@@ -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/dev/icantbelieveitsnotvaletudo)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: monitoring
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: icinga2
|
||||
version: 8.0.13
|
||||
appVersion: 2.14.0
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/icinga2.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://icinga.com/
|
||||
- https://github.com/jjethwa/icinga2
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/icinga2
|
||||
- https://hub.docker.com/r/jordan/icinga2
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- icinga2
|
||||
- monitoring
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -23,23 +34,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/icinga2
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/icinga2.png
|
||||
keywords:
|
||||
- icinga2
|
||||
- monitoring
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: icinga2
|
||||
sources:
|
||||
- https://github.com/jjethwa/icinga2
|
||||
- https://icinga.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/icinga2
|
||||
- https://hub.docker.com/r/jordan/icinga2
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: monitoring
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 8.0.14
|
||||
|
||||
@@ -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/dev/icinga2)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: work
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: jitsi
|
||||
version: 3.0.13
|
||||
appVersion: stable-8960
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jitsi.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/jitsi
|
||||
- https://hub.docker.com/r/jitsi/prosody
|
||||
- https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start
|
||||
- https://jitsi.org
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- jitsi
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,25 +26,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/jitsi
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jitsi.png
|
||||
keywords:
|
||||
- jitsi
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: jitsi
|
||||
sources:
|
||||
- https://jitsi.org
|
||||
- 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
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: work
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.14
|
||||
|
||||
@@ -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/dev/jitsi)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: jump
|
||||
version: 3.0.13
|
||||
appVersion: 1.3.2
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jump.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/daledavies/jump
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/jump
|
||||
- https://hub.docker.com/r/daledavies/jump
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- dashboard
|
||||
- jump
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,22 +26,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/jump
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jump.png
|
||||
keywords:
|
||||
- dashboard
|
||||
- jump
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: jump
|
||||
sources:
|
||||
- https://github.com/daledavies/jump
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/jump
|
||||
- https://hub.docker.com/r/daledavies/jump
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.0.14
|
||||
|
||||
@@ -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/dev/jump)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,25 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: koel
|
||||
version: 8.0.13
|
||||
appVersion: latest
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/koel.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/koel/docker
|
||||
- https://github.com/koel/koel
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/koel
|
||||
- https://hub.docker.com/r/phanan/koel
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- koel
|
||||
- music
|
||||
- stream
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -23,24 +35,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/koel
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/koel.png
|
||||
keywords:
|
||||
- koel
|
||||
- music
|
||||
- stream
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: koel
|
||||
sources:
|
||||
- https://github.com/koel/koel
|
||||
- https://github.com/koel/docker
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/koel
|
||||
- https://hub.docker.com/r/phanan/koel
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 8.0.14
|
||||
|
||||
@@ -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/dev/koel)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: kutt
|
||||
version: 8.0.13
|
||||
appVersion: 2.7.4
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kutt.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/thedevs-network/kutt
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/kutt
|
||||
- https://hub.docker.com/r/kutt/kutt
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- kutt
|
||||
- link
|
||||
- short
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -23,23 +34,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
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/dev/kutt
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kutt.png
|
||||
keywords:
|
||||
- kutt
|
||||
- link
|
||||
- short
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: kutt
|
||||
sources:
|
||||
- https://github.com/thedevs-network/kutt
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/kutt
|
||||
- https://hub.docker.com/r/kutt/kutt
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 8.0.14
|
||||
|
||||
@@ -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/dev/kutt)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: management
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: leantime
|
||||
version: 9.0.14
|
||||
appVersion: 2.4.8
|
||||
description: Straightforward open source project management system to make your ideas reality.
|
||||
home: https://truecharts.org/charts/incubator/leantime
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/leantime.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://leantime.io/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/leantime
|
||||
- https://hub.docker.com/r/leantime/leantime
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- leantime
|
||||
- project
|
||||
- management
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -23,23 +34,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Straightforward open source project management system to make your ideas reality.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: leantime
|
||||
sources:
|
||||
- https://leantime.io/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/leantime
|
||||
- https://hub.docker.com/r/leantime/leantime
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: management
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 9.0.15
|
||||
|
||||
@@ -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/dev/leantime)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,21 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: lenpaste
|
||||
version: 4.0.13
|
||||
appVersion: 1.1.1
|
||||
description: Lenpaste is a web service that allows you to share notes anonymously
|
||||
home: https://truecharts.org/charts/incubator/lenpaste
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lenpaste.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://git.lcomrade.su/root/lenpaste
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/lenpaste
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- lenpaste
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,20 +24,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Lenpaste is a web service that allows you to share notes anonymously
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: lenpaste
|
||||
sources:
|
||||
- https://git.lcomrade.su/root/lenpaste
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/lenpaste
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 4.0.14
|
||||
|
||||
@@ -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/dev/lenpaste)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,21 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: incubator
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: libreoffice
|
||||
version: 6.0.13
|
||||
appVersion: 7.5.5
|
||||
description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org.
|
||||
home: https://truecharts.org/charts/incubator/libreoffice
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreoffice.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/libreoffice
|
||||
- https://ghcr.io/linuxserver/libreoffice
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- libreoffice
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,20 +24,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: libreoffice
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/libreoffice
|
||||
- https://ghcr.io/linuxserver/libreoffice
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: incubator
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 6.0.14
|
||||
|
||||
@@ -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/dev/libreoffice)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
appVersion: 1.13.0
|
||||
name: linkace
|
||||
version: 9.0.13
|
||||
appVersion: 1.13.0-simple
|
||||
description: Your self-hosted bookmark archive. Free and open source.
|
||||
home: https://truecharts.org/charts/incubator/linkace
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkace.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/linkace
|
||||
- https://hub.docker.com/r/linkace/linkace
|
||||
- https://github.com/linkace/linkace
|
||||
- https://www.linkace.org/docs/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- linkace
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -30,22 +40,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Your self-hosted bookmark archive. Free and open source.
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: linkace
|
||||
sources:
|
||||
- https://github.com/linkace/linkace
|
||||
- https://www.linkace.org/docs/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/linkace
|
||||
- https://hub.docker.com/r/linkace/linkace
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 9.0.14
|
||||
|
||||
@@ -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/dev/linkace)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
@@ -1,13 +1,23 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Tools-Utilities
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: livebook
|
||||
version: 3.1.0
|
||||
appVersion: 0.12.1
|
||||
description: Livebook is a web application for writing interactive and collaborative code notebooks for Elixir
|
||||
home: https://truecharts.org/charts/incubator/livebook
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/livebook.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://livebook.dev/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/livebook
|
||||
- https://ghcr.io/livebook-dev/livebook
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- livebook
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -16,22 +26,12 @@ dependencies:
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Livebook is a web application for writing interactive and collaborative code notebooks for Elixir
|
||||
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'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: livebook
|
||||
sources:
|
||||
- https://livebook.dev/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/livebook
|
||||
- https://ghcr.io/livebook-dev/livebook
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
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/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
version: 3.1.1
|
||||
|
||||
@@ -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/dev/livebook)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/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)**
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user