Compare commits

..

3 Commits

Author SHA1 Message Date
Kjeld Schouten
730803ec50 no message 2024-01-09 19:25:12 +01:00
Kjeld Schouten
6cd222b3ca bump 2024-01-09 13:27:54 +01:00
Kjeld Schouten
6d55286655 feat(penpot): cleanup penpot and add to incubator 2024-01-09 13:26:35 +01:00
987 changed files with 24460 additions and 28356 deletions

View File

@@ -2172,15 +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"
]
}
],
"contributorsPerLine": 7,

3
.github/README.md vendored
View File

@@ -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 -->
[![All Contributors](https://img.shields.io/badge/all_contributors-234-orange.svg?style=for-the-badge)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-233-orange.svg?style=for-the-badge)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -408,7 +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>
</tr>
</tbody>
</table>

View File

@@ -211,21 +211,15 @@
"versioning": "regex:^(?<major>14)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"matchPackageNames": ["tccr.io/tccr/postgresql"],
},
{
"matchDatasources": ["docker"],
"versioning": "regex:^18-jammy-(full|lite)-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"matchPackageNames": ["koush/scrypted"],
"groupName": "scrypted"
},
{
"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"],
@@ -233,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"],
@@ -270,7 +270,7 @@
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["zabbix/zabbix"],
"matchPackagePrefixes": ["tccr.io/tccr/zabbix"],
"groupName": "zabbix",
},
{
@@ -280,7 +280,7 @@
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["mltooling/ml-workspace"],
"matchPackagePrefixes": ["tccr.io/tccr/ml-workspace"],
"groupName": "ml-workspace",
},
{
@@ -300,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",
},
{
@@ -315,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
@@ -367,7 +387,6 @@
"matchDatasources": ["docker"],
"versioning": "regex:^stable-(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2}).*$",
"matchPackagePatterns": ["^jitsi\\/.*$"],
"groupName": "jitsi",
"automerge": true,
},
{

View File

@@ -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

View File

@@ -1,3 +1,32 @@
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.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
@@ -6,33 +35,4 @@ annotations:
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
appVersion: 23.12.2.59
dependencies:
- name: common
version: 17.2.22
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
type: application
version: 10.2.8

View File

@@ -1,3 +1,31 @@
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.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
@@ -6,32 +34,4 @@ annotations:
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
appVersion: 2.10.1
dependencies:
- name: common
version: 17.2.22
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://hub.docker.com/r/bitnami/kube-state-metrics
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
type: application
version: 6.1.9

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/kube-state-metrics
pullPolicy: IfNotPresent
tag: 2.10.1@sha256:944be6b6a3d658cccbdda16c8ee6762c4fcd5b2cb8b86a9fa012ab23004b3f0b
tag: 2.10.1@sha256:f50b6a0b91236c06c06643b5928fa47bef71a88765fba971023dd94ff4bffc7f
service:
main:
ports:

View File

@@ -1,3 +1,35 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: mariadb
version: 12.1.6
appVersion: 11.2.2
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
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
@@ -6,36 +38,4 @@ annotations:
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
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
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/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/r/bitnami/mariadb
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
- https://github.com/bitnami/bitnami-docker-mariadb
type: application
version: 12.1.7

View File

@@ -1,3 +1,32 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
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.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
@@ -6,33 +35,4 @@ annotations:
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
appVersion: 1.6.22
dependencies:
- name: common
version: 17.2.22
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
type: application
version: 11.1.7

View File

@@ -1,3 +1,33 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: mongodb
version: 11.1.8
appVersion: 7.0.5
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
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
@@ -6,34 +36,4 @@ annotations:
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
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
sources:
- https://www.mongodb.com
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
- https://hub.docker.com/r/bitnami/mongodb
- https://github.com/bitnami/bitnami-docker-mongodb
type: application
version: 11.1.10

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/mongodb
pullPolicy: IfNotPresent
tag: 7.0.5@sha256:07c9c50e91fbdd262a1be43f57dfa766e9468f511e02fbffd60d2e5df436cf0b
tag: 7.0.5@sha256:b3a1e458fd499aabec8614fc7d2b2b847bde24454bfe55572e18eacfd9716bd4
workload:
main:
replicas: 1

View File

@@ -1,3 +1,31 @@
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.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
@@ -6,32 +34,4 @@ annotations:
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
appVersion: 1.7.0
dependencies:
- name: common
version: 17.2.22
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
type: application
version: 6.1.9

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/node-exporter
pullPolicy: IfNotPresent
tag: 1.7.0@sha256:16f1f00ac7a8ab3478d334450bc5549062cf5efe3d8633528a06270e25aad927
tag: 1.7.0@sha256:20965dc70c253072e2841aface5d9f24a66c0261d820d16581a1b2e97a3d6a3b
service:
main:
ports:

View File

@@ -1,3 +1,32 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
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.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
@@ -6,33 +35,4 @@ annotations:
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
appVersion: 7.2.3
dependencies:
- name: common
version: 17.2.22
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://hub.docker.com/r/bitnami/redis
- https://github.com/bitnami/bitnami-docker-redis
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
type: application
version: 11.1.8

View File

@@ -1,7 +1,7 @@
image:
repository: bitnami/redis
pullPolicy: IfNotPresent
tag: 7.2.3@sha256:d77f16655c21764b954155347bde764ebeb05974635ab8b07302a0e808c6af85
tag: 7.2.3@sha256:9ac3bbf7740969d32689e360ddcfa5f672538c47f6f6cf296173c3078de0edf2
workload:
main:
replicas: 1

View File

@@ -1,3 +1,32 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
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.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
@@ -6,33 +35,4 @@ annotations:
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
apiVersion: v2
appVersion: 9.4.0
dependencies:
- name: common
version: 17.2.22
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
type: application
version: 9.1.7

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
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/incubator/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/incubator/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.4

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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://hub.docker.com/r/furritos/docker-btdex
- https://btdex.trade/
- https://github.com/truecharts/charts/tree/master/charts/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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://github.com/haishanh/cherry
- https://cherry.haishan.me/
- https://github.com/truecharts/charts/tree/master/charts/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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,22 +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/incubator/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/incubator/csi-driver-nfs
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.15

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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://hub.docker.com/r/ydkn/cups
- https://github.com/truecharts/charts/tree/master/charts/incubator/cups-server
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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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://ghcr.io/linuxserver/darktable
- https://github.com/truecharts/charts/tree/master/charts/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/dsmrreader/dsmr-reader
- https://github.com/xirixiz/dsmr-reader-docker
- https://github.com/truecharts/charts/tree/master/charts/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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://hub.docker.com/r/xal3xhx/fancy
- https://github.com/xal3xhx/fancyindex
- https://github.com/truecharts/charts/tree/master/charts/incubator/fancyindex
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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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://hub.docker.com/r/ich777/ferdi-client
- https://getferdi.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/truecharts/charts/tree/master/charts/incubator/flemarr
- https://hub.docker.com/r/pierremesure/flemmarr
- https://github.com/Flemmarr/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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://www.focalboard.com/
- https://github.com/mattermost/focalboard
- https://github.com/FlipEnergy/container-images/blob/main/focalboard
- https://github.com/truecharts/charts/tree/master/charts/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/truecharts/charts/tree/master/charts/incubator/icantbelieveitsnotvaletudo
- https://hub.docker.com/r/pmaksymiuk/icantbelieveitsnotvaletudo
- https://github.com/Hypfer/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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://hub.docker.com/r/jordan/icinga2
- https://github.com/jjethwa/icinga2
- https://icinga.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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,22 +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/incubator/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/incubator/jitsi
- 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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/docker
- https://github.com/koel/koel
- https://github.com/truecharts/charts/tree/master/charts/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
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/incubator/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/incubator/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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
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/incubator/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/incubator/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.0

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: lychee
version: 18.0.13
appVersion: 4.13.0
description: Lychee is a free photo-management tool, which runs on your server or web-space
home: https://truecharts.org/charts/incubator/lychee
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lychee.png
deprecated: false
sources:
- https://github.com/LycheeOrg/Lychee
- https://github.com/truecharts/charts/tree/master/charts/incubator/lychee
- https://hub.docker.com/r/lycheeorg/lychee-laravel
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- lychee
- photo
- pictures
dependencies:
- name: common
version: 17.2.21
@@ -23,23 +34,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Lychee is a free photo-management tool, which runs on your server or web-space
home: https://truecharts.org/charts/incubator/lychee
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lychee.png
keywords:
- lychee
- photo
- pictures
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: lychee
sources:
- https://hub.docker.com/r/lycheeorg/lychee-laravel
- https://github.com/LycheeOrg/Lychee
- https://github.com/truecharts/charts/tree/master/charts/incubator/lychee
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: 18.0.13

View File

@@ -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: smart
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: magicmirror2
version: 3.0.13
appVersion: latest
description: Open source modular smart mirror platform.
home: https://truecharts.org/charts/incubator/magicmirror2
icon: https://truecharts.org/img/hotlink-ok/chart-icons/magicmirror2.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/magicmirror2
- https://hub.docker.com/r/ich777/magic-mirror2
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- magicmirror2
- iot
- smart
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Open source modular smart mirror platform.
home: https://truecharts.org/charts/incubator/magicmirror2
icon: https://truecharts.org/img/hotlink-ok/chart-icons/magicmirror2.png
keywords:
- magicmirror2
- iot
- smart
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: magicmirror2
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/magicmirror2
- https://hub.docker.com/r/ich777/magic-mirror2
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: smart
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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: utility
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: microbin
version: 3.0.13
appVersion: 2.0.4
description: MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application.
home: https://truecharts.org/charts/incubator/microbin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/microbin.png
deprecated: false
sources:
- https://hub.docker.com/r/danielszabo99/microbin
- https://github.com/szabodanika/microbin
- https://github.com/truecharts/charts/tree/master/charts/incubator/microbin
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- microbin
dependencies:
- name: common
version: 17.2.21
@@ -16,21 +25,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application.
home: https://truecharts.org/charts/incubator/microbin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/microbin.png
keywords:
- microbin
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: microbin
sources:
- https://github.com/szabodanika/microbin
- https://github.com/truecharts/charts/tree/master/charts/incubator/microbin
- https://hub.docker.com/r/danielszabo99/microbin
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: utility
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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: utility
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: ml-workspace
version: 6.0.13
appVersion: 0.13.2
description: All-in-one web-based development environment for machine learning
home: https://truecharts.org/charts/incubator/ml-workspace
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ml-workspace.png
deprecated: false
sources:
- https://github.com/ml-tooling/ml-workspace
- https://github.com/truecharts/charts/tree/master/charts/incubator/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace-minimal
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- machine
- learning
- ai
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: All-in-one web-based development environment for machine learning
home: https://truecharts.org/charts/incubator/ml-workspace
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ml-workspace.png
keywords:
- machine
- learning
- ai
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: ml-workspace
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace-light
- https://github.com/ml-tooling/ml-workspace
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: utility
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 6.0.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: mocodo-mcd
version: 3.0.13
appVersion: latest
description: Mocodo est un logiciel d'aide l'enseignement et la conception des bases de donnes relationnelles.
home: https://truecharts.org/charts/incubator/mocodo-mcd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mocodo-mcd.png
deprecated: false
sources:
- https://rawgit.com/laowantong/mocodo/master/doc/fr_refman.html#utiliser_mocodo_en_ligne_de_commande
- https://github.com/truecharts/charts/tree/master/charts/incubator/mocodo-mcd
- https://hub.docker.com/r/olprog/mocodo
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- mocodo-mcd
- Productivity
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Mocodo est un logiciel d'aide l'enseignement et la conception des bases de donnes relationnelles.
home: https://truecharts.org/charts/incubator/mocodo-mcd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mocodo-mcd.png
keywords:
- mocodo-mcd
- Productivity
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: mocodo-mcd
sources:
- https://rawgit.com/laowantong/mocodo/master/doc/fr_refman.html#utiliser_mocodo_en_ligne_de_commande
- https://github.com/truecharts/charts/tree/master/charts/incubator/mocodo-mcd
- https://hub.docker.com/r/olprog/mocodo
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.13

View File

@@ -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: finance
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: money-balancer
version: 3.0.13
appVersion: 1.3.0
description: Money Balancer helps you to keep track of who paid for what and calculates your balance with all of your friends.
home: https://truecharts.org/charts/incubator/money-balancer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/money-balancer.png
deprecated: false
sources:
- https://github.com/dorianim/money-balancer
- https://github.com/truecharts/charts/tree/master/charts/incubator/money-balancer
- https://ghcr.io/dorianim/money-balancer
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- money
- balance
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Money Balancer helps you to keep track of who paid for what and calculates your balance with all of your friends.
home: https://truecharts.org/charts/incubator/money-balancer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/money-balancer.png
keywords:
- money
- balance
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: money-balancer
sources:
- https://github.com/dorianim/money-balancer
- https://github.com/truecharts/charts/tree/master/charts/incubator/money-balancer
- https://ghcr.io/dorianim/money-balancer
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: finance
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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: Downloaders
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: moviegrabber
version: 3.0.14
appVersion: latest
description: MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client.
home: https://truecharts.org/charts/incubator/moviegrabber
icon: https://truecharts.org/img/hotlink-ok/chart-icons/moviegrabber.png
deprecated: false
sources:
- https://github.com/binhex/moviegrabber
- https://registry.hub.docker.com/r/binhex/arch-moviegrabber/
- https://github.com/binhex/documentation
- https://github.com/truecharts/charts/tree/master/charts/incubator/moviegrabber
- https://hub.docker.com/r/binhex/arch-moviegrabber
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- moviegrabber
- Downloaders
dependencies:
- name: common
version: 17.2.21
@@ -16,24 +28,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client.
home: https://truecharts.org/charts/incubator/moviegrabber
icon: https://truecharts.org/img/hotlink-ok/chart-icons/moviegrabber.png
keywords:
- moviegrabber
- Downloaders
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: moviegrabber
sources:
- https://registry.hub.docker.com/r/binhex/arch-moviegrabber/
- https://github.com/binhex/documentation
- https://github.com/binhex/moviegrabber
- https://github.com/truecharts/charts/tree/master/charts/incubator/moviegrabber
- https://hub.docker.com/r/binhex/arch-moviegrabber
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.14

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: noisedash
version: 3.0.14
appVersion: 0.6.13
description: Self-hosted web tool for generating ambient noises
home: https://truecharts.org/charts/incubator/noisedash
icon: https://truecharts.org/img/hotlink-ok/chart-icons/noisedash.png
deprecated: false
sources:
- https://github.com/kaythomas0/noisedash
- https://github.com/truecharts/charts/tree/master/charts/incubator/noisedash
- https://hub.docker.com/r/noisedash/noisedash
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- noise
dependencies:
- name: common
version: 17.2.21
@@ -16,21 +25,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Self-hosted web tool for generating ambient noises
home: https://truecharts.org/charts/incubator/noisedash
icon: https://truecharts.org/img/hotlink-ok/chart-icons/noisedash.png
keywords:
- noise
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: noisedash
sources:
- https://github.com/kaythomas0/noisedash
- https://github.com/truecharts/charts/tree/master/charts/incubator/noisedash
- https://hub.docker.com/r/noisedash/noisedash
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

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: openkm
version: 12.0.13
appVersion: 6.3.12
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
home: https://truecharts.org/charts/incubator/openkm
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openkm.png
deprecated: false
sources:
- https://github.com/openkm/document-management-system
- https://www.openkm.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/openkm
- https://hub.docker.com/r/openkm/openkm-ce
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- openkm
- documentation management
- docs
dependencies:
- name: common
version: 17.2.21
@@ -16,24 +28,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
home: https://truecharts.org/charts/incubator/openkm
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openkm.png
keywords:
- openkm
- documentation management
- docs
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: openkm
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/openkm
- https://hub.docker.com/r/openkm/openkm-ce
- https://www.openkm.com/
- https://github.com/openkm/document-management-system
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: 12.0.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: openldap
version: 11.0.13
appVersion: 1.5.0
description: Community developed LDAP software
home: https://truecharts.org/charts/incubator/openldap
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openldap.png
deprecated: false
sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
- https://github.com/truecharts/charts/tree/master/charts/incubator/openldap
- https://hub.docker.com/r/osixia/openldap
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- ldap
- openldap
- iam-stack
- high availability
dependencies:
- name: common
version: 17.2.21
@@ -16,25 +29,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Community developed LDAP software
home: https://truecharts.org/charts/incubator/openldap
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openldap.png
keywords:
- ldap
- openldap
- iam-stack
- high availability
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: openldap
sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
- https://github.com/truecharts/charts/tree/master/charts/incubator/openldap
- https://hub.docker.com/r/osixia/openldap
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: 11.0.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: openproject
version: 4.0.14
appVersion: 13.0.8
description: OpenProject is a web-based project management system for location-independent team collaboration.
home: https://truecharts.org/charts/incubator/openproject
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openproject.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/openproject
- https://hub.docker.com/r/openproject/community
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- openproject
- Productivity
dependencies:
- name: common
version: 17.2.21
@@ -16,21 +25,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: OpenProject is a web-based project management system for location-independent team collaboration.
home: https://truecharts.org/charts/incubator/openproject
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openproject.png
keywords:
- openproject
- Productivity
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: openproject
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/openproject
- https://hub.docker.com/r/openproject/community
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

View File

@@ -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: network
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: orbital-sync
version: 4.0.13
appVersion: 1.5.2
description: Orbital Sync synchronizes multiple Pi-hole instances for high availability.
home: https://truecharts.org/charts/incubator/orbital-sync
icon: https://truecharts.org/img/hotlink-ok/chart-icons/orbital-sync.png
deprecated: false
sources:
- https://github.com/mattwebbio/orbital-sync/pkgs/container/orbital-sync
- https://github.com/truecharts/charts/tree/master/charts/incubator/orbital-sync
- https://ghcr.io/mattwebbio/orbital-sync
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- Orbital Sync
- Pi-Hole
- DNS
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Orbital Sync synchronizes multiple Pi-hole instances for high availability.
home: https://truecharts.org/charts/incubator/orbital-sync
icon: https://truecharts.org/img/hotlink-ok/chart-icons/orbital-sync.png
keywords:
- Orbital Sync
- Pi-Hole
- DNS
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: orbital-sync
sources:
- https://github.com/mattwebbio/orbital-sync/pkgs/container/orbital-sync
- https://github.com/truecharts/charts/tree/master/charts/incubator/orbital-sync
- https://ghcr.io/mattwebbio/orbital-sync
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: network
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 4.0.13

View File

@@ -1,39 +0,0 @@
{{/* Define the backend container */}}
{{- define "penpot.backend" -}}
image: {{ .Values.backendImage.repository }}:{{ .Values.backendImage.tag }}
imagePullPolicy: '{{ .Values.backendImage.pullPolicy }}'
securityContext:
runAsUser: {{ .Values.podSecurityContext.runAsUser }}
runAsGroup: {{ .Values.podSecurityContext.runAsGroup }}
readOnlyRootFilesystem: {{ .Values.securityContext.readOnlyRootFilesystem }}
runAsNonRoot: {{ .Values.securityContext.runAsNonRoot }}
volumeMounts:
- name: data
mountPath: {{ .Values.persistence.data.mountPath }}
envFrom:
- secretRef:
name: '{{ include "tc.v1.common.names.fullname" . }}-common-secret'
- secretRef:
name: '{{ include "tc.v1.common.names.fullname" . }}-backend-exporter-secret'
readinessProbe:
tcpSocket:
port: 6060
initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }}
livenessProbe:
tcpSocket:
port: 6060
initialDelaySeconds: {{ .Values.probes.liveness.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.liveness.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.liveness.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.liveness.spec.failureThreshold }}
startupProbe:
tcpSocket:
port: 6060
initialDelaySeconds: {{ .Values.probes.startup.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }}
{{- end }}

