From 44b4f0640f844deee78377bf3bdb3e6a6e0499a8 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 2 Feb 2022 20:24:34 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/stable/unifi/CHANGELOG.md | 9 + charts/stable/unifi/helm-values.md | 9 +- charts/stable/unifi/security.md | 1 - docs/apps/stable/unifi/CHANGELOG.md | 9 + docs/apps/stable/unifi/helm-values.md | 9 +- docs/apps/stable/unifi/security.md | 1 - docs/index.yaml | 7751 +------------------------ 7 files changed, 29 insertions(+), 7760 deletions(-) diff --git a/charts/stable/unifi/CHANGELOG.md b/charts/stable/unifi/CHANGELOG.md index 03399b63ba2..73c1a09a763 100644 --- a/charts/stable/unifi/CHANGELOG.md +++ b/charts/stable/unifi/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [unifi-9.0.42](https://github.com/truecharts/apps/compare/unifi-9.0.41...unifi-9.0.42) (2022-02-02) + +#### Fix + +* run as non-root ([#1831](https://github.com/truecharts/apps/issues/1831)) + + + ### [unifi-9.0.41](https://github.com/truecharts/apps/compare/unifi-9.0.40...unifi-9.0.41) (2022-02-02) diff --git a/charts/stable/unifi/helm-values.md b/charts/stable/unifi/helm-values.md index b7f6d7d24e9..f890cdc0e68 100644 --- a/charts/stable/unifi/helm-values.md +++ b/charts/stable/unifi/helm-values.md @@ -11,18 +11,15 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| -| env.PUID | int | `568` | | -| env.UNIFI_GID | string | `"{{ .Values.env.PUID }}"` | | -| env.UNIFI_UID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | | +| env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"tccr.io/truecharts/unifi"` | | | image.tag | string | `"v6.5.55@sha256:c74556ef862dab1534ed848d6efa57f40a11399172230aec57e5e850ce542921"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/unifi"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | +| podSecurityContext.runAsGroup | int | `999` | | +| podSecurityContext.runAsUser | int | `999` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | | service.comm.enabled | bool | `true` | | | service.comm.ports.comm.enabled | bool | `true` | | | service.comm.ports.comm.port | int | `8080` | | diff --git a/charts/stable/unifi/security.md b/charts/stable/unifi/security.md index 1c1854491b4..0df875aadae 100644 --- a/charts/stable/unifi/security.md +++ b/charts/stable/unifi/security.md @@ -18,7 +18,6 @@ hide: | Type | Misconfiguration ID | Check | Severity | Explaination | Links | |:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------| | Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'RELEASE-NAME-unifi' of Deployment 'RELEASE-NAME-unifi' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/appshield/ksv003
| -| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'RELEASE-NAME-unifi' of Deployment 'RELEASE-NAME-unifi' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'autopermissions' of Deployment 'RELEASE-NAME-unifi' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


Container 'RELEASE-NAME-unifi' of Deployment 'RELEASE-NAME-unifi' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


Container 'autopermissions' of Deployment 'RELEASE-NAME-unifi' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| diff --git a/docs/apps/stable/unifi/CHANGELOG.md b/docs/apps/stable/unifi/CHANGELOG.md index 03399b63ba2..73c1a09a763 100644 --- a/docs/apps/stable/unifi/CHANGELOG.md +++ b/docs/apps/stable/unifi/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [unifi-9.0.42](https://github.com/truecharts/apps/compare/unifi-9.0.41...unifi-9.0.42) (2022-02-02) + +#### Fix + +* run as non-root ([#1831](https://github.com/truecharts/apps/issues/1831)) + + + ### [unifi-9.0.41](https://github.com/truecharts/apps/compare/unifi-9.0.40...unifi-9.0.41) (2022-02-02) diff --git a/docs/apps/stable/unifi/helm-values.md b/docs/apps/stable/unifi/helm-values.md index b7f6d7d24e9..f890cdc0e68 100644 --- a/docs/apps/stable/unifi/helm-values.md +++ b/docs/apps/stable/unifi/helm-values.md @@ -11,18 +11,15 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| -| env.PUID | int | `568` | | -| env.UNIFI_GID | string | `"{{ .Values.env.PUID }}"` | | -| env.UNIFI_UID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | | +| env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"tccr.io/truecharts/unifi"` | | | image.tag | string | `"v6.5.55@sha256:c74556ef862dab1534ed848d6efa57f40a11399172230aec57e5e850ce542921"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/unifi"` | | -| podSecurityContext.runAsGroup | int | `0` | | -| podSecurityContext.runAsUser | int | `0` | | +| podSecurityContext.runAsGroup | int | `999` | | +| podSecurityContext.runAsUser | int | `999` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `false` | | | service.comm.enabled | bool | `true` | | | service.comm.ports.comm.enabled | bool | `true` | | | service.comm.ports.comm.port | int | `8080` | | diff --git a/docs/apps/stable/unifi/security.md b/docs/apps/stable/unifi/security.md index 1c1854491b4..0df875aadae 100644 --- a/docs/apps/stable/unifi/security.md +++ b/docs/apps/stable/unifi/security.md @@ -18,7 +18,6 @@ hide: | Type | Misconfiguration ID | Check | Severity | Explaination | Links | |:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------| | Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'RELEASE-NAME-unifi' of Deployment 'RELEASE-NAME-unifi' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/appshield/ksv003
| -| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'RELEASE-NAME-unifi' of Deployment 'RELEASE-NAME-unifi' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'autopermissions' of Deployment 'RELEASE-NAME-unifi' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


Container 'RELEASE-NAME-unifi' of Deployment 'RELEASE-NAME-unifi' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


Container 'autopermissions' of Deployment 'RELEASE-NAME-unifi' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| diff --git a/docs/index.yaml b/docs/index.yaml index 78b8eca4fd4..d2306abb1ed 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-02-02T14:14:16.38506701Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: 6b4ff55ea9d96dbbcbedc3bae20916fe361d8edc2b109e4355b20b6d5b99def7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/airdcpp-webclient - icon: https://truecharts.org/_static/img/appicons/airdcpp-webclient-icon.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-1.0.2/airdcpp-webclient-1.0.2.tgz - version: 1.0.2 - 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-02-02T14:14:16.609395262Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Airsonic is a Free and Open Source community driven media server - digest: 9fa91edb36284824f82f783af6eb5c9ece3b2a345283ffacfee869de798952a9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic - icon: https://truecharts.org/_static/img/appicons/airsonic-icon.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-4.0.38/airsonic-4.0.38.tgz - version: 4.0.38 - 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-02-02T14:14:16.864459341Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Airsonic is a Free and Open Source community driven media server - digest: 5b2807bbc122939d6aebf1efe4fa7abb4752071bd9dca7a5379108063853ce7e - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic-advanced - icon: https://truecharts.org/_static/img/appicons/airsonic-icon.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-1.0.10/airsonic-advanced-1.0.10.tgz - version: 1.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -403,35 +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 amcrest2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.15 - created: "2022-02-02T14:14:17.084535262Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Expose all events from an Amcrest device to an MQTT broker - digest: 71379c1e20abf86b9f7d36bdfddacc727215730c3ceb5c787399812cb6495edd - home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt - icon: https://truecharts.org/_static/img/appicons/amcrest2mqtt-icon.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-2.0.39/amcrest2mqtt-2.0.39.tgz - version: 2.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -578,43 +448,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.8.10 - created: "2022-02-02T14:14:17.316968374Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.65 - description: Protect your email from spam using disposable addresses. - digest: c304b2a12dfe8f43a3c1dbfd78b244874f044931ad05debbe2bf8f8c7474c13d - home: https://github.com/truechartsapps/tree/master/charts/stable/anonaddy - icon: https://truecharts.org/_static/img/appicons/anonaddy-icon.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-6.0.31/anonaddy-6.0.31.tgz - version: 6.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -949,38 +782,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-02-02T14:14:17.554178221Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Index and stream music using apache-musicindex and m3u playlists - digest: 13635213cd2030d93b2bd664ff7a3096cbd935ded2f01ebde16cf98918f16d31 - home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex - icon: https://truecharts.org/_static/img/appicons/apache-musicindex-icon.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-2.0.36/apache-musicindex-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1110,43 +911,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-02-02T14:14:17.804962969Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: 4646a0b572b0495618c58c8677365b6fadf30fd85788a5dece1a0b243e0e50a3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon - icon: https://truecharts.org/_static/img/appicons/appdaemon-icon.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-7.0.19/appdaemon-7.0.19.tgz - version: 7.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1407,35 +1171,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-02-02T14:14:18.071096229Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: aria server for downloading web content - digest: 4f48bf5a42297aaddb078f1d24f111cdc6a910d7be5773ab0faa1a543b0f1a72 - home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2 - icon: https://truecharts.org/_static/img/appicons/aria2-icon.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-3.0.17/aria2-3.0.17.tgz - version: 3.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1582,41 +1317,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-02-02T14:14:18.293600968Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: An easy-to-use, multi-track audio editor and recorder - digest: e41b734d21aae315202d524cbd2c845aa65a11202f612a6f1ff05e32c89b54b8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity - icon: https://truecharts.org/_static/img/appicons/audacity-icon.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-2.0.36/audacity-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1758,55 +1458,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-02-02T14:14:18.635571387Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 1.0.65 - description: Authelia is a Single Sign-On Multi-Factor portal for web apps - digest: a63ff8147c751cb7a38da9e98201c5c6f3e0fa2e2b7593a09056ffae8b2e8179 - home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia - icon: https://truecharts.org/_static/img/appicons/authelia-icon.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-8.0.35/authelia-8.0.35.tgz - version: 8.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2200,46 +1851,6 @@ entries: - https://github.com/truecharts/apps/releases/download/authelia-8.0.13/authelia-8.0.13.tgz version: 8.0.13 babybuddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.3 - created: "2022-02-02T14:14:18.861637052Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - 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: 988c272cd944565a1eeccc247ffca270dc61e9126262ee57f6b4edc99be83bc9 - home: https://github.com/truecharts/apps/tree/main/charts/babybuddy - icon: https://truecharts.org/_static/img/appicons/babybuddy-icon.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-5.0.36/babybuddy-5.0.36.tgz - version: 5.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2561,43 +2172,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.2 - created: "2022-02-02T14:14:19.096511782Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Bazarr is a companion application to Sonarr and Radarr. It manages - and downloads subtitles based on your requirements - digest: 1f2efa6d6bc786966b48c02cb8e2be3ecd8ecfc511aa4118595a5459faaed3c8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr - icon: https://truecharts.org/_static/img/appicons/bazarr-icon.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-9.0.40/bazarr-9.0.40.tgz - version: 9.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2821,41 +2395,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.5.0 - created: "2022-02-02T14:14:19.292949329Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A music library manager and not, for the most part, a music player. - digest: c5e49217a484d629765b65f6f38196a70dd79ab98bbea331a61939789557e80d - home: https://github.com/truecharts/apps/tree/master/charts/stable/beets - icon: https://truecharts.org/_static/img/appicons/beets-icon.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-2.0.39/beets-2.0.39.tgz - version: 2.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3032,44 +2571,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-02-02T14:14:19.529786573Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Lightweight self-hosted facebook-styled PHP blog. - digest: a4f05c8e3b5f3e9c18a7e130b030304de25bfbc6c0dadfc621efaed03d576b7e - home: https://github.com/truechartsapps/tree/master/charts/stable/blog - icon: https://truecharts.org/_static/img/appicons/blog-icon.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-0.0.29/blog-0.0.29.tgz - version: 0.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3375,37 +2876,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: 18.04.1 - created: "2022-02-02T14:14:19.754508928Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: BOINC is a platform for high-throughput computing on a large scale - (thousands or millions of computers). - digest: 272c411d6b62a5a90ca0b83f596cfd79b2f91d0b30ade45de5e624c927f5db72 - home: https://github.com/truecharts/apps/tree/master/charts/stable/boinc - icon: https://truecharts.org/_static/img/appicons/boinc-icon.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-0.0.17/boinc-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3562,38 +3032,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: 2009.1.0 - created: "2022-02-02T14:14:20.011516721Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Booksonic is a platform for accessing the audibooks you own wherever - you are - digest: 8f33fdb294e2fa141c9430e07ad013edc1b28c53e6ff5e9ccba417f6ba175cbc - home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air - icon: https://truecharts.org/_static/img/appicons/booksonic-air-icon.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-4.0.38/booksonic-air-4.0.38.tgz - version: 4.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3755,46 +3193,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: 21.12.2021 - created: "2022-02-02T14:14:20.25441161Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - description: A simple, self-hosted, easy-to-use platform for organising and storing - information. - digest: 4c53a7ca184414991a610c9ea72daeeaf4e64d7fb89c51976142d749d7501610 - home: https://github.com/truechartsapps/tree/master/charts/stable/bookstack - icon: https://truecharts.org/_static/img/appicons/bookstack-icon.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-0.0.28/bookstack-0.0.28.tgz - version: 0.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3996,36 +3394,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bookstack-0.0.11/bookstack-0.0.11.tgz version: 0.0.11 calibre: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.32.0 - created: "2022-02-02T14:14:20.467139977Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Calibre is a powerful and easy to use e-book manager. - digest: 22746f39d13254c3a27c1c3185b74e1e689200959119613c8b26480af9286133 - home: https://github.com/truechartsapps/tree/master/charts/stable/calibre - icon: https://truecharts.org/_static/img/appicons/calibre-icon.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-5.0.18/calibre-5.0.18.tgz - version: 5.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4207,40 +3575,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-02-02T14:14:20.673649598Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Calibre-Web is a web app providing a clean interface for browsing, - reading and downloading eBooks using an existing Calibre database. - digest: 3556a225f25271d5bbdab92b863cc962ac865e00529155f3250486c5eca83437 - home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre-web - icon: https://truecharts.org/_static/img/appicons/calibre-web-icon.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-9.0.36/calibre-web-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4554,40 +3888,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-02-02T14:14:20.881966233Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: ClamAV® is an open source antivirus engine for detecting trojans, - viruses, malware & other malicious threats. - digest: a80fd5a525abf37ed3af9b317e9df23fc5a3cf76d30d5108fafbba34cb66ff45 - home: https://github.com/truecharts/apps/tree/master/charts/stable/clamav - icon: https://truecharts.org/_static/img/appicons/clamav-icon.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-1.0.4/clamav-1.0.4.tgz - version: 1.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4623,45 +3923,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-02-02T14:14:21.092379783Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - 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: 30ddab62c6e5528e1de9ba45f88202180351642a56ba85e7b5b99797b2c5de80 - home: https://github.com/truechartsapps/tree/master/charts/stable/clarkson - icon: https://truecharts.org/_static/img/appicons/clarkson-icon.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-0.0.31/clarkson-0.0.31.tgz - version: 0.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4975,41 +4236,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-02-02T14:14:21.299568109Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A complete web based IDE with terminal access - digest: 676b38b1a8a15600a7eb9451b4c445a07f5ff64970edadf7539f3de985750503 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9 - icon: https://truecharts.org/_static/img/appicons/cloud9-icon.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-2.0.39/cloud9-2.0.39.tgz - version: 2.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5151,39 +4377,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-02-02T14:14:21.530136407Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Run VS Code on any machine anywhere and access it in the browser. - digest: 8049438efa1cdf2d20706108607679123915c5f6ef167092e50f32ca7f9028a9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server - icon: https://truecharts.org/_static/img/appicons/codeserver-icon.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-2.1.21/code-server-2.1.21.tgz - version: 2.1.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5515,41 +4708,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.1.4 - created: "2022-02-02T14:14:21.721790919Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Collabora Online Development Edition – an awesome, Online Office - suite image suitable for home use. - digest: dc43607e62ae00171b70e75b169dc5585d251ce505c3af6c151eaaa87df8b1eb - home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online - icon: https://truecharts.org/_static/img/appicons/collabora-icon.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-10.0.22/collabora-online-10.0.22.tgz - version: 10.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6687,36 +5845,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-02-02T14:14:21.919534575Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Couchpotato is an automatic NZB and torrent downloader. - digest: 2feba7694f761c68214cf8330f4cb7d37cea252461791bb6f6538fdd05260428 - home: https://github.com/truecharts/apps/tree/master/charts/stable/couchpotato - icon: https://truecharts.org/_static/img/appicons/couchpotato-icon.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-0.0.17/couchpotato-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6868,35 +5996,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-02-02T14:14:22.134193056Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Track your cryptocurrency holdings/portfolio - digest: 612fc9c8f3db384fe5faefd78369eb4b0379868ccbf36a5ecb3d6de34382ed21 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio - icon: https://truecharts.org/_static/img/appicons/cryptofolio-icon.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-2.0.36/cryptofolio-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7014,36 +6113,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.492 - created: "2022-02-02T14:14:22.339231467Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Advanced tool to create your own TrueCharts-based App - digest: 1c16fc9a193d3c31301f3f3bddde4d3a57f713bcc4c5cc391912dfe37795f910 - home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - icon: https://truecharts.org/_static/img/appicons/custom-app-icon.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-3.0.67/custom-app-3.0.67.tgz - version: 3.0.67 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7675,37 +6744,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-02-02T14:14:22.566928496Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Darktable is an open source photography workflow application and - raw developer. - digest: f94cd636b69d9e333d6114e74571d149620dc2e35bd0bc959b623cbe95bcd57e - home: https://github.com/truecharts/apps/tree/master/charts/stable/darktable - icon: https://truecharts.org/_static/img/appicons/darktable-icon.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-1.0.1/darktable-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7893,40 +6931,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-02-02T14:14:22.784727968Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: An FTP automation tool that periodically scans given host locations - for new files. - digest: 2a2896db8030bce4f62e87662d1f792c48757009b45cef043a3b8c97d53ca860 - home: https://github.com/truecharts/apps/tree/master/charts/stable/davos - icon: https://truecharts.org/_static/img/appicons/davos-icon.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-2.0.36/davos-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8064,37 +7068,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-02-02T14:14:22.99479567Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Ddclient is a Perl client used to update dynamic DNS entries for - accounts on Dynamic DNS Network Service Provider. - digest: 8e5e7107f7ba8e10a057c725b55ce5a9a20a863ef4e883596807274da1259b03 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ddclient - icon: https://truecharts.org/_static/img/appicons/ddclient-icon.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-0.0.17/ddclient-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8251,40 +7224,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ddclient-0.0.1/ddclient-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.13.01 - created: "2022-02-02T14:14:23.198473215Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: 7b3e0df7ecf6363b0ccd0aa5369a42803fc687e8f250d26ce93c04d013399abd - home: https://github.com/truechartsapps/tree/master/charts/stable/deconz - icon: https://truecharts.org/_static/img/appicons/deconz-icon.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-6.0.17/deconz-6.0.17.tgz - version: 6.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8490,39 +7429,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deconz-5.0.7/deconz-5.0.7.tgz version: 5.0.7 deepstack: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.09.1 - created: "2022-02-02T14:14:23.447237368Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: 46f28c11c22a57a1f98a9c93e312cc0b2e7c6d4d979f692a027c1fd214e629a6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack - icon: https://truecharts.org/_static/img/appicons/deepstack-icon.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-2.0.2/deepstack-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8988,38 +7894,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-02-02T14:14:23.706302914Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Deluge App for TrueNAS SCALE - digest: a52845493948e9a9ef81ff018eee020b58c416945e6f059f7e20ec883d9983fe - home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge - icon: https://truecharts.org/_static/img/appicons/deluge-icon.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-9.0.38/deluge-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9181,41 +8055,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-02-02T14:14:23.90686213Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Professional Photo Management with the Power of Open Source - digest: ca882dfb21c1fd2efd6c44de4ed4f61cd11f60e297b2c73a59e94a5ef38739cb - home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam - icon: https://truecharts.org/_static/img/appicons/digikam-icon.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-2.0.38/digikam-2.0.38.tgz - version: 2.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9357,37 +8196,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-02-02T14:14:24.116269226Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS - powered HTML5 Markdown editor. - digest: 6f0d9221bdbbf4b205fca26d3cf2ebaf20886a759a3321189bab0e157902b4cd - home: https://github.com/truecharts/apps/tree/master/charts/stable/dillinger - icon: https://truecharts.org/_static/img/appicons/dillinger-icon.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-0.0.17/dillinger-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9544,37 +8352,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-02-02T14:14:24.349007634Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Create live TV channel streams from media on your Plex servers. - digest: 2a9decdb4fa91de6be1d0cae0f42c5b148744078f75c59cad1ead855b7cad7e6 - home: https://github.com/truechartsapps/tree/master/charts/stable/dizquetv - icon: https://truecharts.org/_static/img/appicons/dizquetv-icon.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-5.0.17/dizquetv-5.0.17.tgz - version: 5.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9762,37 +8539,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-4.0.19/dizquetv-4.0.19.tgz version: 4.0.19 dokuwiki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.28 - created: "2022-02-02T14:14:24.547981836Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Dokuwiki is a simple to use and highly versatile Open Source wiki - software that doesn't require a database. - digest: 6d05c039183549872097bbde6a1bb6963074d619fae54be8d0cddbf4e3ac61e6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/dokuwiki - icon: https://truecharts.org/_static/img/appicons/dokuwiki-icon.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-0.0.17/dokuwiki-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9949,37 +8695,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: 2021.1.202 - created: "2022-02-02T14:14:24.850691477Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Domoticz is a Home Automation System that lets you monitor and configure - various devices like Lights, Switches and much more. - digest: c37d5d50bcfa634333c6a58a8965fd62dc50d6f2fab1a1eca58ba1f81523ec66 - home: https://github.com/truecharts/apps/tree/master/charts/stable/domoticz - icon: https://truecharts.org/_static/img/appicons/domoticz-icon.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-0.0.23/domoticz-0.0.23.tgz - version: 0.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10322,40 +9037,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-02-02T14:14:25.069996363Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A free cross platform open source file manager with two panels side - by side. - digest: 985f5f28e532bb07101e4ece58e7c4c24a0ef67d83ba6a03b72acc68cbd8b313 - home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander - icon: https://truecharts.org/_static/img/appicons/doublecommander-icon.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-2.0.39/doublecommander-2.0.39.tgz - version: 2.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10493,42 +9174,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-02-02T14:14:25.297352022Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: DSMR-protocol reader, telegram data storage and energy consumption - visualizer. - digest: cf079e6b7fcd24b20dd25abda6e2154313d21cd0272ee13a9d0f39185bb8752d - home: https://github.com/truecharts/apps/tree/master/charts/stable/dsmr-reader - icon: https://truecharts.org/_static/img/appicons/dsmr-reader-icon.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-5.0.27/dsmr-reader-5.0.27.tgz - version: 5.0.27 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10710,37 +9355,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-02-02T14:14:25.496014421Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Duckdns is a free service which will point a DNS (sub domains of - duckdns.org) to an IP of your choice. - digest: 285b31e3e1144d35b952eebd3af876cc9369c8690bcd6be82149e7f438629767 - home: https://github.com/truecharts/apps/tree/master/charts/stable/duckdns - icon: https://truecharts.org/_static/img/appicons/duckdns-icon.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-0.0.17/duckdns-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10897,36 +9511,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-02-02T14:14:25.69134689Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Store securely encrypted backups on cloud storage services! - digest: f97e1208cc38c3fc023fd8090acb729ea0320649162606be6828f477101bc82c - home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati - icon: https://truecharts.org/_static/img/appicons/duplicati-icon.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-4.0.36/duplicati-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11048,39 +9632,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-02-02T14:14:25.910759077Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Emby Server is a home media server - digest: 4b58d9491bfdadb0014d6dd7f93c9d1f85919f08332e45b9806991378846ad03 - home: https://github.com/truecharts/apps/master/stable/emby - icon: https://truecharts.org/_static/img/appicons/emby-icon.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-9.0.38/emby-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11214,37 +9765,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-02-02T14:14:26.12199049Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Embystat is a personal web server that can calculate all kinds of - statistics from your (local) Emby server. - digest: 0ef6a747aca358f4628b49abb82ca818922905184046bc0b880a88eeea31f691 - home: https://github.com/truecharts/apps/tree/master/charts/stable/embystat - icon: https://truecharts.org/_static/img/appicons/embystat-icon.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-0.0.17/embystat-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11401,37 +9921,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.6.6 - created: "2022-02-02T14:14:26.324622825Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Emulatorjs - In browser web based emulation portable to nearly any - device for many retro consoles. - digest: c05693c23121c8d8f8b7a23c6a37503b74a6ebafbdd591e099122bbd11c8a72f - home: https://github.com/truecharts/apps/tree/master/charts/stable/emulatorjs - icon: https://truecharts.org/_static/img/appicons/emulatorjs-icon.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-0.0.24/emulatorjs-0.0.24.tgz - version: 0.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11774,37 +10263,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-02-02T14:14:26.534020521Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Endlessh is an SSH tarpit that very slowly sends an endless, random - SSH banner. - digest: d7d5b489c9a833bff177a71bb16dd934200f0aab7f377de8cb45b54e0fa7b1f3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/endlessh - icon: https://truecharts.org/_static/img/appicons/endlessh-icon.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-0.0.17/endlessh-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11961,38 +10419,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: 2021.12.3 - created: "2022-02-02T14:14:26.76467791Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: a771e6ecde35068cb8ad8f212c52542bf585d245d35b0ec7f11feea08fe34712 - home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome - icon: https://truecharts.org/_static/img/appicons/esphome-icon.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-9.0.44/esphome-9.0.44.tgz - version: 9.0.44 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12282,46 +10708,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-02-02T14:14:26.990505955Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: A real-time collaborative editor scalable to thousands of simultaneous - real time users. - digest: 4863082397bcc45e5dc7c9657e9b0dd14bb8b48b46b40c52fc9c64366993122a - home: https://github.com/truecharts/apps/tree/main/charts/etherpad - icon: https://truecharts.org/_static/img/appicons/etherpad-icon.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-5.0.28/etherpad-5.0.28.tgz - version: 5.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12523,37 +10909,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-02-02T14:14:27.232173443Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Allow external services to be used like Apps. - digest: 278980a4095f51c48fc90635529a61a0e5fa94b64f32cd5e7b397cde8512bfcb - home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service - icon: https://truecharts.org/_static/img/appicons/external-service-icon.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-4.0.35/external-service-4.0.35.tgz - version: 4.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12679,41 +11034,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.51.0 - created: "2022-02-02T14:14:27.438834615Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A Helm chart for Kubernetes - digest: 6fa5bdf8e354591651aa6bc96e5d956f489505491b7d7ac24cc0c70b904d44e7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla - icon: https://truecharts.org/_static/img/appicons/filezilla-icon.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-2.0.36/filezilla-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12855,45 +11175,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.5 - created: "2022-02-02T14:14:27.698074662Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.65 - description: A free and open source personal finance manager - digest: 8a9606ecdebb3a3bb4f441265bfa775493e0250fd3a95d10ef8bab3dfd88ded0 - home: https://github.com/firefly-iii/firefly-iii/ - icon: https://truecharts.org/_static/img/appicons/fireflyiii-icon.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-13.1.21/fireflyiii-13.1.21.tgz - version: 13.1.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13238,36 +11519,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-02-02T14:14:27.929349557Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, - digest: 22591874a330ac38a117a91b52b35d9c04ca536db0a4fb79be596bc9d071155a - home: https://github.com/truecharts/apps/tree/master/charts/stable/firefox - icon: https://truecharts.org/_static/img/appicons/firefox-icon.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-0.0.18/firefox-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13419,45 +11670,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-02-02T14:14:28.183506758Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: This is an all-in-one package for running a self-hosted Firefox Sync - server. - digest: 2967261b7ebd6029ed003685f0a436aad743c5bc8dfb38cee9c98535b321cf3e - home: https://github.com/truecharts/apps/tree/main/charts/firefox-syncserver - icon: https://truecharts.org/_static/img/appicons/firefox-syncserver-icon.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-5.0.28/firefox-syncserver-5.0.28.tgz - version: 5.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13654,37 +11866,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.0 - created: "2022-02-02T14:14:28.396884791Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: FlareSolverr is a proxy server to bypass Cloudflare protection - digest: a2c082c9c6b3e27612a0a920ade12e50ad9eed96e26f5a7945a0528cc6f41e43 - home: https://github.com/truechartsapps/tree/master/charts/stable/flaresolverr - icon: https://truecharts.org/_static/img/appicons/flaresolverr-icon.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-4.0.39/flaresolverr-4.0.39.tgz - version: 4.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13872,41 +12053,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-02-02T14:14:28.613166249Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - description: Fleet provides an online web interface which displays a set of maintained - images from one or more owned repositories. - digest: 19cddf97eb25042859f6dd7be2c8e31d1058ebc4667d315e8917c0fa15642bed - home: https://github.com/truecharts/apps/tree/master/charts/stable/fleet - icon: https://truecharts.org/_static/img/appicons/fleet-icon.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-0.0.18/fleet-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14118,39 +12264,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-02-02T14:14:28.825191969Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Flood is a monitoring service for various torrent clients - digest: 5abe00e2a9da655f1c041143ed7dd6c7a9d0be15e55607c0fd29fce5dea3d2d5 - home: https://github.com/truechartsapps/tree/master/charts/stable/flood - icon: https://truecharts.org/_static/img/appicons/flood-icon.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-4.0.36/flood-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14317,40 +12430,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.8.0 - created: "2022-02-02T14:14:29.044608956Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Focalboard is an open source, self-hosted alternative to Trello, - Notion, and Asana. - digest: bda198a4f07ba37713f55f7a577a1ea9ec0766005e9269578b1e3a56bf26b285 - home: https://github.com/truechartsapps/tree/master/charts/stable/focalboard - icon: https://truecharts.org/_static/img/appicons/focalboard-icon.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-4.0.37/focalboard-4.0.37.tgz - version: 4.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14522,38 +12601,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-02-02T14:14:29.249464411Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: 826e9bd46e09404bb15d1960a66112c5c8877073c507a7d868b0a0df49e1bcb1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/foldingathome - icon: https://truecharts.org/_static/img/appicons/foldingathome-icon.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-0.0.18/foldingathome-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14747,38 +12794,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-02-02T14:14:29.467053482Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A simple, high-reliability, distributed software configuration management - system - digest: 4a9774165e6315030c1f7e2f3888c6e825d28b47baa5ac694b293e87c47dbf27 - home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil - icon: https://truecharts.org/_static/img/appicons/fossil-icon.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-2.0.36/fossil-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14908,38 +12923,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-02-02T14:14:29.718916563Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: OpenSource Radius implementation - digest: 34f5cd96a8401c63a2ac93ddb8c11669bd2264228e7b4fc633908744ede502fa - home: https://www.openldap.org - icon: https://truecharts.org/_static/img/appicons/freeradius-icon.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-4.0.39/freeradius-4.0.39.tgz - version: 4.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15101,38 +13084,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-02-02T14:14:30.236566151Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: FreshRSS is a self-hosted RSS feed aggregator - digest: 93e32fc966b30762380a5cc0a37bd0f9c0a8d3677e7c994b48b1ab474a7c01c0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss - icon: https://truecharts.org/_static/img/appicons/freshrss-icon.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-9.0.41/freshrss-9.0.41.tgz - version: 9.0.41 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15262,45 +13213,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: "2021.09" - created: "2022-02-02T14:14:30.476359638Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.65 - description: Welcome to the free social web - digest: e57074f8f9e7417c62311bb5b316c212322506f80dc673be7ca08f4c7cd177d9 - home: https://github.com/truechartsapps/tree/master/charts/stable/friendica - icon: https://truecharts.org/_static/img/appicons/friendica-icon.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-0.0.34/friendica-0.0.34.tgz - version: 0.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15692,40 +13604,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-02-02T14:14:30.672789982Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: NVR With Realtime Object Detection for IP Cameras - digest: 63bf7a6aa12bc335dd770f3ecfedb31afe58173da9d3c5548183615c24ed71d8 - home: https://github.com/truecharts/apps/tree/master/charts/incubator/frigate - icon: https://truecharts.org/_static/img/appicons/frigate-icon.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-0.0.9/frigate-0.0.9.tgz - version: 0.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15761,39 +13639,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-02-02T14:14:30.88135674Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. - digest: 0dccb76d4532797ef5b293d40805ea7fb3b3be7111f3a21a292bf730cf57f12c - home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps - icon: https://truecharts.org/_static/img/appicons/gaps-icon.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-9.0.38/gaps-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15993,51 +13838,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-9.0.20/gaps-9.0.20.tgz version: 9.0.20 gitea: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GIT - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.16.0 - created: "2022-02-02T14:14:31.110799294Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - - condition: memcached.enabled - name: memcached - repository: https://truecharts.org/ - version: 1.0.63 - description: Self hosted GIT repositories - digest: e48245d68f1590b64c1a4a655bec109d89da9f359c35fbe767066c7cd92f2e72 - home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea - icon: https://truecharts.org/_static/img/appicons/gitea-icon.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-5.0.37/gitea-5.0.37.tgz - version: 5.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16579,42 +14379,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-02-02T14:14:31.323548292Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: af018dd06606d583d1147789a3ebd9340615f9a09fb8c02703318dc6eed907fb - home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks - icon: https://truecharts.org/_static/img/appicons/golinks-icon.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-2.0.36/golinks-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16760,37 +14524,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-02-02T14:14:31.542581448Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Music streaming server / subsonic server API implementation - digest: d661561a640b765bb0c81a56682918b1c1ebb3d48d7e24d31081f8eaab13b014 - home: https://github.com/truechartsapps/tree/master/charts/stable/gonic - icon: https://truecharts.org/_static/img/appicons/gonic-icon.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-4.0.36/gonic-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16947,44 +14680,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-02-02T14:14:31.766884254Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: a simple server for sending and receiving messages - digest: 1e390410d26c626fba6baa5a466169e2259a9eeb108d285b236fc3f3c6944ba8 - home: https://github.com/truecharts/apps/tree/main/charts/gotify - icon: https://truecharts.org/_static/img/appicons/gotify-icon.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-5.0.30/gotify-5.0.30.tgz - version: 5.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17214,41 +14909,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.3.4 - created: "2022-02-02T14:14:32.462971088Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Grafana is an open source, feature rich metrics dashboard and graph - editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. - digest: c80d6a96dad16587a96b150ed35b96afc88180db3903dd7bf73da157d8a9dec1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grafana - icon: https://truecharts.org/_static/img/appicons/grafana-icon.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-2.0.34/grafana-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17985,40 +15645,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-02-02T14:14:32.706798778Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A Fast, Simple, and Flexible, file-based Web-platform. - digest: 07433a55b5285ec6d88b19a75ace752c72a00c6350786677c41e694eb76d76b9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grav - icon: https://truecharts.org/_static/img/appicons/grav-icon.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-2.0.36/grav-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18156,37 +15782,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grav-2.0.21/grav-2.0.21.tgz version: 2.0.21 grocy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Home-Automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.1.3 - created: "2022-02-02T14:14:32.962968682Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: ERP beyond your fridge - grocy is a web-based self-hosted groceries - & household management solution for your home - digest: af01ba6ad517c11abaede2c979180890fa30d4b4eacefbade83725799a30a1f6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grocy - icon: https://truecharts.org/_static/img/appicons/grocy-icon.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-9.0.39/grocy-9.0.39.tgz - version: 9.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18405,43 +16000,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-02-02T14:14:33.171305838Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Apache Guacamole is a clientless remote desktop gateway. - digest: 82b62691f13cd7860808fa96966c7b44277f3f36819a2e32ac906aefaa357e7b - home: https://github.com/truecharts/apps/tree/master/charts/stable/guacamole-client - icon: https://truecharts.org/_static/img/appicons/guacamole-client-icon.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-1.0.8/guacamole-client-1.0.8.tgz - version: 1.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18591,39 +16149,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-02-02T14:14:33.379079389Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Guacd - Apache Guacamole is a clientless remote desktop gateway. - digest: ec3cd5135eee5becdd0a429de7ec54be6f875c29cb8a9a34bbf95147c29c575e - home: https://github.com/truecharts/apps/tree/master/charts/stable/guacd - icon: https://truecharts.org/_static/img/appicons/guacd-icon.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-0.0.20/guacd-0.0.20.tgz - version: 0.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18838,37 +16363,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-02-02T14:14:33.576061138Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: 833ec434ff6ec919c0897c0c40158bdd3e23c059409d433457f46603fd3f4dc4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/habridge - icon: https://truecharts.org/_static/img/appicons/habridge-icon.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-0.0.19/habridge-0.0.19.tgz - version: 0.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19087,41 +16581,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-02-02T14:14:33.782306574Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: HandBrake is a tool for converting video from nearly any format to - a selection of modern, widely supported codecs. - digest: 30606c03b164fefc412335cce09f3f97fe66b4e18711006df4f3d99f9181bd1a - home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake - icon: https://truecharts.org/_static/img/appicons/handbrake-icon.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-10.0.17/handbrake-10.0.17.tgz - version: 10.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19333,39 +16792,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-02-02T14:14:33.9767309Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Simple text sharing - digest: bf7094a8a2e5e6058835b4f9059c88acb30eafb68a56c32b945665cf151e8b06 - home: https://github.com/truecharts/apps/tree/master/charts/stable/haste - icon: https://truecharts.org/_static/img/appicons/haste-server-icon.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-4.0.36/haste-server-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19499,40 +16925,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-02-02T14:14:34.175454165Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: An automated music downloader for NZB and Torrent, written in Python. - It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. - digest: b389a876d968ea6c8b068fbaaa4ce80b928b6f895e1c9ec5763fbe981e0ba653 - home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones - icon: https://truecharts.org/_static/img/appicons/headphones-icon.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-2.0.36/headphones-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19670,40 +17062,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-02-02T14:14:34.395914835Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: ee3c5706ca0aad2cf34a92e2dce122ea856dba0122a466260da1743c8f1a852f - home: https://github.com/truechartsapps/tree/master/charts/stable/healthchecks - icon: https://truecharts.org/_static/img/appicons/healthchecks-icon.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-5.0.17/healthchecks-5.0.17.tgz - version: 5.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19875,40 +17233,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-02-02T14:14:34.610461549Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - description: HedgeDoc lets you create real-time collaborative markdown notes. - digest: 26ee7377b494fca0fc801f94865b74adac72f308d4bbaeaed271ef1b7cdc282c - home: https://github.com/truecharts/apps/tree/master/charts/stable/hedgedoc - icon: https://truecharts.org/_static/img/appicons/hedgedoc-icon.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-0.0.18/hedgedoc-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20114,36 +17438,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-02-02T14:14:34.826478877Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: An Application dashboard and launcher - digest: 3f8499d303e4d0c0524335ef0d7270e1326a1022014c643f68617a17cf07db2f - home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall - icon: https://truecharts.org/_static/img/appicons/heimdall-icon.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-9.0.41/heimdall-9.0.41.tgz - version: 9.0.41 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20265,43 +17559,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: 2021.12.10 - created: "2022-02-02T14:14:35.059870068Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: home-assistant App for TrueNAS SCALE - digest: 9892b87a30cf8b29260c561fd43c12454890cc48ee52da4d135e639fe22551dd - home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant - icon: https://truecharts.org/_static/img/appicons/home-assistant-icon.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-12.0.38/home-assistant-12.0.38.tgz - version: 12.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20747,36 +18004,6 @@ entries: - https://github.com/truecharts/apps/releases/download/home-assistant-12.0.12/home-assistant-12.0.12.tgz version: 12.0.12 htpcmanager: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.17 - created: "2022-02-02T14:14:35.297189796Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Htpcmanager is a front end for many htpc related applications. - digest: 604e4d4419e9b5ac42f2723fd9d64dcdb9f91f67266d7ef9b84a5a4360318d42 - home: https://github.com/truecharts/apps/tree/master/charts/stable/htpcmanager - icon: https://truecharts.org/_static/img/appicons/htpcmanager-icon.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-0.0.17/htpcmanager-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20928,37 +18155,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-02-02T14:14:35.515605947Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Hyperion is an opensource Bias or Ambient Lighting implementation - digest: 3684c9f5212ffe59fd0521ce25da91dd21bf26a1e5c0fea6ee0944eac06cc8a6 - home: https://github.com/truechartsapps/tree/master/charts/stable/hyperion-ng - icon: https://truecharts.org/_static/img/appicons/hyperion-ng-icon.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-4.0.41/hyperion-ng-4.0.41.tgz - version: 4.0.41 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21177,39 +18373,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-02-02T14:14:35.768004216Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Create live map data from Valetudo powered robots - digest: ed277f6b2617a3c5ba86f31f5a90716d3b318b60149e981f5f614782630e5845 - home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo - icon: https://truecharts.org/_static/img/appicons/icantbelieveitsnotvaletudo-icon.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-2.0.36/icantbelieveitsnotvaletudo-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21343,42 +18506,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.1 - created: "2022-02-02T14:14:36.000867602Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - description: A monitoring system which checks the availability of your network - resources, notifies users of outages, and generates performance data for reporting. - digest: f98bc88c297d47afcb85cf7b917a84858d4a98681d6d818df0010294a6c67cd8 - home: https://github.com/truechartsapps/tree/master/charts/stable/icinga2 - icon: https://truecharts.org/_static/img/appicons/icinga2-icon.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-0.0.26/icinga2-0.0.26.tgz - version: 0.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21560,37 +18687,6 @@ entries: - https://github.com/truecharts/apps/releases/download/icinga2-0.0.10/icinga2-0.0.10.tgz version: 0.0.10 ipfs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.0 - created: "2022-02-02T14:14:36.207905246Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Ipfs - A peer-to-peer hypermedia protocol designed to make the web - faster, safer, and more open - digest: a577cd6539f00c334bcca041709ce46a948c48bec6d3f243874017a3cdb42d7a - home: https://github.com/truecharts/apps/tree/master/charts/stable/ipfs - icon: https://truecharts.org/_static/img/appicons/ipfs-icon.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-0.0.18/ipfs-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21778,39 +18874,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.492 - created: "2022-02-02T14:14:36.410897152Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: API Support for your favorite torrent trackers. - digest: 21e1b9b0da49add17526e98561018cd8a78fd7661ec9a5ba2647cce99fc142ea - home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett - icon: https://truecharts.org/_static/img/appicons/jackett-icon.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-9.0.76/jackett-9.0.76.tgz - version: 9.0.76 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22505,41 +19568,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-02-02T14:14:36.627732587Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: fa6de7aac840a2804ef00f377325918d08a1c93c4d54adedc5214feb84fa32ba - home: https://github.com/truecharts/apps/tree/master/charts/stable/jdownloader2 - icon: https://truecharts.org/_static/img/appicons/jdownloader2-icon.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-5.0.17/jdownloader2-5.0.17.tgz - version: 5.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22751,38 +19779,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-02-02T14:14:36.848235957Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Jellyfin is a Free Software Media System - digest: 6657b7ef39ae2baf0d841beb5dfb1011c36381bba989ff5b69dab1ec06a5574c - home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin - icon: https://truecharts.org/_static/img/appicons/jellyfin-icon.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-9.0.37/jellyfin-9.0.37.tgz - version: 9.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22944,42 +19940,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.3 - created: "2022-02-02T14:14:37.084569876Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: This server allows you to sync any Joplin client - digest: 4db7144bba82ee07fd128b96b6d93e969b06f9e922c64eba3f0750e455b7fb8f - home: https://github.com/truecharts/apps/tree/master/charts/stable/jopplin-server - icon: https://truecharts.org/_static/img/appicons/joplin-server-icon.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-5.0.30/joplin-server-5.0.30.tgz - version: 5.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23233,37 +20193,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-02-02T14:14:37.305358349Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A Helm chart for the k8s_gateway CoreDNS plugin - digest: 9cc368a1cbc4fce417a416f2be7a7de6ee1205fc7410fd4c233ec78a945ed6e3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway - icon: https://truecharts.org/_static/img/appicons/k8s-gateway-icon.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-4.0.38/k8s-gateway-4.0.38.tgz - version: 4.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23451,40 +20380,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.21 - created: "2022-02-02T14:14:37.50460922Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Kanboard is a free and open source Kanban project management software. - digest: 441cbc284e556c8859e97ad4099032e1d7fda1aa81b608c2af1f0da7c3fba6e6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard - icon: https://truecharts.org/_static/img/appicons/kanboard-icon.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-5.0.29/kanboard-5.0.29.tgz - version: 5.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23690,36 +20585,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-02-02T14:14:37.704282194Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Private Windows Activation Server for development and testing - digest: d6a57519f06ad251f29654f20c3a5c1f0148ac999c4271bd91fdaae6a559057d - home: https://github.com/truecharts/apps/tree/master/charts/stable/kms - icon: https://truecharts.org/_static/img/appicons/kms-icon.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-9.0.43/kms-9.0.43.tgz - version: 9.0.43 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23961,36 +20826,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-02-02T14:14:37.907849305Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A headless install of kodi in a docker container. - digest: a810102140dc5c6c8744721f595d1b6bff08c902b77efee21aa2509b4e2ba072 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kodi-headless - icon: https://truecharts.org/_static/img/appicons/kodi-headless-icon.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-0.0.18/kodi-headless-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24172,39 +21007,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.148.1 - created: "2022-02-02T14:14:38.110316306Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A comics/mangas server to serve/stream pages via API - digest: 4b9b13d5ca5271c97b38c3b9f5f8e18e78cddcc77f963f8e17bda03412ca3f6c - home: https://github.com/truechartsapps/tree/master/charts/stable/komga - icon: https://truecharts.org/_static/img/appicons/komga-icon.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-4.0.49/komga-4.0.49.tgz - version: 4.0.49 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24569,38 +21371,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-02-02T14:14:38.304096125Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Get all your books, like series with Sonarr... - digest: 1c8272ea64f76124842c67581bb884e4a0f74882d041dbe0600518fef0792604 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian - icon: https://truecharts.org/_static/img/appicons/lazylibrarian-icon.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-9.0.50/lazylibrarian-9.0.50.tgz - version: 9.0.50 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24986,40 +21756,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-02-02T14:14:38.560489449Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Nissan Leaf connected services to MQTT adapter - digest: 32244402ade878b96fbb3f799192ebbba31d06471ff8fbdb8d9065ce223a5254 - home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt - icon: https://truecharts.org/_static/img/appicons/leaf2mqtt-icon.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-2.0.36/leaf2mqtt-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25157,43 +21893,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-02-02T14:14:38.799239732Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - description: Straightforward open source project management system to make your - ideas reality. - digest: bef508c82ecc8bdeb00d7a43366cfa7fc502e9b74dcf525c7f0571b99172c03a - home: https://github.com/truechartsapps/tree/master/charts/stable/leantime - icon: https://truecharts.org/_static/img/appicons/leantime-icon.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-1.0.15/leantime-1.0.15.tgz - version: 1.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25454,37 +22153,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-02-02T14:14:38.998861806Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: LibreOffice is a free and powerful office suite, and a successor - to OpenOffice.org. - digest: 07c5fa12d46906e3a979f7e99c155248e1fc8a87fae500201c59645f4e9f15a2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/libreoffice - icon: https://truecharts.org/_static/img/appicons/libreoffice-icon.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-0.0.18/libreoffice-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25672,38 +22340,6 @@ entries: - https://github.com/truecharts/apps/releases/download/libreoffice-0.0.1/libreoffice-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-02-02T14:14:39.224274084Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Librespeed is a HTML5 webpage to test upload and download speeds - digest: 56c501c202ab0aaeae58b356ab004a3c973a9a34aee8f412ab7deb813fd7df53 - home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed - icon: https://truecharts.org/_static/img/appicons/librespeed-icon.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/truechartsapps/tree/master/charts/librespeed - urls: - - https://github.com/truecharts/apps/releases/download/librespeed-4.0.40/librespeed-4.0.40.tgz - version: 4.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25833,38 +22469,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.2434 - created: "2022-02-02T14:14:39.427648588Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Looks and smells like Sonarr but made for music - digest: 58f759c2e387aead25813436a133006cd265b936a68a3f6c8c696c4f38d65a3e - home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr - icon: https://truecharts.org/_static/img/appicons/lidarr-icon.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-9.0.45/lidarr-9.0.45.tgz - version: 9.0.45 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26186,37 +22790,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-9.0.21/lidarr-9.0.21.tgz version: 9.0.21 littlelink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-02-02T14:14:39.622460325Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Easy platform to combine all your social links - digest: a37753814ebeb2fb6f7ceb2afc80dc77e8f7c80e64dcfd1bde42ad00bbdbd7c3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink - icon: https://truecharts.org/_static/img/appicons/littlelink-icon.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-4.0.57/littlelink-4.0.57.tgz - version: 4.0.57 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26714,41 +23287,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-02-02T14:14:39.828067947Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Logitech Media Server is a platform for home/office audio streaming. - digest: 5494537806228b72ecbc6c3616052bfb6c556e1ae30e2b3f6992166f78ada762 - home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server - icon: https://truecharts.org/_static/img/appicons/logitech-media-server-icon.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-2.0.56/logitech-media-server-2.0.56.tgz - version: 2.0.56 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27240,40 +23778,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-02-02T14:14:40.055554941Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: promtail.enabled - name: promtail - repository: https://truecharts.org - version: 1.0.29 - description: 'Loki: like Prometheus, but for logs.' - digest: 935ccc70ca2a12303ccc61705af51da0430d6d774d618c1047a2f8495c715156 - home: https://github.com/truecharts/apps/tree/master/charts/stable/loki - icon: https://truecharts.org/_static/img/appicons/loki-icon.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-2.0.26/loki-2.0.26.tgz - version: 2.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27479,40 +23983,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-02-02T14:14:40.251156784Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Lychee is a free photo-management tool, which runs on your server - or web-space - digest: 4a17b5d4d657304481dfaa4ceafcacb79c78639d01db93a18780c2b4caeedaa1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lychee - icon: https://truecharts.org/_static/img/appicons/lychee-icon.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-9.0.38/lychee-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28907,40 +25377,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.4 - created: "2022-02-02T14:14:40.501113155Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Mealie is a self hosted recipe manager and meal planner with a RestAPI - backend - digest: d401a74c5f7c05da828a88bce54a7de2aca4cb64db09a835c4c2d2e74a1ec87d - home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie - icon: https://truecharts.org/_static/img/appicons/mealie-icon.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-5.0.19/mealie-5.0.19.tgz - version: 5.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29180,42 +25616,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.22 - created: "2022-02-02T14:14:40.694021877Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: An automatic Video Library Manager for TV Shows - digest: cdd1638a48dbeaf3e39083a76e3cf5aa6b3d5ddef275f5961003b54fae20c2ef - home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa - icon: https://truecharts.org/_static/img/appicons/medusa-icon.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-1.0.42/medusa-1.0.42.tgz - version: 1.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30693,37 +27093,6 @@ entries: - https://github.com/truecharts/apps/releases/download/metallb-1.0.2/metallb-1.0.2.tgz version: 1.0.2 minetest: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.4.1 - created: "2022-02-02T14:14:40.879629341Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Minetest (server) is a near-infinite-world block sandbox game and - a game engine. - digest: ad81c83e9016c498c1ce614bbb893ab9f4d670801d58d0eddcbd4b72125eaf82 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minetest - icon: https://truecharts.org/_static/img/appicons/minetest-icon.png - keywords: - - minetest - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minetest - sources: - - https://hub.docker.com/r/linuxserver/minetest - type: application - urls: - - https://github.com/truecharts/apps/releases/download/minetest-0.0.17/minetest-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30880,41 +27249,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-02-02T14:14:41.100245181Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Miniflux is a minimalist and opinionated feed reader. - digest: ac822e147d4793955e6684d5ae49e9cc5858e135cb3742b6006e53ddb9b1c49c - home: https://github.com/truecharts/apps/tree/master/charts/miniflux - icon: https://truecharts.org/_static/img/appicons/miniflux-icon.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-4.0.30/miniflux-4.0.30.tgz - version: 4.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31161,37 +27495,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-02-02T14:14:41.340152073Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Minio is a self-hosted S3 storage server - digest: ce17fc23bddffb9508683a7ce701bcabbf1f47e5fb16dbeae01fd3d26b06e720 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio - icon: https://truecharts.org/_static/img/appicons/minio-icon.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-1.0.24/minio-1.0.24.tgz - version: 1.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31317,37 +27620,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.13.3 - created: "2022-02-02T14:14:41.532261588Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A management console for minio server and operator - digest: 4e0ce2731d86931eda3e24977da31bf6cb954200cc96067f58ccc4769b9782fe - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console - icon: https://truecharts.org/_static/img/appicons/minio-console-icon.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-1.0.45/minio-console-1.0.45.tgz - version: 1.0.45 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31597,37 +27869,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-02-02T14:14:41.725012808Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Minisatip is a multi-threaded satip server version 1.2 that runs - under Linux. - digest: 7ff9c2b4d6f006ada6da9178d61cbaddc85afbdd542c10e31d3d87a6a29b36a8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minisatip - icon: https://truecharts.org/_static/img/appicons/minisatip-icon.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-0.0.18/minisatip-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31815,41 +28056,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.6.1 - created: "2022-02-02T14:14:41.956095631Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - description: Straightforward open source project management system to make your - ideas reality. - digest: b83665f5664999b9a500e85dbbb7ae749e81175df616ed6f6396fcf92a6f2c91 - home: https://github.com/truechartsapps/tree/master/charts/stable/monica - icon: https://truecharts.org/_static/img/appicons/monica-icon.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-0.0.36/monica-0.0.36.tgz - version: 0.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32271,38 +28477,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-02-02T14:14:42.148835851Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Eclipse Mosquitto - An open source MQTT broker - digest: 4cdb4a2f2b032d4f71aad7662d27d64588ece50ef627aed2cb2464723d4321ee - home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto - icon: https://truecharts.org/_static/img/appicons/mosquitto-icon.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-4.0.38/mosquitto-4.0.38.tgz - version: 4.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32432,39 +28606,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-02-02T14:14:42.358028901Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A personal music streaming server - digest: d4928e5cf804a4144d2c84dedfe24f56be39fcdf3fee890e47e226d87940bf24 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream - icon: https://truecharts.org/_static/img/appicons/mstream-icon.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-1.0.36/mstream-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32598,41 +28739,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-02-02T14:14:42.595900077Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A lightweight portal to view & manage your HTPC apps without having - to run anything more than a PHP enabled webserver - digest: d2f1e25885ec8c30555c607017835d6340c6e9133c3b7e09366d1560271a8aa6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux - icon: https://truecharts.org/_static/img/appicons/muximux-icon.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-1.0.40/muximux-1.0.40.tgz - version: 1.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32774,37 +28880,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.5.3 - created: "2022-02-02T14:14:42.831150633Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Mylar is a automated Comic Book downloader - digest: 827710b5f8053d15874b0eb1493518c282af4aa2feec3db18103bf43d484bb92 - home: https://github.com/truechartsapps/tree/master/charts/stable/mylar - icon: https://truecharts.org/_static/img/appicons/mylar-icon.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/truechartsapps/tree/master/charts/mylar - urls: - - https://github.com/truecharts/apps/releases/download/mylar-4.0.36/mylar-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32930,37 +29005,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-02-02T14:14:43.035669546Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: MySQL Workbench is a unified visual tool for database architects, - developers and DBAs. - digest: f564ff165e604b67e679c77e5af36878270e0b1e3c0797369b821875e7887fce - home: https://github.com/truecharts/apps/tree/master/charts/stable/mysql-workbench - icon: https://truecharts.org/_static/img/appicons/mysql-workbench-icon.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-0.0.18/mysql-workbench-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33117,46 +29161,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.160.0 - created: "2022-02-02T14:14:43.780963724Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.65 - description: n8n is an extendable workflow automation tool. - digest: ddfb4f969a3106cb1d7f3ad7d9df65f79a9b8e2bf16483e3bff212f4d255c682 - home: https://github.com/truecharts/apps/tree/master/charts/stable/n8n - icon: https://truecharts.org/_static/img/appicons/n8n-icon.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-1.0.2/n8n-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33358,37 +29362,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-02-02T14:14:43.975490559Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Nano-wallet is a digital payment protocol designed to be accessible - and lightweight. - digest: 7c63a73d3efe854ed62d04af9f225ebf04f082ce7517ede141c3731f962c007a - home: https://github.com/truecharts/apps/tree/master/charts/stable/nano-wallet - icon: https://truecharts.org/_static/img/appicons/nano-wallet-icon.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-0.0.20/nano-wallet-0.0.20.tgz - version: 0.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33545,40 +29518,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-02-02T14:14:44.19496209Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Navidrome is an open source web-based music collection server and - streamer - digest: 8b82ef3bb238865587c1c6e5df3d4af085ee1994f0190afd452ba95a82cc610d - home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome - icon: https://truecharts.org/_static/img/appicons/navidrome-icon.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-9.0.38/navidrome-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33784,50 +29723,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.0 - created: "2022-02-02T14:14:44.446690075Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.65 - description: A private cloud server that puts the control and security of your - own data back into your hands. - digest: 5e7ff8eb638c51fc98ffe1531653294fa13e9f8b42ae1a2488dfda0bda772243 - home: https://nextcloud.com/ - icon: https://truecharts.org/_static/img/appicons/nextcloud-icon.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-11.0.25/nextcloud-11.0.25.tgz - version: 11.0.25 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34357,37 +30252,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-02-02T14:14:44.637837283Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Ngircd is a free, portable and lightweight Internet Relay Chat server - for small or private networks. - digest: 0f26980db12bf273b06dc01d46e27d19fdfdb4d5e8797f3f44c21bcbe9530c7e - home: https://github.com/truecharts/apps/tree/master/charts/stable/ngircd - icon: https://truecharts.org/_static/img/appicons/ngircd-icon.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-0.0.17/ngircd-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34544,37 +30408,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-02-02T14:14:44.855108397Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Nntp2nntp proxy allow you to use your NNTP Account from multiple - systems, each with own user name and password. - digest: a2abde91407d11160e4ed985b59b9ea413e48118fd49677dca3dcbd69c5074b2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nntp2nntp - icon: https://truecharts.org/_static/img/appicons/nntp2nntp-icon.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-0.0.18/nntp2nntp-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34762,37 +30595,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.0 - created: "2022-02-02T14:14:45.060023513Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Node-RED is low-code programming for event-driven applications - digest: f00d19b98ba672081044e4856a592af434fa3006a04d830556922b00dfe579d0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red - icon: https://truecharts.org/_static/img/appicons/node-red-icon.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-9.0.39/node-red-9.0.39.tgz - version: 9.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35011,39 +30813,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-02-02T14:14:45.26377912Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: The open source VNC client - digest: 56f44d8ede68905e60c68cd219298b073c0cad9f8cfb1ec16f18d9d6b34c4eef - home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc - icon: https://truecharts.org/_static/img/appicons/novnc-icon.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-1.0.36/novnc-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35177,35 +30946,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-02-02T14:14:45.485766471Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A simple null file http and https server - digest: 4202c2d5ba0129d5f3fdc5a93eeb6738bb6b878de191ff54d04012f839f4e1f2 - home: https://github.com/truechartsapps/tree/master/charts/stable/nullserv - icon: https://truecharts.org/_static/img/appicons/nullserv-icon.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-4.0.36/nullserv-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35323,37 +31063,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-02-02T14:14:45.693034006Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: NZBGet is a Usenet downloader client - digest: d66aecad6dd6378d6af940c07f3077120448cb0620496b31a4974091fcbf3596 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget - icon: https://truecharts.org/_static/img/appicons/nzbget-icon.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-9.0.37/nzbget-9.0.37.tgz - version: 9.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35479,34 +31188,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.0.2 - created: "2022-02-02T14:14:45.904705175Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - deprecated: true - description: Usenet meta search - digest: 51545aa215588f4f35dafecc9ab005fa75e58a3cfbab4c16e5465b4cbd2a9dc8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra - icon: https://truecharts.org/_static/img/appicons/nzbhydra-icon.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-9.0.42/nzbhydra-9.0.42.tgz - version: 9.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35732,38 +31413,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-02-02T14:14:46.149016602Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: OctoPrint is the snappy web interface for your 3D printer - digest: a147d5b55d00354eb0d30ed4f72ecc81041fc63b114a220c2691cbf389f36f36 - home: https://github.com/truechartsapps/tree/master/charts/stable/octoprint - icon: https://truecharts.org/_static/img/appicons/octoprint-icon.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-4.0.39/octoprint-4.0.39.tgz - version: 4.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35957,48 +31606,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: "14.0" - created: "2022-02-02T14:14:46.369710043Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, - PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. - digest: c25f5b2fc447318d7b24a0a94ead9f3cc1fda9baa4ae45ec5ae398594491a2ea - home: https://github.com/truecharts/apps/tree/main/charts/odoo - icon: https://truecharts.org/_static/img/appicons/odoo-icon.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-4.0.28/odoo-4.0.28.tgz - version: 4.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36210,36 +31817,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-02-02T14:14:46.616485945Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Omada is a SDN tool for TP-Link Omada hardware - digest: d54a44a552b541fc700f1f1448fa1bfd34d702f5eb6909e73e5391750e9fc951 - home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller - icon: https://truecharts.org/_static/img/appicons/omada-controller-icon.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/truechartsapps/tree/master/charts/omada-controller - urls: - - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.57/omada-controller-4.0.57.tgz - version: 4.0.57 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36751,41 +32328,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.10.2 - created: "2022-02-02T14:14:46.83037273Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Want a Movie or TV Show on Plex or Emby? Use Ombi! - digest: 8c9daa8b6ec628fa6129af0f8677db0abc2bcc60cefebee6f2b255a3fdd3e3c1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi - icon: https://truecharts.org/_static/img/appicons/ombi-icon.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-9.0.43/ombi-9.0.43.tgz - version: 9.0.43 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37172,50 +32714,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.132 - created: "2022-02-02T14:14:47.072508465Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.65 - 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: 9d9909f6933637e43df4116a198fb6e2ba59b9937e6667b7d8f229cfebcf3e96 - home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-document-server - icon: https://truecharts.org/_static/img/appicons/onlyoffice-document-server-icon.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-3.0.18/onlyoffice-document-server-3.0.18.tgz - version: 3.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37441,43 +32939,6 @@ entries: - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-3.0.0/onlyoffice-document-server-3.0.0.tgz version: 3.0.0 openkm: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.3.11 - created: "2022-02-02T14:14:47.29315001Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: OpenKM integrates all essential documents management, collaboration - and an advanced search functionality into one easy to use solution. - digest: b95adc601cd6bb33e97ff059976cae47ea3edfb712366949991d0021c5004d64 - home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm - icon: https://truecharts.org/_static/img/appicons/openkm-icon.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-4.0.28/openkm-4.0.28.tgz - version: 4.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37664,40 +33125,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-02-02T14:14:47.509775619Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Community developed LDAP software - digest: 50b33f75223f6348d5e8485e904cfbc530180ad4f01ed7ce46598063727de192 - home: https://www.openldap.org - icon: https://truecharts.org/_static/img/appicons/openldap-icon.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-5.0.19/openldap-5.0.19.tgz - version: 5.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37971,37 +33398,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.63.2 - created: "2022-02-02T14:14:47.754815879Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Openvscode-server provides a version of VS Code that runs a server - on a remote machine. - digest: 2c5d91d85c7cae3331560dd666ef036e90de701c7bb6d3108525dee729628a06 - home: https://github.com/truecharts/apps/tree/master/charts/stable/openvscode-server - icon: https://truecharts.org/_static/img/appicons/openvscode-server-icon.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-0.0.20/openvscode-server-0.0.20.tgz - version: 0.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -38251,37 +33647,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-02-02T14:14:47.94327364Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: HTPC/Homelab Services Organizer - digest: cdcd9aa0cd78f5c330f910f4a1c6f1e934cfade2d65c1a1dbf32669847fb4a72 - home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr - icon: https://truecharts.org/_static/img/appicons/organizr-icon.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-9.0.37/organizr-9.0.37.tgz - version: 9.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -38407,36 +33772,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-02-02T14:14:48.173035565Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Open Source Conditional Access Module software - digest: 31f5d965b2687686cbefb7c8e12e2e62094195c0c1da84b533d46b9bc64a173b - home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam - icon: https://truecharts.org/_static/img/appicons/oscam-icon.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-4.0.37/oscam-4.0.37.tgz - version: 4.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -38588,41 +33923,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-02-02T14:14:48.383293318Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: 5ec00af1a8602b3316f5555da52bea79f9b1cfc656574b5f70465c9ac23dc82b - home: https://github.com/truechartsapps/tree/master/charts/stable/overseerr - icon: https://truecharts.org/_static/img/appicons/overseerr-icon.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-4.0.37/overseerr-4.0.37.tgz - version: 4.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -38799,40 +34099,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-02-02T14:14:48.576076118Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Take control over your live stream video by running it yourself. - Streaming + chat out of the box. - digest: ece0e6ad06321f21b52177e5887d9f9b5d98b2a926e026be9165a2b0e12308c8 - home: https://github.com/truechartsapps/tree/master/charts/stable/owncast - icon: https://truecharts.org/_static/img/appicons/owncast-icon.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-4.0.36/owncast-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39004,43 +34270,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncast-4.0.19/owncast-4.0.19.tgz version: 4.0.19 owncloud-ocis: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.16.0 - created: "2022-02-02T14:14:48.762506461Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: ownCloud Infinite Scale is a self-hosted file sync and share server. - digest: 8bf978504dfa3d3667de42b6ca0abba87a0f5ed2148d6420ba8708e2913c7168 - home: https://github.com/truechartsapps/tree/master/charts/stable/owncloud-ocis - icon: https://truecharts.org/_static/img/appicons/owncloud-ocis-icon.png - keywords: - - owncloud - - ocis - - infinite - - scale - - self-hosted - - sync - - share - - server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: owncloud-ocis - sources: - - https://hub.docker.com/r/owncloud/ocis - - https://owncloud.dev/ocis/ - urls: - - https://github.com/truecharts/apps/releases/download/owncloud-ocis-4.0.39/owncloud-ocis-4.0.39.tgz - version: 4.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39227,45 +34456,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-02-02T14:14:48.998867744Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.65 - description: Paperless-ng is an application by Daniel Quinn and contributors that - indexes your scanned documents. - digest: fff806628cbada7f096e4bc820b08899881ac447b3ea536919a5606d1b51d93d - home: https://github.com/truecharts/apps/tree/master/charts/stable/paperless-ng - icon: https://truecharts.org/_static/img/appicons/paperless-ng-icon.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-1.0.16/paperless-ng-1.0.16.tgz - version: 1.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39586,41 +34776,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-02-02T14:14:49.225793044Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.65 - description: Papermerge is an open source document management system (DMS) primarily - designed for archiving and retrieving your digital documents. - digest: 9cfb23fbb6ed6a67a55afa1f4f0ef53dce69da1a4986ae22c9a6766492694c52 - home: https://github.com/truecharts/apps/tree/master/charts/stable/papermerge - icon: https://truecharts.org/_static/img/appicons/papermerge-icon.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-0.0.19/papermerge-0.0.19.tgz - version: 0.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39855,38 +35010,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.4" - created: "2022-02-02T14:14:49.422476778Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Web-Based postgresql database management utility - digest: b1baaccc2213374156d3bec0d444f929fe0d5453b255e1e906a4a12440a46c7b - home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin - icon: https://truecharts.org/_static/img/appicons/pgadmin-icon.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-5.0.19/pgadmin-5.0.19.tgz - version: 5.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40112,44 +35235,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: "20220107" - created: "2022-02-02T14:14:49.648976374Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - description: PhotoPrism® is a server-based application for browsing, organizing - and sharing your personal photo collection - digest: ff633413736554f306ab1c55bfe89f8076c6e08a377d43212f55ab5393567b80 - home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism - icon: https://truecharts.org/_static/img/appicons/photoprism-icon.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-7.0.22/photoprism-7.0.22.tgz - version: 7.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40493,41 +35578,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-02-02T14:14:49.843001785Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A gallery software at its easiest, it doesn't even require a database. - digest: 090356c33676f3d4ff0ed01f70b2fa8ca4ba987cee497316e79a11a567346243 - home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow - icon: https://truecharts.org/_static/img/appicons/photoshow-icon.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-1.0.40/photoshow-1.0.40.tgz - version: 1.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40669,38 +35719,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoshow-1.0.25/photoshow-1.0.25.tgz version: 1.0.25 phpldapadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.0 - created: "2022-02-02T14:14:50.054052345Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Web-based LDAP browser to manage your LDAP server - digest: 962e827879c7b53877addca423b03403bdb02c59e85690d7739c0744d994d855 - home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin - icon: https://truecharts.org/_static/img/appicons/phpldapadmin-icon.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-4.0.37/phpldapadmin-4.0.37.tgz - version: 4.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40862,37 +35880,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: "6.1" - created: "2022-02-02T14:14:50.267838729Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Program for forwarding ADS-B data to FlightAware - digest: 7d8c5f49c3adf62775fe9d8285a348d558660991bd5c22e8298f15a3974a1230 - home: https://github.com/truechartsapps/tree/master/charts/stable/piaware - icon: https://truecharts.org/_static/img/appicons/piaware-icon.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-4.0.48/piaware-4.0.48.tgz - version: 4.0.48 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41328,37 +36315,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-02-02T14:14:50.462790148Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Pidgin is a chat program which lets you log into accounts on multiple - chat networks simultaneously. - digest: dfcf5740864fcb31285a122e80a799f8fbe071144e61f629d3df60f22f0e6a46 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pidgin - icon: https://truecharts.org/_static/img/appicons/pidgin-icon.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-0.0.18/pidgin-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41546,38 +36502,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.01.1 - created: "2022-02-02T14:14:50.68656232Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: DNS and Ad-filtering for your network - digest: d234f0e497910f730be864d67ba2cf26d7e5eef023012b90005451e7c537690e - home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole - icon: https://truecharts.org/_static/img/appicons/pihole-icon.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-4.0.41/pihole-4.0.41.tgz - version: 4.0.41 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41771,41 +36695,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-02-02T14:14:50.876240992Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A is photo gallery software for the web, built by an active community - of users and developers. - digest: 8374a42382169c11311636234d74120a9af3f5a7ccd36f87d97e46aad2dd2330 - home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo - icon: https://truecharts.org/_static/img/appicons/piwigo-icon.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-1.0.37/piwigo-1.0.37.tgz - version: 1.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41947,41 +36836,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-02-02T14:14:51.099604461Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: An open-source single page application to view your photos in the - easiest way possible. - digest: aa997f53c4f13cf756193a479cbf863956f9441ff70a800c7fa3f5bab9f39104 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop - icon: https://truecharts.org/_static/img/appicons/pixapop-icon.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-1.0.36/pixapop-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42123,37 +36977,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.4.546 - created: "2022-02-02T14:14:51.320105304Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Plex Media Server - digest: 33ae78a6557739a5bfdd9bbf269945d05a91aa93343dfe721a15077b429179ef - home: https://github.com/truecharts/apps/tree/master/charts/stable/plex - icon: https://truecharts.org/_static/img/appicons/plex-icon.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-8.0.40/plex-8.0.40.tgz - version: 8.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42372,38 +37195,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-02-02T14:14:51.573091834Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A self-hosted podcast manager to download episodes as soon as they - become live. - digest: 20d53a063470c2de952d0f394d8ccae2eef723d5602612b2cf866b0192c22751 - home: https://github.com/truecharts/apps/tree/master/charts/stable/podgrab - icon: https://truecharts.org/_static/img/appicons/podgrab-icon.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-8.0.17/podgrab-8.0.17.tgz - version: 8.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43720,39 +38511,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-02-02T14:14:51.777102432Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: pretend-youre-xyzzy, a cards against humanity clone - digest: b8b7ce4c7bbe53c0d73cc1c2876c5563fffe0fb727314c9267592a5e59d3ec99 - home: https://github.com/truechartsapps/tree/master/charts/stable/pretend-youre-xyzzy - icon: https://truecharts.org/_static/img/appicons/pretend-youre-xyzzy-icon.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-4.0.36/pretend-youre-xyzzy-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43886,35 +38644,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-02-02T14:14:51.973943367Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Projectsend is a self-hosted application that lets you upload files - and assign them to specific clients that you create yourself. - digest: bd06d7ad395d6ec3946f498bcb5371454b377244274ced4c3c6e9e0e34dab399 - home: https://github.com/truecharts/apps/tree/master/charts/stable/projectsend - icon: https://truecharts.org/_static/img/appicons/projectsend-icon.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-0.0.17/projectsend-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44064,38 +38793,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-02-02T14:14:52.210058149Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Discord bot that provides metrics from a Discord server - digest: 1c04c3f6349fbb5f3c0569b332ca7ff48f4bd21e2e8b2ab6aa09256da4898c99 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/promcord - icon: https://truecharts.org/_static/img/appicons/promcord-icon.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-2.0.17/promcord-2.0.17.tgz - version: 2.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44257,48 +38954,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.0 - created: "2022-02-02T14:14:52.456689822Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: exporters.enabled,exporters.node-exporter.enabled - name: node-exporter - repository: https://charts.bitnami.com/bitnami - version: 2.4.1 - - condition: exporters.enabled,exporters.kube-state-metrics.enabled - name: kube-state-metrics - repository: https://charts.bitnami.com/bitnami - version: 2.2.4 - 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: db0f497cc7c6516282dfcc9e9441c4513a43b5cfd608b1f5867045f3841b00a7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus - icon: https://truecharts.org/_static/img/appicons/prometheus-icon.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-1.1.55/prometheus-1.1.55.tgz - version: 1.1.55 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46149,37 +40804,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-02-02T14:14:52.645464486Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Container for protonmail bridge to work on the network. - digest: 0d450df46a5a9c36fa7f78107db93ed27ef957df9f088916d80466480e1c27b0 - home: https://github.com/truechartsapps/tree/master/charts/stable/protonmail-bridge - icon: https://truecharts.org/_static/img/appicons/protonmail-bridge-icon.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-4.0.36/protonmail-bridge-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46305,39 +40929,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.1439 - created: "2022-02-02T14:14:52.858538864Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Indexer manager/proxy built on the popular arr net base stack to - integrate with your various PVR apps. - digest: afecd72260c631e82d685d8a92e165fe93568c5175652e8c55dfd3be7468e167 - home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr - icon: https://truecharts.org/_static/img/appicons/prowlarr-icon.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-4.0.64/prowlarr-4.0.64.tgz - version: 4.0.64 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46966,37 +41557,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-02-02T14:14:53.130588662Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: 14b057c66df231325a45993394c24716bafba00ecf9d702496fc24eff10e7a99 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pwndrop - icon: https://truecharts.org/_static/img/appicons/pwndrop-icon.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-0.0.17/pwndrop-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47153,36 +41713,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.3 - created: "2022-02-02T14:14:53.349051388Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Pydio-cells is the nextgen file sharing platform for organizations. - digest: bfc60e5b89a77b2774b1a16a068361df30963cacfda27e311cdab8b2057bbfa1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pydio-cells - icon: https://truecharts.org/_static/img/appicons/pydio-cells-icon.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-0.0.18/pydio-cells-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47364,39 +41894,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-02-02T14:14:53.537126346Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: c0e243791ab63788334a34656d00cc1651cd3f2519763dd7017836e81d507d3b - home: https://github.com/truechartsapps/tree/master/charts/stable/pyload - icon: https://truecharts.org/_static/img/appicons/pyload-icon.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-4.0.36/pyload-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47530,36 +42027,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-02-02T14:14:53.760226812Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Pylon is a web based integrated development environment. - digest: 7d637a39dd93e648da76fab549a59e631cc9765c9abf4ee265be56bdab9b5326 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pylon - icon: https://truecharts.org/_static/img/appicons/pylon-icon.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-0.0.17/pylon-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47711,37 +42178,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.0 - created: "2022-02-02T14:14:53.967812542Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: qBittorrent is a cross-platform free and open-source BitTorrent client - digest: fbdf9589d1d2233bf11fec34452e6a4976a5b25659befa385b95369cb8feff29 - home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent - icon: https://truecharts.org/_static/img/appicons/qbittorrent-icon.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-9.0.41/qbittorrent-9.0.41.tgz - version: 9.0.41 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47929,40 +42365,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-02-02T14:14:54.173956459Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Quassel-core is a modern, cross-platform, distributed IRC client. - digest: efd1bac6866ed32a48c327c991fc4d9ddd238d672729ab34ce5678265b4c0c37 - home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-core - icon: https://truecharts.org/_static/img/appicons/quassel-core-icon.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-0.0.21/quassel-core-0.0.21.tgz - version: 0.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48270,36 +42672,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-02-02T14:14:54.396944124Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Quassel-web is a web client for Quassel. - digest: ab14ba1f0d7e16b8df0e7b005c5e8a233edea9ae99880bccf6fe8010822ba98b - home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-web - icon: https://truecharts.org/_static/img/appicons/quassel-web-icon.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-0.0.18/quassel-web-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48451,38 +42823,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: 3.2.2.5080 - created: "2022-02-02T14:14:54.586417618Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A fork of Sonarr to work with movies à la Couchpotato - digest: 8a10103b791b90991aaf5ccc2906cad0a16730fe7122b0737c217d4fd48ee31e - home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr - icon: https://truecharts.org/_static/img/appicons/radarr-icon.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-9.0.38/radarr-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48644,41 +42984,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.0.1225 - created: "2022-02-02T14:14:54.825951485Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A fork of Radarr to work with Books & AudioBooks - digest: be9599bd38a2de23220db282c93b70aa9193fc5e54f04a5866baa23de3c0aac9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr - icon: https://truecharts.org/_static/img/appicons/readarr-icon.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-9.0.58/readarr-9.0.58.tgz - version: 9.0.58 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49170,43 +43475,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.0.5 - created: "2022-02-02T14:14:55.041131653Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - 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: 83ae528ca6fd425c03ae9c3cebd1be96a081b8b742f905e18286b938b06bd9b0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes - icon: https://truecharts.org/_static/img/appicons/recipes-icon.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-5.0.18/recipes-5.0.18.tgz - version: 5.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50661,37 +44929,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-02-02T14:14:55.245833934Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Docker registry v2 command line client and repo listing generator - with security checks. - digest: eb242cfc1490ed8390a686c6cdd4798678edf40b15243adac76b39868bde8fe2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/reg - icon: https://truecharts.org/_static/img/appicons/reg-icon.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-4.0.35/reg-4.0.35.tgz - version: 4.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50817,40 +45054,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-02-02T14:14:55.439704527Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A remote desktop client written in GTK - digest: a06fc1f8d36c8e667f2639db58e06169deaa822e08201419862fab07a4c9919d - home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina - icon: https://truecharts.org/_static/img/appicons/remmina-icon.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-1.0.40/remmina-1.0.40.tgz - version: 1.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50988,37 +45191,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-02-02T14:14:55.668394005Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi - via the use of chat. - digest: 94e2892cea60e29462e33b3a270dec8daebc47a196db2e180587798f1c6c41f3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/requestrr - icon: https://truecharts.org/_static/img/appicons/requestrr-icon.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-0.0.17/requestrr-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51175,39 +45347,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-02-02T14:14:55.859920679Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Resilio Sync is a fast, reliable, and simple file sync and share - solution, powered by P2P technology - digest: aa8b908d1dbdca907976b44bb69d5c26f8174ee8434c8aa559babcb95cd181ed - home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync - icon: https://truecharts.org/_static/img/appicons/resilio-sync-icon.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-4.0.37/resilio-sync-4.0.37.tgz - version: 4.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51374,36 +45513,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-02-02T14:14:56.058678811Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Rsnapshot is a filesystem snapshot utility based on rsync. - digest: 9f53fb77def67343d6560b0aad75e96190c7704e10fa76b9244e64ec0f37b3a0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/rsnapshot - icon: https://truecharts.org/_static/img/appicons/rsnapshot-icon.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-0.0.17/rsnapshot-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51555,37 +45664,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.0 - created: "2022-02-02T14:14:56.304785633Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Free and easy binary newsreader - digest: 68f117d75e40a11052352c59cd35200328f56d91720e46d4ca32cda899c21669 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd - icon: https://truecharts.org/_static/img/appicons/sabnzbd-icon.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-9.0.37/sabnzbd-9.0.37.tgz - version: 9.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51742,37 +45820,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-02-02T14:14:56.512161936Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard - Drive Health Dashboard & Monitoring solution. - digest: 1f7f37338dac795ac89456cf263f5c4769b5338c65955d7325679a27b44d3305 - home: https://github.com/truecharts/apps/tree/master/charts/stable/scrutiny - icon: https://truecharts.org/_static/img/appicons/scrutiny-icon.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-0.0.19/scrutiny-0.0.19.tgz - version: 0.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51960,36 +46007,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-02-02T14:14:56.705849427Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Serial to Socket Redirector - digest: 7de6174d4e6aff0539fdb7a7ac4566ebc2cae827d006e47b9d14e48dfddca771 - home: https://github.com/truechartsapps/tree/master/charts/stable/ser2sock - icon: https://truecharts.org/_static/img/appicons/ser2sock-icon.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-4.0.36/ser2sock-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52111,44 +46128,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-02-02T14:14:56.910551009Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: A simple bookmark manager built with Go - digest: 0a6f4ee384bc085f07d1c8e824f9bbe0b98d7a9a8f57a58fe33ba343b2e034d4 - home: https://github.com/truecharts/apps/tree/main/charts/shiori - icon: https://truecharts.org/_static/img/appicons/shiori-icon.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-4.0.28/shiori-4.0.28.tgz - version: 4.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52340,46 +46319,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: 2.10.3 - created: "2022-02-02T14:14:57.169793038Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 1.0.65 - description: A PHP-based self-hosted URL shortener that can be used to serve shortened - URLs under your own custom domain. - digest: 58e5611d4c3e6651e4aec069db7d48ad6795c8d8bd2eb2fcba8b4106c3a9c131 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink - icon: https://truecharts.org/_static/img/appicons/shlink-icon.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-1.0.6/shlink-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52581,38 +46520,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-02-02T14:14:57.370627088Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A ReactJS-based progressive web application for Shlink. - digest: 92be8be98682e361a589614d64c271831bdce9488a0dc79b4de9cf06bb37a8a5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink-web-client - icon: https://truecharts.org/_static/img/appicons/shlink-web-client-icon.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-1.0.4/shlink-web-client-1.0.4.tgz - version: 1.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52742,40 +46649,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-02-02T14:14:57.577378886Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Self hosted web app for shortening urls (URL shortener) - digest: db56c6915a19115ebda5c8e5098c361c016febd2e1ebbe4104c5816942d7d012 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl - icon: https://truecharts.org/_static/img/appicons/shorturl-icon.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-1.0.36/shorturl-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52913,40 +46786,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-02-02T14:14:57.820924087Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: An Automatic Video Library Manager for TV Shows - digest: 8f3b3bdc5c2cbdf72604e294fef8c21a73def6b65ba47f90cbda86612ef806c9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill - icon: https://truecharts.org/_static/img/appicons/sickchill-icon.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-1.0.36/sickchill-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53084,41 +46923,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-02-02T14:14:58.040734092Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more - digest: b1569f3903263a706f818d4aaa18b1984f97ae8c0ca2bfdf32954df56da1dbc3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear - icon: https://truecharts.org/_static/img/appicons/sickgear-icon.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-1.0.36/sickgear-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53260,39 +47064,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-02-02T14:14:58.225970914Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Keep track of your network latency. - digest: ef7b8e5443f40a5df8d7df09277a04159ac7426d26701dceb80741456600f185 - home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping - icon: https://truecharts.org/_static/img/appicons/smokeping-icon.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-1.0.39/smokeping-1.0.39.tgz - version: 1.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53459,43 +47230,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.3.8 - created: "2022-02-02T14:14:58.428927281Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - description: Open source asset management - digest: dc4efa1ac664c470b4e76f6bfd8001bb442a8f73fefb0786dcb1dadf7e9e77e0 - home: https://github.com/truechartsapps/tree/master/charts/stable/snipe-it - icon: https://truecharts.org/_static/img/appicons/snipe-it-icon.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-0.0.33/snipe-it-0.0.33.tgz - version: 0.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53904,38 +47638,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-02-02T14:14:58.628844623Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Smart PVR for newsgroup and bittorrent users - digest: 40b52ea61f23bc164cd9d309f23b03cbd37cc28c504db3d8f6ecb7958525361f - home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr - icon: https://truecharts.org/_static/img/appicons/sonarr-icon.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-9.0.38/sonarr-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54097,38 +47799,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.0 - created: "2022-02-02T14:14:58.86834669Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Speedtest Exporter made in python using the official speedtest bin - digest: cb33198b91bb67612a84678324620d52206c7241870b2ffd62c4ba6522427d78 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/speedtest-exporter - icon: https://truecharts.org/_static/img/appicons/speedtest-exporter-icon.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-1.0.24/speedtest-exporter-1.0.24.tgz - version: 1.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54290,45 +47960,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-02-02T14:14:59.105370537Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Spotweb is a decentralized usenet community based on the Spotnet - protocol. - digest: 47ce7362bcbc25b7e4d0d43665e1a6b9dd9f46512df69ca8f410053cf7dc90cd - 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-0.0.13/spotweb-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54486,41 +48117,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-02-02T14:14:59.300737342Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite - digest: 1a38ef1d3826bac703ebd2a190b07a669eedb8a2a632705d7592ff18b8b894a9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser - icon: https://truecharts.org/_static/img/appicons/sqlitebrowser-icon.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-1.0.40/sqlitebrowser-1.0.40.tgz - version: 1.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54662,36 +48258,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-02-02T14:14:59.4903766Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: An organizer for your porn, written in Go - digest: 373357c129221ded8d154c2bdb2d1ac0ecbc8fa88d02113360ec7fbb9d96ae07 - home: https://github.com/truechartsapps/tree/master/charts/stable/stash - icon: https://truecharts.org/_static/img/appicons/stash-icon.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-5.0.18/stash-5.0.18.tgz - version: 5.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54903,41 +48469,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-02-02T14:14:59.685326101Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A self-hosted static file serving app which does nothing more than - just serve up static files from a mounted volume. - digest: 8f2904143c310b7db5e814dfeff91d0c9d9f2ed58a8e350b54d2d4258bf28fd7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/static - icon: https://truecharts.org/_static/img/appicons/static-icon.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-1.0.36/static-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55077,41 +48608,6 @@ entries: - https://github.com/truecharts/apps/releases/download/static-1.0.21/static-1.0.21.tgz version: 1.0.21 statping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.90.74 - created: "2022-02-02T14:14:59.914342382Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Status page for monitoring your websites and applications - digest: 2c1725487105e5ca65f21c56baf519f18c466532f146708dc1b48d1e1fe38754 - home: https://github.com/truecharts/apps/tree/master/charts/stable/statping - icon: https://truecharts.org/_static/img/appicons/statping-icon.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-4.0.28/statping-4.0.28.tgz - version: 4.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55288,43 +48784,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-02-02T14:15:00.204043062Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Strapi is the leading open-source headless CMS. It’s 100% JavaScript, - fully customizable and developer-first. - digest: 117674b4439668f02bf578d8361e8e21f51deb8a942b4b851724980de86ddee8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/strapi - icon: https://truecharts.org/_static/img/appicons/strapi-icon.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-1.0.1/strapi-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55474,40 +48933,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.51.0 - created: "2022-02-02T14:15:00.440428304Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes - digest: 6253fbdb721c57926fb58c261a6d94b52f18dfc8f9a3fd315fcb11772be7737e - home: https://github.com/truecharts/apps/charts/stable/synapse - icon: https://truecharts.org/_static/img/appicons/synapse-icon.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-1.0.2/synapse-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55815,37 +49240,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-02-02T14:15:00.693942286Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Synclounge is a third party tool that allows you to watch Plex in - sync with your friends/family, wherever you are. - digest: ab566e5d0cd02050a88bc9f5e385f71952034f35ceea220ace7021e015744d0e - home: https://github.com/truecharts/apps/tree/master/charts/stable/synclounge - icon: https://truecharts.org/_static/img/appicons/synclounge-icon.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-0.0.18/synclounge-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56033,38 +49427,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.18.6 - created: "2022-02-02T14:15:00.983809567Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: P2P file synchronization application - digest: 48f04839fa73d896ad127864f20a659f91e04d106758a4e8fc33b4af5d229f9b - home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing - icon: https://truecharts.org/_static/img/appicons/syncthing-icon.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-9.0.39/syncthing-9.0.39.tgz - version: 9.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56290,37 +49652,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.30.1 - created: "2022-02-02T14:15:01.2069692Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: syslog-ng allows you to flexibly collect, parse, classify, rewrite - and correlate logs. - digest: 1d85bd6943013db422b4866453e260b3e5b8bc2c66bb9d1f103b4da1cbd3cefa - home: https://github.com/truecharts/apps/tree/master/charts/stable/syslog-ng - icon: https://truecharts.org/_static/img/appicons/syslog-ng-icon.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-0.0.18/syslog-ng-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56508,37 +49839,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.8.1 - created: "2022-02-02T14:15:01.500725713Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A Python based monitoring and tracking tool for Plex Media Server - digest: 34ba93ec28c7e01f54f16bf27c49edeaa69e7b7ef4da74af638343b30bdf468b - home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli - icon: https://truecharts.org/_static/img/appicons/tautulli-icon.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-9.0.38/tautulli-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56726,39 +50026,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.13 - created: "2022-02-02T14:15:01.995136375Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Audio/Video library transcoding automation - digest: 33d33b482fdb63da8fdbd234b07ce345f4cc0de0c77026a8068de8f84fc6eeda - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr - icon: https://truecharts.org/_static/img/appicons/tdarr-icon.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-1.0.42/tdarr-1.0.42.tgz - version: 1.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57024,39 +50291,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.13 - created: "2022-02-02T14:15:02.295073338Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Audio/Video library transcoding automation - digest: b0b33416e0667d81739929264c70bafcaa06c5c4e40ca32903d851f805c397d0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node - icon: https://truecharts.org/_static/img/appicons/tdarr-node-icon.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-1.0.42/tdarr-node-1.0.42.tgz - version: 1.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57322,40 +50556,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-02-02T14:15:02.677321528Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: TeamSpeak is software for quality voice communication via the Internet. - digest: 09b90603bcf78323c491c43e90a52d273d961ed1352059f5b3230f9bfe0e9638 - home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 - icon: https://truecharts.org/_static/img/appicons/teamspeak3-icon.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-2.0.36/teamspeak3-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57493,43 +50693,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-02-02T14:15:03.176162454Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Teedy is an open source, lightweight document management system for - individuals and businesses. - digest: 4310806d6f6a2a155226e31ee7575bb724fb0d960ce202c248bae50f05339c5e - home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy - icon: https://truecharts.org/_static/img/appicons/teedy-icon.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-4.0.29/teedy-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57753,39 +50916,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-02-02T14:15:03.412260119Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: The Lounge, modern web IRC client designed for self-hosting - digest: 78138964b8ba703698a2c98405cbc5b3b3ac76b46c3409e2b1c0a2f6e467827c - home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge - icon: https://truecharts.org/_static/img/appicons/thelounge-icon.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-4.0.38/thelounge-4.0.38.tgz - version: 4.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57952,41 +51082,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.14" - created: "2022-02-02T14:15:03.743615332Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Traccar is an open source GPS tracking system. - digest: 43e425285fd4e857c1e1d9e37ff393d8f15780efeb57862d40a7f17d301f92be - home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar - icon: https://truecharts.org/_static/img/appicons/traccar-icon.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-4.0.28/traccar-4.0.28.tgz - version: 4.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58163,39 +51258,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.0 - created: "2022-02-02T14:15:03.949729187Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Traefik is a flexible reverse proxy and Ingress Provider. - digest: 32cd1ffb910709d3e3e4c32aa23f7b1cf817cf11bebc7dc6332dbaeb6cd53e5f - home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik - icon: https://truecharts.org/_static/img/appicons/traefik-icon.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-10.0.52/traefik-10.0.52.tgz - version: 10.0.52 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58659,39 +51721,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-02-02T14:15:04.270809963Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: API Support for your favorite torrent trackers. - digest: 919dde3a077ae5c5ad694d0b8b6971eaf748eeb4a9318730dfb7233488be1737 - home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission - icon: https://truecharts.org/_static/img/appicons/transmission-icon.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-10.0.18/transmission-10.0.18.tgz - version: 10.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58891,41 +51920,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.49.5 - created: "2022-02-02T14:15:04.508881435Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Trilium Notes is a hierarchical note taking application with focus - on building large personal knowledge bases. - digest: f63d7ecaa0c4c20e178d8cf93c65c32e7c5f27ebd1a6ed6fcc94148675c6f2f4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/trilium-notes - icon: https://truecharts.org/_static/img/appicons/trilium-notes-icon.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-1.0.5/trilium-notes-1.0.5.tgz - version: 1.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59032,36 +52026,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.0.2 - created: "2022-02-02T14:15:04.797544692Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Aggregated management of TrueNAS devices - digest: c9ac5916ddebba556f035d2eb2337f744c83cd6cb16af0ca3e79808f7215d6ad - home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand - icon: https://truecharts.org/_static/img/appicons/truecommand-icon.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-9.0.37/truecommand-9.0.37.tgz - version: 9.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59213,40 +52177,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.9090.0 - created: "2022-02-02T14:15:05.057315643Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) - reader and aggregator - digest: cb2adcfb07c6323729fe11ef94e1070adf0b0aa30c98bac51d03552aae8b62e5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss - icon: https://truecharts.org/_static/img/appicons/tt-rss-icon.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-4.0.39/tt-rss-4.0.39.tgz - version: 4.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59554,39 +52484,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-02-02T14:15:05.430897511Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: TVheadend - a TV streaming server and digital video recorder - digest: 36d33a071c218b81abf2ce6122229994f9a549898e275f41427102e77a5a91f7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend - icon: https://truecharts.org/_static/img/appicons/tvheadend-icon.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-10.0.36/tvheadend-10.0.36.tgz - version: 10.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59720,41 +52617,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-02-02T14:15:05.69229644Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. - No ads, no tracking, your content, your data! - digest: 8fef0a797d2b2c0ba30acab7769008893a29c9b95f7df5a43eb9775133a4659f - home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt - icon: https://truecharts.org/_static/img/appicons/twtxt-icon.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-1.0.36/twtxt-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59896,37 +52758,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-02-02T14:15:05.944959632Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Ubooquity is a free, lightweight and easy-to-use home server for - your comics and ebooks. - digest: 2bf65e00b926bdd1bfae2b113d7fcf5861fde82be8bbb24e0e1927e0e46aa8cc - home: https://github.com/truecharts/apps/tree/master/charts/stable/ubooquity - icon: https://truecharts.org/_static/img/appicons/ubooquity-icon.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-0.0.17/ubooquity-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60090,13 +52921,13 @@ entries: truecharts.org/grade: U apiVersion: v2 appVersion: 6.5.55 - created: "2022-02-02T14:15:06.219974192Z" + created: "2022-02-02T20:24:33.922022736Z" dependencies: - name: common repository: https://truecharts.org version: 8.14.4 description: Ubiquiti Network's Unifi Controller - digest: 0d4478fac6f82431d7ba64250d8ec8c4bdfc2345ecdd943d01bc785e9946826b + digest: dfeab9662919a5cabdef55ddb43cdf5efbf86767e0110193e73f4f4a27f7e957 home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi icon: https://truecharts.org/_static/img/appicons/unifi-icon.png keywords: @@ -60113,8 +52944,8 @@ entries: - https://unifi-network.ui.com type: application urls: - - https://github.com/truecharts/apps/releases/download/unifi-9.0.41/unifi-9.0.41.tgz - version: 9.0.41 + - https://github.com/truecharts/apps/releases/download/unifi-9.0.42/unifi-9.0.42.tgz + version: 9.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60372,36 +53203,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-02-02T14:15:06.629544559Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Unmanic is a simple tool for optimising your file library. - digest: 4b3ecc00b4c1012467331fc58a3d31e74d1ae36e96e5c7eeff119eebe6575ec7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/unmanic - icon: https://truecharts.org/_static/img/appicons/unmanic-icon.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-1.0.2/unmanic-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60463,43 +53264,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-02-02T14:15:06.874790196Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: 2f82def0e62462a2f5b07d1d256c79846d59346f2ad16a3494569272042999ec - home: https://github.com/truecharts/apps/tree/master/charts/stable/unpackrr - icon: https://truecharts.org/_static/img/appicons/unpackerr-icon.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-4.0.38/unpackerr-4.0.38.tgz - version: 4.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60723,40 +53487,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-02-02T14:15:07.077361213Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Collect ALL UniFi Controller, Site, Device & Client Data - Export - to InfluxDB or Prometheus - digest: 7455560a8339c4dbf4392ade1ec0caa3b9165c8e019f17bd7c8b3845860854ce - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/unifi-poller - icon: https://truecharts.org/_static/img/appicons/unpoller-icon.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-1.0.28/unpoller-1.0.28.tgz - version: 1.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60928,37 +53658,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.11.3 - created: "2022-02-02T14:15:07.303447306Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A fancy self-hosted monitoring tool - digest: 079a41de7deb68eeeea54e99bce8f1eaac51521ed85f7506613259b6fc8be311 - home: https://github.com/louislam/uptime-kuma - icon: https://truecharts.org/_static/img/appicons/uptime-kuma-icon.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-1.0.37/uptime-kuma-1.0.37.tgz - version: 1.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -61084,40 +53783,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-02-02T14:15:07.584693412Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Prometheus Exporter for the official uptimerobot CLI - digest: a88e4f6ee2684b47898bc6c1ce74ba6bb515a3502341f3f5c09f70ba36aefaf1 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/uptimerobot-prometheus - icon: https://truecharts.org/_static/img/appicons/uptimerobot-prometheus-icon.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-2.0.17/uptimerobot-prometheus-2.0.17.tgz - version: 2.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -61289,37 +53954,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptimerobot-prometheus-2.0.0/uptimerobot-prometheus-2.0.0.tgz version: 2.0.0 valheim: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-02-02T14:15:07.814426133Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Valheim dedicated gameserver with automatic update and world backup - support - digest: 912363d28714176e52f24b6522310f11b1874334ff00a4e9afa6e4e2c815ffb9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/valheim - icon: https://truecharts.org/_static/img/appicons/valheim-icon.png - keywords: - - valheim - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: valheim - sources: - - https://github.com/lloesche/valheim-server-docker - - https://hub.docker.com/r/lloesche/valheim-server - urls: - - https://github.com/truecharts/apps/releases/download/valheim-2.0.18/valheim-2.0.18.tgz - version: 2.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -61507,45 +54141,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-02-02T14:15:08.075372787Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Unofficial Bitwarden compatible server written in Rust - digest: a5bcdc77066bf27d516b1710075d624e0b3b5dd1ee1db2c67b8bb149aae186b0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden - icon: https://truecharts.org/_static/img/appicons/vaultwarden-icon.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-13.0.31/vaultwarden-13.0.31.tgz - version: 13.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -61859,36 +54454,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-02-02T14:15:08.485144756Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Webgrabplus is a multi-site incremental xmltv epg grabber. - digest: dc34a925efd33f3cc7dd43620f84f3c911e622eb427394ca58c79b975f7a5a2a - home: https://github.com/truecharts/apps/tree/master/charts/stable/webgrabplus - icon: https://truecharts.org/_static/img/appicons/webgrabplus-icon.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-0.0.18/webgrabplus-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -62070,47 +54635,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-02-02T14:15:08.77543633Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.65 - description: Weblate is a copylefted libre software web-based continuous localization - system - digest: 4abf109c9ce6947589bb77973bb0122ce5b4d3011020f5e67f7dbf14df40779e - home: https://github.com/truecharts/apps/tree/master/charts/stable/weblate - icon: https://truecharts.org/_static/img/appicons/weblate-icon.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-1.0.1/weblate-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -62235,38 +54759,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.0 - created: "2022-02-02T14:15:09.064943898Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: A self-hosted, ad-free, privacy-respecting metasearch engine - digest: c536010807af8a70decaff61692fb4e2ae8d6d772c2f737b7d037ac3bd9eac0f - home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle - icon: https://truecharts.org/_static/img/appicons/whoogle-icon.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-1.0.37/whoogle-1.0.37.tgz - version: 1.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -62396,42 +54888,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.274 - created: "2022-02-02T14:15:10.39107203Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.60 - description: Make documentation a joy to write using Wiki.js's beautiful and intuitive - interface! - digest: 86fe5377ca8033aea868723f89ec35e2aca354c648a9b2db6040b0954240990c - home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs - icon: https://truecharts.org/_static/img/appicons/wikijs-icon.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-4.0.32/wikijs-4.0.32.tgz - version: 4.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -62721,37 +55177,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: 2.4.5 - created: "2022-02-02T14:15:10.68367451Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Wireshark is the world’s foremost and widely-used network protocol - analyzer. - digest: 939b2c88e6ad17f7f3800680376d62e21c0c70e54be3775d023fe530394d23ad - home: https://github.com/truecharts/apps/tree/master/charts/stable/wireshark - icon: https://truecharts.org/_static/img/appicons/wireshark-icon.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-0.0.17/wireshark-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -62908,41 +55333,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-02-02T14:15:10.905334157Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.63 - description: XBackBone is a simple, self-hosted, lightweight PHP file manager - digest: ef1e89ed63142dabfa5c179d5448523a4eefd4eb2ef4b1cf66578ba00f3d787b - home: https://github.com/truechartsapps/tree/master/charts/stable/xbackbone - icon: https://truecharts.org/_static/img/appicons/xbackbone-icon.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-0.0.26/xbackbone-0.0.26.tgz - version: 0.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -63119,39 +55509,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-02-02T14:15:11.142767022Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: M3U Proxy for Plex DVR and Emby Live TV. - digest: 1be5a5904ca4818eeb281de45e0191da0184ecd543b24fa93cedf6dd107d1321 - home: https://github.com/truechartsapps/tree/master/charts/stable/xteve - icon: https://truecharts.org/_static/img/appicons/xteve-icon.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-4.0.36/xteve-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -63285,38 +55642,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.22.2 - created: "2022-02-02T14:15:11.410128009Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Bridges events and allows you to control your Zigbee devices via - MQTT - digest: d3ae244280374057f84c81d5a44a2192b78f41a6eddca788fa03a1fb4fc067b3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt - icon: https://truecharts.org/_static/img/appicons/zigbee2mqtt-icon.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-1.0.38/zigbee2mqtt-1.0.38.tgz - version: 1.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -63478,37 +55803,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-02-02T14:15:11.621803282Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - 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: 7a5ed3367a3cae0132876b799fa5b312cd150db60aef4d1ecd6a4974c4c0fc6f - home: https://github.com/truecharts/apps/tree/master/charts/stable/znc - icon: https://truecharts.org/_static/img/appicons/znc-icon.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-0.0.17/znc-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -63665,41 +55959,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.4.1 - created: "2022-02-02T14:15:11.826995707Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.14.4 - description: Fully configurable Zwave to MQTT gateway and Control Panel using - NodeJS and Vue - digest: 2967c503a682fd5e74d6924dfec03186733fc24161173a770f9ce35507309575 - home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt - icon: https://truecharts.org/_static/img/appicons/zwavejs2mqtt-icon.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-9.0.46/zwavejs2mqtt-9.0.46.tgz - version: 9.0.46 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -63980,4 +56239,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-02-02T14:15:11.835943074Z" +generated: "2022-02-02T20:24:33.927361496Z"