Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-22 00:08:32 +00:00
parent 9a38b4702b
commit 8965459106
754 changed files with 1036 additions and 994 deletions

View File

@ -3,11 +3,11 @@ name: "SCALE: catalog-tests"
on: on:
pull_request: pull_request:
paths: paths:
- '.github/workflows/catalog-template-test.yaml' - ".github/workflows/catalog-template-test.yaml"
- '.github/workflows/catalog-test.yaml' - ".github/workflows/catalog-test.yaml"
- 'templates/*' - "templates/*"
- 'templates/**' - "templates/**"
- 'templates/**/*' - "templates/**/*"
jobs: jobs:
catalog-tests: catalog-tests:
name: Test SCALE Catalog Templates name: Test SCALE Catalog Templates
@ -21,14 +21,14 @@ jobs:
- name: Setting repo parent dir as safe safe.directory - name: Setting repo parent dir as safe safe.directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE" run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
name: Checkout-validate name: Checkout-validate
with: with:
fetch-depth: 1 fetch-depth: 1
repository: truecharts/catalog_validation repository: truecharts/catalog_validation
path: .catalog_validation path: .catalog_validation
- name: install catalog_validation - name: install catalog_validation
shell: bash shell: bash
run: | run: |
@ -45,13 +45,13 @@ jobs:
run: | run: |
CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]') CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]')
./charttool deps ${PWD}/charts ./charttool deps ${PWD}/charts
- name: Checkout - name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with: with:
repository: truecharts/catalog repository: truecharts/catalog
path: catalog path: catalog
- name: Build Complete Catalog - name: Build Complete Catalog
shell: bash shell: bash
if: steps.list-changed.outputs.detected == 'true' if: steps.list-changed.outputs.detected == 'true'

View File

@ -26,14 +26,14 @@ jobs:
- name: Setting repo parent dir as safe safe.directory - name: Setting repo parent dir as safe safe.directory
run: git config --global --add safe.directory "$GITHUB_WORKSPACE" run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
name: Checkout-validate name: Checkout-validate
with: with:
fetch-depth: 1 fetch-depth: 1
repository: truecharts/catalog_validation repository: truecharts/catalog_validation
path: .catalog_validation path: .catalog_validation
- name: install catalog_validation - name: install catalog_validation
shell: bash shell: bash
run: | run: |
@ -74,7 +74,7 @@ jobs:
run: | run: |
CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]') CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]')
./charttool deps ${CHANGED} ./charttool deps ${CHANGED}
- name: Build Catalog - name: Build Catalog
shell: bash shell: bash
if: steps.list-changed.outputs.detected == 'true' if: steps.list-changed.outputs.detected == 'true'
@ -84,7 +84,6 @@ jobs:
CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]') CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]')
./charttool buildSCALE ${CHANGED} ./charttool buildSCALE ${CHANGED}
## TODO: Only run on the existing catalog when CI or template changes are actually detected ## TODO: Only run on the existing catalog when CI or template changes are actually detected
# - name: Checkout # - name: Checkout
# uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 # uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3

View File