View File

@@ -1,39 +0,0 @@
{{/* Define the exporter container */}}
{{- define "penpot.exporter" -}}
image: {{ .Values.exporterImage.repository }}:{{ .Values.exporterImage.tag }}
imagePullPolicy: '{{ .Values.exporterImage.pullPolicy }}'
securityContext:
runAsUser: {{ .Values.podSecurityContext.runAsUser }}
runAsGroup: {{ .Values.podSecurityContext.runAsGroup }}
readOnlyRootFilesystem: {{ .Values.securityContext.readOnlyRootFilesystem }}
runAsNonRoot: {{ .Values.securityContext.runAsNonRoot }}
envFrom:
- secretRef:
name: '{{ include "tc.v1.common.names.fullname" . }}-common-secret'
- secretRef:
name: '{{ include "tc.v1.common.names.fullname" . }}-exporter-secret'
- secretRef:
name: '{{ include "tc.v1.common.names.fullname" . }}-backend-exporter-secret'
readinessProbe:
tcpSocket:
port: 6061
initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }}
livenessProbe:
httpGet:
tcpSocket:
port: 6061
initialDelaySeconds: {{ .Values.probes.liveness.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.liveness.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.liveness.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.liveness.spec.failureThreshold }}
startupProbe:
tcpSocket:
port: 6061
initialDelaySeconds: {{ .Values.probes.startup.spec.initialDelaySeconds }}
timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }}
{{- end }}

