From 1b0f6dbf49a3876ffe24721e7a37293e874d3d49 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 7 Mar 2022 22:19:14 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/stable/owncloud-ocis/CHANGELOG.md | 9 + charts/stable/owncloud-ocis/helm-values.md | 27 +- docs/apps/stable/owncloud-ocis/CHANGELOG.md | 9 + docs/apps/stable/owncloud-ocis/helm-values.md | 27 +- docs/index.yaml | 8151 +---------------- 5 files changed, 65 insertions(+), 8158 deletions(-) diff --git a/charts/stable/owncloud-ocis/CHANGELOG.md b/charts/stable/owncloud-ocis/CHANGELOG.md index e1f58c485a1..f39a038c579 100644 --- a/charts/stable/owncloud-ocis/CHANGELOG.md +++ b/charts/stable/owncloud-ocis/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [owncloud-ocis-6.0.0](https://github.com/truecharts/apps/compare/owncloud-ocis-5.0.2...owncloud-ocis-6.0.0) (2022-03-07) + +#### Fix + +* fix portal, add auto generated tokens, add some gui options ([#2113](https://github.com/truecharts/apps/issues/2113)) + + + ### [owncloud-ocis-5.0.2](https://github.com/truecharts/apps/compare/owncloud-ocis-5.0.1...owncloud-ocis-5.0.2) (2022-03-07) diff --git a/charts/stable/owncloud-ocis/helm-values.md b/charts/stable/owncloud-ocis/helm-values.md index 2594054b173..850847d8a3c 100644 --- a/charts/stable/owncloud-ocis/helm-values.md +++ b/charts/stable/owncloud-ocis/helm-values.md @@ -11,12 +11,27 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| -| env | string | See below | environment variables. See more environment variables in the [owncloud-ocis documentation](https://owncloud.dev/ocis/configuration/#environment-variables). | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/ocis"` | image repository | -| image.tag | string | `"v1.17.0@sha256:3721e88225a3caa157c3308cc630a3adf4ebc546a1786b9e28bf66b8fb2c3a64"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | +| env.ACCOUNTS_DEMO_USERS_AND_GROUPS | bool | `false` | | +| env.OCIS_INSECURE | bool | `true` | | +| env.OCIS_LOG_COLOR | bool | `true` | | +| env.OCIS_LOG_PRETTY | bool | `true` | | +| env.OCIS_URL | string | `"https://localhost:{{ .Values.service.main.ports.main.port }}"` | | +| env.PROXY_HTTP_ADDR | string | `"0.0.0.0:{{ .Values.service.main.ports.main.port }}"` | | +| env.PROXY_TLS | bool | `false` | | +| envValueFrom.OCIS_JWT_SECRET.secretKeyRef.key | string | `"OCIS_JWT_SECRET"` | | +| envValueFrom.OCIS_JWT_SECRET.secretKeyRef.name | string | `"ocis-secrets"` | | +| envValueFrom.OCIS_MACHINE_AUTH_API_KEY.secretKeyRef.key | string | `"OCIS_MACHINE_AUTH_API_KEY"` | | +| envValueFrom.OCIS_MACHINE_AUTH_API_KEY.secretKeyRef.name | string | `"ocis-secrets"` | | +| envValueFrom.STORAGE_TRANSFER_SECRET.secretKeyRef.key | string | `"STORAGE_TRANSFER_SECRET"` | | +| envValueFrom.STORAGE_TRANSFER_SECRET.secretKeyRef.name | string | `"ocis-secrets"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"tccr.io/truecharts/ocis"` | | +| image.tag | string | `"v1.17.0@sha256:3721e88225a3caa157c3308cc630a3adf4ebc546a1786b9e28bf66b8fb2c3a64"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/var/lib/ocis"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | +| service.main.ports.main.port | int | `9200` | | +| service.main.ports.main.protocol | string | `"HTTPS"` | | +| service.main.ports.main.targetPort | int | `9200` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/owncloud-ocis/CHANGELOG.md b/docs/apps/stable/owncloud-ocis/CHANGELOG.md index e1f58c485a1..f39a038c579 100644 --- a/docs/apps/stable/owncloud-ocis/CHANGELOG.md +++ b/docs/apps/stable/owncloud-ocis/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [owncloud-ocis-6.0.0](https://github.com/truecharts/apps/compare/owncloud-ocis-5.0.2...owncloud-ocis-6.0.0) (2022-03-07) + +#### Fix + +* fix portal, add auto generated tokens, add some gui options ([#2113](https://github.com/truecharts/apps/issues/2113)) + + + ### [owncloud-ocis-5.0.2](https://github.com/truecharts/apps/compare/owncloud-ocis-5.0.1...owncloud-ocis-5.0.2) (2022-03-07) diff --git a/docs/apps/stable/owncloud-ocis/helm-values.md b/docs/apps/stable/owncloud-ocis/helm-values.md index 2594054b173..850847d8a3c 100644 --- a/docs/apps/stable/owncloud-ocis/helm-values.md +++ b/docs/apps/stable/owncloud-ocis/helm-values.md @@ -11,12 +11,27 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| -| env | string | See below | environment variables. See more environment variables in the [owncloud-ocis documentation](https://owncloud.dev/ocis/configuration/#environment-variables). | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"tccr.io/truecharts/ocis"` | image repository | -| image.tag | string | `"v1.17.0@sha256:3721e88225a3caa157c3308cc630a3adf4ebc546a1786b9e28bf66b8fb2c3a64"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | +| env.ACCOUNTS_DEMO_USERS_AND_GROUPS | bool | `false` | | +| env.OCIS_INSECURE | bool | `true` | | +| env.OCIS_LOG_COLOR | bool | `true` | | +| env.OCIS_LOG_PRETTY | bool | `true` | | +| env.OCIS_URL | string | `"https://localhost:{{ .Values.service.main.ports.main.port }}"` | | +| env.PROXY_HTTP_ADDR | string | `"0.0.0.0:{{ .Values.service.main.ports.main.port }}"` | | +| env.PROXY_TLS | bool | `false` | | +| envValueFrom.OCIS_JWT_SECRET.secretKeyRef.key | string | `"OCIS_JWT_SECRET"` | | +| envValueFrom.OCIS_JWT_SECRET.secretKeyRef.name | string | `"ocis-secrets"` | | +| envValueFrom.OCIS_MACHINE_AUTH_API_KEY.secretKeyRef.key | string | `"OCIS_MACHINE_AUTH_API_KEY"` | | +| envValueFrom.OCIS_MACHINE_AUTH_API_KEY.secretKeyRef.name | string | `"ocis-secrets"` | | +| envValueFrom.STORAGE_TRANSFER_SECRET.secretKeyRef.key | string | `"STORAGE_TRANSFER_SECRET"` | | +| envValueFrom.STORAGE_TRANSFER_SECRET.secretKeyRef.name | string | `"ocis-secrets"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"tccr.io/truecharts/ocis"` | | +| image.tag | string | `"v1.17.0@sha256:3721e88225a3caa157c3308cc630a3adf4ebc546a1786b9e28bf66b8fb2c3a64"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/var/lib/ocis"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | -| service | object | See values.yaml | Configures service settings for the chart. | +| service.main.ports.main.port | int | `9200` | | +| service.main.ports.main.protocol | string | `"HTTPS"` | | +| service.main.ports.main.targetPort | int | `9200` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/index.yaml b/docs/index.yaml index cdd98020554..cdbe900add1 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,42 +1,6 @@ apiVersion: v1 entries: airdcpp-webclient: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.11.2 - created: "2022-03-07T17:19:39.55568469Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: AirDC++ Web Client is a locally installed application, which is designed - for flexible sharing of files or directories within groups of people in a local - network or over internet. - digest: 0027eab843a9bfc14032978be5b7a56a02c824280131926b08c151cf31f8f115 - home: https://github.com/truecharts/apps/tree/master/charts/stable/airdcpp-webclient - icon: https://truecharts.org/_static/img/appicons/airdcpp-webclient.png - keywords: - - DC++ - - dcpp - - airdcpp - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: airdcpp-webclient - sources: - - https://airdcpp-web.github.io/ - - https://github.com/airdcpp-web/airdcpp-webclient - - https://hub.docker.com/r/gangefors/airdcpp-webclient - type: application - urls: - - https://github.com/truecharts/apps/releases/download/airdcpp-webclient-2.0.1/airdcpp-webclient-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -110,37 +74,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airdcpp-webclient-0.0.1/airdcpp-webclient-0.0.1.tgz version: 0.0.1 airsonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.6.2 - created: "2022-03-07T17:19:39.805963978Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Airsonic is a Free and Open Source community driven media server - digest: 514a11106b4aa8081703f467260371fc10fb9878e16f5a7b1cf3fcb2d59d14a1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic - icon: https://truecharts.org/_static/img/appicons/airsonic.png - keywords: - - airsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: airsonic - sources: - - https://github.com/airsonic/airsonic - - https://github.com/linuxserver/docker-airsonic - - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - urls: - - https://github.com/truecharts/apps/releases/download/airsonic-5.0.1/airsonic-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -266,40 +199,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-4.0.23/airsonic-4.0.23.tgz version: 4.0.23 airsonic-advanced: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 11.0.0 - created: "2022-03-07T17:19:40.070142516Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Airsonic is a Free and Open Source community driven media server - digest: 420ee4090054ca2d01eb04d2ff8d4dfdad07dfba5fe0bfd9f7c414e96f9a98dc - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic-advanced - icon: https://truecharts.org/_static/img/appicons/airsonic.png - keywords: - - airsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: airsonic-advanced - sources: - - https://github.com/airsonic/airsonic-advanced - - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced - urls: - - https://github.com/truecharts/apps/releases/download/airsonic-advanced-2.0.1/airsonic-advanced-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -403,42 +302,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-advanced-1.0.0/airsonic-advanced-1.0.0.tgz version: 1.0.0 alist: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.0 - created: "2022-03-07T17:19:40.310945398Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Alist program that supports multiple storage, powered by Gin and - React - digest: 6063c81e115a4f3cfd71cfa83775161eeb9749473a07d7d2e4e9de4c6b7aa9f5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/alist - icon: https://truecharts.org/_static/img/appicons/alist.png - keywords: - - alist - - storage - - webdav - - google driver - - aliyun driver - - baiduyun - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: alist - sources: - - https://github.com/Xhofe/alist - type: application - urls: - - https://github.com/truecharts/apps/releases/download/alist-1.0.2/alist-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -548,35 +411,6 @@ entries: - https://github.com/truecharts/apps/releases/download/alist-0.0.1/alist-0.0.1.tgz version: 0.0.1 amcrest2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.15 - created: "2022-03-07T17:19:40.531949341Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Expose all events from an Amcrest device to an MQTT broker - digest: 401783e915444538fbd4148783b946f8f879eebf2d8e2b29e19ae9827f31019f - home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt - icon: https://truecharts.org/_static/img/appicons/amcrest2mqtt.png - keywords: - - amcrest2mqtt - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: amcrest2mqtt - sources: - - https://github.com/dchesterton/amcrest2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-3.0.1/amcrest2mqtt-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -723,43 +557,6 @@ entries: - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.23/amcrest2mqtt-2.0.23.tgz version: 2.0.23 anonaddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - email - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.10.1 - created: "2022-03-07T17:19:40.794768634Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: Protect your email from spam using disposable addresses. - digest: 1d576ed9a52a2409e280ad529639ae773952b70f2454cfeb9fd738de2661ba57 - home: https://github.com/truecharts/apps/tree/master/charts/stable/anonaddy - icon: https://truecharts.org/_static/img/appicons/anonaddy.png - keywords: - - anonaddy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: anonaddy - sources: - - https://github.com/anonaddy/docker - urls: - - https://github.com/truecharts/apps/releases/download/anonaddy-7.0.2/anonaddy-7.0.2.tgz - version: 7.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1242,38 +1039,6 @@ entries: - https://github.com/truecharts/apps/releases/download/anonaddy-6.0.9/anonaddy-6.0.9.tgz version: 6.0.9 apache-musicindex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.1 - created: "2022-03-07T17:19:41.0319757Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Index and stream music using apache-musicindex and m3u playlists - digest: d79eea6da8e808b1bff48756dc144cd01496ea7ad0dab7dbab26ebcf0b0df740 - home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex - icon: https://truecharts.org/_static/img/appicons/apache-musicindex.png - keywords: - - apache-musicindex - - streaming - - m3u - - playlist - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: apache-musicindex - sources: - - http://hacks.slashdirt.org/sw/musicindex/ - urls: - - https://github.com/truecharts/apps/releases/download/apache-musicindex-3.0.1/apache-musicindex-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1403,43 +1168,6 @@ entries: - https://github.com/truecharts/apps/releases/download/apache-musicindex-2.0.21/apache-musicindex-2.0.21.tgz version: 2.0.21 appdaemon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.2.1 - created: "2022-03-07T17:19:41.256280949Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution - environment for writing automation apps for Home Assistant home automation software. - It also provides a configurable dashboard (HADashboard) suitable for wall mounted - tablets. - digest: 677c5a91bdb2cd9092e9b7ec62c35895899e3c6b86edcd547acafe3c565927ea - home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon - icon: https://truecharts.org/_static/img/appicons/appdaemon.png - keywords: - - appdaemon - - homeautomation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - - email: 20650065+warllo54@users.noreply.github.com - name: warllo54 - url: truecharts.org - name: appdaemon - sources: - - https://github.com/AppDaemon/appdaemon - type: application - urls: - - https://github.com/truecharts/apps/releases/download/appdaemon-8.0.1/appdaemon-8.0.1.tgz - version: 8.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1700,35 +1428,6 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-7.0.0/appdaemon-7.0.0.tgz version: 7.0.0 aria2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:19:41.481203418Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: aria server for downloading web content - digest: dd5c00a625fce90c581afe8999064ef2e60edfb2e4fb78c7793272f99e3ff8bc - home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2 - icon: https://truecharts.org/_static/img/appicons/aria2.png - keywords: - - aria2 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: aria2 - sources: - - https://github.com/P3TERX/Aria2-Pro-Docker - urls: - - https://github.com/truecharts/apps/releases/download/aria2-4.0.1/aria2-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1875,41 +1574,6 @@ entries: - https://github.com/truecharts/apps/releases/download/aria2-3.0.0/aria2-3.0.0.tgz version: 3.0.0 audacity: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.2 - created: "2022-03-07T17:19:41.716215712Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: An easy-to-use, multi-track audio editor and recorder - digest: 6b3f1ef1b05bc454d4284bd783ec6e9eedb69769cbbf850a946b974896568163 - home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity - icon: https://truecharts.org/_static/img/appicons/audacity.png - keywords: - - audacity - - music - - recorder - - editor - - audio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: audacity - sources: - - https://github.com/linuxserver/docker-audacity - - https://www.audacityteam.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/audacity-3.0.1/audacity-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2051,55 +1715,6 @@ entries: - https://github.com/truecharts/apps/releases/download/audacity-2.0.21/audacity-2.0.21.tgz version: 2.0.21 authelia: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.33.2 - created: "2022-03-07T17:19:41.981635889Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 2.0.1 - description: Authelia is a Single Sign-On Multi-Factor portal for web apps - digest: 581758d7c1190c4bf62d4cd8d9ffb23b33629903792eb16d9df28c4c9f1a7670 - home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia - icon: https://truecharts.org/_static/img/appicons/authelia.png - keywords: - - authelia - - authentication - - login - - SSO - - Authentication - - Security - - Two-Factor - - U2F - - YubiKey - - Push Notifications - - LDAP - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: authelia - sources: - - https://github.com/authelia/chartrepo - - https://github.com/authelia/authelia - type: application - urls: - - https://github.com/truecharts/apps/releases/download/authelia-9.0.1/authelia-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2542,40 +2157,6 @@ entries: - https://github.com/truecharts/apps/releases/download/authelia-8.0.13/authelia-8.0.13.tgz version: 8.0.13 automatic-music-downloader: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:19:42.220569311Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A Lidarr companion script to automatically download music for Lidarr. - digest: 739d642f04b74b20f896ccbd5958bd4fb83dafc133cc6ac4a3bc65c3ffa53ced - home: https://github.com/truecharts/apps/tree/master/charts/incubator/automatic-music-downloader - icon: https://truecharts.org/_static/img/appicons/automatic-music-downloader.png - keywords: - - automatic - - music - - downloader - - deemix - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: automatic-music-downloader - sources: - - https://github.com/RandomNinjaAtk/docker-amd - - https://hub.docker.com/r/randomninjaatk/amd - type: application - urls: - - https://github.com/truecharts/apps/releases/download/automatic-music-downloader-1.0.1/automatic-music-downloader-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2679,46 +2260,6 @@ entries: - https://github.com/truecharts/apps/releases/download/automatic-music-downloader-0.0.1/automatic-music-downloader-0.0.1.tgz version: 0.0.1 babybuddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.10.1 - created: "2022-03-07T17:19:42.485627076Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Helps caregivers track sleep, feedings, diaper changes, tummy time - and more to learn about and predict baby's needs without (as much) guess work. - digest: f5bcf7f01125b006131d37080da0f0e087f7cc7a45f0474eae6db97d6e512b33 - home: https://github.com/truecharts/apps/tree/main/charts/babybuddy - icon: https://truecharts.org/_static/img/appicons/babybuddy.png - keywords: - - baby - - buddy - - tracker - - parents - - parenting - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: babybuddy - sources: - - https://github.com/babybuddy/babybuddy - - https://github.com/nicholaswilde/docker-babybuddy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/babybuddy-6.0.2/babybuddy-6.0.2.tgz - version: 6.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3160,43 +2701,6 @@ entries: - https://github.com/truecharts/apps/releases/download/babybuddy-5.0.16/babybuddy-5.0.16.tgz version: 5.0.16 bazarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.3 - created: "2022-03-07T17:19:42.726527361Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Bazarr is a companion application to Sonarr and Radarr. It manages - and downloads subtitles based on your requirements - digest: 89da6538dd46dfbc2c4912304e58629d2e2a204600f42fd602f05ab604d65f31 - home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr - icon: https://truecharts.org/_static/img/appicons/bazarr.png - keywords: - - bazarr - - radarr - - sonarr - - subtitles - - usenet - - torrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: bazarr - sources: - - https://github.com/morpheus65535/bazarr - - https://hub.docker.com/r/linuxserver/bazarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/bazarr-10.0.1/bazarr-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3457,41 +2961,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bazarr-9.0.23/bazarr-9.0.23.tgz version: 9.0.23 beets: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.6.0 - created: "2022-03-07T17:19:42.968877293Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A music library manager and not, for the most part, a music player. - digest: 08ad5a633f1c4952f639989d56d01dd1f58a2e0118e87a260dca0244049d4e8e - home: https://github.com/truecharts/apps/tree/master/charts/stable/beets - icon: https://truecharts.org/_static/img/appicons/beets.png - keywords: - - music - - library - - manager - - player - - beets - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: beets - sources: - - https://github.com/linuxserver/docker-beets - - https://beets.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/beets-3.0.2/beets-3.0.2.tgz - version: 3.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3843,44 +3312,6 @@ entries: - https://github.com/truecharts/apps/releases/download/beets-2.0.23/beets-2.0.23.tgz version: 2.0.23 blog: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - hosting - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:19:43.236248633Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Lightweight self-hosted facebook-styled PHP blog. - digest: cca1170d87d11456e391c526b11ae9df931e98648e9cef54c253196ec6790f8e - home: https://github.com/truecharts/apps/tree/master/charts/stable/blog - icon: https://truecharts.org/_static/img/appicons/blog.png - keywords: - - blog - - php - - self - - hosted - - facebook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: blog - sources: - - https://github.com/m1k1o/blog - - https://github.com/nicholaswilde/docker-blog - urls: - - https://github.com/truecharts/apps/releases/download/blog-1.0.1/blog-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4186,37 +3617,6 @@ entries: - https://github.com/truecharts/apps/releases/download/blog-0.0.10/blog-0.0.10.tgz version: 0.0.10 boinc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:19:43.508376727Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: BOINC is a platform for high-throughput computing on a large scale - (thousands or millions of computers). - digest: 49daa5e0a6e2e0b4667618a6cd66d170fcafa5f4282419d32a39c7a3fe9fef6c - home: https://github.com/truecharts/apps/tree/master/charts/stable/boinc - icon: https://truecharts.org/_static/img/appicons/boinc.png - keywords: - - boinc - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: boinc - sources: - - https://hub.docker.com/r/linuxserver/boinc - type: application - urls: - - https://github.com/truecharts/apps/releases/download/boinc-1.0.3/boinc-1.0.3.tgz - version: 1.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4466,38 +3866,6 @@ entries: - https://github.com/truecharts/apps/releases/download/boinc-0.0.1/boinc-0.0.1.tgz version: 0.0.1 booksonic-air: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2201.1.0 - created: "2022-03-07T17:19:43.742573495Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Booksonic is a platform for accessing the audibooks you own wherever - you are - digest: ddb307af0f756a8bd468bf7d2566947433e06cc759cf462a9c134e1a33be5e37 - home: https://github.com/truecharts/apps/tree/master/charts/stable/booksonic-air - icon: https://truecharts.org/_static/img/appicons/booksonic-air.png - keywords: - - booksonic - - audiobook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: booksonic-air - sources: - - https://github.com/popeen/Booksonic-Air - - https://hub.docker.com/r/linuxserver/booksonic-air - urls: - - https://github.com/truecharts/apps/releases/download/booksonic-air-5.0.2/booksonic-air-5.0.2.tgz - version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4787,46 +4155,6 @@ entries: - https://github.com/truecharts/apps/releases/download/booksonic-air-4.0.20/booksonic-air-4.0.20.tgz version: 4.0.20 bookstack: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 22.02.2022 - created: "2022-03-07T17:19:43.992852383Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: A simple, self-hosted, easy-to-use platform for organising and storing - information. - digest: f1525148314a07430f9f833e96ff29881a50d34c1af254aa2f5e3991c269faa2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/bookstack - icon: https://truecharts.org/_static/img/appicons/bookstack.png - keywords: - - bookstack - - book - - stack - - organizer - - server - - hosted - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: bookstack - sources: - - https://www.bookstackapp.com/ - - https://hub.docker.com/r/linuxserver/bookstack - urls: - - https://github.com/truecharts/apps/releases/download/bookstack-1.0.1/bookstack-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5068,38 +4396,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bookstack-0.0.11/bookstack-0.0.11.tgz version: 0.0.11 budge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.4 - created: "2022-03-07T17:19:44.20286677Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Budge is an open source 'budgeting with envelopes' personal finance - app. - digest: bc472a35976b8db104d3b8d5e3add1a9738b7cb826fc39ee0f3087f7102c060c - home: https://github.com/truecharts/apps/tree/master/charts/stable/budge - icon: https://truecharts.org/_static/img/appicons/budge.png - keywords: - - finance - - budge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: budge - sources: - - https://github.com/linuxserver/budge - - https://github.com/linuxserver/docker-BudgE - urls: - - https://github.com/truecharts/apps/releases/download/budge-1.0.3/budge-1.0.3.tgz - version: 1.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5197,36 +4493,6 @@ entries: - https://github.com/truecharts/apps/releases/download/budge-0.0.2/budge-0.0.2.tgz version: 0.0.2 calibre: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.37.0 - created: "2022-03-07T17:19:44.431206548Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Calibre is a powerful and easy to use e-book manager. - digest: a971b99bd7ea9b8b9259d9cd4f308ee7e7d892726c331d90ae9e43400de11916 - home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre - icon: https://truecharts.org/_static/img/appicons/calibre.png - keywords: - - calibre - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: calibre - sources: - - https://hub.docker.com/r/linuxserver/calibre/ - - https://github.com/kovidgoyal/calibre/ - urls: - - https://github.com/truecharts/apps/releases/download/calibre-6.0.2/calibre-6.0.2.tgz - version: 6.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5468,40 +4734,6 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-5.0.0/calibre-5.0.0.tgz version: 5.0.0 calibre-web: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.12 - created: "2022-03-07T17:19:44.652176989Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Calibre-Web is a web app providing a clean interface for browsing, - reading and downloading eBooks using an existing Calibre database. - digest: 9a333876682729c3464579b2908c3fc2596247d4d1e92368a1af7aeeccf32c33 - home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre-web - icon: https://truecharts.org/_static/img/appicons/calibre-web.png - keywords: - - calibre-web - - calibre - - ebook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: calibre-web - sources: - - https://hub.docker.com/r/linuxserver/calibre-web/ - - https://github.com/janeczku/calibre-web - type: application - urls: - - https://github.com/truecharts/apps/releases/download/calibre-web-10.0.1/calibre-web-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5815,40 +5047,6 @@ entries: - https://github.com/truecharts/apps/releases/download/chevereto-0.0.1/chevereto-0.0.1.tgz version: 0.0.1 clamav: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.104.2 - created: "2022-03-07T17:19:44.865003767Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: ClamAV® is an open source antivirus engine for detecting trojans, - viruses, malware & other malicious threats. - digest: c69293505754ea17ea18d02504a1a261c924d00309b82a382f21419adcb2249c - home: https://github.com/truecharts/apps/tree/master/charts/stable/clamav - icon: https://truecharts.org/_static/img/appicons/clamav.png - keywords: - - clamav - - antivirus - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: clamav - sources: - - https://github.com/Cisco-Talos/clamav - - https://hub.docker.com/r/clamav/clamav - - https://docs.clamav.net/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/clamav-2.0.2/clamav-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6054,45 +5252,6 @@ entries: - https://github.com/truecharts/apps/releases/download/clamav-0.0.1/clamav-0.0.1.tgz version: 0.0.1 clarkson: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - vehicle - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.1.2 - created: "2022-03-07T17:19:45.101700816Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: A web-based dashboard application that gives you a neat and clean - interface for logging your fuel fill-ups for all of your vehicles. - digest: eb89948cd8fb2ce2139431791d52d114203fbb1c9efb9b630894e787662c6913 - home: https://github.com/truecharts/apps/tree/master/charts/stable/clarkson - icon: https://truecharts.org/_static/img/appicons/clarkson.png - keywords: - - fuel - - car - - log - - fill-up - - vehicle - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: clarkson - sources: - - https://github.com/linuxserver/Clarkson - - https://hub.docker.com/r/linuxserver/clarkson - urls: - - https://github.com/truecharts/apps/releases/download/clarkson-1.0.1/clarkson-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6406,41 +5565,6 @@ entries: - https://github.com/truecharts/apps/releases/download/clarkson-0.0.9/clarkson-0.0.9.tgz version: 0.0.9 cloud9: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.29.2 - created: "2022-03-07T17:19:45.315555127Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A complete web based IDE with terminal access - digest: 5c5e15e637222e7e36489ac8e315f1628aa1d00f27668e9facfda35bf72d9d52 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9 - icon: https://truecharts.org/_static/img/appicons/cloud9.png - keywords: - - cloud9 - - ide - - terminal - - web - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: cloud9 - sources: - - https://aws.amazon.com/cloud9/ - - https://github.com/c9/core - - https://hub.docker.com/r/linuxserver/cloud9 - type: application - urls: - - https://github.com/truecharts/apps/releases/download/cloud9-3.0.1/cloud9-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6582,39 +5706,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cloud9-2.0.24/cloud9-2.0.24.tgz version: 2.0.24 code-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.0.2 - created: "2022-03-07T17:19:45.54711981Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Run VS Code on any machine anywhere and access it in the browser. - digest: f950592ee51d2e967f82aec8fbe24738ba366bfc42aa10f48726359d1d5c9170 - home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server - icon: https://truecharts.org/_static/img/appicons/codeserver.png - keywords: - - code - - vs - - visual studio - - vscode - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: code-server - sources: - - https://github.com/cdr/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/code-server-3.0.1/code-server-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7012,41 +6103,6 @@ entries: - https://github.com/truecharts/apps/releases/download/code-server-2.0.19/code-server-2.0.19.tgz version: 2.0.19 collabora-online: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 21.11.2.3 - created: "2022-03-07T17:19:45.753340974Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Collabora Online Development Edition – an awesome, Online Office - suite image suitable for home use. - digest: 598eca8d5953cb23c5e084a2963b833e8c2f780664a21890b79d850fd399b7e5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online - icon: https://truecharts.org/_static/img/appicons/collabora.png - keywords: - - collabora-online - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: collabora-online - sources: - - https://hub.docker.com/r/collabora/code - - https://sdk.collaboraonline.com/contents.html - - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm - type: application - urls: - - https://github.com/truecharts/apps/releases/download/collabora-online-11.0.2/collabora-online-11.0.2.tgz - version: 11.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8576,36 +7632,6 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-3.3.6/common-test-3.3.6.tgz version: 3.3.6 couchpotato: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.22 - created: "2022-03-07T17:19:45.994669473Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Couchpotato is an automatic NZB and torrent downloader. - digest: 02bb005ef902e25c283084e1b98bf04c5453b564847d2698b4a94307a9fd34d3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/couchpotato - icon: https://truecharts.org/_static/img/appicons/couchpotato.png - keywords: - - couchpotato - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: couchpotato - sources: - - https://hub.docker.com/r/linuxserver/couchpotato - type: application - urls: - - https://github.com/truecharts/apps/releases/download/couchpotato-1.0.1/couchpotato-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8757,35 +7783,6 @@ entries: - https://github.com/truecharts/apps/releases/download/couchpotato-0.0.1/couchpotato-0.0.1.tgz version: 0.0.1 cryptofolio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0 - created: "2022-03-07T17:19:46.221219094Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Track your cryptocurrency holdings/portfolio - digest: f99b9efe7effb58091495dc52357169be9d4c4a6a06f8bb47d0a387fa8d32529 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio - icon: https://truecharts.org/_static/img/appicons/cryptofolio.png - keywords: - - cryptofolio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: cryptofolio - sources: - - https://github.com/Xtrendence/cryptofolio - urls: - - https://github.com/truecharts/apps/releases/download/cryptofolio-3.0.1/cryptofolio-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8903,36 +7900,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.21/cryptofolio-2.0.21.tgz version: 2.0.21 custom-app: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - custom - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.20.660 - created: "2022-03-07T17:19:46.412457074Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Advanced tool to create your own TrueCharts-based App - digest: 942269f816f6091324d90a82b7848e41a2bf36bc5a48318cef3998d50f469410 - home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - icon: https://truecharts.org/_static/img/appicons/custom-app.png - keywords: - - custom - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: custom-app - sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - type: application - urls: - - https://github.com/truecharts/apps/releases/download/custom-app-4.0.2/custom-app-4.0.2.tgz - version: 4.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9714,37 +8681,6 @@ entries: - https://github.com/truecharts/apps/releases/download/custom-app-3.0.30/custom-app-3.0.30.tgz version: 3.0.30 darktable: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.6.1 - created: "2022-03-07T17:19:46.632180674Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Darktable is an open source photography workflow application and - raw developer. - digest: a8ea1801a11a8fe0354b08693c0cb6c8332bf1dd0f5665533b06bd9f90c2fc83 - home: https://github.com/truecharts/apps/tree/master/charts/stable/darktable - icon: https://truecharts.org/_static/img/appicons/darktable.png - keywords: - - darktable - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: darktable - sources: - - https://hub.docker.com/r/linuxserver/darktable - type: application - urls: - - https://github.com/truecharts/apps/releases/download/darktable-2.0.1/darktable-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9932,40 +8868,6 @@ entries: - https://github.com/truecharts/apps/releases/download/darktable-0.0.1/darktable-0.0.1.tgz version: 0.0.1 davos: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.1 - created: "2022-03-07T17:19:46.8557985Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: An FTP automation tool that periodically scans given host locations - for new files. - digest: aafdd78f8c78096530846119a2cc64004f54429fb7c91572bfdb8cc74156be1b - home: https://github.com/truecharts/apps/tree/master/charts/stable/davos - icon: https://truecharts.org/_static/img/appicons/davos.png - keywords: - - davos - - ftp - - automation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: davos - sources: - - https://github.com/linuxserver/docker-davos - - https://github.com/linuxserver/davos/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/davos-3.0.1/davos-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10103,37 +9005,6 @@ entries: - https://github.com/truecharts/apps/releases/download/davos-2.0.21/davos-2.0.21.tgz version: 2.0.21 ddclient: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.9.1 - created: "2022-03-07T17:19:47.121777096Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Ddclient is a Perl client used to update dynamic DNS entries for - accounts on Dynamic DNS Network Service Provider. - digest: 9e94c642fcc76cf8a646cce9b51bd9dd2c5a40e9c8835d3cc84eb38d5f73724b - home: https://github.com/truecharts/apps/tree/master/charts/stable/ddclient - icon: https://truecharts.org/_static/img/appicons/ddclient.png - keywords: - - ddclient - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ddclient - sources: - - https://hub.docker.com/r/linuxserver/ddclient - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ddclient-1.0.1/ddclient-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10290,38 +9161,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ddclient-0.0.1/ddclient-0.0.1.tgz version: 0.0.1 ddns-go: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.5.0 - created: "2022-03-07T17:19:47.346227949Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Automatically obtain your public network IPv4 or IPv6 address and - resolve it to the corresponding domain name service - digest: adeafebc98d5161b87aec76b03c3234cf3bc358b5c986a665b7b5cd004e669dd - home: https://github.com/truecharts/apps/tree/master/charts/stable/alist - icon: https://truecharts.org/_static/img/appicons/ddns-go.png - keywords: - - ddns-go - - ddns - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ddns-go - sources: - - https://github.com/jeessy2/ddns-go - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ddns-go-1.0.3/ddns-go-1.0.3.tgz - version: 1.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10419,40 +9258,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ddns-go-0.0.1/ddns-go-0.0.1.tgz version: 0.0.1 deconz: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.14.01 - created: "2022-03-07T17:19:47.563783479Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: deCONZ is an easy to use control software, with which you can set - up and control Zigbee networks of any size without further programming effort. - digest: 1927c3d2891a3f8f59c587e04605ea809bac9e7f5b1477e96201f5c559b4cccc - home: https://github.com/truecharts/apps/tree/master/charts/stable/deconz - icon: https://truecharts.org/_static/img/appicons/deconz.png - keywords: - - deconz - - home-automation - - zigbee - - conbee - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deconz - sources: - - https://github.com/dresden-elektronik/deconz-rest-plugin - - https://github.com/marthoc/docker-deconz - urls: - - https://github.com/truecharts/apps/releases/download/deconz-7.0.1/deconz-7.0.1.tgz - version: 7.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10726,40 +9531,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deconz-5.0.7/deconz-5.0.7.tgz version: 5.0.7 deemix: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:19:47.782627451Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: deemix is a deezer downloader built from the ashes of Deezloader - Remix. - digest: 1a6360350acf6d58752105853c2341c011f7c3e3576638bb9c1d6903f47a37db - home: https://github.com/truecharts/apps/tree/master/charts/incubator/deemix - icon: https://truecharts.org/_static/img/appicons/deemix.png - keywords: - - music - - deemix - - deezer - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deemix - sources: - - https://gitlab.com/Bockiii/deemix-docker.git - - https://git.freezerapp.xyz/RemixDev/deemix-py - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deemix-1.0.1/deemix-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10795,39 +9566,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deemix-0.0.1/deemix-0.0.1.tgz version: 0.0.1 deepstack: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.09.1 - created: "2022-03-07T17:19:48.007944233Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: 93795ed4d1ce180a3edd3a034ae62090f56cbaa5006782f2b2a079479f73a1dc - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack - icon: https://truecharts.org/_static/img/appicons/deepstack.png - keywords: - - AI - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deepstack - sources: - - https://github.com/johnolafenwa/DeepStack - - https://hub.docker.com/r/deepquestai/deepstack - - https://www.deepstack.cc/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deepstack-3.0.1/deepstack-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11293,38 +10031,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-gpu-3.0.0/deepstack-gpu-3.0.0.tgz version: 3.0.0 deluge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.3 - created: "2022-03-07T17:19:48.229827103Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Deluge App for TrueNAS SCALE - digest: 503dbecf1bd0d92007f4f88636074703df514f4f92d2e4809aa222982297deb3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge - icon: https://truecharts.org/_static/img/appicons/deluge.png - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deluge - sources: - - https://github.com/deluge-torrent/deluge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deluge-10.0.1/deluge-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11486,41 +10192,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deluge-9.0.22/deluge-9.0.22.tgz version: 9.0.22 digikam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.3.0 - created: "2022-03-07T17:19:48.466651456Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Professional Photo Management with the Power of Open Source - digest: 952c22fab8b356ce45a5bf1cb6cbb7b812edb2bbd3e934978e6b2be1e17b6cef - home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam - icon: https://truecharts.org/_static/img/appicons/digikam.png - keywords: - - digikam - - photo - - management - - image - - gallery - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: digikam - sources: - - https://github.com/linuxserver/docker-digikam - - https://www.digikam.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/digikam-3.0.1/digikam-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11662,37 +10333,6 @@ entries: - https://github.com/truecharts/apps/releases/download/digikam-2.0.23/digikam-2.0.23.tgz version: 2.0.23 dillinger: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.39.1 - created: "2022-03-07T17:19:48.689769066Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS - powered HTML5 Markdown editor. - digest: e6b1581c4524078bce70185b0ecb032f982b329a2585f285955e42f2333b194b - home: https://github.com/truecharts/apps/tree/master/charts/stable/dillinger - icon: https://truecharts.org/_static/img/appicons/dillinger.png - keywords: - - dillinger - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dillinger - sources: - - https://hub.docker.com/r/linuxserver/dillinger - type: application - urls: - - https://github.com/truecharts/apps/releases/download/dillinger-1.0.1/dillinger-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11849,37 +10489,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dillinger-0.0.1/dillinger-0.0.1.tgz version: 0.0.1 dizquetv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-03-07T17:19:48.926947431Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Create live TV channel streams from media on your Plex servers. - digest: fe357e5e41c8e7fc92c6871f62f640728f58dfdc0c6ce1a2047783f8d9baacb3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/dizquetv - icon: https://truecharts.org/_static/img/appicons/dizquetv.png - keywords: - - dizqueTV - - dizquetv - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dizquetv - sources: - - https://github.com/vexorian/dizquetv - - https://hub.docker.com/r/vexorian/dizquetv - urls: - - https://github.com/truecharts/apps/releases/download/dizquetv-6.0.1/dizquetv-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12067,37 +10676,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-4.0.19/dizquetv-4.0.19.tgz version: 4.0.19 docker-compose: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - docker - truecharts.org/grade: U - apiVersion: v2 - appVersion: 20.10.12 - created: "2022-03-07T17:19:49.160434073Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Dedicated App for using Docker-Compose on TrueNAS SCALE - digest: e45fb808aa275d7c75b281bbe4b3834bd9e8116ca9847cb58413fe4dabd7b6f7 - home: https://github.com/truecharts/apps/tree/master/charts/dev/docker-compose - icon: https://truecharts.org/_static/img/appicons/docker-compose.png - keywords: - - docker-compose - - docker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: docker-compose - sources: - - https://hub.docker.com/_/docker - type: application - urls: - - https://github.com/truecharts/apps/releases/download/docker-compose-1.0.2/docker-compose-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12321,37 +10899,6 @@ entries: - https://github.com/truecharts/apps/releases/download/docker-compose-0.0.1/docker-compose-0.0.1.tgz version: 0.0.1 dokuwiki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.28 - created: "2022-03-07T17:19:49.484496734Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Dokuwiki is a simple to use and highly versatile Open Source wiki - software that doesn't require a database. - digest: 7ac7983c0cf4e83e3173f5d786aed3c691c9ed4dde8021f69ce4e72539f60e40 - home: https://github.com/truecharts/apps/tree/master/charts/stable/dokuwiki - icon: https://truecharts.org/_static/img/appicons/dokuwiki.png - keywords: - - dokuwiki - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dokuwiki - sources: - - https://hub.docker.com/r/linuxserver/dokuwiki - type: application - urls: - - https://github.com/truecharts/apps/releases/download/dokuwiki-1.0.1/dokuwiki-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12508,37 +11055,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dokuwiki-0.0.1/dokuwiki-0.0.1.tgz version: 0.0.1 domoticz: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2022.1.202 - created: "2022-03-07T17:19:49.694804024Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Domoticz is a Home Automation System that lets you monitor and configure - various devices like Lights, Switches and much more. - digest: cc2e2c4fefcd44e37cea9c2ab07131ade218431be0bcc83aaff1900f4de8e08c - home: https://github.com/truecharts/apps/tree/master/charts/stable/domoticz - icon: https://truecharts.org/_static/img/appicons/domoticz.png - keywords: - - domoticz - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: domoticz - sources: - - https://hub.docker.com/r/linuxserver/domoticz - type: application - urls: - - https://github.com/truecharts/apps/releases/download/domoticz-1.0.1/domoticz-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12974,40 +11490,6 @@ entries: - https://github.com/truecharts/apps/releases/download/domoticz-0.0.1/domoticz-0.0.1.tgz version: 0.0.1 doublecommander: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.2 - created: "2022-03-07T17:19:49.913358479Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A free cross platform open source file manager with two panels side - by side. - digest: 23611cd14f91b9268032a30620cc9c752c3ee5fca47cb218d89589d674c9c544 - home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander - icon: https://truecharts.org/_static/img/appicons/doublecommander.png - keywords: - - doublecommander - - file - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: doublecommander - sources: - - https://github.com/linuxserver/docker-doublecommander - - https://doublecmd.sourceforge.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/doublecommander-3.0.1/doublecommander-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13145,42 +11627,6 @@ entries: - https://github.com/truecharts/apps/releases/download/doublecommander-2.0.24/doublecommander-2.0.24.tgz version: 2.0.24 dsmr-reader: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.09.02 - created: "2022-03-07T17:19:50.168475815Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: DSMR-protocol reader, telegram data storage and energy consumption - visualizer. - digest: 6b06edebaa00711bf8cb1be9fa234ad214fd8250fc66e62de5fd99e068e8b94d - home: https://github.com/truecharts/apps/tree/master/charts/stable/dsmr-reader - icon: https://truecharts.org/_static/img/appicons/dsmr-reader.png - keywords: - - dsmr-reader - - energy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dsmr-reader - sources: - - https://github.com/dsmrreader/dsmr-reader - - https://github.com/xirixiz/dsmr-reader-docker - urls: - - https://github.com/truecharts/apps/releases/download/dsmr-reader-6.0.2/dsmr-reader-6.0.2.tgz - version: 6.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13398,37 +11844,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dsmr-reader-5.0.11/dsmr-reader-5.0.11.tgz version: 5.0.11 duckdns: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.17 - created: "2022-03-07T17:19:50.395436942Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Duckdns is a free service which will point a DNS (sub domains of - duckdns.org) to an IP of your choice. - digest: 1a5bfbd4db838adba586a2e3550821c7b92117b65694857dc63dbe443c72e89a - home: https://github.com/truecharts/apps/tree/master/charts/stable/duckdns - icon: https://truecharts.org/_static/img/appicons/duckdns.png - keywords: - - duckdns - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: duckdns - sources: - - https://hub.docker.com/r/linuxserver/duckdns - type: application - urls: - - https://github.com/truecharts/apps/releases/download/duckdns-1.0.1/duckdns-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13585,36 +12000,6 @@ entries: - https://github.com/truecharts/apps/releases/download/duckdns-0.0.1/duckdns-0.0.1.tgz version: 0.0.1 duplicati: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: beta - created: "2022-03-07T17:19:50.625141457Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Store securely encrypted backups on cloud storage services! - digest: 3bdd0c4c46802e5c33ad47ddcc86c923a22cf30727b3050072e1e061ec9fbba7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/duplicati - icon: https://truecharts.org/_static/img/appicons/duplicati.png - keywords: - - duplicati - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: duplicati - sources: - - https://hub.docker.com/r/linuxserver/duplicati/ - - https://github.com/duplicati/duplicati - urls: - - https://github.com/truecharts/apps/releases/download/duplicati-5.0.1/duplicati-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13736,39 +12121,6 @@ entries: - https://github.com/truecharts/apps/releases/download/duplicati-4.0.21/duplicati-4.0.21.tgz version: 4.0.21 emby: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.6.7.0 - created: "2022-03-07T17:19:50.873140363Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Emby Server is a home media server - digest: a482344d88df24a02722afc2669a1b053497361e5488a5b1023453cd2e9e7373 - home: https://github.com/truecharts/apps/master/stable/emby - icon: https://truecharts.org/_static/img/appicons/emby.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: emby - sources: - - https://hub.docker.com/r/linuxserver/emby - - https://github.com/linuxserver/docker-emby.git - type: application - urls: - - https://github.com/truecharts/apps/releases/download/emby-10.0.1/emby-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13902,37 +12254,6 @@ entries: - https://github.com/truecharts/apps/releases/download/emby-9.0.23/emby-9.0.23.tgz version: 9.0.23 embystat: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.2.0 - created: "2022-03-07T17:19:51.141665231Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Embystat is a personal web server that can calculate all kinds of - statistics from your (local) Emby server. - digest: 339c0721f93d98ba2ea0c39685c497589ae4572c984d93359e446fed6709a4a9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/embystat - icon: https://truecharts.org/_static/img/appicons/embystat.png - keywords: - - embystat - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: embystat - sources: - - https://hub.docker.com/r/linuxserver/embystat - type: application - urls: - - https://github.com/truecharts/apps/releases/download/embystat-1.0.1/embystat-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14089,37 +12410,6 @@ entries: - https://github.com/truecharts/apps/releases/download/embystat-0.0.1/embystat-0.0.1.tgz version: 0.0.1 emulatorjs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.0 - created: "2022-03-07T17:19:51.350353268Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Emulatorjs - In browser web based emulation portable to nearly any - device for many retro consoles. - digest: f3f2a3a67aace1c1686ebd527bd479e655c4496891a88fd17f19345213401267 - home: https://github.com/truecharts/apps/tree/master/charts/stable/emulatorjs - icon: https://truecharts.org/_static/img/appicons/emulatorjs.png - keywords: - - emulatorjs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: emulatorjs - sources: - - https://hub.docker.com/r/linuxserver/emulatorjs - type: application - urls: - - https://github.com/truecharts/apps/releases/download/emulatorjs-1.0.2/emulatorjs-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14524,37 +12814,6 @@ entries: - https://github.com/truecharts/apps/releases/download/emulatorjs-0.0.1/emulatorjs-0.0.1.tgz version: 0.0.1 endlessh: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.21 - created: "2022-03-07T17:19:51.558042173Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Endlessh is an SSH tarpit that very slowly sends an endless, random - SSH banner. - digest: a973a5f1b6274416a78c9c6b066a6d22c659a9ee4e178bb0d261334ce1543f09 - home: https://github.com/truecharts/apps/tree/master/charts/stable/endlessh - icon: https://truecharts.org/_static/img/appicons/endlessh.png - keywords: - - endlessh - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: endlessh - sources: - - https://hub.docker.com/r/linuxserver/endlessh - type: application - urls: - - https://github.com/truecharts/apps/releases/download/endlessh-1.0.1/endlessh-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14711,38 +12970,6 @@ entries: - https://github.com/truecharts/apps/releases/download/endlessh-0.0.1/endlessh-0.0.1.tgz version: 0.0.1 esphome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2022.2.5 - created: "2022-03-07T17:19:51.78097587Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful - configuration files and control them remotely through Home Automation systems. - digest: 15b8704771b86e9bca281325d4434cb5273fadaf487dd35e0d98ee2e09dd9c06 - home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome - icon: https://truecharts.org/_static/img/appicons/esphome.png - keywords: - - esphome - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: esphome - sources: - - https://github.com/esphome/esphome - - https://hub.docker.com/u/esphome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/esphome-10.0.2/esphome-10.0.2.tgz - version: 10.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15096,46 +13323,6 @@ entries: - https://github.com/truecharts/apps/releases/download/esphome-9.0.23/esphome-9.0.23.tgz version: 9.0.23 etherpad: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.14 - created: "2022-03-07T17:19:52.028683266Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: A real-time collaborative editor scalable to thousands of simultaneous - real time users. - digest: 505897acc8b23562d1645b3d82da380d9def518263496020b33a9ddad7ebd921 - home: https://github.com/truecharts/apps/tree/main/charts/etherpad - icon: https://truecharts.org/_static/img/appicons/etherpad.png - keywords: - - etherpad - - editor - - notepad - - pad - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: etherpad - sources: - - https://etherpad.org/ - - https://github.com/ether/etherpad-lite - - https://hub.docker.com/r/nicholaswilde/etherpad - type: application - urls: - - https://github.com/truecharts/apps/releases/download/etherpad-6.0.1/etherpad-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15337,37 +13524,6 @@ entries: - https://github.com/truecharts/apps/releases/download/etherpad-5.0.12/etherpad-5.0.12.tgz version: 5.0.12 external-service: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.66.6 - created: "2022-03-07T17:19:52.239257564Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Allow external services to be used like Apps. - digest: b3ac2ec6bc668f9f8bd8b5dd60093f5cd69a723661ea3c61c91690770f7c0977 - home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service - icon: https://truecharts.org/_static/img/appicons/external-service.png - keywords: - - external-service - - reverse-proxy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: external-service - sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/external-service - type: application - urls: - - https://github.com/truecharts/apps/releases/download/external-service-5.0.2/external-service-5.0.2.tgz - version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15524,41 +13680,6 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-4.0.20/external-service-4.0.20.tgz version: 4.0.20 filezilla: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.55.1 - created: "2022-03-07T17:19:52.481412581Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A Helm chart for Kubernetes - digest: 453d3c6cf676bac0bf43025c79f054c1be7ca122ef2df5d46f53c9fba13001d7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla - icon: https://truecharts.org/_static/img/appicons/filezilla.png - keywords: - - filezilla - - ftp - - sftp - - ftps - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: filezilla - sources: - - https://filezilla-project.org/ - - https://github.com/linuxserver/docker-filezilla - type: application - urls: - - https://github.com/truecharts/apps/releases/download/filezilla-3.0.2/filezilla-3.0.2.tgz - version: 3.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15840,45 +13961,6 @@ entries: - https://github.com/truecharts/apps/releases/download/filezilla-2.0.21/filezilla-2.0.21.tgz version: 2.0.21 fireflyiii: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - finacial - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.6.13 - created: "2022-03-07T17:19:52.745384503Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: A free and open source personal finance manager - digest: b9b2c164e84d34e2732994b2b8ff947778c60d4cd4a2a785b4698f83bf2f33ad - home: https://github.com/firefly-iii/firefly-iii/ - icon: https://truecharts.org/_static/img/appicons/fireflyiii.png - keywords: - - fireflyiii - - finacial - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fireflyiii - sources: - - https://github.com/firefly-iii/firefly-iii/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fireflyiii-14.0.1/fireflyiii-14.0.1.tgz - version: 14.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16340,36 +14422,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fireflyiii-13.0.10/fireflyiii-13.0.10.tgz version: 13.0.10 firefox: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 78.15.0 - created: "2022-03-07T17:19:52.965873821Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, - digest: 5250e658e96dbfad1299583999c38d117ec69b3e58fc457e99244bd01c4c745c - home: https://github.com/truecharts/apps/tree/master/charts/stable/firefox - icon: https://truecharts.org/_static/img/appicons/firefox.png - keywords: - - firefox - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: firefox - sources: - - https://hub.docker.com/r/linuxserver/firefox - type: application - urls: - - https://github.com/truecharts/apps/releases/download/firefox-1.0.1/firefox-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16521,45 +14573,6 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-0.0.1/firefox-0.0.1.tgz version: 0.0.1 firefox-syncserver: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.0 - created: "2022-03-07T17:19:53.200761903Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: This is an all-in-one package for running a self-hosted Firefox Sync - server. - digest: c105cb469ea2a21f2d8dac6afe8826b21a3a09ca49b8696e3948be6fc3c675f2 - home: https://github.com/truecharts/apps/tree/main/charts/firefox-syncserver - icon: https://truecharts.org/_static/img/appicons/firefox-syncserver.png - keywords: - - server - - sync - - syncserver - - firefox - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: firefox-syncserver - sources: - - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html - - https://hub.docker.com/r/crazymax/firefox-syncserver - type: application - urls: - - https://github.com/truecharts/apps/releases/download/firefox-syncserver-6.0.1/firefox-syncserver-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16756,37 +14769,6 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-syncserver-5.0.12/firefox-syncserver-5.0.12.tgz version: 5.0.12 flaresolverr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.1 - created: "2022-03-07T17:19:53.412789748Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: FlareSolverr is a proxy server to bypass Cloudflare protection - digest: 8f417e402d2f5a63b6236fed762838c7a17752cedab398f9a3275a91c757ecb9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/flaresolverr - icon: https://truecharts.org/_static/img/appicons/flaresolverr.png - keywords: - - flaresolverr - - jackett - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: flaresolverr - sources: - - https://github.com/FlareSolverr/FlareSolverr - - https://hub.docker.com/r/flaresolverr/flaresolverr - urls: - - https://github.com/truecharts/apps/releases/download/flaresolverr-5.0.1/flaresolverr-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17005,41 +14987,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flaresolverr-4.0.22/flaresolverr-4.0.22.tgz version: 4.0.22 fleet: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.3.2 - created: "2022-03-07T17:19:53.659567915Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: Fleet provides an online web interface which displays a set of maintained - images from one or more owned repositories. - digest: f04cae6185329b504c25ca010f324bf4118093a7c61bff33686cbf4dbf77b846 - home: https://github.com/truecharts/apps/tree/master/charts/stable/fleet - icon: https://truecharts.org/_static/img/appicons/fleet.png - keywords: - - fleet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fleet - sources: - - https://hub.docker.com/r/linuxserver/fleet - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fleet-1.0.1/fleet-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17251,39 +15198,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fleet-0.0.1/fleet-0.0.1.tgz version: 0.0.1 flood: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.7.0 - created: "2022-03-07T17:19:53.879702321Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Flood is a monitoring service for various torrent clients - digest: 7067b902a4de8be9cf0c88e0482166180de69b0f0641b1dc69d9070e2b3adb76 - home: https://github.com/truecharts/apps/tree/master/charts/stable/flood - icon: https://truecharts.org/_static/img/appicons/flood.png - keywords: - - flood - - rtorrent - - qbittorrent - - transmission - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: flood - sources: - - https://github.com/jesec/flood - - https://hub.docker.com/r/jesec/flood - urls: - - https://github.com/truecharts/apps/releases/download/flood-5.0.1/flood-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17450,44 +15364,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flood-4.0.19/flood-4.0.19.tgz version: 4.0.19 focalboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.14.0 - created: "2022-03-07T17:19:54.106240134Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Focalboard is an open source, self-hosted alternative to Trello, - Notion, and Asana. - digest: ca623b398ea7ca116414bbccbffa2845b01b8fb157c5e598b7ea8685a71ce309 - home: https://github.com/truecharts/apps/tree/master/charts/stable/focalboard - icon: https://truecharts.org/_static/img/appicons/focalboard.png - keywords: - - focalboard - - kanban - - project management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - 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 - urls: - - https://github.com/truecharts/apps/releases/download/focalboard-6.0.1/focalboard-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17697,38 +15573,6 @@ entries: - https://github.com/truecharts/apps/releases/download/focalboard-4.0.20/focalboard-4.0.20.tgz version: 4.0.20 foldingathome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.6.21 - created: "2022-03-07T17:19:54.303453901Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Folding@home is a distributed computing project for simulating protein - dynamics, including the process of protein folding and the movements of proteins - implicated in a variety of diseases. - digest: 2e02dcb16755d36e8c46a7e0fd1c163233a98ea4ea93d1e8642dcf1db86308bb - home: https://github.com/truecharts/apps/tree/master/charts/stable/foldingathome - icon: https://truecharts.org/_static/img/appicons/foldingathome.png - keywords: - - foldingathome - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: foldingathome - sources: - - https://hub.docker.com/r/linuxserver/foldingathome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/foldingathome-1.0.1/foldingathome-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17922,38 +15766,6 @@ entries: - https://github.com/truecharts/apps/releases/download/foldingathome-0.0.1/foldingathome-0.0.1.tgz version: 0.0.1 fossil: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.15.1 - created: "2022-03-07T17:19:54.520637012Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A simple, high-reliability, distributed software configuration management - system - digest: 44e428cba901053fce1d19a6dcd075d5402f0e43fd408b2ec3d1b5f851bfaa0b - home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil - icon: https://truecharts.org/_static/img/appicons/fossil.png - keywords: - - fossil - - scm - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fossil - sources: - - https://fossil-scm.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fossil-3.0.1/fossil-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18083,38 +15895,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fossil-2.0.21/fossil-2.0.21.tgz version: 2.0.21 freeradius: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - auth - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.25 - created: "2022-03-07T17:19:54.776793481Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: OpenSource Radius implementation - digest: 701df9cfea4b4ea9cacc0b89c6ae90b0c5885a68a7581f0e0e85f7b8352b13fe - home: https://www.openldap.org - icon: https://truecharts.org/_static/img/appicons/freeradius.png - keywords: - - radius - - auth - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: freeradius - sources: - - https://hub.docker.com/r/freeradius/freeradius-server/ - - https://freeradius.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/freeradius-5.0.1/freeradius-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18276,38 +16056,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freeradius-4.0.23/freeradius-4.0.23.tgz version: 4.0.23 freshrss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.1 - created: "2022-03-07T17:19:54.998119426Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: FreshRSS is a self-hosted RSS feed aggregator - digest: 7cdfc22f43c5f4019eeffe830bf38ea9e3558355486d2d25d59bd6b5e3ab0cb9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss - icon: https://truecharts.org/_static/img/appicons/freshrss.png - keywords: - - freshrss - - rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: freshrss - sources: - - https://github.com/FreshRSS/FreshRSS - - https://hub.docker.com/r/linuxserver/freshrss - type: application - urls: - - https://github.com/truecharts/apps/releases/download/freshrss-10.0.1/freshrss-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18437,45 +16185,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freshrss-9.0.25/freshrss-9.0.25.tgz version: 9.0.25 friendica: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2022.02" - created: "2022-03-07T17:19:55.282493906Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: Welcome to the free social web - digest: ee4a6f3f0b56254280e6b8ce33853c22fa636a434ba489edb245551c554fd9d3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/friendica - icon: https://truecharts.org/_static/img/appicons/friendica.png - keywords: - - friend - - social - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: friendica - sources: - - https://friendi.ca/ - - https://hub.docker.com/_/friendica - urls: - - https://github.com/truecharts/apps/releases/download/friendica-1.0.2/friendica-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19062,40 +16771,6 @@ entries: - https://github.com/truecharts/apps/releases/download/friendica-0.0.10/friendica-0.0.10.tgz version: 0.0.10 frigate: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - nvr - truecharts.org/grade: U - apiVersion: v2 - appVersion: idia - created: "2022-03-07T17:19:55.495950197Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: NVR With Realtime Object Detection for IP Cameras - digest: 0e8718858c5281bd84cc1e90d8db2f6ba07f52561dd8e5161d408ab481687e23 - home: https://github.com/truecharts/apps/tree/master/charts/incubator/frigate - icon: https://truecharts.org/_static/img/appicons/frigate.png - keywords: - - encode - - nvr - - media - - frigate - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: frigate - sources: - - https://github.com/blakeblackshear/frigate - - https://hub.docker.com/r/blakeblackshear/frigate - type: application - urls: - - https://github.com/truecharts/apps/releases/download/frigate-1.0.1/frigate-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19131,39 +16806,6 @@ entries: - https://github.com/truecharts/apps/releases/download/frigate-0.0.4/frigate-0.0.4.tgz version: 0.0.4 gaps: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.12 - created: "2022-03-07T17:19:55.739477058Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. - digest: 699c5140d249149468b4a7ea8b1e33d9a6f9d2c2c7dec3817dc2523993bfdac0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps - icon: https://truecharts.org/_static/img/appicons/gaps.png - keywords: - - gaps - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gaps - sources: - - https://github.com/JasonHHouse/gaps - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gaps-10.0.1/gaps-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19363,45 +17005,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-9.0.20/gaps-9.0.20.tgz version: 9.0.20 ghost: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.37.0 - created: "2022-03-07T17:19:55.956153953Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: Ghost is an open source, professional publishing platform built on - a modern Node.js technology stack — designed for teams who need power, flexibility - and performance. - digest: 7291a9d1cea750e0d00048587773c8db5e6076fbbc9385e4399115a266399a27 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ghost - icon: https://truecharts.org/_static/img/appicons/ghost.png - keywords: - - ghost - - blog - - cms - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ghost - sources: - - https://github.com/TryGhost/Ghost - - https://hub.docker.com/_/ghost - - https://ghost.org/docs/ - urls: - - https://github.com/truecharts/apps/releases/download/ghost-1.0.2/ghost-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19481,51 +17084,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ghost-0.0.1/ghost-0.0.1.tgz version: 0.0.1 gitea: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GIT - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.16.2 - created: "2022-03-07T17:19:56.210223655Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: memcached.enabled - name: memcached - repository: https://truecharts.org/ - version: 2.0.1 - description: Self hosted GIT repositories - digest: a9440654232ae744a676be9d90e2bb07e45c79272e3ac453408f52b884c78d6d - home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea - icon: https://truecharts.org/_static/img/appicons/gitea.png - keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gitea - sources: - - https://gitea.com/gitea/helm-chart - - https://github.com/go-gitea/gitea - - https://hub.docker.com/r/gitea/gitea/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gitea-6.0.2/gitea-6.0.2.tgz - version: 6.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20202,42 +17760,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gitea-5.0.11/gitea-5.0.11.tgz version: 5.0.11 golinks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 154c581 - created: "2022-03-07T17:19:56.440035174Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A web app that allows you to create smart bookmarks, commands and - aliases by pointing your web browser's default search engine at a running instance. - digest: b5934dbdecaf2b9cd493671a64811bd107b06eed9fc21ef958c32a74eb277b51 - home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks - icon: https://truecharts.org/_static/img/appicons/golinks.png - keywords: - - search - - browser - - bookmarks - - smart-bookmarks - - golinks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: golinks - sources: - - https://github.com/prologic/golinks - - https://github.com/nicholaswilde/docker-golinks - type: application - urls: - - https://github.com/truecharts/apps/releases/download/golinks-3.0.1/golinks-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20383,37 +17905,6 @@ entries: - https://github.com/truecharts/apps/releases/download/golinks-2.0.21/golinks-2.0.21.tgz version: 2.0.21 gonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.14.0 - created: "2022-03-07T17:19:56.641104965Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Music streaming server / subsonic server API implementation - digest: 406aabccc429291eef9354ecc029abe61f935c97c594a6efebbd30701b05d750 - home: https://github.com/truecharts/apps/tree/master/charts/stable/gonic - icon: https://truecharts.org/_static/img/appicons/gonic.png - keywords: - - music - - subsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gonic - sources: - - https://github.com/sentriz/gonic - - https://hub.docker.com/r/sentriz/gonic - urls: - - https://github.com/truecharts/apps/releases/download/gonic-5.0.1/gonic-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20570,44 +18061,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-4.0.19/gonic-4.0.19.tgz version: 4.0.19 gotify: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.4 - created: "2022-03-07T17:19:56.888000435Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: a simple server for sending and receiving messages - digest: 134db46f239a425ae93a6b1af1207e541fbde9bb70e011a394469ba413bf32d1 - home: https://github.com/truecharts/apps/tree/main/charts/gotify - icon: https://truecharts.org/_static/img/appicons/gotify.png - keywords: - - server - - gotify - - messages - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gotify - sources: - - https://gotify.net/ - - https://github.com/gotify/server - - https://hub.docker.com/r/gotify/server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gotify-6.0.1/gotify-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20837,41 +18290,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gotify-5.0.13/gotify-5.0.13.tgz version: 5.0.13 grafana: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.4.2 - created: "2022-03-07T17:19:57.09689688Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Grafana is an open source, feature rich metrics dashboard and graph - editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. - digest: cd3b1568b08e9890139a31220c6ee81c65b5bb9e35a21a5014557e9daf21b9b8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grafana - icon: https://truecharts.org/_static/img/appicons/grafana.png - keywords: - - analytics - - monitoring - - metrics - - logs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grafana - sources: - - https://github.com/bitnami/bitnami-docker-grafana - - https://grafana.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grafana-3.0.2/grafana-3.0.2.tgz - version: 3.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21818,40 +19236,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grafana-1.0.11/grafana-1.0.11.tgz version: 1.0.11 grav: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.18 - created: "2022-03-07T17:19:57.329883122Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A Fast, Simple, and Flexible, file-based Web-platform. - digest: accd590ac7be27a9f17825ec6745bc6d62725da7e96fa98463ebc0b341428e40 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grav - icon: https://truecharts.org/_static/img/appicons/grav.png - keywords: - - grav - - web - - platform - - file - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grav - sources: - - https://github.com/linuxserver/docker-grav - - https://github.com/getgrav/grav/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grav-3.0.1/grav-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21989,40 +19373,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grav-2.0.21/grav-2.0.21.tgz version: 2.0.21 grist: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.7.5 - created: "2022-03-07T17:19:57.624286152Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Grist is a modern relational spreadsheet. It combine the flexibility - of a spreadsheet with the robustness of a database to organize your data. - digest: 54c5f33eeeaefdd5de529c410f43415bb3eca5ec97af2398495e5b9f11fb8249 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grist - icon: https://truecharts.org/_static/img/appicons/grist.png - keywords: - - grist - - spreadsheet - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grist - sources: - - https://hub.docker.com/r/gristlabs/grist - - https://github.com/gristlabs/grist-core - - https://support.getgrist.com/ - urls: - - https://github.com/truecharts/apps/releases/download/grist-1.0.4/grist-1.0.4.tgz - version: 1.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22194,37 +19544,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grist-0.0.1/grist-0.0.1.tgz version: 0.0.1 grocy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Home-Automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.0 - created: "2022-03-07T17:19:57.833546127Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: ERP beyond your fridge - grocy is a web-based self-hosted groceries - & household management solution for your home - digest: fa5742d930ad0d2a427e28fd64b911e222839381a2dbe9f72a94be71a029273d - home: https://github.com/truecharts/apps/tree/master/charts/stable/grocy - icon: https://truecharts.org/_static/img/appicons/grocy.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grocy - sources: - - https://github.com/grocy/grocy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grocy-10.0.2/grocy-10.0.2.tgz - version: 10.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22567,43 +19886,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grocy-9.0.19/grocy-9.0.19.tgz version: 9.0.19 guacamole-client: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.0 - created: "2022-03-07T17:19:58.072333957Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Apache Guacamole is a clientless remote desktop gateway. - digest: e4247779c5c7bed346409bf5fb827050079ab8655dd7335811e8172ddfa842a2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/guacamole-client - icon: https://truecharts.org/_static/img/appicons/guacamole-client.png - keywords: - - guacamole - - remote - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: guacamole-client - sources: - - https://github.com/apache/guacamole-client - - https://hub.docker.com/r/guacamole/guacamole - - http://guacamole.incubator.apache.org/doc/gug/introduction.html - type: application - urls: - - https://github.com/truecharts/apps/releases/download/guacamole-client-2.0.1/guacamole-client-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22790,39 +20072,6 @@ entries: - https://github.com/truecharts/apps/releases/download/guacamole-client-0.0.1/guacamole-client-0.0.1.tgz version: 0.0.1 guacd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.0 - created: "2022-03-07T17:19:58.291288045Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Guacd - Apache Guacamole is a clientless remote desktop gateway. - digest: a4aa180d85cd740f286d125332d33182289155aab927789e52823e14a6d4385f - home: https://github.com/truecharts/apps/tree/master/charts/stable/guacd - icon: https://truecharts.org/_static/img/appicons/guacd.png - keywords: - - guacd - - guacamole - - remote - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: guacd - sources: - - https://hub.docker.com/r/guacamole/guacd - - https://github.com/apache/guacamole-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/guacd-1.0.1/guacd-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23037,37 +20286,6 @@ entries: - https://github.com/truecharts/apps/releases/download/guacd-0.0.1/guacd-0.0.1.tgz version: 0.0.1 habridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.4.1 - created: "2022-03-07T17:19:58.518570002Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Habridge emulates Philips Hue API to other home automation gateways - such as an Amazon Echo/Dot or other systems that support Philips Hue. - digest: 03ff5ce406503610b4e66df2499e9cbd2f19f0a24582339071ea0ce3b91cd284 - home: https://github.com/truecharts/apps/tree/master/charts/stable/habridge - icon: https://truecharts.org/_static/img/appicons/habridge.png - keywords: - - habridge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: habridge - sources: - - https://hub.docker.com/r/linuxserver/habridge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/habridge-1.0.1/habridge-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23286,41 +20504,6 @@ entries: - https://github.com/truecharts/apps/releases/download/habridge-0.0.1/habridge-0.0.1.tgz version: 0.0.1 handbrake: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.2 - created: "2022-03-07T17:19:58.716127298Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: HandBrake is a tool for converting video from nearly any format to - a selection of modern, widely supported codecs. - digest: 3b65e0a797220b9750fec027300208886416217fb1113620cd495168ddf3eea2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake - icon: https://truecharts.org/_static/img/appicons/handbrake.png - keywords: - - handbrake - - encode - - media - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: handbrake - sources: - - https://github.com/jlesage/docker-handbrake - - https://hub.docker.com/r/jlesage/handbrake/ - - https://handbrake.fr/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/handbrake-11.0.1/handbrake-11.0.1.tgz - version: 11.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23532,39 +20715,6 @@ entries: - https://github.com/truecharts/apps/releases/download/handbrake-9.0.19/handbrake-9.0.19.tgz version: 9.0.19 haste-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:19:58.930352733Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Simple text sharing - digest: 19ca5d4038c3219c5da44eed7ac146428619f778fa1a3a97be120a042fea50f8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/haste - icon: https://truecharts.org/_static/img/appicons/haste-server.png - keywords: - - haste - - hastebin - - haste-server - - pastebin - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: haste-server - sources: - - https://github.com/seejohnrun/haste-server - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/haste-server-5.0.1/haste-server-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23698,40 +20848,6 @@ entries: - https://github.com/truecharts/apps/releases/download/haste-server-4.0.21/haste-server-4.0.21.tgz version: 4.0.21 headphones: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 58edc604 - created: "2022-03-07T17:19:59.163866192Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: An automated music downloader for NZB and Torrent, written in Python. - It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. - digest: 32aed3c7eb6ff1d052b73f9cb3e9281837d1f9ccd846919c800d7d72b9a879b7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones - icon: https://truecharts.org/_static/img/appicons/headphones.png - keywords: - - headphones - - music - - downloader - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: headphones - sources: - - https://github.com/linuxserver/docker-headphones - - https://github.com/rembo10/headphones - type: application - urls: - - https://github.com/truecharts/apps/releases/download/headphones-3.0.1/headphones-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23869,40 +20985,6 @@ entries: - https://github.com/truecharts/apps/releases/download/headphones-2.0.21/headphones-2.0.21.tgz version: 2.0.21 healthchecks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.0 - created: "2022-03-07T17:19:59.395644195Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Healthchecks is a cron job monitoring service. It listens for HTTP - requests and email messages ("pings") from your cron jobs and scheduled tasks - ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. - digest: c2f3308907737b16f7db4532897fbe08ac743b29f7bdc4b40390c5f8433d7415 - home: https://github.com/truecharts/apps/tree/master/charts/stable/healthchecks - icon: https://truecharts.org/_static/img/appicons/healthchecks.png - keywords: - - cron - - monitoring - - alert - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: healthchecks - sources: - - https://github.com/healthchecks/healthchecks - - https://hub.docker.com/r/linuxserver/healthchecks - urls: - - https://github.com/truecharts/apps/releases/download/healthchecks-6.0.1/healthchecks-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24074,40 +21156,6 @@ entries: - https://github.com/truecharts/apps/releases/download/healthchecks-5.0.0/healthchecks-5.0.0.tgz version: 5.0.0 hedgedoc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.2 - created: "2022-03-07T17:19:59.624730311Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: HedgeDoc lets you create real-time collaborative markdown notes. - digest: 775de42ac404595feaa0b4221b9093d839497113c4ac32b62ac889c8a61f7018 - home: https://github.com/truecharts/apps/tree/master/charts/stable/hedgedoc - icon: https://truecharts.org/_static/img/appicons/hedgedoc.png - keywords: - - hedgedoc - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: hedgedoc - sources: - - https://hub.docker.com/r/linuxserver/hedgedoc - type: application - urls: - - https://github.com/truecharts/apps/releases/download/hedgedoc-1.0.1/hedgedoc-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24313,36 +21361,6 @@ entries: - https://github.com/truecharts/apps/releases/download/hedgedoc-0.0.1/hedgedoc-0.0.1.tgz version: 0.0.1 heimdall: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.2 - created: "2022-03-07T17:19:59.871014884Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: An Application dashboard and launcher - digest: b7099addbe02ff33a2e46f7fe608182f957d8f424cb634c21d921e866ccd35d5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall - icon: https://truecharts.org/_static/img/appicons/heimdall.png - keywords: - - heimdall - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: heimdall - sources: - - https://github.com/linuxserver/Heimdall/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/heimdall-10.0.1/heimdall-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24464,43 +21482,6 @@ entries: - https://github.com/truecharts/apps/releases/download/heimdall-9.0.26/heimdall-9.0.26.tgz version: 9.0.26 home-assistant: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - home-automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2022.2.9 - created: "2022-03-07T17:20:00.129839663Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: home-assistant App for TrueNAS SCALE - digest: 83f3957ff4deb8c404281255588db9ef5c52a19e16e167140289a9567fc99ec3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant - icon: https://truecharts.org/_static/img/appicons/home-assistant.png - keywords: - - home-assistant - - hass - - homeassistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: home-assistant - sources: - - https://github.com/home-assistant/home-assistant - - https://github.com/cdr/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/home-assistant-13.0.2/home-assistant-13.0.2.tgz - version: 13.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25019,71 +22000,7 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/home-assistant-12.0.12/home-assistant-12.0.12.tgz version: 12.0.12 - homebridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - test - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2022" - created: "2022-03-07T17:20:00.347607912Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A lightweight NodeJS server that emulates the iOS HomeKit API - digest: 4cfbe1683ce798b0f3abf3154ad04218c83d9bb490c646e89414d56a62d8c707 - home: https://github.com/truecharts/apps/tree/master/charts/incubator/homebridge - icon: https://truecharts.org/_static/img/appicons/homebridge.png - keywords: - - homebridge - - homekit - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: homebridge - sources: - - https://homebridge.io/ - - https://github.com/oznu/docker-homebridge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/homebridge-0.0.2/homebridge-0.0.2.tgz - version: 0.0.2 htpcmanager: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.17 - created: "2022-03-07T17:20:00.566462597Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Htpcmanager is a front end for many htpc related applications. - digest: 752f31571f342c8ee09a9513f950b642b75015faf90089255400c5071fc2e6ef - home: https://github.com/truecharts/apps/tree/master/charts/stable/htpcmanager - icon: https://truecharts.org/_static/img/appicons/htpcmanager.png - keywords: - - htpcmanager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: htpcmanager - sources: - - https://hub.docker.com/r/linuxserver/htpcmanager - type: application - urls: - - https://github.com/truecharts/apps/releases/download/htpcmanager-1.0.1/htpcmanager-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25235,37 +22152,6 @@ entries: - https://github.com/truecharts/apps/releases/download/htpcmanager-0.0.1/htpcmanager-0.0.1.tgz version: 0.0.1 hyperion-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.12 - created: "2022-03-07T17:20:00.785109275Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Hyperion is an opensource Bias or Ambient Lighting implementation - digest: 08b0b1060bc9500bf4f97713d4cb88bcd54ebdb0bf32e70245d78bab51117e42 - home: https://github.com/truecharts/apps/tree/master/charts/stable/hyperion-ng - icon: https://truecharts.org/_static/img/appicons/hyperion-ng.png - keywords: - - hyperion-ng - - hyperion - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: hyperion-ng - sources: - - https://github.com/hyperion-project/hyperion.ng - - https://hub.docker.com/r/sirfragalot/hyperion.ng - urls: - - https://github.com/truecharts/apps/releases/download/hyperion-ng-5.0.1/hyperion-ng-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25484,39 +22370,6 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-4.0.22/hyperion-ng-4.0.22.tgz version: 4.0.22 icantbelieveitsnotvaletudo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.2.1 - created: "2022-03-07T17:20:01.085810609Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Create live map data from Valetudo powered robots - digest: e11f77c5b026327fce2e229208b18d7c536421031e2841272335cb23fc7cb2d3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo - icon: https://truecharts.org/_static/img/appicons/icantbelieveitsnotvaletudo.png - keywords: - - icantbelieveitsnotvaletudo - - MQTT - - valetudo - - iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: icantbelieveitsnotvaletudo - sources: - - https://github.com/Hypfer/ICantBelieveItsNotValetudo - - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo - urls: - - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-3.0.1/icantbelieveitsnotvaletudo-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25650,42 +22503,6 @@ entries: - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-2.0.21/icantbelieveitsnotvaletudo-2.0.21.tgz version: 2.0.21 icinga2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.2 - created: "2022-03-07T17:20:01.36940509Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: A monitoring system which checks the availability of your network - resources, notifies users of outages, and generates performance data for reporting. - digest: 961e28125626b29f37165f4707284b311aab637e1b670969004f7365c8a14232 - home: https://github.com/truecharts/apps/tree/master/charts/stable/icinga2 - icon: https://truecharts.org/_static/img/appicons/icinga2.png - keywords: - - icinga2 - - monitoring - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: icinga2 - sources: - - https://github.com/jjethwa/icinga2 - - https://icinga.com/ - urls: - - https://github.com/truecharts/apps/releases/download/icinga2-1.0.2/icinga2-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26235,37 +23052,6 @@ entries: - https://github.com/truecharts/apps/releases/download/impostor-server-0.0.4/impostor-server-0.0.4.tgz version: 0.0.4 ipfs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.14.0 - created: "2022-03-07T17:20:01.622043468Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Ipfs - A peer-to-peer hypermedia protocol designed to make the web - faster, safer, and more open - digest: 6ab82bbec9c81dbda96d29b0c89d6d75ac30b18f7230880676b5419115ca5e91 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ipfs - icon: https://truecharts.org/_static/img/appicons/ipfs.png - keywords: - - ipfs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ipfs - sources: - - https://hub.docker.com/r/linuxserver/ipfs - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ipfs-1.0.1/ipfs-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26484,39 +23270,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ipfs-0.0.1/ipfs-0.0.1.tgz version: 0.0.1 jackett: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - test - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.20.660 - created: "2022-03-07T17:20:01.900002066Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: API Support for your favorite torrent trackers. - digest: 2680ab7c6d808553b69d64bf1145bdea0b606d275997425009bc10e42cee6121 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett - icon: https://truecharts.org/_static/img/appicons/jackett.png - keywords: - - jackett - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jackett - sources: - - https://github.com/Jackett/Jackett - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jackett-10.0.2/jackett-10.0.2.tgz - version: 10.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27376,41 +24129,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jackett-9.0.39/jackett-9.0.39.tgz version: 9.0.39 jdownloader2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - downloads - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.1 - created: "2022-03-07T17:20:02.13024712Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: JDownloader is a free, open-source download management tool with - a huge community of developers that makes downloading as easy and fast as it - should be. - digest: c02d6031740480cd5ad761c93837bf8746fe926a020aa30d75bbf97c934be642 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jdownloader2 - icon: https://truecharts.org/_static/img/appicons/jdownloader2.png - keywords: - - jdownloader - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jdownloader2 - sources: - - https://github.com/jlesage/docker-jdownloader-2 - - https://hub.docker.com/r/jlesage/jdownloader-2 - - https://jdownloader.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jdownloader2-6.0.1/jdownloader2-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27622,38 +24340,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jdownloader2-4.0.21/jdownloader2-4.0.21.tgz version: 4.0.21 jellyfin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.7.7 - created: "2022-03-07T17:20:02.353526148Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Jellyfin is a Free Software Media System - digest: c6f420b265ac9c42226e1597c3220e2953d3bde8174c4e6ec3caf7196cb0da65 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin - icon: https://truecharts.org/_static/img/appicons/jellyfin.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jellyfin - sources: - - https://github.com/jellyfin/jellyfin - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jellyfin-10.0.1/jellyfin-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27847,42 +24533,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jellyfin-9.0.20/jellyfin-9.0.20.tgz version: 9.0.20 joplin-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.4 - created: "2022-03-07T17:20:02.671095028Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: This server allows you to sync any Joplin client - digest: 1cab552cc4147d83d362abde31faeb0bf3bd7a19409399dbcb03fee8cb127429 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jopplin-server - icon: https://truecharts.org/_static/img/appicons/joplin-server.png - keywords: - - joplin - - notes - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: joplin-server - sources: - - https://github.com/laurent22/joplin/tree/dev/packages/server - - https://github.com/laurent22/joplin - - https://hub.docker.com/r/joplin/server - urls: - - https://github.com/truecharts/apps/releases/download/joplin-server-6.0.1/joplin-server-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28136,37 +24786,6 @@ entries: - https://github.com/truecharts/apps/releases/download/joplin-server-5.0.12/joplin-server-5.0.12.tgz version: 5.0.12 k8s-gateway: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.2.2 - created: "2022-03-07T17:20:02.946939258Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A Helm chart for the k8s_gateway CoreDNS plugin - digest: 9b41649b961e6ed9b8ea610619269d8c207d37b0d345784fc9a765793da6aa1f - home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway - icon: https://truecharts.org/_static/img/appicons/k8s-gateway.png - keywords: - - DNS - - networking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: k8s-gateway - sources: - - https://github.com/ori-edge/k8s_gateway - type: application - urls: - - https://github.com/truecharts/apps/releases/download/k8s-gateway-5.0.1/k8s-gateway-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28354,40 +24973,6 @@ entries: - https://github.com/truecharts/apps/releases/download/k8s-gateway-4.0.22/k8s-gateway-4.0.22.tgz version: 4.0.22 kanboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.22 - created: "2022-03-07T17:20:03.237133052Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Kanboard is a free and open source Kanban project management software. - digest: ab7d1cf932f3e4246888f64ee29dfda8b0d5c5bf2e668aae696d2f319cd3c165 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard - icon: https://truecharts.org/_static/img/appicons/kanboard.png - keywords: - - kanboard - - kanban - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kanboard - sources: - - https://github.com/kanboard/kanboard - urls: - - https://github.com/truecharts/apps/releases/download/kanboard-6.0.2/kanboard-6.0.2.tgz - version: 6.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28627,36 +25212,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kanboard-5.0.12/kanboard-5.0.12.tgz version: 5.0.12 kms: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - graywares - truecharts.org/grade: U - apiVersion: v2 - appVersion: minimal - created: "2022-03-07T17:20:03.515580466Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Private Windows Activation Server for development and testing - digest: 493639ac568e9565a71c77db7a991e8e57549d61ee8e097f9d31aa94fa8ffa22 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kms - icon: https://truecharts.org/_static/img/appicons/kms.png - keywords: - - kms - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kms - sources: - - https://github.com/SystemRage/py-kms - type: application - urls: - - https://github.com/truecharts/apps/releases/download/kms-10.0.1/kms-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28928,36 +25483,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-9.0.22/kms-9.0.22.tgz version: 9.0.22 kodi-headless: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: "190" - created: "2022-03-07T17:20:03.793017547Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A headless install of kodi in a docker container. - digest: c4b8f6bf3adf7757fffbc6b4b1221226489e2c8ca589fa88e35ca553b374a994 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kodi-headless - icon: https://truecharts.org/_static/img/appicons/kodi-headless.png - keywords: - - kodi-headless - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kodi-headless - sources: - - https://hub.docker.com/r/linuxserver/kodi-headless - type: application - urls: - - https://github.com/truecharts/apps/releases/download/kodi-headless-1.0.1/kodi-headless-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29139,39 +25664,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kodi-headless-0.0.1/kodi-headless-0.0.1.tgz version: 0.0.1 komga: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.152.0 - created: "2022-03-07T17:20:04.03404245Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A comics/mangas server to serve/stream pages via API - digest: d6af2cd81a7a223f5af36e4c03a86980d1669c15df94621dfe63cbdf6a74af32 - home: https://github.com/truecharts/apps/tree/master/charts/stable/komga - icon: https://truecharts.org/_static/img/appicons/komga.png - keywords: - - komga - - comics - - mangas - - server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: komga - sources: - - https://komga.org/ - - https://github.com/gotson/komga - urls: - - https://github.com/truecharts/apps/releases/download/komga-5.0.2/komga-5.0.2.tgz - version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29635,38 +26127,6 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-4.0.24/komga-4.0.24.tgz version: 4.0.24 lazylibrarian: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:20:04.262761254Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Get all your books, like series with Sonarr... - digest: 0e7f37dd13a7799f3a58219ab8eb54b0bd43a64a95546b7a88150560a1231d94 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian - icon: https://truecharts.org/_static/img/appicons/lazylibrarian.png - keywords: - - lazylibrarian - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lazylibrarian - sources: - - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - - https://lazylibrarian.gitlab.io - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lazylibrarian-10.0.2/lazylibrarian-10.0.2.tgz - version: 10.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30244,40 +26704,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lazylibrarian-9.0.24/lazylibrarian-9.0.24.tgz version: 9.0.24 leaf2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "0.5" - created: "2022-03-07T17:20:04.504932294Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Nissan Leaf connected services to MQTT adapter - digest: e1502a9c4d810a6f305a2771c6e783fa35a724ac6b89124b5a08e2275a7ec948 - home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt - icon: https://truecharts.org/_static/img/appicons/leaf2mqtt.png - keywords: - - leaf2mqtt - - leaf - - nissan - - kamereon - - carwings - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: leaf2mqtt - sources: - - https://github.com/mitsumaui/leaf2mqtt - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/leaf2mqtt-3.0.1/leaf2mqtt-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30415,43 +26841,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leaf2mqtt-2.0.21/leaf2mqtt-2.0.21.tgz version: 2.0.21 leantime: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.8 - created: "2022-03-07T17:20:04.756044323Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: Straightforward open source project management system to make your - ideas reality. - digest: 2ae90b0c4cfaaa6a5cd79dc92b8fb43b812d268096a7a51e491a10b9af3c260b - home: https://github.com/truecharts/apps/tree/master/charts/stable/leantime - icon: https://truecharts.org/_static/img/appicons/leantime.png - keywords: - - leantime - - project - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: leantime - sources: - - https://leantime.io/ - - https://hub.docker.com/r/nicholaswilde/leantime - urls: - - https://github.com/truecharts/apps/releases/download/leantime-2.0.1/leantime-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30749,37 +27138,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leantime-0.0.10/leantime-0.0.10.tgz version: 0.0.10 libreoffice: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.2.2 - created: "2022-03-07T17:20:04.991188035Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: LibreOffice is a free and powerful office suite, and a successor - to OpenOffice.org. - digest: 2957f49395ab212d78c7f1522764c8b0067ff5188e85321c544d5bca8bb27a92 - home: https://github.com/truecharts/apps/tree/master/charts/stable/libreoffice - icon: https://truecharts.org/_static/img/appicons/libreoffice.png - keywords: - - libreoffice - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: libreoffice - sources: - - https://hub.docker.com/r/linuxserver/libreoffice - type: application - urls: - - https://github.com/truecharts/apps/releases/download/libreoffice-1.0.1/libreoffice-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30967,45 +27325,6 @@ entries: - https://github.com/truecharts/apps/releases/download/libreoffice-0.0.1/libreoffice-0.0.1.tgz version: 0.0.1 librephotos: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2022w6 - created: "2022-03-07T17:20:05.27731871Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: A self-hosted open source photo management service. - digest: 50f9e7959452cdcc2c455a6c28b0df975b495e0a46415ee4b6043036a0ada174 - home: https://github.com/truecharts/apps/tree/master/charts/stable/librephotos - icon: https://truecharts.org/_static/img/appicons/librephotos.png - keywords: - - photos - - gallery - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: librephotos - sources: - - https://github.com/LibrePhotos/librephotos - - https://hub.docker.com/r/reallibrephotos/librephotos - urls: - - https://github.com/truecharts/apps/releases/download/librephotos-2.0.1/librephotos-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31202,38 +27521,6 @@ entries: - https://github.com/truecharts/apps/releases/download/librephotos-0.0.1/librephotos-0.0.1.tgz version: 0.0.1 librespeed: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.4 - created: "2022-03-07T17:20:05.509583144Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Librespeed is a HTML5 webpage to test upload and download speeds - digest: a26233d6cf07bc4748794ff09f77908e89fb908ac311c7576c12c7a6ed8579c3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/librespeed - icon: https://truecharts.org/_static/img/appicons/librespeed.png - keywords: - - librespeed - - speedtest - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: librespeed - sources: - - https://github.com/librespeed/speedtest - - https://hub.docker.com/r/linuxserver/librespeed - - https://github.com/truecharts/apps/tree/master/charts/librespeed - urls: - - https://github.com/truecharts/apps/releases/download/librespeed-5.0.1/librespeed-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31363,38 +27650,6 @@ entries: - https://github.com/truecharts/apps/releases/download/librespeed-4.0.25/librespeed-4.0.25.tgz version: 4.0.25 lidarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0.2471 - created: "2022-03-07T17:20:05.73539267Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Looks and smells like Sonarr but made for music - digest: 42fbed039dd11222ebdf01eb0cea4f835976a3213b5da649084ddee8773723b4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr - icon: https://truecharts.org/_static/img/appicons/lidarr.png - keywords: - - lidarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lidarr - sources: - - https://github.com/Lidarr/Lidarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lidarr-10.0.1/lidarr-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31812,45 +28067,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-9.0.21/lidarr-9.0.21.tgz version: 9.0.21 linkace: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.1 - created: "2022-03-07T17:20:06.011146315Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: Your self-hosted bookmark archive. Free and open source. - digest: a0e2df0379f6884fbf8c65eab2f1158aa399569c236a52e4a982490fcaab8ce5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/linkace - icon: https://truecharts.org/_static/img/appicons/linkace.png - keywords: - - linkace - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: linkace - sources: - - https://www.linkace.org/docs/ - - https://github.com/linkace/linkace - - https://hub.docker.com/r/linkace/linkace - urls: - - https://github.com/truecharts/apps/releases/download/linkace-2.0.2/linkace-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32047,37 +28263,6 @@ entries: - https://github.com/truecharts/apps/releases/download/linkace-0.0.1/linkace-0.0.1.tgz version: 0.0.1 littlelink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:20:06.249453546Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Easy platform to combine all your social links - digest: ce9a4fcf20a0eb9503fcb01b09e1d434f6b82c5a623fc31c9bf15f050f3d1bd9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink - icon: https://truecharts.org/_static/img/appicons/littlelink.png - keywords: - - littlelink - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: littlelink - sources: - - https://github.com/techno-tim/littlelink-server - - https://github.com/sethcottle/littlelink - type: application - urls: - - https://github.com/truecharts/apps/releases/download/littlelink-5.0.2/littlelink-5.0.2.tgz - version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32699,41 +28884,6 @@ entries: - https://github.com/truecharts/apps/releases/download/littlelink-4.0.27/littlelink-4.0.27.tgz version: 4.0.27 logitech-media-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - audio - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.3.0 - created: "2022-03-07T17:20:06.451276093Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Logitech Media Server is a platform for home/office audio streaming. - digest: 3e9ec7fca0ae234fd76b1ddd21c7872efe27bfc37cabb4518027bcc56c9aa204 - home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server - icon: https://truecharts.org/_static/img/appicons/logitech-media-server.png - keywords: - - logitech-media-server - - squeezebox - - audio - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: logitech-media-server - sources: - - https://github.com/Logitech/slimserver - - https://hub.docker.com/r/lmscommunity/logitechmediaserver - type: application - urls: - - https://github.com/truecharts/apps/releases/download/logitech-media-server-3.0.2/logitech-media-server-3.0.2.tgz - version: 3.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33435,40 +29585,6 @@ entries: - https://github.com/truecharts/apps/releases/download/logitech-media-server-2.0.29/logitech-media-server-2.0.29.tgz version: 2.0.29 loki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - logs - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.4.2 - created: "2022-03-07T17:20:06.716323891Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: promtail.enabled - name: promtail - repository: https://truecharts.org - version: 2.0.0 - description: 'Loki: like Prometheus, but for logs.' - digest: ad352e2ca81de63d6d14541aac36b6000d4e248a436724e9fc7810c3ce7ed3f7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/loki - icon: https://truecharts.org/_static/img/appicons/loki.png - keywords: - - logs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: loki - sources: - - https://github.com/grafana/loki - type: application - urls: - - https://github.com/truecharts/apps/releases/download/loki-3.0.1/loki-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33674,48 +29790,6 @@ entries: - https://github.com/truecharts/apps/releases/download/loki-2.0.9/loki-2.0.9.tgz version: 2.0.9 lychee: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.4.0 - created: "2022-03-07T17:20:07.003977723Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: Lychee is a free photo-management tool, which runs on your server - or web-space - digest: 8c7da67f8ae5eac53b28692c4e4af0dce8189d4d55904bc58cdfba64cd69cc54 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lychee - icon: https://truecharts.org/_static/img/appicons/lychee.png - keywords: - - lychee - - photo - - pictures - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lychee - sources: - - https://github.com/LycheeOrg/Lychee - - https://hub.docker.com/r/lycheeorg/lychee - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lychee-11.0.2/lychee-11.0.2.tgz - version: 11.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35884,40 +31958,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mariadb-1.0.25/mariadb-1.0.25.tgz version: 1.0.25 mealie: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.6 - created: "2022-03-07T17:20:07.25944131Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Mealie is a self hosted recipe manager and meal planner with a RestAPI - backend - digest: 9e074ad0c3b89d12b2ce72dcd21c3bedd3fad1b0dc54dad7dc14960c04cea7a5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie - icon: https://truecharts.org/_static/img/appicons/mealie.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mealie - sources: - - https://github.com/hay-kot/mealie - urls: - - https://github.com/truecharts/apps/releases/download/mealie-6.0.1/mealie-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36157,42 +32197,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mealie-5.0.0/mealie-5.0.0.tgz version: 5.0.0 medusa: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.24 - created: "2022-03-07T17:20:07.476104939Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: An automatic Video Library Manager for TV Shows - digest: f0028a42860ee49dd4f62c05f2f181657ba9169fdc0a093ee19f2b18ab45b41c - home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa - icon: https://truecharts.org/_static/img/appicons/medusa.png - keywords: - - medusa - - video - - library - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: medusa - sources: - - https://github.com/linuxserver/docker-medusa - - https://pymedusa.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/medusa-2.0.2/medusa-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39413,41 +35417,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minetest-0.0.1/minetest-0.0.1.tgz version: 0.0.1 miniflux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.35 - created: "2022-03-07T17:20:07.732736064Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Miniflux is a minimalist and opinionated feed reader. - digest: 7f2202261453725ab7834ea26a0f35b7b62457cf69f3c72d912e8fb5bacd1fba - home: https://github.com/truecharts/apps/tree/master/charts/miniflux - icon: https://truecharts.org/_static/img/appicons/miniflux.png - keywords: - - miniflux - - rss - - news - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: miniflux - sources: - - https://github.com/miniflux/v2 - urls: - - https://github.com/truecharts/apps/releases/download/miniflux-5.0.1/miniflux-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39694,37 +35663,6 @@ entries: - https://github.com/truecharts/apps/releases/download/miniflux-4.0.12/miniflux-4.0.12.tgz version: 4.0.12 minio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:20:07.965786824Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Minio is a self-hosted S3 storage server - digest: b88476abab349ce30f3bea5981dd78a84191f47b62956721ff2a2c9bd1a4a883 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio - icon: https://truecharts.org/_static/img/appicons/minio.png - keywords: - - minio - - s3 - - storage - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minio - sources: - - https://github.com/minio/minio - urls: - - https://github.com/truecharts/apps/releases/download/minio-2.0.1/minio-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39912,37 +35850,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-1.0.9/minio-1.0.9.tgz version: 1.0.9 minio-console: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.15.0 - created: "2022-03-07T17:20:08.188743057Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A management console for minio server and operator - digest: f808a6562a3ec71be6494d3a8860fe6803ce4c076834759f17c29b917f064186 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console - icon: https://truecharts.org/_static/img/appicons/minio-console.png - keywords: - - minio-console - - minio - - s3 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minio-console - sources: - - https://github.com/minio/console - urls: - - https://github.com/truecharts/apps/releases/download/minio-console-2.0.2/minio-console-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40254,37 +36161,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-console-1.0.24/minio-console-1.0.24.tgz version: 1.0.24 minisatip: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.01 - created: "2022-03-07T17:20:08.406836532Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Minisatip is a multi-threaded satip server version 1.2 that runs - under Linux. - digest: 68993620da4946a156e7c6e74c7c584dd22d218d1caa30c23d56a0790313de3e - home: https://github.com/truecharts/apps/tree/master/charts/stable/minisatip - icon: https://truecharts.org/_static/img/appicons/minisatip.png - keywords: - - minisatip - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minisatip - sources: - - https://hub.docker.com/r/linuxserver/minisatip - type: application - urls: - - https://github.com/truecharts/apps/releases/download/minisatip-1.0.1/minisatip-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40472,40 +36348,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minisatip-0.0.1/minisatip-0.0.1.tgz version: 0.0.1 monica: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - crm - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.7.0 - created: "2022-03-07T17:20:08.655783207Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: Monica is a great open source personal relationship management system. - digest: 8ff217b7c2a820b2ecf5087cee3bf3cd07f29ef2673fcaaf40650f394acd2d33 - home: https://github.com/truecharts/apps/tree/master/charts/stable/monica - icon: https://truecharts.org/_static/img/appicons/monica.png - keywords: - - crm - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: monica - sources: - - https://github.com/monicahq/monica - - https://hub.docker.com/_/monica - urls: - - https://github.com/truecharts/apps/releases/download/monica-1.0.2/monica-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41063,38 +36905,6 @@ entries: - https://github.com/truecharts/apps/releases/download/monica-0.0.12/monica-0.0.12.tgz version: 0.0.12 mosquitto: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - homeautomation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.14 - created: "2022-03-07T17:20:08.9237451Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Eclipse Mosquitto - An open source MQTT broker - digest: 9dc578062b7bc4f32c68b0f495c090567051d49ad54981430ff076737fd77dcd - home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto - icon: https://truecharts.org/_static/img/appicons/mosquitto.png - keywords: - - mosquitto - - MQTT - - eclipse-iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mosquitto - sources: - - https://github.com/eclipse/mosquitto - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mosquitto-5.0.1/mosquitto-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41224,39 +37034,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mosquitto-4.0.23/mosquitto-4.0.23.tgz version: 4.0.23 mstream: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.5 - created: "2022-03-07T17:20:09.15587583Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A personal music streaming server - digest: 4851d1ba8ece2347a82e12064401497c28d15e4c34533b176ee30aade141e806 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream - icon: https://truecharts.org/_static/img/appicons/mstream.png - keywords: - - mstream - - server - - music - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mstream - sources: - - https://github.com/linuxserver/docker-mstream - - https://mstream.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mstream-2.0.1/mstream-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41390,41 +37167,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mstream-1.0.21/mstream-1.0.21.tgz version: 1.0.21 muximux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "057352e8" - created: "2022-03-07T17:20:09.411472222Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A lightweight portal to view & manage your HTPC apps without having - to run anything more than a PHP enabled webserver - digest: 4a52376f96cdf7b4444b71232f38cfda3dfdb7136e9c02e7394eb71b0e45dd49 - home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux - icon: https://truecharts.org/_static/img/appicons/muximux.png - keywords: - - muximux - - htpc - - manage - - portal - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: muximux - sources: - - https://github.com/linuxserver/docker-muximux - - https://github.com/mescon/Muximux - type: application - urls: - - https://github.com/truecharts/apps/releases/download/muximux-2.0.1/muximux-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41566,37 +37308,6 @@ entries: - https://github.com/truecharts/apps/releases/download/muximux-1.0.25/muximux-1.0.25.tgz version: 1.0.25 mylar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.3 - created: "2022-03-07T17:20:09.642874229Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Mylar is a automated Comic Book downloader - digest: 62bb8e47740ba33d99eb147dfc2c56a10f14720d62e1847954309e78ebf822bf - home: https://github.com/truecharts/apps/tree/master/charts/stable/mylar - icon: https://truecharts.org/_static/img/appicons/mylar.png - keywords: - - mylar - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mylar - sources: - - https://github.com/mylar3/mylar3 - - https://github.com/linuxserver/docker-mylar3 - - https://github.com/truecharts/apps/tree/master/charts/mylar - urls: - - https://github.com/truecharts/apps/releases/download/mylar-5.0.1/mylar-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41722,37 +37433,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mylar-4.0.21/mylar-4.0.21.tgz version: 4.0.21 mysql-workbench: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.0.28 - created: "2022-03-07T17:20:09.865550652Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: MySQL Workbench is a unified visual tool for database architects, - developers and DBAs. - digest: ec7c2da469e49651ceb08e355ea29aab41e9205d97dc5c0ebd5a18cf8ecadfa8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mysql-workbench - icon: https://truecharts.org/_static/img/appicons/mysql-workbench.png - keywords: - - mysql-workbench - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mysql-workbench - sources: - - https://hub.docker.com/r/linuxserver/mysql-workbench - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mysql-workbench-1.0.1/mysql-workbench-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41909,46 +37589,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mysql-workbench-0.0.1/mysql-workbench-0.0.1.tgz version: 0.0.1 n8n: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.165.1 - created: "2022-03-07T17:20:10.129888727Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: n8n is an extendable workflow automation tool. - digest: 5b24c54eb1735633c29d1e584ae2299e7a7bb4ccb85c0ad1d66d71f6a5f0dd13 - home: https://github.com/truecharts/apps/tree/master/charts/stable/n8n - icon: https://truecharts.org/_static/img/appicons/n8n.png - keywords: - - workflows - - automation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: n8n - sources: - - https://docs.n8n.io/ - - https://github.com/n8n-io/n8n - - https://hub.docker.com/r/n8nio/n8n - urls: - - https://github.com/truecharts/apps/releases/download/n8n-2.0.3/n8n-2.0.3.tgz - version: 2.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42310,37 +37950,6 @@ entries: - https://github.com/truecharts/apps/releases/download/n8n-0.0.2/n8n-0.0.2.tgz version: 0.0.2 nano-wallet: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.16 - created: "2022-03-07T17:20:10.339604031Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Nano-wallet is a digital payment protocol designed to be accessible - and lightweight. - digest: e23a90616611697edb1fe214d1615d5f9d8b51233a7c0a91f966d3556ecaae45 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nano-wallet - icon: https://truecharts.org/_static/img/appicons/nano-wallet.png - keywords: - - nano-wallet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nano-wallet - sources: - - https://hub.docker.com/r/linuxserver/nano-wallet - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nano-wallet-1.0.1/nano-wallet-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42497,40 +38106,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nano-wallet-0.0.1/nano-wallet-0.0.1.tgz version: 0.0.1 navidrome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.47.5 - created: "2022-03-07T17:20:10.552344532Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Navidrome is an open source web-based music collection server and - streamer - digest: 0d3b68e33b83ec7d729e208c1ac48c4e9bfe56c33abb9d382dbb5536517db45c - home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome - icon: https://truecharts.org/_static/img/appicons/navidrome.png - keywords: - - navidrome - - music - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: navidrome - sources: - - https://github.com/deluan/navidrome - - https://hub.docker.com/r/deluan/navidrome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/navidrome-10.0.1/navidrome-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42736,50 +38311,6 @@ entries: - https://github.com/truecharts/apps/releases/download/navidrome-9.0.20/navidrome-9.0.20.tgz version: 9.0.20 nextcloud: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 23.0.2 - created: "2022-03-07T17:20:10.834785994Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: A private cloud server that puts the control and security of your - own data back into your hands. - digest: 6d39dec04c86610dcdec8d26b345ce52f9cb5bd29d3a23c82737bd9d78a0c70e - home: https://nextcloud.com/ - icon: https://truecharts.org/_static/img/appicons/nextcloud.png - keywords: - - nextcloud - - storage - - http - - web - - php - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nextcloud - sources: - - https://github.com/nextcloud/docker - - https://github.com/nextcloud/helm - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nextcloud-12.0.2/nextcloud-12.0.2.tgz - version: 12.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43441,37 +38972,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nextcloud-11.0.0/nextcloud-11.0.0.tgz version: 11.0.0 ngircd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.21 - created: "2022-03-07T17:20:11.042314727Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Ngircd is a free, portable and lightweight Internet Relay Chat server - for small or private networks. - digest: fb17751b6446430147f256f53e71a5f6eecc111c17edc731f7b9b7424a5074ea - home: https://github.com/truecharts/apps/tree/master/charts/stable/ngircd - icon: https://truecharts.org/_static/img/appicons/ngircd.png - keywords: - - ngircd - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ngircd - sources: - - https://hub.docker.com/r/linuxserver/ngircd - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ngircd-1.0.1/ngircd-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43628,37 +39128,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ngircd-0.0.1/ngircd-0.0.1.tgz version: 0.0.1 nntp2nntp: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.3.202112 - created: "2022-03-07T17:20:11.26620999Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Nntp2nntp proxy allow you to use your NNTP Account from multiple - systems, each with own user name and password. - digest: bf938334682301877ed2042d417e9ffb8ab0a4e93ea334374e19a6466c95fb08 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nntp2nntp - icon: https://truecharts.org/_static/img/appicons/nntp2nntp.png - keywords: - - nntp2nntp - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nntp2nntp - sources: - - https://hub.docker.com/r/linuxserver/nntp2nntp - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nntp2nntp-1.0.1/nntp2nntp-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43846,37 +39315,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nntp2nntp-0.0.1/nntp2nntp-0.0.1.tgz version: 0.0.1 node-red: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.2 - created: "2022-03-07T17:20:11.495659033Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Node-RED is low-code programming for event-driven applications - digest: b042dfb8a5443bf54dad542e28250a697f776e211b39b88fa76eac70b01df8fd - home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red - icon: https://truecharts.org/_static/img/appicons/node-red.png - keywords: - - node-red - - nodered - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: node-red - sources: - - https://github.com/node-red/node-red-docker - type: application - urls: - - https://github.com/truecharts/apps/releases/download/node-red-10.0.1/node-red-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44126,39 +39564,6 @@ entries: - https://github.com/truecharts/apps/releases/download/node-red-9.0.20/node-red-9.0.20.tgz version: 9.0.20 novnc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0 - created: "2022-03-07T17:20:11.722780601Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: The open source VNC client - digest: 02b7571203de46d565fcae2f71cf598fd65c6b5ea3202f97f1eb499a6b83c867 - home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc - icon: https://truecharts.org/_static/img/appicons/novnc.png - keywords: - - novnc - - vnc - - remote - - desktop - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: novnc - sources: - - https://novnc.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/novnc-2.0.1/novnc-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44292,35 +39697,6 @@ entries: - https://github.com/truecharts/apps/releases/download/novnc-1.0.21/novnc-1.0.21.tgz version: 1.0.21 nullserv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.3.0 - created: "2022-03-07T17:20:11.936662439Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A simple null file http and https server - digest: c6780793603436f162436bcc91917de8b35abf76c3050b09e14a6353af38e51f - home: https://github.com/truecharts/apps/tree/master/charts/stable/nullserv - icon: https://truecharts.org/_static/img/appicons/nullserv.png - keywords: - - nullserv - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nullserv - sources: - - https://github.com/bmrzycki/nullserv - urls: - - https://github.com/truecharts/apps/releases/download/nullserv-5.0.1/nullserv-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44438,37 +39814,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nullserv-4.0.21/nullserv-4.0.21.tgz version: 4.0.21 nzbget: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "21.1" - created: "2022-03-07T17:20:12.18697986Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: NZBGet is a Usenet downloader client - digest: 4ac58e62f569592d23c1bd6341a6dd4b2f36411aa3dbdd7033f9e52d0881251b - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget - icon: https://truecharts.org/_static/img/appicons/nzbget.png - keywords: - - nzbget - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nzbget - sources: - - https://nzbget.net/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbget-10.0.1/nzbget-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44594,34 +39939,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbget-9.0.22/nzbget-9.0.22.tgz version: 9.0.22 nzbhydra: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.1.0 - created: "2022-03-07T17:20:12.40523244Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - deprecated: true - description: Usenet meta search - digest: c965b676fb0dd74d85b08dce716aeffb4ed815547c385d26e6acd95a211f3e65 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra - icon: https://truecharts.org/_static/img/appicons/nzbhydra.png - keywords: - - nzbhydra - - usenet - kubeVersion: '>=1.16.0-0' - name: nzbhydra - sources: - - https://github.com/theotherp/nzbhydra2 - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbhydra-10.0.2/nzbhydra-10.0.2.tgz - version: 10.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44875,38 +40192,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbhydra-9.0.21/nzbhydra-9.0.21.tgz version: 9.0.21 octoprint: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.3 - created: "2022-03-07T17:20:12.674583578Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: OctoPrint is the snappy web interface for your 3D printer - digest: ce676eff2544f23d9597b9d018375594481e516ced0758f4f940b7aa38b8977f - home: https://github.com/truecharts/apps/tree/master/charts/stable/octoprint - icon: https://truecharts.org/_static/img/appicons/octoprint.png - keywords: - - octoprint - - 3d - - printer - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: octoprint - sources: - - https://github.com/OctoPrint/OctoPrint - - https://hub.docker.com/r/octoprint/octoprint - urls: - - https://github.com/truecharts/apps/releases/download/octoprint-5.0.1/octoprint-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45100,48 +40385,6 @@ entries: - https://github.com/truecharts/apps/releases/download/octoprint-4.0.21/octoprint-4.0.21.tgz version: 4.0.21 odoo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "15.0" - created: "2022-03-07T17:20:12.917235049Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, - PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. - digest: 2562d2a265220e44c1984ee7d3ff08575b89d8c2db74494dead04679646f4f65 - home: https://github.com/truecharts/apps/tree/main/charts/odoo - icon: https://truecharts.org/_static/img/appicons/odoo.png - keywords: - - odoo - - crm - - pm - - hr - - accounting - - mrp - - marketing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: odoo - sources: - - https://www.odoo.com/ - - https://hub.docker.com/repository/docker/nicholaswilde/odoo - type: application - urls: - - https://github.com/truecharts/apps/releases/download/odoo-6.0.4/odoo-6.0.4.tgz - version: 6.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45605,36 +40848,6 @@ entries: - https://github.com/truecharts/apps/releases/download/odoo-4.0.12/odoo-4.0.12.tgz version: 4.0.12 omada-controller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "5.0" - created: "2022-03-07T17:20:13.124376369Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Omada is a SDN tool for TP-Link Omada hardware - digest: 689231122efeb4b75b1fc856ad3f98da9ef4ad7307ab0f7d47aa6de9aaf9e0a2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/omada-controller - icon: https://truecharts.org/_static/img/appicons/omada-controller.png - keywords: - - omada-controller - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: omada-controller - sources: - - https://github.com/mbentley/docker-omada-controller - - https://github.com/truecharts/apps/tree/master/charts/omada-controller - urls: - - https://github.com/truecharts/apps/releases/download/omada-controller-5.0.3/omada-controller-5.0.3.tgz - version: 5.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46416,41 +41629,6 @@ entries: - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.28/omada-controller-4.0.28.tgz version: 4.0.28 ombi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.14.3 - created: "2022-03-07T17:20:13.349724184Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Want a Movie or TV Show on Plex or Emby? Use Ombi! - digest: db2fb8ff23cdd1f46e1baac82e238ac57c123b49e6eeb8bec0965b93ea8df58d - home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi - icon: https://truecharts.org/_static/img/appicons/ombi.png - keywords: - - ombi - - plex - - emby - - sonarr - - radarr - - couchpotato - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ombi - sources: - - https://github.com/tidusjar/Ombi - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ombi-10.0.2/ombi-10.0.2.tgz - version: 10.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47047,50 +42225,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ombi-9.0.20/ombi-9.0.20.tgz version: 9.0.20 onlyoffice-document-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.0.0 - created: "2022-03-07T17:20:13.614271071Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: 'ONLYOFFICE Document Server is an online office suite comprising - viewers and editors for texts, spreadsheets and presentations, fully compatible - with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative - editing in real time.' - digest: 929b018189a80bc61c83a17e3820e311cb050c26d84fbf630899fe9fa8bb6527 - home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-document-server - icon: https://truecharts.org/_static/img/appicons/onlyoffice-document-server.png - keywords: - - onlyoffice - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: onlyoffice-document-server - sources: - - https://github.com/ONLYOFFICE/DocumentServer - - https://github.com/ONLYOFFICE/Docker-DocumentServer - - https://hub.docker.com/r/onlyoffice/documentserver/ - urls: - - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-4.0.1/onlyoffice-document-server-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47403,76 +42537,7 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-3.0.0/onlyoffice-document-server-3.0.0.tgz version: 3.0.0 - openhab: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - test - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.0 - created: "2022-03-07T17:20:13.864663398Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: OpenHab is a home-automation application - digest: 516606cad349af9469aeef45b5f0bf209ab4c872a4a0b73a1ab2efcd8c621c33 - home: https://github.com/truecharts/apps/tree/master/charts/stable/openhab - icon: https://truecharts.org/_static/img/appicons/openhab.png - keywords: - - openhab - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openhab - sources: - - https://hub.docker.com/r/openhab/openhab - type: application - urls: - - https://github.com/truecharts/apps/releases/download/openhab-0.0.2/openhab-0.0.2.tgz - version: 0.0.2 openkm: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.3.11 - created: "2022-03-07T17:20:14.107851892Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: OpenKM integrates all essential documents management, collaboration - and an advanced search functionality into one easy to use solution. - digest: d14265e540fac51c5691545b9ac9be2662cca6f46519f2edeae3d8fc7dc89b31 - home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm - icon: https://truecharts.org/_static/img/appicons/openkm.png - keywords: - - openkm - - documentation management - - docs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openkm - sources: - - https://www.openkm.com/ - - https://github.com/openkm/document-management-system - urls: - - https://github.com/truecharts/apps/releases/download/openkm-5.0.1/openkm-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47659,40 +42724,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openkm-4.0.12/openkm-4.0.12.tgz version: 4.0.12 openldap: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-03-07T17:20:14.367700826Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Community developed LDAP software - digest: 696095783197ff9498c30f03f4ef4940d379d18da7932ef8c1801b30f7fa3f9e - home: https://www.openldap.org - icon: https://truecharts.org/_static/img/appicons/openldap.png - keywords: - - ldap - - openldap - - iam-stack - - high availability - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openldap - sources: - - https://github.com/jp-gouin/helm-openldap - - https://github.com/osixia/docker-openldap - type: application - urls: - - https://github.com/truecharts/apps/releases/download/openldap-6.0.1/openldap-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47966,37 +42997,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openldap-4.0.25/openldap-4.0.25.tgz version: 4.0.25 openvscode-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.64.2 - created: "2022-03-07T17:20:14.618128155Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Openvscode-server provides a version of VS Code that runs a server - on a remote machine. - digest: da50a0039fa3ec5361baf565f797f9d3da20422c48efec437bc05d76b93debbf - home: https://github.com/truecharts/apps/tree/master/charts/stable/openvscode-server - icon: https://truecharts.org/_static/img/appicons/openvscode-server.png - keywords: - - openvscode-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openvscode-server - sources: - - https://hub.docker.com/r/linuxserver/openvscode-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/openvscode-server-1.0.1/openvscode-server-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48339,37 +43339,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openvscode-server-0.0.1/openvscode-server-0.0.1.tgz version: 0.0.1 organizr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:20:14.860976137Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: HTPC/Homelab Services Organizer - digest: 13edaa3466feed818b062beb1b47603f70dc536ecc55b09ed5dc26dec25b83bb - home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr - icon: https://truecharts.org/_static/img/appicons/organizr.png - keywords: - - organizr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: organizr - sources: - - https://github.com/causefx/Organizr - - https://hub.docker.com/r/organizr/organizr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/organizr-10.0.1/organizr-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48495,36 +43464,6 @@ entries: - https://github.com/truecharts/apps/releases/download/organizr-9.0.22/organizr-9.0.22.tgz version: 9.0.22 oscam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - DIY - truecharts.org/grade: U - apiVersion: v2 - appVersion: "11693" - created: "2022-03-07T17:20:15.069232597Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Open Source Conditional Access Module software - digest: f81ee4fd0e4f4b2d270be1a9268985492c9369ab23f445d9b6c362417596dcdd - home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam - icon: https://truecharts.org/_static/img/appicons/oscam.png - keywords: - - oscam - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: oscam - sources: - - https://trac.streamboard.tv/oscam/browser/trunk - type: application - urls: - - https://github.com/truecharts/apps/releases/download/oscam-5.0.1/oscam-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48676,41 +43615,6 @@ entries: - https://github.com/truecharts/apps/releases/download/oscam-4.0.21/oscam-4.0.21.tgz version: 4.0.21 overseerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.28.0 - created: "2022-03-07T17:20:15.289312441Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Overseerr is a free and open source software application for managing - requests for your media library. It integrates with your existing services such - as Sonarr, Radarr and Plex! - digest: 7711e0e884b71c619e857599c49fc3470936a61b31e5391401d35509b22473c7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/overseerr - icon: https://truecharts.org/_static/img/appicons/overseerr.png - keywords: - - overseerr - - plex - - sonarr - - radarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: overseerr - sources: - - https://github.com/sct/overseerr - - https://hub.docker.com/r/sctx/overseerr - urls: - - https://github.com/truecharts/apps/releases/download/overseerr-5.0.1/overseerr-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48887,40 +43791,6 @@ entries: - https://github.com/truecharts/apps/releases/download/overseerr-4.0.21/overseerr-4.0.21.tgz version: 4.0.21 owncast: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.10 - created: "2022-03-07T17:20:15.506604594Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Take control over your live stream video by running it yourself. - Streaming + chat out of the box. - digest: b7a87c287c3c9faefb6c0bc9d02a5d9fb8af640002a31a9839cc2950d81a8c14 - home: https://github.com/truecharts/apps/tree/master/charts/stable/owncast - icon: https://truecharts.org/_static/img/appicons/owncast.png - keywords: - - owncast - - stream - - open source - - chat - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: owncast - sources: - - https://owncast.online/ - - https://github.com/owncast/owncast - urls: - - https://github.com/truecharts/apps/releases/download/owncast-5.0.1/owncast-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49099,13 +43969,13 @@ entries: truecharts.org/grade: U apiVersion: v2 appVersion: 1.17.0 - created: "2022-03-07T17:20:15.726504531Z" + created: "2022-03-07T22:19:13.501950068Z" dependencies: - name: common repository: https://truecharts.org version: 9.1.2 description: ownCloud Infinite Scale is a self-hosted file sync and share server. - digest: 75f999ed8d3dcf9e102320bdcfe0ebf6e1c02025de82ae24a06652c452a7f32e + digest: 94bd40917536dc853eca6069d39bdbe26750cb76e30ed32e5275f843bf3d7a79 home: https://github.com/truecharts/apps/tree/master/charts/stable/owncloud-ocis icon: https://truecharts.org/_static/img/appicons/owncloud-ocis.png keywords: @@ -49127,8 +43997,8 @@ entries: - https://hub.docker.com/r/owncloud/ocis - https://owncloud.dev/ocis/ urls: - - https://github.com/truecharts/apps/releases/download/owncloud-ocis-5.0.2/owncloud-ocis-5.0.2.tgz - version: 5.0.2 + - https://github.com/truecharts/apps/releases/download/owncloud-ocis-6.0.0/owncloud-ocis-6.0.0.tgz + version: 6.0.0 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49352,45 +44222,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncloud-ocis-4.0.21/owncloud-ocis-4.0.21.tgz version: 4.0.21 paperless-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-03-07T17:20:15.991010017Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: Paperless-ng is an application by Daniel Quinn and contributors that - indexes your scanned documents. - digest: 4607202c17b7444ad666739e96b94b05d1713c2d45c9c0d9a105a971926a5020 - home: https://github.com/truecharts/apps/tree/master/charts/stable/paperless-ng - icon: https://truecharts.org/_static/img/appicons/paperless-ng.png - keywords: - - paperless-ng - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: paperless-ng - sources: - - https://hub.docker.com/r/linuxserver/paperless-ng - type: application - urls: - - https://github.com/truecharts/apps/releases/download/paperless-ng-2.0.3/paperless-ng-2.0.3.tgz - version: 2.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49789,41 +44620,6 @@ entries: - https://github.com/truecharts/apps/releases/download/paperless-ng-0.0.1/paperless-ng-0.0.1.tgz version: 0.0.1 papermerge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.1 - created: "2022-03-07T17:20:16.247935356Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: Papermerge is an open source document management system (DMS) primarily - designed for archiving and retrieving your digital documents. - digest: a57a2591ecab2c2cccf4e64a0786b7142b93fc79ac6db177be8f6857717b27fc - home: https://github.com/truecharts/apps/tree/master/charts/stable/papermerge - icon: https://truecharts.org/_static/img/appicons/papermerge.png - keywords: - - papermerge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: papermerge - sources: - - https://hub.docker.com/r/linuxserver/papermerge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/papermerge-1.0.1/papermerge-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50058,38 +44854,6 @@ entries: - https://github.com/truecharts/apps/releases/download/papermerge-0.0.1/papermerge-0.0.1.tgz version: 0.0.1 pgadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.5" - created: "2022-03-07T17:20:16.461362284Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Web-Based postgresql database management utility - digest: 095de6340c9094c652f1661365c1f570e08c71679995fb8a5db759639065fe11 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin - icon: https://truecharts.org/_static/img/appicons/pgadmin.png - keywords: - - pgadmin - - db - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pgadmin - sources: - - https://www.pgadmin.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pgadmin-6.0.2/pgadmin-6.0.2.tgz - version: 6.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50347,44 +45111,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pgadmin-5.0.0/pgadmin-5.0.0.tgz version: 5.0.0 photoprism: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "220302" - created: "2022-03-07T17:20:16.693711326Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: PhotoPrism® is a server-based application for browsing, organizing - and sharing your personal photo collection - digest: 86db2ed3919d0855e729c60772896d9ba874cf9488b0bda05a188aa5d0795e5c - home: https://github.com/truecharts/apps/tree/master/charts/stable/photoprism - icon: https://truecharts.org/_static/img/appicons/photoprism.png - keywords: - - photos - - photoprism - - pictures - - sharing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: photoprism - sources: - - https://github.com/photoprism/photoprism - - https://hub.docker.com/r/photoprism/photoprism - urls: - - https://github.com/truecharts/apps/releases/download/photoprism-8.0.5/photoprism-8.0.5.tgz - version: 8.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50842,41 +45568,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoprism-6.0.9/photoprism-6.0.9.tgz version: 6.0.9 photoshow: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 48aabb98 - created: "2022-03-07T17:20:16.920412884Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A gallery software at its easiest, it doesn't even require a database. - digest: e110de709635f8993efcc1d127676b1aab444a96824ee981874e6ca4f39bae27 - home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow - icon: https://truecharts.org/_static/img/appicons/photoshow.png - keywords: - - photoshow - - photo - - show - - gallary - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: photoshow - sources: - - https://github.com/thibaud-rohmer/PhotoShow - - https://github.com/linuxserver/docker-photoshow - type: application - urls: - - https://github.com/truecharts/apps/releases/download/photoshow-2.0.1/photoshow-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51017,75 +45708,7 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/photoshow-1.0.25/photoshow-1.0.25.tgz version: 1.0.25 - photoview: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.3.12 - created: "2022-03-07T17:20:17.149852932Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Photoview is a simple and user-friendly photo gallery. - digest: d54a1fa1d7a87c34c25e00e1193f77202b17a15264f660cda6f85238bfd189e9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/photoview - icon: https://truecharts.org/_static/img/appicons/photoview.png - keywords: - - photo - - gallery - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: photoview - sources: - - https://github.com/photoview/photoview - - https://hub.docker.com/r/viktorstrate/photoview - urls: - - https://github.com/truecharts/apps/releases/download/photoview-2.0.1/photoview-2.0.1.tgz - version: 2.0.1 phpldapadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.0 - created: "2022-03-07T17:20:17.382528484Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Web-based LDAP browser to manage your LDAP server - digest: e365bf053d1189eda122b317e4ec534a536499aae21da9d90633a6fb21970aaa - home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin - icon: https://truecharts.org/_static/img/appicons/phpldapadmin.png - keywords: - - phpldapadmin - - openldap - - userrights - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: phpldapadmin - sources: - - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog - type: application - urls: - - https://github.com/truecharts/apps/releases/download/phpldapadmin-5.0.1/phpldapadmin-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51247,37 +45870,6 @@ entries: - https://github.com/truecharts/apps/releases/download/phpldapadmin-4.0.20/phpldapadmin-4.0.20.tgz version: 4.0.20 piaware: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "7.1" - created: "2022-03-07T17:20:17.594489064Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Program for forwarding ADS-B data to FlightAware - digest: 9595ab703f6625f3a80d3bae12ea3ccded2ed38b87a15060b9d93edb6ccde7b4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/piaware - icon: https://truecharts.org/_static/img/appicons/piaware.png - keywords: - - piaware - - flight-aware - - flight-tracker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: piaware - sources: - - https://github.com/flightaware/piaware - urls: - - https://github.com/truecharts/apps/releases/download/piaware-5.0.2/piaware-5.0.2.tgz - version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51899,37 +46491,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piaware-4.0.20/piaware-4.0.20.tgz version: 4.0.20 pidgin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.14.8 - created: "2022-03-07T17:20:17.821455131Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Pidgin is a chat program which lets you log into accounts on multiple - chat networks simultaneously. - digest: a560680a9184da8ab28f231117bd6384ebbe04eb612a8e67dd5ae558dd4ad910 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pidgin - icon: https://truecharts.org/_static/img/appicons/pidgin.png - keywords: - - pidgin - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pidgin - sources: - - https://hub.docker.com/r/linuxserver/pidgin - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pidgin-1.0.1/pidgin-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52117,38 +46678,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pidgin-0.0.1/pidgin-0.0.1.tgz version: 0.0.1 pihole: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2022.02.1 - created: "2022-03-07T17:20:18.666639365Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: DNS and Ad-filtering for your network - digest: fb54223316a70dc94f5dbaf07d8525e6b9dd0b0bbcbddc1cf54659bb9c09c6b4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole - icon: https://truecharts.org/_static/img/appicons/pihole.png - keywords: - - DNS - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pihole - sources: - - https://pi-hole.net/ - - https://github.com/pi-hole - - https://github.com/pi-hole/docker-pi-hole - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pihole-5.0.2/pihole-5.0.2.tgz - version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52374,41 +46903,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pihole-4.0.22/pihole-4.0.22.tgz version: 4.0.22 piwigo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 11.5.0 - created: "2022-03-07T17:20:18.894088548Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A is photo gallery software for the web, built by an active community - of users and developers. - digest: 062130340b88f426e299b769b673b16b5cf2c8786c587ce5746a8328d1a34e89 - home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo - icon: https://truecharts.org/_static/img/appicons/piwigo.png - keywords: - - piwigo - - gallery - - photo - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: piwigo - sources: - - http://piwigo.org/ - - https://github.com/linuxserver/docker-piwigo - type: application - urls: - - https://github.com/truecharts/apps/releases/download/piwigo-2.0.1/piwigo-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52550,41 +47044,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piwigo-1.0.22/piwigo-1.0.22.tgz version: 1.0.22 pixapop: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.2" - created: "2022-03-07T17:20:19.136035401Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: An open-source single page application to view your photos in the - easiest way possible. - digest: 0092f48ec1b951c5239d8fadc3bf3fa7e0fad38590c9c1df94a0e887b8140bc6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop - icon: https://truecharts.org/_static/img/appicons/pixapop.png - keywords: - - pixapop - - photo - - gallery - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pixapop - sources: - - https://github.com/linuxserver/docker-pixapop - - https://github.com/bierdok/pixapop - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pixapop-2.0.1/pixapop-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52726,37 +47185,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pixapop-1.0.21/pixapop-1.0.21.tgz version: 1.0.21 plex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.25.6.557 - created: "2022-03-07T17:20:19.350582465Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Plex Media Server - digest: e645362dcd8721b259347a9937b1c2d6c3ff51f84956af4f2232a630b0163293 - home: https://github.com/truecharts/apps/tree/master/charts/stable/plex - icon: https://truecharts.org/_static/img/appicons/plex.png - keywords: - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: plex - sources: - - https://github.com/k8s-at-home/container-images/pkgs/container/plex - type: application - urls: - - https://github.com/truecharts/apps/releases/download/plex-9.0.1/plex-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53068,38 +47496,6 @@ entries: - https://github.com/truecharts/apps/releases/download/plex-8.0.22/plex-8.0.22.tgz version: 8.0.22 podgrab: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - mutlimedia - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0 - created: "2022-03-07T17:20:19.582874405Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A self-hosted podcast manager to download episodes as soon as they - become live. - digest: 4206c754d0c5638076ee73a79265d3a15515e1907f63bbc9c86189621c67bef9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/podgrab - icon: https://truecharts.org/_static/img/appicons/podgrab.png - keywords: - - podgrab - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: podgrab - sources: - - https://github.com/akhilrex/podgrab - - https://hub.docker.com/r/akhilrex/podgrab - type: application - urls: - - https://github.com/truecharts/apps/releases/download/podgrab-9.0.1/podgrab-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54878,39 +49274,6 @@ entries: - https://github.com/truecharts/apps/releases/download/postgresql-6.0.22/postgresql-6.0.22.tgz version: 6.0.22 pretend-youre-xyzzy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4" - created: "2022-03-07T17:20:19.807801506Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: pretend-youre-xyzzy, a cards against humanity clone - digest: 52c4cf0eeebd3c4fce8144dad6a1f9f19d2f318dfa67be5f1ce07d4af4deeb3e - home: https://github.com/truecharts/apps/tree/master/charts/stable/pretend-youre-xyzzy - icon: https://truecharts.org/_static/img/appicons/pretend-youre-xyzzy.png - keywords: - - pretend-youre-xyzzy - - cards - - against - - humanity - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pretend-youre-xyzzy - sources: - - https://github.com/ajanata/PretendYoureXyzzy - - https://github.com/emcniece/DockerYourXyzzy - urls: - - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-5.0.1/pretend-youre-xyzzy-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55044,35 +49407,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-4.0.21/pretend-youre-xyzzy-4.0.21.tgz version: 4.0.21 projectsend: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.10 - created: "2022-03-07T17:20:20.017574315Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Projectsend is a self-hosted application that lets you upload files - and assign them to specific clients that you create yourself. - digest: b219dea1c2d81d74377121a28474c55aeeb9ae12962e9020fa62bd08b62e8f1f - home: https://github.com/truecharts/apps/tree/master/charts/stable/projectsend - icon: https://truecharts.org/_static/img/appicons/projectsend.png - projectsend - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: projectsend - sources: - - https://hub.docker.com/r/linuxserver/projectsend - type: application - urls: - - https://github.com/truecharts/apps/releases/download/projectsend-1.0.1/projectsend-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55222,38 +49556,6 @@ entries: - https://github.com/truecharts/apps/releases/download/projectsend-0.0.1/projectsend-0.0.1.tgz version: 0.0.1 promcord: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:20:20.234974171Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Discord bot that provides metrics from a Discord server - digest: e72cad624044bd8144d4785a655ddf85bf6794afd19d72497e58828fb3b6bb44 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/promcord - icon: https://truecharts.org/_static/img/appicons/promcord.png - keywords: - - promcord - - discord - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: promcord - sources: - - https://github.com/nimarion/promcord - type: application - urls: - - https://github.com/truecharts/apps/releases/download/promcord-3.0.2/promcord-3.0.2.tgz - version: 3.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55447,48 +49749,6 @@ entries: - https://github.com/truecharts/apps/releases/download/promcord-2.0.0/promcord-2.0.0.tgz version: 2.0.0 prometheus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.54.1 - created: "2022-03-07T17:20:20.51129284Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: exporters.enabled,exporters.node-exporter.enabled - name: node-exporter - repository: https://charts.bitnami.com/bitnami - version: 2.4.4 - - condition: exporters.enabled,exporters.kube-state-metrics.enabled - name: kube-state-metrics - repository: https://charts.bitnami.com/bitnami - version: 2.2.11 - description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, - and Prometheus rules combined with documentation and scripts to provide easy - to operate end-to-end Kubernetes cluster monitoring with Prometheus using the - Prometheus Operator. - digest: c98d2ee709c3c2af287d944cd207bdf001cc108da65296f899b6bb860cff9601 - home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus - icon: https://truecharts.org/_static/img/appicons/prometheus.png - keywords: - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: prometheus - sources: - - https://github.com/prometheus-community/helm-charts - - https://github.com/prometheus-operator/kube-prometheus - type: application - urls: - - https://github.com/truecharts/apps/releases/download/prometheus-2.0.2/prometheus-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58158,37 +52418,6 @@ entries: - https://github.com/truecharts/apps/releases/download/promtail-1.0.10/promtail-1.0.10.tgz version: 1.0.10 protonmail-bridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.10 - created: "2022-03-07T17:20:20.735416815Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Container for protonmail bridge to work on the network. - digest: 1fefe6e2b8b4347cb5ffe9ddf4fb79d41c4ae92a67cc6b0bd37eb7af7bd39c2f - home: https://github.com/truecharts/apps/tree/master/charts/stable/protonmail-bridge - icon: https://truecharts.org/_static/img/appicons/protonmail-bridge.png - keywords: - - protonmail - - protonmail-bridge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: protonmail-bridge - sources: - - https://github.com/shenxn/protonmail-bridge-docker - - https://hub.docker.com/r/shenxn/protonmail-bridge - urls: - - https://github.com/truecharts/apps/releases/download/protonmail-bridge-5.0.1/protonmail-bridge-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58314,39 +52543,6 @@ entries: - https://github.com/truecharts/apps/releases/download/protonmail-bridge-4.0.21/protonmail-bridge-4.0.21.tgz version: 4.0.21 prowlarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.2.0.1560 - created: "2022-03-07T17:20:20.937282767Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Indexer manager/proxy built on the popular arr net base stack to - integrate with your various PVR apps. - digest: 5ff0e1caf9483d5a1c5326f5ff67fe7336006b19c29141342a5fe963003271eb - home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr - icon: https://truecharts.org/_static/img/appicons/prowlarr.png - keywords: - - prowlarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: prowlarr - sources: - - https://github.com/Prowlarr/Prowlarr - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/prowlarr-5.0.2/prowlarr-5.0.2.tgz - version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59140,37 +53336,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prowlarr-4.0.30/prowlarr-4.0.30.tgz version: 4.0.30 pwndrop: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.1 - created: "2022-03-07T17:20:21.162075462Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Pwndrop is a self-deployable file hosting service for sending out - red teaming payloads or securely sharing your private files over HTTP and WebDAV. - digest: b16d422db775e01242529219b937f0923b603c14e966be503bbb822f530272e7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pwndrop - icon: https://truecharts.org/_static/img/appicons/pwndrop.png - keywords: - - pwndrop - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pwndrop - sources: - - https://hub.docker.com/r/linuxserver/pwndrop - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pwndrop-1.0.1/pwndrop-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59327,40 +53492,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pwndrop-0.0.1/pwndrop-0.0.1.tgz version: 0.0.1 pydio-cells: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.5 - created: "2022-03-07T17:20:21.381256169Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: Pydio-cells is the nextgen file sharing platform for organizations. - digest: 1413cea941f11f2929602d3e9186ba84f07c4f9fb4aa73e34420eedd49d633cc - home: https://github.com/truecharts/apps/tree/master/charts/stable/pydio-cells - icon: https://truecharts.org/_static/img/appicons/pydio-cells.png - keywords: - - pydio-cells - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pydio-cells - sources: - - https://hub.docker.com/r/linuxserver/pydio-cells - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pydio-cells-2.0.2/pydio-cells-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59776,39 +53907,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pydio-cells-0.0.1/pydio-cells-0.0.1.tgz version: 0.0.1 pyload: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5de90278 - created: "2022-03-07T17:20:21.600659784Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: pyLoad is a Free and Open Source download manager written in Python - and designed to be extremely lightweight, easily extensible and fully manageable - via web. - digest: ff6dce1f91ee93b5e417c288a86718671d8fbf4b40650cabf16105d3b0ae1d7a - home: https://github.com/truecharts/apps/tree/master/charts/stable/pyload - icon: https://truecharts.org/_static/img/appicons/pyload.png - keywords: - - pyload - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pyload - sources: - - https://github.com/pyload/pyload - - https://hub.docker.com/r/linuxserver/pyload - urls: - - https://github.com/truecharts/apps/releases/download/pyload-5.0.1/pyload-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59942,36 +54040,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pyload-4.0.21/pyload-4.0.21.tgz version: 4.0.21 pylon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.0 - created: "2022-03-07T17:20:21.792770213Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Pylon is a web based integrated development environment. - digest: b0622ce291fc6a82b02e15d3e6a6ee365c18bf0a0b39c5b8f2d8cbfba1dac375 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pylon - icon: https://truecharts.org/_static/img/appicons/pylon.png - keywords: - - pylon - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pylon - sources: - - https://hub.docker.com/r/linuxserver/pylon - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pylon-1.0.1/pylon-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60123,37 +54191,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pylon-0.0.1/pylon-0.0.1.tgz version: 0.0.1 qbittorrent: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.4.1 - created: "2022-03-07T17:20:22.01289275Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: qBittorrent is a cross-platform free and open-source BitTorrent client - digest: 522f6d4865e18c367bf8f00776f084a2cf4dac6b88fbbf52fca853695b33589a - home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent - icon: https://truecharts.org/_static/img/appicons/qbittorrent.png - keywords: - - qbittorrent - - torrrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: qbittorrent - sources: - - https://github.com/qbittorrent/qBittorrent - type: application - urls: - - https://github.com/truecharts/apps/releases/download/qbittorrent-10.0.1/qbittorrent-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60372,40 +54409,6 @@ entries: - https://github.com/truecharts/apps/releases/download/qbittorrent-9.0.24/qbittorrent-9.0.24.tgz version: 9.0.24 quassel-core: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.14.0 - created: "2022-03-07T17:20:22.265665446Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Quassel-core is a modern, cross-platform, distributed IRC client. - digest: 6d02b41873e056881d34826b7b97079250ab7e02f5dac0148924de78029301dd - home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-core - icon: https://truecharts.org/_static/img/appicons/quassel-core.png - keywords: - - quassel-core - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: quassel-core - sources: - - https://hub.docker.com/r/linuxserver/quassel-core - type: application - urls: - - https://github.com/truecharts/apps/releases/download/quassel-core-1.0.1/quassel-core-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60747,36 +54750,6 @@ entries: - https://github.com/truecharts/apps/releases/download/quassel-core-0.0.1/quassel-core-0.0.1.tgz version: 0.0.1 quassel-web: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.16 - created: "2022-03-07T17:20:22.487564242Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Quassel-web is a web client for Quassel. - digest: 95ebe90aceeac2e427e51ef1b754a5b86b6b0af5cf2d70173868d1a8bda86eeb - home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-web - icon: https://truecharts.org/_static/img/appicons/quassel-web.png - keywords: - - quassel-web - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: quassel-web - sources: - - https://hub.docker.com/r/linuxserver/quassel-web - type: application - urls: - - https://github.com/truecharts/apps/releases/download/quassel-web-1.0.1/quassel-web-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60928,38 +54901,6 @@ entries: - https://github.com/truecharts/apps/releases/download/quassel-web-0.0.1/quassel-web-0.0.1.tgz version: 0.0.1 radarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.0.4.5922 - created: "2022-03-07T17:20:22.704694882Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A fork of Sonarr to work with movies à la Couchpotato - digest: 1148fd0739ea13ae6b6539cbb471d7b1532ef8730cfebd2ac2e2f79e87c8268b - home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr - icon: https://truecharts.org/_static/img/appicons/radarr.png - keywords: - - radarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: radarr - sources: - - https://github.com/Radarr/Radarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/radarr-10.0.1/radarr-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -61121,41 +55062,6 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-9.0.22/radarr-9.0.22.tgz version: 9.0.22 readarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.1.1259 - created: "2022-03-07T17:20:22.937031316Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A fork of Radarr to work with Books & AudioBooks - digest: 7f2aa1743137a2810dc39d7a76beb372ddeb82b48a19f15d48968edc9c4d2439 - home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr - icon: https://truecharts.org/_static/img/appicons/readarr.png - keywords: - - readarr - - torrent - - usenet - - AudioBooks - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: readarr - sources: - - https://github.com/Readarr/Readarr - - https://readarr.com - type: application - urls: - - https://github.com/truecharts/apps/releases/download/readarr-10.0.1/readarr-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -61752,43 +55658,6 @@ entries: - https://github.com/truecharts/apps/releases/download/readarr-9.0.30/readarr-9.0.30.tgz version: 9.0.30 recipes: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.1.0 - created: "2022-03-07T17:20:23.183665113Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Recipes is a Django application to manage, tag and search recipes - using either built in models or external storage providers hosting PDF's, Images - or other files. - digest: f4fbda70d57d2c01b9d676762eb01e4332d80acfab27dad8c6140d7b026008ad - home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes - icon: https://truecharts.org/_static/img/appicons/recipes.png - keywords: - - recipes - - cooking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: recipes - sources: - - https://github.com/vabene1111/recipes - - https://hub.docker.com/r/vabene1111/recipes - urls: - - https://github.com/truecharts/apps/releases/download/recipes-6.0.3/recipes-6.0.3.tgz - version: 6.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -64000,37 +57869,6 @@ entries: - https://github.com/truecharts/apps/releases/download/redis-1.0.27/redis-1.0.27.tgz version: 1.0.27 reg: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.16.1 - created: "2022-03-07T17:20:23.387074408Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Docker registry v2 command line client and repo listing generator - with security checks. - digest: 51de62b3bd136f992824e94e7b4ad17747dfd9e05ce153933c68a44d539d217f - home: https://github.com/truecharts/apps/tree/master/charts/stable/reg - icon: https://truecharts.org/_static/img/appicons/reg.png - keywords: - - reg - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: reg - sources: - - https://github.com/genuinetools/reg - - https://github.com/k8s-at-home/container-images/ - urls: - - https://github.com/truecharts/apps/releases/download/reg-5.0.1/reg-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -64156,40 +57994,6 @@ entries: - https://github.com/truecharts/apps/releases/download/reg-4.0.20/reg-4.0.20.tgz version: 4.0.20 remmina: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0-rcgi - created: "2022-03-07T17:20:23.618104299Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A remote desktop client written in GTK - digest: c40668e976d1dd47b130167eda593cb7bb2aee6527fc5ae696719241f810d62f - home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina - icon: https://truecharts.org/_static/img/appicons/remmina.png - keywords: - - remina - - remote - - desktop - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: remmina - sources: - - https://github.com/linuxserver/docker-remmina - - https://remmina.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/remmina-2.0.1/remmina-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -64327,37 +58131,6 @@ entries: - https://github.com/truecharts/apps/releases/download/remmina-1.0.25/remmina-1.0.25.tgz version: 1.0.25 requestrr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.1 - created: "2022-03-07T17:20:23.858478393Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi - via the use of chat. - digest: ae62b441002f9b26395da2d7862e0ceb240fa3fa715dec6424000b4c236763a1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/requestrr - icon: https://truecharts.org/_static/img/appicons/requestrr.png - keywords: - - requestrr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: requestrr - sources: - - https://hub.docker.com/r/linuxserver/requestrr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/requestrr-1.0.1/requestrr-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -64514,39 +58287,6 @@ entries: - https://github.com/truecharts/apps/releases/download/requestrr-0.0.1/requestrr-0.0.1.tgz version: 0.0.1 resilio-sync: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.2.1375 - created: "2022-03-07T17:20:24.058032464Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Resilio Sync is a fast, reliable, and simple file sync and share - solution, powered by P2P technology - digest: 1498d6ff1519f4c46cfcd7703d43d3310d1497d1fec610feea57f895a3b36e6b - home: https://github.com/truecharts/apps/tree/master/charts/stable/resio-sync - icon: https://truecharts.org/_static/img/appicons/resilio-sync.png - keywords: - - resilio - - sync - - btsync - - bittorrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: resilio-sync - sources: - - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync - urls: - - https://github.com/truecharts/apps/releases/download/resilio-sync-5.0.1/resilio-sync-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -64713,36 +58453,6 @@ entries: - https://github.com/truecharts/apps/releases/download/resilio-sync-4.0.21/resilio-sync-4.0.21.tgz version: 4.0.21 rsnapshot: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.3 - created: "2022-03-07T17:20:24.292010151Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Rsnapshot is a filesystem snapshot utility based on rsync. - digest: f613b4278c59918e71a61fa930ce3c9674ffe7ed1e9fb3152aba1b35b47161ea - home: https://github.com/truecharts/apps/tree/master/charts/stable/rsnapshot - icon: https://truecharts.org/_static/img/appicons/rsnapshot.png - keywords: - - rsnapshot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: rsnapshot - sources: - - https://hub.docker.com/r/linuxserver/rsnapshot - type: application - urls: - - https://github.com/truecharts/apps/releases/download/rsnapshot-1.0.1/rsnapshot-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -64894,37 +58604,6 @@ entries: - https://github.com/truecharts/apps/releases/download/rsnapshot-0.0.1/rsnapshot-0.0.1.tgz version: 0.0.1 sabnzbd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.5.1 - created: "2022-03-07T17:20:24.523138545Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Free and easy binary newsreader - digest: 13bf76141ea4120e24f469d8de00d8106bff552943156649fa6bede8de169cc2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd - icon: https://truecharts.org/_static/img/appicons/sabnzbd.png - keywords: - - sabnzbd - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sabnzbd - sources: - - https://sabnzbd.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sabnzbd-10.0.1/sabnzbd-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -65112,37 +58791,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sabnzbd-9.0.21/sabnzbd-9.0.21.tgz version: 9.0.21 scrutiny: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.16 - created: "2022-03-07T17:20:24.737662401Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard - Drive Health Dashboard & Monitoring solution. - digest: 85e8b1c1084b3fb69038527cda18f179ff1e1ad5ada2cf48551705fccca428a0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/scrutiny - icon: https://truecharts.org/_static/img/appicons/scrutiny.png - keywords: - - scrutiny - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: scrutiny - sources: - - https://hub.docker.com/r/linuxserver/scrutiny - type: application - urls: - - https://github.com/truecharts/apps/releases/download/scrutiny-1.0.1/scrutiny-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -65330,36 +58978,6 @@ entries: - https://github.com/truecharts/apps/releases/download/scrutiny-0.0.1/scrutiny-0.0.1.tgz version: 0.0.1 ser2sock: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-03-07T17:20:24.953700206Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Serial to Socket Redirector - digest: 6d21034ca39bc74b946be28b62ef461a8ecb7a90a4d272434ef82548b17c1ab2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ser2sock - icon: https://truecharts.org/_static/img/appicons/ser2sock.png - keywords: - - ser2sock - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ser2sock - sources: - - https://github.com/nutechsoftware/ser2sock - - https://github.com/tenstartups/ser2sock - urls: - - https://github.com/truecharts/apps/releases/download/ser2sock-5.0.1/ser2sock-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -65481,44 +59099,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-4.0.21/ser2sock-4.0.21.tgz version: 4.0.21 shiori: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-03-07T17:20:25.202202664Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: A simple bookmark manager built with Go - digest: e968a2acf8dfaccf8b5ae48013febe8776fdda83291a10524dd980d1214368c2 - home: https://github.com/truecharts/apps/tree/main/charts/shiori - icon: https://truecharts.org/_static/img/appicons/shiori.png - keywords: - - shiori - - bookmark - - bookmark-manager - - web-interface - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shiori - sources: - - https://github.com/go-shiori/shiori - - https://github.com/nicholaswilde/docker-shiori - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shiori-5.0.1/shiori-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -65710,46 +59290,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shiori-4.0.12/shiori-4.0.12.tgz version: 4.0.12 shlink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.3 - created: "2022-03-07T17:20:25.442972271Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 2.0.1 - description: A PHP-based self-hosted URL shortener that can be used to serve shortened - URLs under your own custom domain. - digest: 0511c841c6423a49e176c81030654e52baa991f7f7b29edab565fa67cc955d68 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink - icon: https://truecharts.org/_static/img/appicons/shlink.png - keywords: - - url - - shortener - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shlink - sources: - - https://github.com/shlinkio/shlink - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shlink-2.0.2/shlink-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66031,38 +59571,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shlink-0.0.1/shlink-0.0.1.tgz version: 0.0.1 shlink-web-client: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.5.1 - created: "2022-03-07T17:20:25.670134337Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A ReactJS-based progressive web application for Shlink. - digest: a24a078537e5ffa8d54ef6c60d6f2a5b7bd075856f47b213ef0e43318d335e7c - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink-web-client - icon: https://truecharts.org/_static/img/appicons/shlink-web-client.png - keywords: - - url - - shortener - - frontend - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shlink-web-client - sources: - - https://github.com/shlinkio/shlink-web-client - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shlink-web-client-2.0.1/shlink-web-client-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66192,40 +59700,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shlink-web-client-0.0.1/shlink-web-client-0.0.1.tgz version: 0.0.1 shorturl: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0 - created: "2022-03-07T17:20:25.893977595Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Self hosted web app for shortening urls (URL shortener) - digest: 696507c10dc335b97cec17804cec442925883aeea2b47751db047916a9cc30c9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl - icon: https://truecharts.org/_static/img/appicons/shorturl.png - keywords: - - url - - shortener - - shorten - - shorturl - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shorturl - sources: - - https://github.com/prologic/shorturl - - https://github.com/nicholaswilde/docker-shorturl - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shorturl-2.0.1/shorturl-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66363,40 +59837,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shorturl-1.0.21/shorturl-1.0.21.tgz version: 1.0.21 sickchill: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.5.10 - created: "2022-03-07T17:20:26.115006362Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: An Automatic Video Library Manager for TV Shows - digest: 90a56e1e78bdd8d955c559fd57ab1ae502bef063391922d02d78dbc410e3146d - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill - icon: https://truecharts.org/_static/img/appicons/sickchill.png - keywords: - - sickchill - - video - - library - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sickchill - sources: - - https://github.com/linuxserver/docker-sickchill - - https://github.com/SickChill/SickChill - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sickchill-2.0.1/sickchill-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66534,41 +59974,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickchill-1.0.21/sickchill-1.0.21.tgz version: 1.0.21 sickgear: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.25.4 - created: "2022-03-07T17:20:26.339644745Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more - digest: 45787e238faea29896d8e9414cbcb19029649714ca7fa1329ce1e650a6879dcf - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear - icon: https://truecharts.org/_static/img/appicons/sickgear.png - keywords: - - sickgear - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sickgear - sources: - - https://github.com/linuxserver/docker-sickgear - - https://github.com/SickGear/SickGear - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sickgear-2.0.1/sickgear-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66710,39 +60115,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickgear-1.0.21/sickgear-1.0.21.tgz version: 1.0.21 smokeping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.3 - created: "2022-03-07T17:20:26.556527078Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Keep track of your network latency. - digest: 094632bfa16a4b241015977a51be5f25b70598e7b932aca466d34bdee02f9682 - home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping - icon: https://truecharts.org/_static/img/appicons/smokeping.png - keywords: - - smokeping - - network - - latency - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: smokeping - sources: - - https://oss.oetiker.ch/smokeping/ - - https://hub.docker.com/r/linuxserver/smokeping - type: application - urls: - - https://github.com/truecharts/apps/releases/download/smokeping-2.0.1/smokeping-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66909,43 +60281,6 @@ entries: - https://github.com/truecharts/apps/releases/download/smokeping-1.0.23/smokeping-1.0.23.tgz version: 1.0.23 snipe-it: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.4.0 - created: "2022-03-07T17:20:26.790740472Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: Open source asset management - digest: c79a8589cd4c7e4b75f79a80429d5514beeab8270208a4e02dbef7c1c5f9fb26 - home: https://github.com/truecharts/apps/tree/master/charts/stable/snipe-it - icon: https://truecharts.org/_static/img/appicons/snipe-it.png - keywords: - - snipeit - - snipe - - asset - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: snipe-it - sources: - - https://snipeitapp.com/ - - https://hub.docker.com/r/linuxserver/ - urls: - - https://github.com/truecharts/apps/releases/download/snipe-it-1.0.2/snipe-it-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -67465,38 +60800,6 @@ entries: - https://github.com/truecharts/apps/releases/download/snipe-it-0.0.11/snipe-it-0.0.11.tgz version: 0.0.11 sonarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.6.1342 - created: "2022-03-07T17:20:27.012884275Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Smart PVR for newsgroup and bittorrent users - digest: a043640f8a3a361dcdf5408a84977d4e40780c100b4dde283274343a84d80f08 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr - icon: https://truecharts.org/_static/img/appicons/sonarr.png - keywords: - - sonarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sonarr - sources: - - https://github.com/Sonarr/Sonarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sonarr-10.0.1/sonarr-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -67658,38 +60961,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sonarr-9.0.22/sonarr-9.0.22.tgz version: 9.0.22 speedtest-exporter: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.4.1 - created: "2022-03-07T17:20:27.240296049Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Speedtest Exporter made in python using the official speedtest bin - digest: 82e9039994962cc3953099f4804208e17bcd48d40706531e716e7e3b0f124839 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/speedtest-exporter - icon: https://truecharts.org/_static/img/appicons/speedtest-exporter.png - keywords: - - speedtest-exporter - - speedtest - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: speedtest-exporter - sources: - - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/speedtest-exporter-2.0.2/speedtest-exporter-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -67883,45 +61154,6 @@ entries: - https://github.com/truecharts/apps/releases/download/speedtest-exporter-1.0.8/speedtest-exporter-1.0.8.tgz version: 1.0.8 spotweb: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.1 - created: "2022-03-07T17:20:27.480739645Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Spotweb is a decentralized usenet community based on the Spotnet - protocol. - digest: 92512c01f068c6ca8ff166ca7722d5b01f29966490040b852c659df7853bf6f6 - home: https://github.com/truecharts/apps/master/charts/incubator/spotweb - icon: https://raw.githubusercontent.com/spotweb/spotweb/9af0ade0f618675206dcf1f744dbb3c1eae70e5a/images/spotnet.gif - keywords: - - usenet - - spotweb - - spotnet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: spotweb - sources: - - https://github.com/spotweb/spotweb - - https://hub.docker.com/r/jbaten/spotweb - - https://github.com/joachimbaten/spotweb-docker - type: application - urls: - - https://github.com/truecharts/apps/releases/download/spotweb-1.0.1/spotweb-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -68079,41 +61311,6 @@ entries: - https://github.com/truecharts/apps/releases/download/spotweb-0.0.1/spotweb-0.0.1.tgz version: 0.0.1 sqlitebrowser: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.12.2 - created: "2022-03-07T17:20:27.702863048Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite - digest: 2a1b9cf51cc8ddc1e5c6cbdcb47fb14fa982490ad816ae82439f3451daae4806 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser - icon: https://truecharts.org/_static/img/appicons/sqlitebrowser.png - keywords: - - sqlite - - browser - - sqlitebrowser - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sqlitebrowser - sources: - - https://github.com/linuxserver/docker-sqlitebrowser - - https://sqlitebrowser.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sqlitebrowser-2.0.1/sqlitebrowser-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -68255,36 +61452,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sqlitebrowser-1.0.25/sqlitebrowser-1.0.25.tgz version: 1.0.25 stash: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.12.0 - created: "2022-03-07T17:20:27.903173643Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: An organizer for your porn, written in Go - digest: f93ea23931dfafbe12ac9bf4587fd8632d1a71082ad7eb760274b2e76aa9e915 - home: https://github.com/truecharts/apps/tree/master/charts/stable/stash - icon: https://truecharts.org/_static/img/appicons/stash.png - keywords: - - porn - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: stash - sources: - - https://github.com/stashapp/stash - - https://hub.docker.com/r/stashapp/stash - urls: - - https://github.com/truecharts/apps/releases/download/stash-6.0.1/stash-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -68496,41 +61663,6 @@ entries: - https://github.com/truecharts/apps/releases/download/stash-4.0.20/stash-4.0.20.tgz version: 4.0.20 static: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: ee8a20c - created: "2022-03-07T17:20:28.124672325Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A self-hosted static file serving app which does nothing more than - just serve up static files from a mounted volume. - digest: 61eec29ff7d1a41ba318238a188fad7c94febc36ac0176514258fc7fed7d4337 - home: https://github.com/truecharts/apps/tree/master/charts/stable/static - icon: https://truecharts.org/_static/img/appicons/static.png - keywords: - - app - - web - - filesystem - - static - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: static - sources: - - https://github.com/prologic/static - - https://github.com/nicholaswilde/docker-static - type: application - urls: - - https://github.com/truecharts/apps/releases/download/static-2.0.1/static-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -68950,41 +62082,6 @@ entries: - https://github.com/truecharts/apps/releases/download/statisfactory-0.0.1/statisfactory-0.0.1.tgz version: 0.0.1 statping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.90.74 - created: "2022-03-07T17:20:28.389099899Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Status page for monitoring your websites and applications - digest: 23a82232dbdc61e4cee90c0ac83b76828c58a0ce7523fa73802803d8a3466565 - home: https://github.com/truecharts/apps/tree/master/charts/stable/statping - icon: https://truecharts.org/_static/img/appicons/statping.png - keywords: - - statping - - status - - status-page - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: statping - sources: - - https://github.com/statping/statping - urls: - - https://github.com/truecharts/apps/releases/download/statping-5.0.1/statping-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -69161,43 +62258,6 @@ entries: - https://github.com/truecharts/apps/releases/download/statping-4.0.12/statping-4.0.12.tgz version: 4.0.12 strapi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.6.8 - created: "2022-03-07T17:20:28.683612649Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Strapi is the leading open-source headless CMS. It’s 100% JavaScript, - fully customizable and developer-first. - digest: 35a8ec49085137a17ccaa30815910be4b44fc0adae71d343a6b053c653de3048 - home: https://github.com/truecharts/apps/tree/master/charts/stable/strapi - icon: https://truecharts.org/_static/img/appicons/strapi.png - keywords: - - strapi - - cms - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: strapi - sources: - - https://hub.docker.com/r/strapi/strapi - - https://github.com/strapi/strapi - - https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/installation/docker.html#creating-a-strapi-project - urls: - - https://github.com/truecharts/apps/releases/download/strapi-2.0.1/strapi-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -69347,40 +62407,6 @@ entries: - https://github.com/truecharts/apps/releases/download/strapi-0.0.1/strapi-0.0.1.tgz version: 0.0.1 synapse: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.53.0 - created: "2022-03-07T17:20:28.895506819Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes - digest: f924b0cd93314e215103012e640972bf23b75c912cbfc2f8240e5a21dd61039c - home: https://github.com/truecharts/apps/charts/stable/synapse - icon: https://truecharts.org/_static/img/appicons/synapse.png - keywords: - - chat - - matrix - - synapse - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: synapse - type: application - urls: - - https://github.com/truecharts/apps/releases/download/synapse-2.0.1/synapse-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -69756,37 +62782,6 @@ entries: - https://github.com/truecharts/apps/releases/download/synapse-0.0.1/synapse-0.0.1.tgz version: 0.0.1 synclounge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.1.112 - created: "2022-03-07T17:20:29.117521218Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Synclounge is a third party tool that allows you to watch Plex in - sync with your friends/family, wherever you are. - digest: 982a4da2a435c843703eb506b75c0d25d4bb5a8836c2257671539d4af896b729 - home: https://github.com/truecharts/apps/tree/master/charts/stable/synclounge - icon: https://truecharts.org/_static/img/appicons/synclounge.png - keywords: - - synclounge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: synclounge - sources: - - https://hub.docker.com/r/linuxserver/synclounge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/synclounge-1.0.1/synclounge-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -69974,38 +62969,6 @@ entries: - https://github.com/truecharts/apps/releases/download/synclounge-0.0.1/synclounge-0.0.1.tgz version: 0.0.1 syncthing: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.19.1 - created: "2022-03-07T17:20:29.336906133Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: P2P file synchronization application - digest: 1a2d0243f1768c3cb4a19a9505b0f6738474a856978e3621d5b0a6e07cc614e5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing - icon: https://truecharts.org/_static/img/appicons/syncthing.png - keywords: - - syncthing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: syncthing - sources: - - https://syncthing.net/ - - https://github.com/syncthing/syncthing - - https://hub.docker.com/r/syncthing/syncthing - type: application - urls: - - https://github.com/truecharts/apps/releases/download/syncthing-10.0.2/syncthing-10.0.2.tgz - version: 10.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -70327,37 +63290,6 @@ entries: - https://github.com/truecharts/apps/releases/download/syncthing-9.0.20/syncthing-9.0.20.tgz version: 9.0.20 syslog-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.35.1 - created: "2022-03-07T17:20:29.563525583Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: syslog-ng allows you to flexibly collect, parse, classify, rewrite - and correlate logs. - digest: b929c92a9f8de829b0ce69b1d6dbfba54a9c8eb1489eb02cb481a0540b31c911 - home: https://github.com/truecharts/apps/tree/master/charts/stable/syslog-ng - icon: https://truecharts.org/_static/img/appicons/syslog-ng.png - keywords: - - syslog-ng - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: syslog-ng - sources: - - https://hub.docker.com/r/linuxserver/syslog-ng - type: application - urls: - - https://github.com/truecharts/apps/releases/download/syslog-ng-1.0.1/syslog-ng-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -70576,37 +63508,6 @@ entries: - https://github.com/truecharts/apps/releases/download/syslog-ng-0.0.1/syslog-ng-0.0.1.tgz version: 0.0.1 tautulli: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.9.4 - created: "2022-03-07T17:20:29.781077339Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A Python based monitoring and tracking tool for Plex Media Server - digest: 19de33610963f2569589841dfc0ccf280cae06918fd0f4bf30b53f3462a0cb1b - home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli - icon: https://truecharts.org/_static/img/appicons/tautulli.png - keywords: - - tautulli - - plex - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tautulli - sources: - - https://github.com/Tautulli/Tautulli - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tautulli-10.0.1/tautulli-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -70856,39 +63757,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tautulli-9.0.21/tautulli-9.0.21.tgz version: 9.0.21 tdarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.14 - created: "2022-03-07T17:20:30.000255947Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Audio/Video library transcoding automation - digest: eb1a818b1be5ca8f6022965b9ffc90d4d5bd7eca8fa8f87574b32963fdc55a33 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr - icon: https://truecharts.org/_static/img/appicons/tdarr.png - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tdarr - sources: - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tdarr-2.0.2/tdarr-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -71187,39 +64055,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-1.0.23/tdarr-1.0.23.tgz version: 1.0.23 tdarr-node: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.14 - created: "2022-03-07T17:20:30.2207845Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Audio/Video library transcoding automation - digest: 6653ffc86c1d229448131148496c0ed5a7d9ab047ae5c36d5fb05051958524c0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node - icon: https://truecharts.org/_static/img/appicons/tdarr-node.png - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tdarr-node - sources: - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr_node - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tdarr-node-2.0.2/tdarr-node-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -71518,40 +64353,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-node-1.0.23/tdarr-node-1.0.23.tgz version: 1.0.23 teamspeak3: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - voice - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.13.6 - created: "2022-03-07T17:20:30.41688476Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: TeamSpeak is software for quality voice communication via the Internet. - digest: 187b9fd0fd276c0ed6cbe7e6eb7f1c734c51f1509ae69f39400d4981e9ca941f - home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 - icon: https://truecharts.org/_static/img/appicons/teamspeak3.png - keywords: - - voice server - - teamspeak - - teamspeak3 - - teamspeak server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: teamspeak3 - sources: - - https://hub.docker.com/_/teamspeak - - https://www.teamspeak.com/en/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/teamspeak3-3.0.1/teamspeak3-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -71689,43 +64490,6 @@ entries: - https://github.com/truecharts/apps/releases/download/teamspeak3-2.0.21/teamspeak3-2.0.21.tgz version: 2.0.21 teedy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.10" - created: "2022-03-07T17:20:30.693231122Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Teedy is an open source, lightweight document management system for - individuals and businesses. - digest: a95080edbbdc49daf6e2f260224df853f360798c656fdacb3216ae36afc46be3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy - icon: https://truecharts.org/_static/img/appicons/teedy.png - keywords: - - teedy - - documents - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: teedy - sources: - - https://github.com/sismics/docs - - https://github.com/truecharts/apps/tree/master/charts/teedy - urls: - - https://github.com/truecharts/apps/releases/download/teedy-5.0.1/teedy-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -71949,39 +64713,6 @@ entries: - https://github.com/truecharts/apps/releases/download/teedy-4.0.12/teedy-4.0.12.tgz version: 4.0.12 thelounge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.0 - created: "2022-03-07T17:20:30.927594723Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: The Lounge, modern web IRC client designed for self-hosting - digest: 095e2b89077095cf260936fb44cf8267e6206cc5f1ce81baace79da31e262f6e - home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge - icon: https://truecharts.org/_static/img/appicons/thelounge.png - keywords: - - thelounge - - IRC - - The Lounge - - docker - - thelounge-docker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: thelounge - sources: - - https://github.com/thelounge/thelounge - urls: - - https://github.com/truecharts/apps/releases/download/thelounge-5.0.1/thelounge-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -72214,41 +64945,6 @@ entries: - https://github.com/truecharts/apps/releases/download/thelounge-4.0.21/thelounge-4.0.21.tgz version: 4.0.21 traccar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4.15" - created: "2022-03-07T17:20:31.188091072Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Traccar is an open source GPS tracking system. - digest: 920fed5c260154d29999abbe7a5ab4099ff2664ea85e11eb5ec0c7d3d5ec3938 - home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar - icon: https://truecharts.org/_static/img/appicons/traccar.png - keywords: - - traccar - - gps - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: traccar - sources: - - https://github.com/traccar/traccar - - https://hub.docker.com/r/traccar/traccar - urls: - - https://github.com/truecharts/apps/releases/download/traccar-5.0.1/traccar-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -72460,39 +65156,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traccar-4.0.12/traccar-4.0.12.tgz version: 4.0.12 traefik: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - network - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.6.1 - created: "2022-03-07T17:20:31.410778294Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Traefik is a flexible reverse proxy and Ingress Provider. - digest: 6f0a5077f6c68eebb9aba2f8e6be6a75987b24fdfb01d61f9bfd6d75c3290b9e - home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik - icon: https://truecharts.org/_static/img/appicons/traefik.png - keywords: - - traefik - - ingress - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: traefik - sources: - - https://github.com/traefik/traefik - - https://github.com/traefik/traefik-helm-chart - - https://traefik.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/traefik-11.0.2/traefik-11.0.2.tgz - version: 11.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -73022,39 +65685,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traefik-10.0.24/traefik-10.0.24.tgz version: 10.0.24 transmission: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - download-tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: "3.00" - created: "2022-03-07T17:20:31.639564414Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: API Support for your favorite torrent trackers. - digest: bd47d24ade822c0cc7384bd7e1677f5f61d349788f6e48017de70bb3b58d66da - home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission - icon: https://truecharts.org/_static/img/appicons/transmission.png - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: transmission - sources: - - https://github.com/transmission/transmission - - https://hub.docker.com/r/linuxserver/transmission - type: application - urls: - - https://github.com/truecharts/apps/releases/download/transmission-11.0.1/transmission-11.0.1.tgz - version: 11.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -73254,41 +65884,6 @@ entries: - https://github.com/truecharts/apps/releases/download/transmission-10.0.0/transmission-10.0.0.tgz version: 10.0.0 trilium-notes: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.50.2 - created: "2022-03-07T17:20:31.887089942Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Trilium Notes is a hierarchical note taking application with focus - on building large personal knowledge bases. - digest: ee421db0c74fdc8c1276bbd0ea1858ee49e379a10fc8af97d4b6903c45ba0e32 - home: https://github.com/truecharts/apps/tree/master/charts/stable/trilium-notes - icon: https://truecharts.org/_static/img/appicons/trilium-notes.png - keywords: - - trilium - - notes - - note - - information - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: trilium-notes - sources: - - https://hub.docker.com/r/zadam/trilium - - https://github.com/zadam/trilium - type: application - urls: - - https://github.com/truecharts/apps/releases/download/trilium-notes-2.0.1/trilium-notes-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -73430,36 +66025,6 @@ entries: - https://github.com/truecharts/apps/releases/download/trilium-notes-0.0.1/trilium-notes-0.0.1.tgz version: 0.0.1 truecommand: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Administration - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2.1" - created: "2022-03-07T17:20:32.106828068Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Aggregated management of TrueNAS devices - digest: 01f3897cfa55d89b21edc94cb220aab5837f2734a54a94c678b24a43b357ad4a - home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand - icon: https://truecharts.org/_static/img/appicons/truecommand.png - keywords: - - truecommand - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: truecommand - sources: - - https://hub.docker.com/r/ixsystems/truecommand - type: application - urls: - - https://github.com/truecharts/apps/releases/download/truecommand-10.0.1/truecommand-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -73641,40 +66206,6 @@ entries: - https://github.com/truecharts/apps/releases/download/truecommand-9.0.20/truecommand-9.0.20.tgz version: 9.0.20 tt-rss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9101.0 - created: "2022-03-07T17:20:32.338231773Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) - reader and aggregator - digest: 93b8e04ce1db7ee676eb193b26d8f49e28a03ca7e6f3fbbebf1d05b06e4fee62 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss - icon: https://truecharts.org/_static/img/appicons/tt-rss.png - keywords: - - tt-rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tt-rss - sources: - - https://git.tt-rss.org/fox/tt-rss - urls: - - https://github.com/truecharts/apps/releases/download/tt-rss-5.0.2/tt-rss-5.0.2.tgz - version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -74050,39 +66581,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tt-rss-4.0.15/tt-rss-4.0.15.tgz version: 4.0.15 tvheadend: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "63784405" - created: "2022-03-07T17:20:32.547204351Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: TVheadend - a TV streaming server and digital video recorder - digest: f45d247bab291dea23471ee95f5dec39e00f19ed3c9e4c79b17563760acbd1cd - home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend - icon: https://truecharts.org/_static/img/appicons/tvheadend.png - keywords: - - tvheadend - - tv - - streaming - - dvb - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tvheadend - sources: - - https://github.com/tvheadend/tvheadend - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tvheadend-11.0.1/tvheadend-11.0.1.tgz - version: 11.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -74216,41 +66714,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tvheadend-10.0.21/tvheadend-10.0.21.tgz version: 10.0.21 twtxt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.1 - created: "2022-03-07T17:20:32.779498585Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. - No ads, no tracking, your content, your data! - digest: fba1b97307f4e39d029e3e9b1a758d89b75b632fa4fb0fdd4996a10bab0abe1d - home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt - icon: https://truecharts.org/_static/img/appicons/twtxt.png - keywords: - - twtxt - - blogging - - blog - - social-network - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: twtxt - sources: - - https://github.com/prologic/twtxt - - https://github.com/nicholaswilde/docker-twtxt - type: application - urls: - - https://github.com/truecharts/apps/releases/download/twtxt-2.0.1/twtxt-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -74392,37 +66855,6 @@ entries: - https://github.com/truecharts/apps/releases/download/twtxt-1.0.21/twtxt-1.0.21.tgz version: 1.0.21 ubooquity: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.2 - created: "2022-03-07T17:20:33.01830373Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Ubooquity is a free, lightweight and easy-to-use home server for - your comics and ebooks. - digest: 8bf676612640d47a00010087cfb89166f9b2e3ce3917d1b4a12ca21903ef26b4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ubooquity - icon: https://truecharts.org/_static/img/appicons/ubooquity.png - keywords: - - ubooquity - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ubooquity - sources: - - https://hub.docker.com/r/linuxserver/ubooquity - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ubooquity-2.0.2/ubooquity-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -74641,38 +67073,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ubooquity-0.0.1/ubooquity-0.0.1.tgz version: 0.0.1 unifi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.0.23 - created: "2022-03-07T17:20:33.236513707Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Ubiquiti Network's Unifi Controller - digest: 647fbc5d4f17e2e177137888f7cd1bffd196f5ce3b7bcf281b9fe25837ca602d - home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi - icon: https://truecharts.org/_static/img/appicons/unifi.png - keywords: - - ubiquiti - - unifi - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unifi - sources: - - https://github.com/jacobalberty/unifi-docker - - https://unifi-network.ui.com - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unifi-10.0.2/unifi-10.0.2.tgz - version: 10.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -74994,36 +67394,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unifi-9.0.20/unifi-9.0.20.tgz version: 9.0.20 unmanic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.4 - created: "2022-03-07T17:20:33.452866224Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Unmanic is a simple tool for optimising your file library. - digest: 8a89b3560a94e9c2567ee8fcc475cdbf5cc763ab571130e95ae779cbd054c905 - home: https://github.com/truecharts/apps/tree/master/charts/stable/unmanic - icon: https://truecharts.org/_static/img/appicons/unmanic.png - keywords: - - media - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unmanic - sources: - - https://github.com/Unmanic/unmanic - - https://hub.docker.com/r/josh5/unmanic - urls: - - https://github.com/truecharts/apps/releases/download/unmanic-2.0.1/unmanic-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -75085,43 +67455,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unmanic-0.0.2/unmanic-0.0.2.tgz version: 0.0.2 unpackerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.9 - created: "2022-03-07T17:20:33.698112277Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: This application runs as a daemon on your download host. It checks - for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr - may import them - digest: f563278ea0f73615e8acf1cc9846b332b668141ec17dafb71edf967bfbdf2cdd - home: https://github.com/truecharts/apps/tree/master/charts/stable/unpackrr - icon: https://truecharts.org/_static/img/appicons/unpackerr.png - keywords: - - unpackerr - - sonarr - - radarr - - lidarr - - readarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unpackerr - sources: - - https://github.com/davidnewhall/unpackerr - - https://hub.docker.com/r/golift/unpackerr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unpackerr-5.0.1/unpackerr-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -75345,40 +67678,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-4.0.20/unpackerr-4.0.20.tgz version: 4.0.20 unpoller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.3 - created: "2022-03-07T17:20:33.915090115Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Collect ALL UniFi Controller, Site, Device & Client Data - Export - to InfluxDB or Prometheus - digest: 6fb1ff5c02795ecb88832711b149320433ba6fc67e0290de05cfb1759c593c80 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/unifi-poller - icon: https://truecharts.org/_static/img/appicons/unpoller.png - keywords: - - unifi - - unifi-poller - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unpoller - sources: - - https://github.com/unifi-poller/unifi-poller - - https://hub.docker.com/r/golift/unifi-poller - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unpoller-2.0.1/unpoller-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -75550,37 +67849,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpoller-1.0.12/unpoller-1.0.12.tgz version: 1.0.12 uptime-kuma: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.12.1 - created: "2022-03-07T17:20:34.154318573Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A fancy self-hosted monitoring tool - digest: d0a32d5ab5e2df7e7138ae09e6ecd0a7067b0bf01c091920d3ac485189086889 - home: https://github.com/louislam/uptime-kuma - icon: https://truecharts.org/_static/img/appicons/uptime-kuma.png - keywords: - - monitoring - - uptime - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: uptime-kuma - sources: - - https://github.com/louislam/uptime-kuma - type: application - urls: - - https://github.com/truecharts/apps/releases/download/uptime-kuma-2.0.2/uptime-kuma-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -75768,40 +68036,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptime-kuma-1.0.22/uptime-kuma-1.0.22.tgz version: 1.0.22 uptimerobot-prometheus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.1 - created: "2022-03-07T17:20:34.34475625Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Prometheus Exporter for the official uptimerobot CLI - digest: d5875c59f087312dbae1b3f7e7e01e912736eaffefbb7d0a35d49a7995c4bc62 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/uptimerobot-prometheus - icon: https://truecharts.org/_static/img/appicons/uptimerobot-prometheus.png - keywords: - - uptimerobot - - prometheus - - grafana - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: uptimerobot-prometheus - sources: - - https://github.com/lekpamartin/uptimerobot_exporter - - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus - type: application - urls: - - https://github.com/truecharts/apps/releases/download/uptimerobot-prometheus-3.0.1/uptimerobot-prometheus-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -76439,45 +68673,6 @@ entries: - https://github.com/truecharts/apps/releases/download/valheim-2.0.0/valheim-2.0.0.tgz version: 2.0.0 vaultwarden: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.0 - created: "2022-03-07T17:20:34.590910633Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Unofficial Bitwarden compatible server written in Rust - digest: 141b24151652a68f2d9f16388d56ec756284fbac19b8cc0026a3839cac2c95a3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden - icon: https://truecharts.org/_static/img/appicons/vaultwarden.png - keywords: - - bitwarden - - bitwardenrs - - bitwarden_rs - - vaultwarden - - password - - rust - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: vaultwarden - sources: - - https://github.com/dani-garcia/vaultwarden - type: application - urls: - - https://github.com/truecharts/apps/releases/download/vaultwarden-14.0.1/vaultwarden-14.0.1.tgz - version: 14.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -76791,36 +68986,6 @@ entries: - https://github.com/truecharts/apps/releases/download/vaultwarden-13.0.11/vaultwarden-13.0.11.tgz version: 13.0.11 webgrabplus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.2 - created: "2022-03-07T17:20:34.802576598Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Webgrabplus is a multi-site incremental xmltv epg grabber. - digest: 65fd4c9f5046184200d817d518cc75c4d5af2a771fc3e063813227626f068b14 - home: https://github.com/truecharts/apps/tree/master/charts/stable/webgrabplus - icon: https://truecharts.org/_static/img/appicons/webgrabplus.png - keywords: - - webgrabplus - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: webgrabplus - sources: - - https://hub.docker.com/r/linuxserver/webgrabplus - type: application - urls: - - https://github.com/truecharts/apps/releases/download/webgrabplus-1.0.1/webgrabplus-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -77002,47 +69167,6 @@ entries: - https://github.com/truecharts/apps/releases/download/webgrabplus-0.0.1/webgrabplus-0.0.1.tgz version: 0.0.1 weblate: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.10.1 - created: "2022-03-07T17:20:35.105334817Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 2.0.1 - description: Weblate is a copylefted libre software web-based continuous localization - system - digest: d4a069d3a0f1096cc626dad56ba484629c11894485acd35054b891fed6624ba9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/weblate - icon: https://truecharts.org/_static/img/appicons/weblate.png - keywords: - - translate - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: weblate - sources: - - https://github.com/WeblateOrg/weblate - - https://github.com/WeblateOrg/docker - - https://github.com/WeblateOrg/docker-compose - - https://docs.weblate.org/en/latest/ - urls: - - https://github.com/truecharts/apps/releases/download/weblate-2.0.2/weblate-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -77208,38 +69332,6 @@ entries: - https://github.com/truecharts/apps/releases/download/weblate-0.0.1/weblate-0.0.1.tgz version: 0.0.1 whoogle: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.7.1 - created: "2022-03-07T17:20:35.327383819Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: A self-hosted, ad-free, privacy-respecting metasearch engine - digest: ce18dc071bb5311599d5a2390628124e408ecb6ae56073dd9c13d8f285cde2f7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle - icon: https://truecharts.org/_static/img/appicons/whoogle.png - keywords: - - whoogle - - search - - open source - - privacy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: whoogle - sources: - - https://github.com/benbusby/whoogle-search - urls: - - https://github.com/truecharts/apps/releases/download/whoogle-2.0.1/whoogle-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -77401,42 +69493,6 @@ entries: - https://github.com/truecharts/apps/releases/download/whoogle-1.0.21/whoogle-1.0.21.tgz version: 1.0.21 wikijs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.276 - created: "2022-03-07T17:20:35.561629216Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 7.0.1 - description: Make documentation a joy to write using Wiki.js's beautiful and intuitive - interface! - digest: 548025761c41c3a91ba7477e2aa3b857b95ce890b74f7bf3646c45c2649caa63 - home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs - icon: https://truecharts.org/_static/img/appicons/wikijs.png - keywords: - - wiki - - wikijs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: wikijs - sources: - - https://hub.docker.com/r/linuxserver/wikijs/ - - https://github.com/Requarks/wiki - urls: - - https://github.com/truecharts/apps/releases/download/wikijs-5.0.2/wikijs-5.0.2.tgz - version: 5.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -77762,37 +69818,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wikijs-4.0.11/wikijs-4.0.11.tgz version: 4.0.11 wireshark: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.4.9 - created: "2022-03-07T17:20:35.775288145Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Wireshark is the world’s foremost and widely-used network protocol - analyzer. - digest: 2c0b3a74d4fffee552c8c1d7dbfad35fea979e145098baddcc913a4f433bb9b4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/wireshark - icon: https://truecharts.org/_static/img/appicons/wireshark.png - keywords: - - wireshark - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: wireshark - sources: - - https://hub.docker.com/r/linuxserver/wireshark - type: application - urls: - - https://github.com/truecharts/apps/releases/download/wireshark-1.0.1/wireshark-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -77949,41 +69974,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wireshark-0.0.1/wireshark-0.0.1.tgz version: 0.0.1 xbackbone: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - files - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.3.3 - created: "2022-03-07T17:20:36.042402208Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 2.0.1 - description: XBackBone is a simple, self-hosted, lightweight PHP file manager - digest: cc96815fe596c47bb01dacf9fac7d7c0b0ac4c9d98870649cc7d361d52aaa7ca - home: https://github.com/truecharts/apps/tree/master/charts/stable/xbackbone - icon: https://truecharts.org/_static/img/appicons/xbackbone.png - keywords: - - xbackbone - - xshare - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: xbackbone - sources: - - https://github.com/SergiX44/XBackBone - - https://hub.docker.com/r/pe46dro/xbackbone-docker - urls: - - https://github.com/truecharts/apps/releases/download/xbackbone-1.0.1/xbackbone-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -78160,39 +70150,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xbackbone-0.0.10/xbackbone-0.0.10.tgz version: 0.0.10 xteve: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0.200 - created: "2022-03-07T17:20:36.261113202Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: M3U Proxy for Plex DVR and Emby Live TV. - digest: 8e53c7f8d1be3f9be37720278b1e8a0a19e2689e7798dc082364df758f657370 - home: https://github.com/truecharts/apps/tree/master/charts/stable/xteve - icon: https://truecharts.org/_static/img/appicons/xteve.png - keywords: - - xteve - - iptv - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: xteve - sources: - - https://github.com/xteve-project/xTeVe - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/xteve-5.0.1/xteve-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -78326,38 +70283,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-4.0.21/xteve-4.0.21.tgz version: 4.0.21 zigbee2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.0 - created: "2022-03-07T17:20:36.481437147Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Bridges events and allows you to control your Zigbee devices via - MQTT - digest: 990aeaff86fdefcc5e22704cc505fea1dcdf399af3d7539c47c3d9b6494bf8b4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt - icon: https://truecharts.org/_static/img/appicons/zigbee2mqtt.png - keywords: - - zigbee - - mqtt - - home-assistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: zigbee2mqtt - sources: - - https://github.com/Koenkk/zigbee2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-2.0.2/zigbee2mqtt-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -78583,37 +70508,6 @@ entries: - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-1.0.22/zigbee2mqtt-1.0.22.tgz version: 1.0.22 znc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.2 - created: "2022-03-07T17:20:36.694687063Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Znc is an IRC network bouncer or BNC. It can detach the client from - the actual IRC server, and also from selected channels. - digest: b9e85517ee19d92f09977211a568dafd2206932d235ca52933e66172311333a7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/znc - icon: https://truecharts.org/_static/img/appicons/znc.png - keywords: - - znc - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: znc - sources: - - https://hub.docker.com/r/linuxserver/znc - type: application - urls: - - https://github.com/truecharts/apps/releases/download/znc-1.0.1/znc-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -78770,41 +70664,6 @@ entries: - https://github.com/truecharts/apps/releases/download/znc-0.0.1/znc-0.0.1.tgz version: 0.0.1 zwavejs2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.5.2 - created: "2022-03-07T17:20:36.919239346Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 9.1.2 - description: Fully configurable Zwave to MQTT gateway and Control Panel using - NodeJS and Vue - digest: 0c8c4cd36bad8157bc8b0e9df8dd67da2074d3ec314926484377391a39eb85ec - home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt - icon: https://truecharts.org/_static/img/appicons/zwavejs2mqtt.png - keywords: - - zwavejs2mqtt - - zwave-js - - z-wave - - zwave - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: zwavejs2mqtt - sources: - - https://github.com/zwave-js/zwavejs2mqtt - - https://hub.docker.com/r/zwavejs/zwavejs2mqtt - type: application - urls: - - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-10.0.2/zwavejs2mqtt-10.0.2.tgz - version: 10.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -79190,4 +71049,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz version: 9.0.24 -generated: "2022-03-07T17:20:36.934132429Z" +generated: "2022-03-07T22:19:13.511092822Z"