@ -27,7 +27,7 @@ jobs:
repository: truecharts/helm-staging repository: truecharts/helm-staging
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
path: helm path: helm
- name: Install pre-commit, yamale and yamllint - name: Install pre-commit, yamale and yamllint
run: | run: |
pip3 install --no-cache-dir pre-commit pip3 install --no-cache-dir pre-commit
@ -93,7 +93,7 @@ jobs:
with: with:
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0 fetch-depth: 0
- name: Prep Helm - name: Prep Helm
shell: bash shell: bash
run: | run: |

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: database truecharts.org/category: database
@ -24,7 +24,7 @@ keywords:
- database - database
- clickhouse - clickhouse
- sql - sql
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: metrics truecharts.org/category: metrics
@ -24,7 +24,7 @@ keywords:
- prometheus - prometheus
- kube-state-metrics - kube-state-metrics
- monitoring - monitoring
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: database truecharts.org/category: database
@ -25,7 +25,7 @@ keywords:
- mysql - mysql
- database - database
- sql - sql
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: database truecharts.org/category: database
@ -24,7 +24,7 @@ keywords:
- memcached - memcached
- database - database
- cache - cache
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- mongodb - mongodb
- database - database
- nosql - nosql
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: metrics truecharts.org/category: metrics
@ -24,7 +24,7 @@ keywords:
- prometheus - prometheus
- node-exporter - node-exporter
- monitoring - monitoring
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: database truecharts.org/category: database
@ -24,7 +24,7 @@ keywords:
- redis - redis
- keyvalue - keyvalue
- database - database
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -24,7 +24,7 @@ keywords:
- solr - solr
- apache - apache
- search - search
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: security truecharts.org/category: security

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: network truecharts.org/category: network
@ -41,7 +41,7 @@ sources:
- https://0xerr0r.github.io/blocky/ - https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky - https://github.com/0xERR0R/blocky
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky - https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
- https://quay.io/oriedge/k8s_gateway
- https://hub.docker.com/r/spx01/blocky - https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway
type: application type: application
version: 12.4.0 version: 12.4.0

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: core truecharts.org/category: core
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png
keywords: keywords:
- cert-manager - cert-manager
- certificates - certificates
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: metrics truecharts.org/category: metrics
@ -25,7 +25,7 @@ keywords:
- monitoring - monitoring
- metrics - metrics
- logs - logs
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators
@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png
keywords: keywords:
- kubeapps - kubeapps
- catalog - catalog
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -46,16 +46,16 @@ workload:
service: service:
## TODO: Enable ## TODO: Enable
main: main:
enabled: false enabled: false
primary: true primary: true
expandObjectName: false expandObjectName: false
ports: ports:
main: main:
## TODO: Enable ## TODO: Enable
enabled: false enabled: false
primary: true primary: true
port: 3000 port: 3000
targetPort: 3000 targetPort: 3000
tckubeapps: tckubeapps:
enabled: true enabled: true
expandObjectName: false expandObjectName: false

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: core truecharts.org/category: core
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png
keywords: keywords:
- metallb - metallb
- loadbalancer - loadbalancer
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,11 +1,11 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: cloud truecharts.org/category: cloud
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable truecharts.org/train: enterprise
apiVersion: v2 apiVersion: v2
appVersion: 28.0.2 appVersion: 28.0.2
dependencies: dependencies:
@ -25,7 +25,7 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: A private cloud server that puts the control and security of your own data back into your hands. description: A private cloud server that puts the control and security of your own data back into your hands.
home: https://truecharts.org/charts/stable/nextcloud home: https://truecharts.org/charts/enterprise/nextcloud
icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png
keywords: keywords:
- nextcloud - nextcloud
@ -33,7 +33,7 @@ keywords:
- http - http
- web - web
- php - php
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -42,12 +42,12 @@ name: nextcloud
sources: sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
- https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud - https://github.com/truecharts/charts/tree/master/charts/enterprise/nextcloud
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
- https://hub.docker.com/r/collabora/code
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
- https://hub.docker.com/r/clamav/clamav - https://hub.docker.com/r/clamav/clamav
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
- https://hub.docker.com/r/collabora/code
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
type: application type: application
version: 28.4.0 version: 28.4.0

View File

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

View File

@ -8,4 +8,4 @@ config.php should be considered non-user alterable. Users should write custom co
Custom user config files are, however, not covered by our support either. Custom user config files are, however, not covered by our support either.
Users are expected to know how to troubleshoot database issues with Nextcloud. Users are expected to know how to troubleshoot database issues with Nextcloud.
If you need support for Nextcloud itself, please consider a support contract from Nextcloud or a hosted Nextcloud instance instead. If you need support for Nextcloud itself, please consider a support contract from Nextcloud or a hosted Nextcloud instance instead.

View File

@ -36,7 +36,7 @@ home: https://truecharts.org/charts/enterprise/prometheus
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
keywords: keywords:
- metrics - metrics
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -46,8 +46,8 @@ sources:
- https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus - https://github.com/prometheus-operator/kube-prometheus
- https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus - https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus
- https://hub.docker.com/r/bitnami/prometheus
- https://hub.docker.com/r/bitnami/alertmanager - https://hub.docker.com/r/bitnami/alertmanager
- https://hub.docker.com/r/bitnami/prometheus
- https://quay.io/thanos/thanos - https://quay.io/thanos/thanos
type: application type: application
version: 16.7.2 version: 16.7.2

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png
keywords: keywords:
- traefik - traefik
- ingress - ingress
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: security truecharts.org/category: security

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png
keywords: keywords:
- anything-llm - anything-llm
- ai - ai
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -2,34 +2,29 @@
# This supports shell glob matching, relative path matching, and # This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line. # negation (prefixed with !). Only one pattern per line.
.DS_Store .DS_Store
._* # Common VCS dirs
*.pyc
__pycache__/
.mypy_cache/
.pytest_cache/
.github/
.pdm-build/
.pdm-python
.eggs/
.git/ .git/
!.git/HEAD .gitignore
!.git/refs/heads/* .bzr/
.bzrignore
venv/ .hg/
.venv/ .hgignore
.venv-old/ .svn/
.docker-venv/ # Common backup files
node_modules/ *.swp
*.bak
docs/ *.tmp
build/ *~
dist/ # Various IDEs
brew_dist/ .project
deb_dist/ .idea/
pip_dist/ *.tmproj
assets/ .vscode/
docker/ # OWNERS file for Kubernetes
OWNERS
data/ # helm-docs templates
data*/ *.gotmpl
output/ # docs folder
/docs
# icon
icon.png

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: bookmarks truecharts.org/category: bookmarks
@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.12" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator truecharts.org/train: incubator
apiVersion: v2 apiVersion: v2
appVersion: 2.4.9 appVersion: latest
dependencies: dependencies:
- name: common - name: common
version: 17.2.30 version: 17.2.30
@ -30,9 +30,6 @@ maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
url: https://truecharts.org url: https://truecharts.org
- name: Nick Sweeting
email: truecharts@archivebox.io
url: https://archivebox.io
name: archivebox name: archivebox
sources: sources:
- https://github.com/ArchiveBox/ArchiveBox - https://github.com/ArchiveBox/ArchiveBox