View File

@@ -1,104 +0,0 @@
{{/* Define the secret */}}
{{- define "penpot.secret" -}}
{{- $commonSecretName := printf "%s-common-secret" (include "tc.v1.common.names.fullname" .) }}
{{- $exporterSecretName := printf "%s-exporter-secret" (include "tc.v1.common.names.fullname" .) }}
{{- $frontendSecretName := printf "%s-frontend-secret" (include "tc.v1.common.names.fullname" .) }}
{{- $backendAndExporterSecretName := printf "%s-backend-exporter-secret" (include "tc.v1.common.names.fullname" .) }}
{{- $backendFlags := list }}
{{- $backendFlags = mustAppend $backendFlags (printf "%s-smtp" (ternary "enable" "disable" .Values.penpot.smtp.enabled)) }}
{{- $backendFlags = mustAppend $backendFlags (printf "%s-email-verification" (ternary "enable" "disable" .Values.penpot.flags.mail_verification)) }}
{{- $backendFlags = mustAppend $backendFlags (printf "%s-log-invitation-tokens" (ternary "enable" "disable" .Values.penpot.flags.log_invitation_token)) }}
{{- $backendFlags = mustAppend $backendFlags (printf "%s-log-emails" (ternary "enable" "disable" (and .Values.penpot.flags.log_emails (not .Values.penpot.smtp.enabled)))) }}
{{- $backendFlags = mustAppend $backendFlags (printf "%s-secure-session-cookies" (ternary "enable" "disable" .Values.penpot.flags.secure_session_cookies)) }}
{{- $backendFlags = mustAppend $backendFlags (printf "%s-insecure-register" (ternary "enable" "disable" .Values.penpot.flags.insecure_register)) }}
{{- $backendFlags = mustAppend $backendFlags (printf "%s-cors" (ternary "enable" "disable" .Values.penpot.flags.backend_api_doc)) }}
{{- $backendFlags = mustAppend $backendFlags (printf "%s-backend-api-doc" (ternary "enable" "disable" .Values.penpot.flags.backend_api_doc)) }}
{{- $frontendFlags := list }}
{{- $frontendFlags = mustAppend $frontendFlags (printf "%s-demo-warning" (ternary "enable" "disable" .Values.penpot.flags.demo_warning)) }}
{{- $commonFlags := list }}
{{- $commonFlags = mustAppend $commonFlags (printf "%s-login" (ternary "enable" "disable" .Values.penpot.flags.login)) }}
{{- $commonFlags = mustAppend $commonFlags (printf "%s-registration" (ternary "enable" "disable" .Values.penpot.flags.registration)) }}
{{- $commonFlags = mustAppend $commonFlags (printf "%s-demo-users" (ternary "enable" "disable" .Values.penpot.flags.demo_users)) }}
{{- $commonFlags = mustAppend $commonFlags (printf "%s-user-feedback" (ternary "enable" "disable" .Values.penpot.flags.user_feedback)) }}
{{- $commonFlags = mustAppend $commonFlags (printf "%s-login-with-google" (ternary "enable" "disable" .Values.penpot.identity_providers.google.enabled)) }}
{{- $commonFlags = mustAppend $commonFlags (printf "%s-login-with-github" (ternary "enable" "disable" .Values.penpot.identity_providers.github.enabled)) }}
{{- $commonFlags = mustAppend $commonFlags (printf "%s-login-with-gitlab" (ternary "enable" "disable" .Values.penpot.identity_providers.gitlab.enabled)) }}
{{- $commonFlags = mustAppend $commonFlags (printf "%s-login-with-oidc" (ternary "enable" "disable" .Values.penpot.identity_providers.oidc.enabled)) }}
{{- $commonFlags = mustAppend $commonFlags (printf "%s-login-with-ldap" (ternary "enable" "disable" .Values.penpot.identity_providers.ldap.enabled)) }}
enabled: true
data:
PENPOT_TELEMETRY_ENABLED: {{ .Values.penpot.telemetry_enabled | quote }}
{{- with .Values.penpot.registration_domain_whitelist }}
PENPOT_REGISTRATION_DOMAIN_WHITELIST: {{ join "," . }}
{{- end }}
{{- if .Values.penpot.identity_providers.google.enabled }}
PENPOT_GOOGLE_CLIENT_ID: {{ .Values.penpot.identity_providers.google.client_id | quote }}
PENPOT_GOOGLE_CLIENT_SECRET: {{ .Values.penpot.identity_providers.google.client_secret | quote }}
{{- end }}
{{- if .Values.penpot.identity_providers.github.enabled }}
PENPOT_GITHUB_CLIENT_ID: {{ .Values.penpot.identity_providers.github.client_id | quote }}
PENPOT_GITHUB_CLIENT_ID: {{ .Values.penpot.identity_providers.github.client_secret | quote }}
{{- end }}
{{- if .Values.penpot.identity_providers.gitlab.enabled }}
PENPOT_GITLAB_BASE_URI: {{ .Values.penpot.identity_providers.gitlab.base_uri | quote }}
PENPOT_GITLAB_CLIENT_ID: {{ .Values.penpot.identity_providers.gitlab.client_id | quote }}
PENPOT_GITLAB_CLIENT_SECRET: {{ .Values.penpot.identity_providers.gitlab.client_secret | quote }}
{{- end }}
{{- if .Values.penpot.identity_providers.oidc.enabled }}
PENPOT_OIDC_BASE_URI: {{ .Values.penpot.identity_providers.oidc.base_uri | quote }}
PENPOT_OIDC_CLIENT_ID: {{ .Values.penpot.identity_providers.oidc.client_id | quote }}
PENPOT_OIDC_CLIENT_SECRET: {{ .Values.penpot.identity_providers.oidc.client_secret | quote }}
{{- end }}
{{- if .Values.penpot.identity_providers.ldap.enabled }}
PENPOT_LDAP_HOST: {{ .Values.penpot.identity_providers.ldap.host | quote }}
PENPOT_LDAP_PORT: {{ .Values.penpot.identity_providers.ldap.port | quote }}
PENPOT_LDAP_SSL: {{ .Values.penpot.identity_providers.ldap.ssl | quote }}
PENPOT_LDAP_STARTTLS: {{ .Values.penpot.identity_providers.ldap.starttls | quote }}
PENPOT_LDAP_BASE_DN: {{ .Values.penpot.identity_providers.ldap.base_dn | quote }}
PENPOT_LDAP_BIND_DN: {{ .Values.penpot.identity_providers.ldap.bind_dn | quote }}
PENPOT_LDAP_BIND_PASSWORD: {{ .Values.penpot.identity_providers.ldap.bind_pass | quote }}
PENPOT_LDAP_ATTRS_USERNAME: {{ .Values.penpot.identity_providers.ldap.attrs_username | quote }}
PENPOT_LDAP_ATTRS_EMAIL: {{ .Values.penpot.identity_providers.ldap.attrs_email | quote }}
PENPOT_LDAP_ATTRS_FULLNAME: {{ .Values.penpot.identity_providers.ldap.attrs_fullname | quote }}
{{- end }}
enabled: true
data:
PENPOT_PUBLIC_URI: http://penpot-frontend:{{ .Values.service.main.ports.main.targetPort }}
enabled: true
data:
PENPOT_FLAGS: {{ join " " (concat $commonFlags $backendFlags) | quote }}
PENPOT_PUBLIC_URI: {{ .Values.penpot.public_uri | quote }}
{{- with (lookup "v1" "Secret" .Release.Namespace $backendAndExporterSecretName) }}
PENPOT_SECRET_KEY: {{ index .data "PENPOT_SECRET_KEY" }}
{{- else }}
PENPOT_SECRET_KEY: {{ randAlphaNum 32 }}
{{- end }}
{{/* Dependencies */}}
PENPOT_DATABASE_URI: {{ printf "postgresql://%v/%v" (.Values.cnpg.main.url.plainport | trimAll "\"") .Values.cnpg.main.database }}
PENPOT_DATABASE_USERNAME: {{ .Values.cnpg.main.user }}
PENPOT_DATABASE_PASSWORD: {{ .Values.cnpg.main.creds.password | trimAll "\"" }}
PENPOT_REDIS_URI: {{ printf "redis://%v:%v@%v/%v" "default" (.Values.redis.redisPassword | trimAll "\"") (.Values.redis.url.plainport | trimAll "\"") "0" }}
{{/* Penpot */}}
{{- if .Values.penpot.smtp.enabled }}
PENPOT_SMTP_DEFAULT_FROM: {{ .Values.penpot.smtp.default_from | quote }}
PENPOT_SMTP_DEFAULT_REPLY_TO: {{ .Values.penpot.smtp.default_reply_to | quote }}
PENPOT_SMTP_HOST: {{ .Values.penpot.smtp.host | quote }}
PENPOT_SMTP_PORT: {{ .Values.penpot.smtp.port | quote }}
PENPOT_SMTP_USERNAME: {{ .Values.penpot.smtp.user | quote }}
PENPOT_SMTP_PASSWORD: {{ .Values.penpot.smtp.pass | quote }}
PENPOT_SMTP_TLS: {{ .Values.penpot.smtp.tls | quote }}
PENPOT_SMTP_SSL: {{ .Values.penpot.smtp.ssl | quote }}
{{- end }}
PENPOT_STORAGE_ASSETS_FS_DIRECTORY: {{ .Values.persistence.assets.mountPath }}
PENPOT_ASSETS_STORAGE_BACKEND: assets-fs
PENPOT_HTTP_SERVER_HOST: "0.0.0.0"
enabled: true
data:
PENPOT_PUBLIC_URI: {{ .Values.penpot.public_uri | quote }}
PENPOT_FLAGS: {{ join " " (concat $commonFlags $frontendFlags) | quote }}
{{- end }}

View File

@@ -1,10 +0,0 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{- include "penpot.secret" . -}}
{{- $_ := set .Values.additionalContainers "backend" (include "penpot.backend" . | fromYaml) -}}
{{- $_ := set .Values.additionalContainers "exporter" (include "penpot.exporter" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@@ -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: networking
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pialert
version: 3.0.13
appVersion: latest
description: Monitoring your WIFI/LAN network and alerting of new (intruder or hacker) devices.
home: https://truecharts.org/charts/incubator/pialert
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pialert.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/pialert
- https://hub.docker.com/r/jokobsk/pi.alert
- https://github.com/jokob-sk/Pi.Alert
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- pialert
- networking
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Monitoring your WIFI/LAN network and alerting of new (intruder or hacker) devices.
home: https://truecharts.org/charts/incubator/pialert
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pialert.png
keywords:
- pialert
- networking
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: pialert
sources:
- https://github.com/jokob-sk/Pi.Alert
- https://github.com/truecharts/charts/tree/master/charts/incubator/pialert
- https://hub.docker.com/r/jokobsk/pi.alert
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: networking
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pidgin
version: 6.0.13
appVersion: 2.14.12
description: Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously.
home: https://truecharts.org/charts/incubator/pidgin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pidgin.png
deprecated: false
sources:
- https://ghcr.io/linuxserver/pidgin
- https://github.com/truecharts/charts/tree/master/charts/incubator/pidgin
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- pidgin
dependencies:
- name: common
version: 17.2.21
@@ -16,20 +24,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously.
home: https://truecharts.org/charts/incubator/pidgin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pidgin.png
keywords:
- pidgin
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: pidgin
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/pidgin
- https://ghcr.io/linuxserver/pidgin
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.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pingvin-share
version: 1.0.14
appVersion: 0.20.3
description: A self-hosted file sharing platform and an alternative for WeTransfer.
home: https://truecharts.org/charts/incubator/pingvin-share
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pingvin-share.png
deprecated: false
sources:
- https://github.com/stonith404/pingvin-share
- https://github.com/truecharts/charts/tree/master/charts/incubator/pingvin-share
- https://hub.docker.com/r/stonith404/pingvin-share
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- pingvin-share
- productivity
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: A self-hosted file sharing platform and an alternative for WeTransfer.
home: https://truecharts.org/charts/incubator/pingvin-share
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pingvin-share.png
keywords:
- pingvin-share
- productivity
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: pingvin-share
sources:
- https://github.com/stonith404/pingvin-share
- https://github.com/truecharts/charts/tree/master/charts/incubator/pingvin-share
- https://hub.docker.com/r/stonith404/pingvin-share
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: 1.0.14

View File

@@ -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: Tools-Utilities
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pixelserv-tls
version: 3.0.13
appVersion: latest
description: pixelserv-tls is a tiny bespoke HTTP/1.1 webserver with HTTPS and SNI support. It acts on behalf of hundreds of thousands of advert/tracker servers and responds to all requests with nothing to speed up web browsing.
home: https://truecharts.org/charts/incubator/pixelserv-tls
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixelserv-tls.png
deprecated: false
sources:
- https://github.com/imTHAI/docker-pixelserv-tls
- https://github.com/truecharts/charts/tree/master/charts/incubator/pixelserv-tls
- https://hub.docker.com/r/imthai/pixelserv-tls
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- pixelserv-tls
- Tools-Utilities
- Other
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: pixelserv-tls is a tiny bespoke HTTP/1.1 webserver with HTTPS and SNI support. It acts on behalf of hundreds of thousands of advert/tracker servers and responds to all requests with nothing to speed up web browsing.
home: https://truecharts.org/charts/incubator/pixelserv-tls
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixelserv-tls.png
keywords:
- pixelserv-tls
- Tools-Utilities
- Other
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: pixelserv-tls
sources:
- https://hub.docker.com/r/imthai/pixelserv-tls
- https://github.com/imTHAI/docker-pixelserv-tls
- https://github.com/truecharts/charts/tree/master/charts/incubator/pixelserv-tls
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.0.13

View File

@@ -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: files
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: plik
version: 1.0.13
appVersion: 1.3.8
description: A scalable file uploading system with multiple backends.
home: https://truecharts.org/charts/incubator/plik
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plik.png
deprecated: false
sources:
- https://github.com/root-gg/plik
- https://github.com/truecharts/charts/tree/master/charts/incubator/plik
- https://hub.docker.com/r/rootgg/plik
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- plik
- files
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: A scalable file uploading system with multiple backends.
home: https://truecharts.org/charts/incubator/plik
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plik.png
keywords:
- plik
- files
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: plik
sources:
- https://github.com/root-gg/plik
- https://github.com/truecharts/charts/tree/master/charts/incubator/plik
- https://hub.docker.com/r/rootgg/plik
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: files
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 1.0.13

View File

@@ -1,25 +1,20 @@
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
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: poste
version: 3.0.13
appVersion: latest
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: "FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin. "
home: https://truecharts.org/charts/incubator/poste
icon: https://truecharts.org/img/hotlink-ok/chart-icons/poste.png
deprecated: false
sources:
- https://poste.io/
- https://github.com/truecharts/charts/tree/master/charts/incubator/poste
- https://hub.docker.com/r/analogic/poste.io
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- poste
- Cloud
@@ -28,15 +23,20 @@ keywords:
- Network-Web
- Network-Other
- Network-Messenger
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: poste
sources:
- https://poste.io/
- https://github.com/truecharts/charts/tree/master/charts/incubator/poste
- https://hub.docker.com/r/analogic/poste.io
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: Cloud
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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: database
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: postgresql
version: 15.0.14
appVersion: 14.10.0
description: PostgresSQL
home: https://truecharts.org/charts/incubator/postgresql
icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png
deprecated: false
sources:
- https://www.postgresql.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql
- https://hub.docker.com/r/bitnami/postgresql
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- postgres
- postgressql
- dtabase
- sql
dependencies:
- name: common
version: 17.2.21
@@ -16,24 +28,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: PostgresSQL
home: https://truecharts.org/charts/incubator/postgresql
icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png
keywords:
- postgres
- postgressql
- dtabase
- sql
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: postgresql
sources:
- https://www.postgresql.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql
- https://hub.docker.com/r/bitnami/postgresql
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: incubator
type: application
version: 15.0.14

View File

@@ -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: Network-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pritunl
version: 3.0.13
appVersion: latest
description: |
Run a Pritunl VPN Server [br][br]
home: https://truecharts.org/charts/incubator/pritunl
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pritunl.png
deprecated: false
sources:
- https://pritunl.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/pritunl
- https://hub.docker.com/r/bashninja/docker-pritunl
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- pritunl
- Network-Other
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: |
Run a Pritunl VPN Server [br][br]
home: https://truecharts.org/charts/incubator/pritunl
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pritunl.png
keywords:
- pritunl
- Network-Other
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: pritunl
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/pritunl
- https://hub.docker.com/r/bashninja/docker-pritunl
- https://pritunl.com/
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Network-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: privatebin
version: 4.0.14
appVersion: 1.6.2
description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
home: https://truecharts.org/charts/incubator/privatebin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/privatebin.png
deprecated: false
sources:
- https://privatebin.info/
- https://github.com/PrivateBin/PrivateBin
- https://github.com/truecharts/charts/tree/master/charts/incubator/privatebin
- https://hub.docker.com/r/privatebin/pdo
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- privatebin
- pastebin
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
home: https://truecharts.org/charts/incubator/privatebin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/privatebin.png
keywords:
- privatebin
- pastebin
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: privatebin
sources:
- https://privatebin.info/
- https://github.com/PrivateBin/PrivateBin
- https://github.com/truecharts/charts/tree/master/charts/incubator/privatebin
- https://hub.docker.com/r/privatebin/pdo
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

View File

@@ -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: Network-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: ps3netsrv
version: 3.0.13
appVersion: 1.6.0
description: Allows Multiman or Webman to play game backups.
home: https://truecharts.org/charts/incubator/ps3netsrv
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.png
deprecated: false
sources:
- https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv
- https://github.com/truecharts/charts/tree/master/charts/incubator/ps3netsrv
- https://hub.docker.com/r/shawly/ps3netsrv
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- ps3netsrv
- Network-Other
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Allows Multiman or Webman to play game backups.
home: https://truecharts.org/charts/incubator/ps3netsrv
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.png
keywords:
- ps3netsrv
- Network-Other
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: ps3netsrv
sources:
- https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv
- https://github.com/truecharts/charts/tree/master/charts/incubator/ps3netsrv
- https://hub.docker.com/r/shawly/ps3netsrv
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Network-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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: Tools-Utilities
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pure-ftpd
version: 3.0.13
appVersion: latest
description: Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br]
home: https://truecharts.org/charts/incubator/pure-ftpd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pure-ftpd.png
deprecated: false
sources:
- https://www.pureftpd.org/project/pure-ftpd/
- https://github.com/truecharts/charts/tree/master/charts/incubator/pure-ftpd
- https://hub.docker.com/r/crazymax/pure-ftpd
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- pure-ftpd
- Tools-Utilities
- Network-FTP
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br]
home: https://truecharts.org/charts/incubator/pure-ftpd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pure-ftpd.png
keywords:
- pure-ftpd
- Tools-Utilities
- Network-FTP
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: pure-ftpd
sources:
- https://www.pureftpd.org/project/pure-ftpd/
- https://github.com/truecharts/charts/tree/master/charts/incubator/pure-ftpd
- https://hub.docker.com/r/crazymax/pure-ftpd
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.0.13

View File

@@ -1,3 +1,32 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pushbits-server
version: 0.0.12
appVersion: 0.10.3
description: Send push notifications via a simple web API, and delivers them to your users.
home: https://truecharts.org/charts/incubator/pushbits-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pushbits-server.png
deprecated: false
sources:
- https://github.com/pushbits/server
- https://github.com/truecharts/charts/tree/master/charts/incubator/pushbits-server
- https://ghcr.io/pushbits/server
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- pushbits-server
- notifications
- matrix
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
@@ -8,33 +37,4 @@ annotations:
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 0.10.3
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Send push notifications via a simple web API, and delivers them to your users.
home: https://truecharts.org/charts/incubator/pushbits-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pushbits-server.png
keywords:
- pushbits-server
- notifications
- matrix
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: pushbits-server
sources:
- https://github.com/pushbits/server
- https://github.com/truecharts/charts/tree/master/charts/incubator/pushbits-server
- https://ghcr.io/pushbits/server
type: application
version: 0.0.12

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: pydio-cells
version: 9.0.14
appVersion: 4.3.2
description: Pydio-cells is the nextgen file sharing platform for organizations.
home: https://truecharts.org/charts/incubator/pydio-cells
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pydio-cells.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/pydio-cells
- https://hub.docker.com/r/pydio/cells
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- pydio-cells
dependencies:
- name: common
version: 17.2.21
@@ -23,20 +31,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Pydio-cells is the nextgen file sharing platform for organizations.
home: https://truecharts.org/charts/incubator/pydio-cells
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pydio-cells.png
keywords:
- pydio-cells
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: pydio-cells
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/pydio-cells
- https://hub.docker.com/r/pydio/cells
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: 9.0.14

View File

@@ -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: Productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: raneto
version: 3.0.14
appVersion: latest
description: Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.
home: https://truecharts.org/charts/incubator/raneto
icon: https://truecharts.org/img/hotlink-ok/chart-icons/raneto.png
deprecated: false
sources:
- https://github.com/linuxserver/docker-raneto#readme
- https://github.com/orgs/linuxserver/packages/container/package/raneto
- https://github.com/truecharts/charts/tree/master/charts/incubator/raneto
- https://fleet.linuxserver.io/image?name=linuxserver/raneto
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- raneto
- Productivity
- Tools-Utilities
dependencies:
- name: common
version: 17.2.21
@@ -16,24 +28,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.
home: https://truecharts.org/charts/incubator/raneto
icon: https://truecharts.org/img/hotlink-ok/chart-icons/raneto.png
keywords:
- raneto
- Productivity
- Tools-Utilities
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: raneto
sources:
- https://github.com/orgs/linuxserver/packages/container/package/raneto
- https://github.com/linuxserver/docker-raneto#readme
- https://github.com/truecharts/charts/tree/master/charts/incubator/raneto
- https://fleet.linuxserver.io/image?name=linuxserver/raneto
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

View File

@@ -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: Network-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: restreamer
version: 3.0.13
appVersion: 2.6.0
description: Allows smart free video streaming in real time.
home: https://truecharts.org/charts/incubator/restreamer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/restreamer.png
deprecated: false
sources:
- https://datarhei.github.io/restreamer/
- https://github.com/truecharts/charts/tree/master/charts/incubator/restreamer
- https://hub.docker.com/r/datarhei/restreamer
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- restreamer
- Network-Other
- MediaApp-Video
- Productivity
dependencies:
- name: common
version: 17.2.21
@@ -16,24 +28,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Allows smart free video streaming in real time.
home: https://truecharts.org/charts/incubator/restreamer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/restreamer.png
keywords:
- restreamer
- Network-Other
- MediaApp-Video
- Productivity
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: restreamer
sources:
- https://datarhei.github.io/restreamer/
- https://github.com/truecharts/charts/tree/master/charts/incubator/restreamer
- https://hub.docker.com/r/datarhei/restreamer
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Network-Other
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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: GameServers
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: rtmpserver
version: 5.0.13
appVersion: latest
description: A video streaming server that supports RTMP, HLS, DASH out of the box.
home: https://truecharts.org/charts/incubator/rtmpserver
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtmpserver.png
deprecated: false
sources:
- https://github.com/TareqAlqutami/rtmp-hls-server
- https://github.com/truecharts/charts/tree/master/charts/incubator/rtmpserver
- https://hub.docker.com/r/alqutami/rtmp-hls
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- rtmpserver
- GameServers
- Network-Other
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: A video streaming server that supports RTMP, HLS, DASH out of the box.
home: https://truecharts.org/charts/incubator/rtmpserver
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtmpserver.png
keywords:
- rtmpserver
- GameServers
- Network-Other
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: rtmpserver
sources:
- https://github.com/TareqAlqutami/rtmp-hls-server
- https://github.com/truecharts/charts/tree/master/charts/incubator/rtmpserver
- https://hub.docker.com/r/alqutami/rtmp-hls
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 5.0.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: scprime
version: 3.0.13
appVersion: latest
description: ScPrime is a cryptocurrency project targeting public cloud services with a blockchain based ecosystem to pay individuals to store data around the globe using smart contracts and cryptographic proofs to ensure accuracy, security and redundancy.
home: https://truecharts.org/charts/incubator/scprime
icon: https://truecharts.org/img/hotlink-ok/chart-icons/scprime.png
deprecated: false
sources:
- https://scpri.me
- https://github.com/truecharts/charts/tree/master/charts/incubator/scprime
- https://hub.docker.com/r/scprime/scprime
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- scprime
- Cloud
- Crypto
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: ScPrime is a cryptocurrency project targeting public cloud services with a blockchain based ecosystem to pay individuals to store data around the globe using smart contracts and cryptographic proofs to ensure accuracy, security and redundancy.
home: https://truecharts.org/charts/incubator/scprime
icon: https://truecharts.org/img/hotlink-ok/chart-icons/scprime.png
keywords:
- scprime
- Cloud
- Crypto
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: scprime
sources:
- https://scpri.me
- https://github.com/truecharts/charts/tree/master/charts/incubator/scprime
- https://hub.docker.com/r/scprime/scprime
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.13

View File

@@ -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: productivity
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: self-service-password
version: 4.0.13
appVersion: 5.3.3
description: Self Service Password is a PHP application that allows users to change their password in an LDAP directory.
home: https://truecharts.org/charts/incubator/self-service-password
icon: https://truecharts.org/img/hotlink-ok/chart-icons/self-service-password.png
deprecated: false
sources:
- https://self-service-password.readthedocs.io/en/latest
- https://github.com/tiredofit/docker-self-service-password
- https://github.com/truecharts/charts/tree/master/charts/incubator/self-service-password
- https://hub.docker.com/r/tiredofit/self-service-password
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- password
- self-service
- ldap
dependencies:
- name: common
version: 17.2.21
@@ -16,24 +28,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Self Service Password is a PHP application that allows users to change their password in an LDAP directory.
home: https://truecharts.org/charts/incubator/self-service-password
icon: https://truecharts.org/img/hotlink-ok/chart-icons/self-service-password.png
keywords:
- password
- self-service
- ldap
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: self-service-password
sources:
- https://self-service-password.readthedocs.io/en/latest
- https://github.com/tiredofit/docker-self-service-password
- https://github.com/truecharts/charts/tree/master/charts/incubator/self-service-password
- https://hub.docker.com/r/tiredofit/self-service-password
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.13

View File

@@ -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: MediaServer-Video
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: serviio
version: 3.0.13
appVersion: latest
description: Serviio is a freeware media server designed to let users stream music, video, or image files to DLNA compliant televisions, Blu-ray players, game consoles, and Android or Windows Mobile devices on a home network.
home: https://truecharts.org/charts/incubator/serviio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/serviio.png
deprecated: false
sources:
- https://serviio.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/serviio
- https://hub.docker.com/r/riftbit/serviio
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- serviio
- MediaServer-Video
- MediaServer-Music
- MediaServer-Books
- MediaServer-Photos
- MediaServer-Other
dependencies:
- name: common
version: 17.2.21
@@ -16,26 +30,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Serviio is a freeware media server designed to let users stream music, video, or image files to DLNA compliant televisions, Blu-ray players, game consoles, and Android or Windows Mobile devices on a home network.
home: https://truecharts.org/charts/incubator/serviio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/serviio.png
keywords:
- serviio
- MediaServer-Video
- MediaServer-Music
- MediaServer-Books
- MediaServer-Photos
- MediaServer-Other
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: serviio
sources:
- https://serviio.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/serviio
- https://hub.docker.com/r/riftbit/serviio
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.13

View File

@@ -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: Security
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: shadowsocks
version: 3.0.13
appVersion: latest
description: A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client.
home: https://truecharts.org/charts/incubator/shadowsocks
icon: https://truecharts.org/img/hotlink-ok/chart-icons/shadowsocks.png
deprecated: false
sources:
- https://github.com/shadowsocks/shadowsocks-libev/blob/master/docker/alpine/README.md
- https://github.com/truecharts/charts/tree/master/charts/incubator/shadowsocks
- https://hub.docker.com/r/shadowsocks/shadowsocks-libev
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- shadowsocks
- Security
- Network-Proxy
- Network-VPN
dependencies:
- name: common
version: 17.2.21
@@ -16,24 +28,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client.
home: https://truecharts.org/charts/incubator/shadowsocks
icon: https://truecharts.org/img/hotlink-ok/chart-icons/shadowsocks.png
keywords:
- shadowsocks
- Security
- Network-Proxy
- Network-VPN
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: shadowsocks
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/shadowsocks
- https://hub.docker.com/r/shadowsocks/shadowsocks-libev
- https://github.com/shadowsocks/shadowsocks-libev/blob/master/docker/alpine/README.md
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: Security
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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: management
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: snipe-it
version: 9.0.13
appVersion: 6.2.3
description: Open source asset management
home: https://truecharts.org/charts/incubator/snipe-it
icon: https://truecharts.org/img/hotlink-ok/chart-icons/snipe-it.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/snipe-it
- https://hub.docker.com/r/snipe/snipe-it
- https://github.com/snipe/snipe-it
- https://snipeitapp.com/
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- snipeit
- snipe
- asset
- management
dependencies:
- name: common
version: 17.2.21
@@ -30,25 +43,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Open source asset management
home: https://truecharts.org/charts/incubator/snipe-it
icon: https://truecharts.org/img/hotlink-ok/chart-icons/snipe-it.png
keywords:
- snipeit
- snipe
- asset
- management
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: snipe-it
sources:
- https://github.com/snipe/snipe-it
- https://snipeitapp.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/snipe-it
- https://hub.docker.com/r/snipe/snipe-it
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.13

View File

@@ -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: proxy
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: snowflake-proxy
version: 1.0.13
appVersion: 2.6.0
description: Snowflake's Proxy component to help users in the censored regions.
home: https://truecharts.org/charts/incubator/snowflake-proxy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/snowflake-proxy.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/snowflake-proxy
- https://hub.docker.com/r/thetorproject/snowflake-proxy
- https://gitlab.torproject.org/tpo/anti-censorship/docker-snowflake-proxy
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- snowflake-proxy
- proxy
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Snowflake's Proxy component to help users in the censored regions.
home: https://truecharts.org/charts/incubator/snowflake-proxy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/snowflake-proxy.png
keywords:
- snowflake-proxy
- proxy
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: snowflake-proxy
sources:
- https://hub.docker.com/r/thetorproject/snowflake-proxy
- https://gitlab.torproject.org/tpo/anti-censorship/docker-snowflake-proxy
- https://github.com/truecharts/charts/tree/master/charts/incubator/snowflake-proxy
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: proxy
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 1.0.13

View File

@@ -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: homeautomation
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: somfyprotect2mqtt
version: 1.0.13
appVersion: 2023.11.1
description: Somfy Protect to MQTT
home: https://truecharts.org/charts/incubator/somfyprotect2mqtt
icon: https://truecharts.org/img/hotlink-ok/chart-icons/somfyprotect2mqtt.png
deprecated: false
sources:
- https://github.com/Minims/SomfyProtect2MQTT
- https://github.com/truecharts/charts/tree/master/charts/incubator/somfyprotect2mqtt
- https://hub.docker.com/r/minims/somfyprotect2mqtt
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- somfyprotect2mqtt
- mqtt
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Somfy Protect to MQTT
home: https://truecharts.org/charts/incubator/somfyprotect2mqtt
icon: https://truecharts.org/img/hotlink-ok/chart-icons/somfyprotect2mqtt.png
keywords:
- somfyprotect2mqtt
- mqtt
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: somfyprotect2mqtt
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/somfyprotect2mqtt
- https://hub.docker.com/r/minims/somfyprotect2mqtt
- https://github.com/Minims/SomfyProtect2MQTT
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: homeautomation
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 1.0.13

View File

@@ -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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: sonarqube
version: 3.0.13
appVersion: latest
description: "SonarQube is an open source platform for continuous inspection of code quality. "
home: https://truecharts.org/charts/incubator/sonarqube
icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarqube.png
deprecated: false
sources:
- https://github.com/SonarSource/sonarqube
- https://github.com/truecharts/charts/tree/master/charts/incubator/sonarqube
- https://hub.docker.com/_/sonarqube
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- sonarqube
- Tools-Utilities
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: "SonarQube is an open source platform for continuous inspection of code quality. "
home: https://truecharts.org/charts/incubator/sonarqube
icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarqube.png
keywords:
- sonarqube
- Tools-Utilities
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: sonarqube
sources:
- https://github.com/SonarSource/sonarqube
- https://github.com/truecharts/charts/tree/master/charts/incubator/sonarqube
- https://hub.docker.com/_/sonarqube
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.0.13

View File

@@ -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: web
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: ts3-manager
version: 3.0.13
appVersion: 2.2.0
description: A modern web interface for maintaining Teamspeak3 servers.
home: https://truecharts.org/charts/incubator/ts3-manager
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ts3-manager.png
deprecated: false
sources:
- https://hub.docker.com/r/joni1802/ts3-manager
- https://github.com/joni1802/ts3-manager/
- https://github.com/truecharts/charts/tree/master/charts/incubator/ts3-manager
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- ts3-manager
- teamspeak
- teamspeak3
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: A modern web interface for maintaining Teamspeak3 servers.
home: https://truecharts.org/charts/incubator/ts3-manager
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ts3-manager.png
keywords:
- ts3-manager
- teamspeak
- teamspeak3
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: ts3-manager
sources:
- https://hub.docker.com/r/joni1802/ts3-manager
- https://github.com/joni1802/ts3-manager/
- https://github.com/truecharts/charts/tree/master/charts/incubator/ts3-manager
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: web
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 3.0.13

View File

@@ -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: Tools-Utilities
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: tubearchivist-es
version: 3.0.13
appVersion: latest
description: This is a dependancy Chart for the application "TubeArchivist"
home: https://truecharts.org/charts/incubator/tubearchivist-es
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-es.png
deprecated: false
sources:
- https://github.com/elastic/elasticsearch
- https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-es
- https://hub.docker.com/r/bbilly1/tubearchivist-es
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- tubearchivist-es
- Tools-Utilities
- MediaServer-Other
dependencies:
- name: common
version: 17.2.21
@@ -16,23 +27,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: This is a dependancy Chart for the application "TubeArchivist"
home: https://truecharts.org/charts/incubator/tubearchivist-es
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-es.png
keywords:
- tubearchivist-es
- Tools-Utilities
- MediaServer-Other
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: tubearchivist-es
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-es
- https://hub.docker.com/r/bbilly1/tubearchivist-es
- https://github.com/elastic/elasticsearch
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.0.13

View File

@@ -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: auth
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: twofauth
version: 0.0.6
appVersion: 5.0.2
description: A Web app to manage your 2FA accounts and generate their security codes.
home: https://truecharts.org/charts/incubator/twofauth
icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png
deprecated: false
sources:
- https://github.com/Bubka/2fauth
- https://github.com/truecharts/charts/tree/master/charts/incubator/twofauth
- https://hub.docker.com/r/2fauth/2fauth
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- 2fauth
- auth
dependencies:
- name: common
version: 17.2.21
@@ -16,22 +26,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: A Web app to manage your 2FA accounts and generate their security codes.
home: https://truecharts.org/charts/incubator/twofauth
icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png
keywords:
- 2fauth
- auth
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: twofauth
sources:
- https://github.com/Bubka/2fauth
- https://github.com/truecharts/charts/tree/master/charts/incubator/twofauth
- https://hub.docker.com/r/2fauth/2fauth
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: auth
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 0.0.6

View File

@@ -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: hosting
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: typecho
version: 9.0.13
appVersion: 1.2.1
description: Typecho is a PHP Blogging Platform.
home: https://truecharts.org/charts/incubator/typecho
icon: https://truecharts.org/img/hotlink-ok/chart-icons/typecho.png
deprecated: false
sources:
- https://hub.docker.com/r/joyqi/typecho
- https://github.com/typecho/typecho
- https://github.com/truecharts/charts/tree/master/charts/incubator/typecho
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- typecho
- blog
dependencies:
- name: common
version: 17.2.21
@@ -23,22 +33,12 @@ dependencies:
alias: ""
tags: []
import-values: []
deprecated: false
description: Typecho is a PHP Blogging Platform.
home: https://truecharts.org/charts/incubator/typecho
icon: https://truecharts.org/img/hotlink-ok/chart-icons/typecho.png
keywords:
- typecho
- blog
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: typecho
sources:
- https://github.com/typecho/typecho
- https://github.com/truecharts/charts/tree/master/charts/incubator/typecho
- https://hub.docker.com/r/joyqi/typecho
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: hosting
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application
version: 9.0.13

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