View File

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

View File

@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.png
keywords: keywords:
- atuin - atuin
- shell - shell
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1 +1,28 @@
# README ---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/gaseous-server)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: auth truecharts.org/category: auth

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "false" truecharts.org/SCALE-support: "false"
truecharts.org/category: CSI truecharts.org/category: CSI

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: CSI truecharts.org/category: CSI

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: MediaServer-Video truecharts.org/category: MediaServer-Video

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: finance truecharts.org/category: finance

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Other truecharts.org/category: Other

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Tools-Utilities truecharts.org/category: Tools-Utilities
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png
keywords: keywords:
- adminer - adminer
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: cloud truecharts.org/category: cloud

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Downloaders truecharts.org/category: Downloaders

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Other truecharts.org/category: Other

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: home-automation truecharts.org/category: home-automation

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: email truecharts.org/category: email
@ -36,7 +36,7 @@ home: https://truecharts.org/charts/stable/anonaddy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png
keywords: keywords:
- anonaddy - anonaddy
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Network-Other truecharts.org/category: Network-Other

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: forum truecharts.org/category: forum

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud truecharts.org/category: Cloud

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: utilities truecharts.org/category: utilities

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Network-Proxy truecharts.org/category: Network-Proxy

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Backup truecharts.org/category: Backup

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media
@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/audiobookshelf
icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png
keywords: keywords:
- audiobookshelf - audiobookshelf
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Cloud truecharts.org/category: Cloud

View File

@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/authentik
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png
keywords: keywords:
- authentik - authentik
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -39,10 +39,10 @@ sources:
- https://goauthentik.io/docs/ - https://goauthentik.io/docs/
- https://github.com/goauthentik/authentik - https://github.com/goauthentik/authentik
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://ghcr.io/goauthentik/proxy
- https://ghcr.io/goauthentik/radius
- https://ghcr.io/goauthentik/server
- https://ghcr.io/maxmind/geoipupdate - https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/ldap - https://ghcr.io/goauthentik/ldap
- https://ghcr.io/goauthentik/server
- https://ghcr.io/goauthentik/radius
- https://ghcr.io/goauthentik/proxy
type: application type: application
version: 23.0.0 version: 23.0.0

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Downloaders truecharts.org/category: Downloaders

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png
keywords: keywords:
- autobrr - autobrr
- torrent - torrent
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png
keywords: keywords:
- autoscan - autoscan
- media - media
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media
@ -26,7 +26,7 @@ keywords:
- tracker - tracker
- parents - parents
- parenting - parenting
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Backup truecharts.org/category: Backup

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: utilities truecharts.org/category: utilities

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Productivity truecharts.org/category: Productivity

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: GameServers truecharts.org/category: GameServers

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: productivity truecharts.org/category: productivity

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: notes truecharts.org/category: notes

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media
@ -27,7 +27,7 @@ keywords:
- subtitles - subtitles
- usenet - usenet
- torrent - torrent
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: media truecharts.org/category: media
@ -26,7 +26,7 @@ keywords:
- manager - manager
- player - player
- beets - beets
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: dashboard truecharts.org/category: dashboard

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Crypto truecharts.org/category: Crypto

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Tools-Utilities truecharts.org/category: Tools-Utilities

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Network-Other truecharts.org/category: Network-Other

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Other truecharts.org/category: Other

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Productivity truecharts.org/category: Productivity

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: Other truecharts.org/category: Other
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png
keywords: keywords:
- blender - blender
- Other - Other
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: hosting truecharts.org/category: hosting

View File

@ -1,5 +1,5 @@
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 24.04.0
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: incubator truecharts.org/category: incubator
@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/boinc
icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png
keywords: keywords:
- boinc - boinc
kubeVersion: '>=1.24.0-0' kubeVersion: ">=1.24.0-0"
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org

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