diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md index 38a71cc1ce4..d75c0698cb5 100644 --- a/charts/library/common/CHANGELOG.md +++ b/charts/library/common/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog
+ +### [common-8.3.16](https://github.com/truecharts/apps/compare/common-8.3.15...common-8.3.16) (2021-10-26) + +#### Chore + +* update bitnami/postgresql:14.0.0 docker digest to 6737f46 ([#1243](https://github.com/truecharts/apps/issues/1243)) +* update major docker tags (major) ([#1235](https://github.com/truecharts/apps/issues/1235)) + + + ### [common-8.3.15](https://github.com/truecharts/apps/compare/common-8.3.14...common-8.3.15) (2021-10-26) diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md index cdee1a36e43..c36f2c77e9d 100644 --- a/charts/library/common/helm-values.md +++ b/charts/library/common/helm-values.md @@ -158,7 +158,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | postgresqlImage | object | See below | postgresql specific configuration | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy | | postgresqlImage.repository | string | `"bitnami/postgresql"` | Specify the postgresql image | -| postgresqlImage.tag | string | `"13.4.0@sha256:bb3930e910886892d023bce133612e11a90c238d8b1f57125809b740b0f70f82"` | Specify the postgresql image tag | +| postgresqlImage.tag | string | `"14.0.0@sha256:6737f46e3ffebbf384e9f4024120844dae9b270454954243dbf98cca41b3e17c"` | Specify the postgresql image tag | | priorityClassName | string | `nil` | | | probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | | probes.liveness | object | See below | Liveness probe configuration | diff --git a/charts/stable/postgresql/CHANGELOG.md b/charts/stable/postgresql/CHANGELOG.md index bbadef3c17d..b6b331d3ba0 100644 --- a/charts/stable/postgresql/CHANGELOG.md +++ b/charts/stable/postgresql/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-5.1.2](https://github.com/truecharts/apps/compare/postgresql-5.1.1...postgresql-5.1.2) (2021-10-26) + +#### Chore + +* update bitnami/postgresql:14.0.0 docker digest to 6737f46 ([#1243](https://github.com/truecharts/apps/issues/1243)) + + + ### [postgresql-5.1.1](https://github.com/truecharts/apps/compare/postgresql-5.1.0...postgresql-5.1.1) (2021-10-26) diff --git a/charts/stable/postgresql/helm-values.md b/charts/stable/postgresql/helm-values.md index 6c5c195cbff..dfe10a418b7 100644 --- a/charts/stable/postgresql/helm-values.md +++ b/charts/stable/postgresql/helm-values.md @@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | -| image.tag | string | `"14.0.0@sha256:3076561d591ccd3a3629851997bef40a92eee9e7686de33b586efc8d35e7d9ca"` | | +| image.tag | string | `"14.0.0@sha256:6737f46e3ffebbf384e9f4024120844dae9b270454954243dbf98cca41b3e17c"` | | | persistence.db.accessMode | string | `"ReadWriteOnce"` | | | persistence.db.enabled | bool | `true` | | | persistence.db.mountPath | string | `"/bitnami/postgresql"` | | diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md index cdee1a36e43..c36f2c77e9d 100644 --- a/docs/apps/common/helm-values.md +++ b/docs/apps/common/helm-values.md @@ -158,7 +158,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | postgresqlImage | object | See below | postgresql specific configuration | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | Specify the postgresql image pull policy | | postgresqlImage.repository | string | `"bitnami/postgresql"` | Specify the postgresql image | -| postgresqlImage.tag | string | `"13.4.0@sha256:bb3930e910886892d023bce133612e11a90c238d8b1f57125809b740b0f70f82"` | Specify the postgresql image tag | +| postgresqlImage.tag | string | `"14.0.0@sha256:6737f46e3ffebbf384e9f4024120844dae9b270454954243dbf98cca41b3e17c"` | Specify the postgresql image tag | | priorityClassName | string | `nil` | | | probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | | probes.liveness | object | See below | Liveness probe configuration | diff --git a/docs/apps/stable/postgresql/CHANGELOG.md b/docs/apps/stable/postgresql/CHANGELOG.md index bbadef3c17d..b6b331d3ba0 100644 --- a/docs/apps/stable/postgresql/CHANGELOG.md +++ b/docs/apps/stable/postgresql/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-5.1.2](https://github.com/truecharts/apps/compare/postgresql-5.1.1...postgresql-5.1.2) (2021-10-26) + +#### Chore + +* update bitnami/postgresql:14.0.0 docker digest to 6737f46 ([#1243](https://github.com/truecharts/apps/issues/1243)) + + + ### [postgresql-5.1.1](https://github.com/truecharts/apps/compare/postgresql-5.1.0...postgresql-5.1.1) (2021-10-26) diff --git a/docs/apps/stable/postgresql/helm-values.md b/docs/apps/stable/postgresql/helm-values.md index 6c5c195cbff..dfe10a418b7 100644 --- a/docs/apps/stable/postgresql/helm-values.md +++ b/docs/apps/stable/postgresql/helm-values.md @@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | -| image.tag | string | `"14.0.0@sha256:3076561d591ccd3a3629851997bef40a92eee9e7686de33b586efc8d35e7d9ca"` | | +| image.tag | string | `"14.0.0@sha256:6737f46e3ffebbf384e9f4024120844dae9b270454954243dbf98cca41b3e17c"` | | | persistence.db.accessMode | string | `"ReadWriteOnce"` | | | persistence.db.enabled | bool | `true` | | | persistence.db.mountPath | string | `"/bitnami/postgresql"` | | diff --git a/docs/index.yaml b/docs/index.yaml index cfbc597e685..e162081670f 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,37 +1,6 @@ apiVersion: v1 entries: airsonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.6.2 - created: "2021-10-26T16:00:14.698447717Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Airsonic is a Free and Open Source community driven media server - digest: 7a747e7774b5a71012c8e2c390017fcc764820fdf0657c79f0066d5f0e43bc52 - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png - keywords: - - airsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/airsonic-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2045,35 +2014,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-1.0.0/airsonic-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.9 - created: "2021-10-26T16:00:14.940376097Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Expose all events from an Amcrest device to an MQTT broker - digest: 45dbcbebc6c4a8157d5e2a45fe8581a9f8dbb421fbe812d45aa21dd6979dbf34 - home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt - icon: https://raw.githubusercontent.com/k8s-at-home/organization/main/logo/k8s-at-home-400.png - keywords: - - amcrest2mqtt - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: amcrest2mqtt - sources: - - https://github.com/dchesterton/amcrest2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.1/amcrest2mqtt-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2229,38 +2169,6 @@ entries: - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-0.0.2/amcrest2mqtt-0.0.2.tgz version: 0.0.2 apache-musicindex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.1 - created: "2021-10-26T16:00:15.189873085Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Index and stream music using apache-musicindex and m3u playlists - digest: 6c756fb2f6771b0bcd68458ede553d84e44caa3289ef94350f254d402e5bb0ff - home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex - icon: https://en.wikipedia.org/wiki/Apache_HTTP_Server#/media/File:Apache_HTTP_server_logo_(2019-present).svg - keywords: - - apache-musicindex - - streaming - - m3u - - playlist - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: apache-musicindex - sources: - - http://hacks.slashdirt.org/sw/musicindex/ - urls: - - https://github.com/truecharts/apps/releases/download/apache-musicindex-2.0.1/apache-musicindex-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2434,43 +2342,6 @@ entries: - https://github.com/truecharts/apps/releases/download/apache-musicindex-0.0.2/apache-musicindex-0.0.2.tgz version: 0.0.2 appdaemon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.1.0 - created: "2021-10-26T16:00:15.417617848Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: cdddd16c3c1bf86f6652295c6c1ddf570b06507dc1552e5f35471c55055f6f92 - home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon - icon: https://github.com/hassio-addons/addon-appdaemon/blob/main/appdaemon/icon.png?raw=true - keywords: - - appdaemon - - homeautomation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-6.0.1/appdaemon-6.0.1.tgz - version: 6.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5426,35 +5297,6 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz version: 0.1.3 aria2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-10-26T16:00:15.744820726Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: aria server for downloading web content - digest: 67846240dc5d1d2e601a79694d44b6f18cf3a2e2022ce3b8a0b5aeb8eb857c6a - home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2 - icon: https://avatars.githubusercontent.com/u/13545224?s=200&v=4 - keywords: - - aria2 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: aria2 - sources: - - https://github.com/P3TERX/Aria2-Pro-Docker - urls: - - https://github.com/truecharts/apps/releases/download/aria2-2.0.1/aria2-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5639,41 +5481,6 @@ entries: - https://github.com/truecharts/apps/releases/download/aria2-0.0.2/aria2-0.0.2.tgz version: 0.0.2 audacity: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.2 - created: "2021-10-26T16:00:15.999990621Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: An easy-to-use, multi-track audio editor and recorder - digest: d43bacdd0c8c6c191063e84e176252f3d12af30f85a9efdd3ccd291e48a2e5d1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png - keywords: - - audacity - - music - - recorder - - editor - - audio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/audacity-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5865,55 +5672,6 @@ entries: - https://github.com/truecharts/apps/releases/download/audacity-0.0.2/audacity-0.0.2.tgz version: 0.0.2 authelia: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.32.2 - created: "2021-10-26T16:00:16.256904218Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - - condition: redis.enabled - name: redis - repository: https://charts.bitnami.com/bitnami - version: 15.5.1 - description: Authelia is a Single Sign-On Multi-Factor portal for web apps - digest: f6de4e54d7d40ee8c3687c93cd1af1a3cf3de2c8e21e695194fac44e5c72ed18 - home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia - icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4 - 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: 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-7.0.1/authelia-7.0.1.tgz - version: 7.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9558,46 +9316,6 @@ entries: - https://github.com/truecharts/apps/releases/download/authelia-0.0.1/authelia-0.0.1.tgz version: 0.0.1 babybuddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.0 - created: "2021-10-26T16:00:16.50995591Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - 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: 775543492feaccaf21c642f9926d49289238999341c7010dcc563e35e7788efc - home: https://github.com/truecharts/apps/tree/main/charts/babybuddy - icon: https://github.com/babybuddy/babybuddy/raw/master/babybuddy/static_src/logo/icon.png - keywords: - - baby - - buddy - - tracker - - parents - - parenting - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.1/babybuddy-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9829,46 +9547,6 @@ entries: - https://github.com/truecharts/apps/releases/download/babybuddy-0.0.1/babybuddy-0.0.1.tgz version: 0.0.1 bazarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0 - created: "2021-10-26T16:00:16.738397374Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Bazarr is a companion application to Sonarr and Radarr. It manages - and downloads subtitles based on your requirements - digest: 9b19405ee50b320a3f21e8bc0c5093ac8cabd42989c5116d30175b899de42325 - home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png - keywords: - - bazarr - - radarr - - sonarr - - subtitles - - usenet - - torrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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.1/bazarr-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13128,41 +12806,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bazarr-3.1.5/bazarr-3.1.5.tgz version: 3.1.5 beets: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-10-26T16:00:16.974587347Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A music library manager and not, for the most part, a music player. - digest: 24ef094c942b782136f307b8165df2c575584ef9946fb6fccdc971a19b99f541 - home: https://github.com/truecharts/apps/tree/master/charts/stable/beets - icon: https://github.com/truecharts/apps/raw/main/images/beets.png - keywords: - - music - - library - - manager - - player - - beets - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/beets-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13623,38 +13266,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bitwarden-1.2.5/bitwarden-1.2.5.tgz version: 1.2.5 booksonic-air: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2009.1.0 - created: "2021-10-26T16:00:17.20218341Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Booksonic is a platform for accessing the audibooks you own wherever - you are - digest: a2e825edd6e8d8bfded5470a6c20d2abda2f7945aa523722871c757352b43566 - home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png - keywords: - - booksonic - - audiobook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: booksonic-air - sources: - - https://github.com/popeen/Booksonic-Air - - https://hub.docker.com/r/linuxserver/booksonic-air - urls: - - https://github.com/truecharts/apps/releases/download/booksonic-air-4.0.1/booksonic-air-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15205,36 +14816,6 @@ entries: - https://github.com/truecharts/apps/releases/download/booksonic-air-1.0.1/booksonic-air-1.0.1.tgz version: 1.0.1 calibre: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.26.0 - created: "2021-10-26T16:00:17.434186178Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Calibre is a powerful and easy to use e-book manager. - digest: 3999e06d936a2da86a32231564f700f651bcd4882fb1ea37fdb2c57d9631658a - home: https://github.com/truechartsapps/tree/master/charts/stable/calibre - icon: https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.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-4.0.1/calibre-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16771,40 +16352,6 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-1.0.1/calibre-1.0.1.tgz version: 1.0.1 calibre-web: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.12 - created: "2021-10-26T16:00:17.657193036Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Calibre-Web is a web app providing a clean interface for browsing, - reading and downloading eBooks using an existing Calibre database. - digest: a6a8b202c729f1553909b7b179175fba2df7878a90d82720803a078b3b50af2e - home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre-web - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png - keywords: - - calibre-web - - calibre - - ebook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/calibre-web-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19425,41 +18972,6 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-web-3.1.5/calibre-web-3.1.5.tgz version: 3.1.5 cloud9: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.29.2 - created: "2021-10-26T16:00:17.907138882Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A complete web based IDE with terminal access - digest: edf88c6e982ba47660f3e9582399c640f1c3ebd2a9f48548176093829b0abea9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9 - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png - keywords: - - cloud9 - - ide - - terminal - - web - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/cloud9-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19651,40 +19163,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cloud9-0.0.2/cloud9-0.0.2.tgz version: 0.0.2 code-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.11.1 - created: "2021-10-26T16:00:18.145236159Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Run VS Code on any machine anywhere and access it in the browser. - digest: 6ec8f9e4f667887c339b23dfa0578752b857a9b4b0e9622dcf038b056e0b2a04 - home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server - icon: https://github.com/truecharts/apps/raw/main/images/code-server.jpg - keywords: - - code - - vs - - visual studio - - vscode - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: code-server - sources: - - https://github.com/cdr/code-server - - https://hub.docker.com/r/linuxserver/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/code-server-2.0.1/code-server-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19870,44 +19348,6 @@ entries: - https://github.com/truecharts/apps/releases/download/code-server-0.0.2/code-server-0.0.2.tgz version: 0.0.2 collabora-online: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.13.3 - created: "2021-10-26T16:00:18.368628207Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Collabora Online Development Edition – an awesome, Online Office - suite image suitable for home use. - digest: 319fbcd648990d152cea94e9e457369a7d0709b1ab198eaff0bdbde2dba55a84 - home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online - icon: https://truecharts.org/_static/img/collabora-icon.png - keywords: - - collabora-online - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: 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-9.0.1/collabora-online-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22997,6 +22437,27 @@ entries: - https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz version: 3.1.5 common: + - apiVersion: v2 + appVersion: latest + created: "2021-10-26T16:19:54.583760924Z" + description: Function library for TrueCharts + digest: a2581f858b944be261aab7c77904eae543b4859e934638fbe045c24b939c2d82 + home: https://github.com/truecharts/apps/tree/master/charts/common + icon: https://avatars.githubusercontent.com/u/76400755 + keywords: + - truecharts + - library-chart + - common + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: common + type: library + urls: + - https://github.com/truecharts/apps/releases/download/common-8.3.16/common-8.3.16.tgz + version: 8.3.16 - apiVersion: v2 appVersion: latest created: "2021-10-26T11:55:38.923240919Z" @@ -26983,35 +26444,6 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz version: 2.0.0 cryptofolio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0 - created: "2021-10-26T16:00:18.584242138Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Track your cryptocurrency holdings/portfolio - digest: 5aa99262cb6ac30c08c75f83154ab6836ef4d79dc3f863edf5ec379f64e2578e - home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio - icon: https://raw.githubusercontent.com/Xtrendence/Cryptofolio/main/website/assets/img/Logo.png - keywords: - - cryptofolio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: cryptofolio - sources: - - https://github.com/Xtrendence/cryptofolio - urls: - - https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.1/cryptofolio-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27167,36 +26599,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cryptofolio-0.0.2/cryptofolio-0.0.2.tgz version: 0.0.2 custom-app: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - custom - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.19.68 - created: "2021-10-26T16:00:18.831833934Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Advanced tool to create your own TrueCharts-based App - digest: 6d9e6e0cddd23f9691c0847c4744f807cc5a37a1e74fe574938711a3c0a68538 - home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - icon: https://truecharts.org/_static/img/custom-app-icon.png - keywords: - - custom - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/custom-app-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28138,40 +27540,6 @@ entries: - https://github.com/truecharts/apps/releases/download/custom-app-0.0.1/custom-app-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: "2021-10-26T16:00:19.053953479Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: An FTP automation tool that periodically scans given host locations - for new files. - digest: c2e4e4f8a1a2e2bd9dc4190d94943b68f58105da541c5f3a701669b3518b1147 - home: https://github.com/truecharts/apps/tree/master/charts/stable/davos - icon: https://github.com/linuxserver/davos/raw/master/src/main/resources/static/android-chrome-192x192.png - keywords: - - davos - - ftp - - automation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/davos-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28357,40 +27725,6 @@ entries: - https://github.com/truecharts/apps/releases/download/davos-0.0.2/davos-0.0.2.tgz version: 0.0.2 deconz: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.01 - created: "2021-10-26T16:00:19.265079502Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: 42d13a9bb22591f78293a2652fe7fd2cd7fc683d88fd2b909b8608e132b74de2 - home: https://github.com/truechartsapps/tree/master/charts/stable/deconz - icon: https://avatars1.githubusercontent.com/u/4217524?s=400&v=4 - 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-4.0.1/deconz-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30118,42 +29452,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deconz-1.0.1/deconz-1.0.1.tgz version: 1.0.1 deepstack-cpu: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: cpu - created: "2021-10-26T16:00:19.486542945Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: 4662b6d1d3568e949f4bb99bdfd3eb7a877b83558feb0c7a7e4128ece0955293 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-cpu - icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png - keywords: - - AI - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: truecharts.org - name: deepstack-cpu - 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-cpu-7.0.1/deepstack-cpu-7.0.1.tgz - version: 7.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32906,42 +32204,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-cpu-1.0.3/deepstack-cpu-1.0.3.tgz version: 1.0.3 deepstack-gpu: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: gpu - created: "2021-10-26T16:00:19.712483298Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: 7b86f3ee603f8e90999938292cbe6b479fe0a2a70b51197c5ec3cdd2fea448ff - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-gpu - icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png - keywords: - - AI - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: truecharts.org - name: deepstack-gpu - 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-gpu-2.0.1/deepstack-gpu-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33108,38 +32370,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-gpu-1.0.0/deepstack-gpu-1.0.0.tgz version: 1.0.0 deluge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.3 - created: "2021-10-26T16:00:19.93366734Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Deluge App for TrueNAS SCALE - digest: 2987cc03fbb6b191100bd447250b4f5caa1696989af70dbb477728472a0bfb05 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge - icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200 - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: deluge - sources: - - https://github.com/deluge-torrent/deluge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deluge-9.0.1/deluge-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35621,41 +34851,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deluge-3.1.5/deluge-3.1.5.tgz version: 3.1.5 digikam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.3.0 - created: "2021-10-26T16:00:20.15824829Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Professional Photo Management with the Power of Open Source - digest: 86866108539b7ff103f63d4e9671698bda7467f87a60aec31f8848cd1553817c - home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png - keywords: - - digikam - - photo - - management - - image - - gallery - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/digikam-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35847,37 +35042,6 @@ entries: - https://github.com/truecharts/apps/releases/download/digikam-0.0.2/digikam-0.0.2.tgz version: 0.0.2 dizquetv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-10-26T16:00:20.367068508Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Create live TV channel streams from media on your Plex servers. - digest: 0f356795828ea122584fdfa15ae6801ef9dab311c01439e3e20821025570c389 - home: https://github.com/truechartsapps/tree/master/charts/stable/dizquetv - icon: https://github.com/vexorian/dizquetv/raw/main/resources/dizquetv.png?raw=true - 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-4.0.1/dizquetv-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37345,40 +36509,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-1.0.1/dizquetv-1.0.1.tgz version: 1.0.1 doublecommander: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.2 - created: "2021-10-26T16:00:20.593648262Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A free cross platform open source file manager with two panels side - by side. - digest: 4c5091a9997c9245455eb1ca15e2d77903860f715e2fdd23fb5deae440a04f1f - home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doublecommander-icon.png - keywords: - - doublecommander - - file - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/doublecommander-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37564,42 +36694,6 @@ entries: - https://github.com/truecharts/apps/releases/download/doublecommander-0.0.2/doublecommander-0.0.2.tgz version: 0.0.2 dsmr-reader: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest-202 - created: "2021-10-26T16:00:20.805694887Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: DSMR-protocol reader, telegram data storage and energy consumption - visualizer. - digest: 975aad26618ae5456595b70a2dd1055b97f0fcf27ae609f0169f9020f183dbbc - home: https://github.com/truecharts/apps/tree/master/charts/stable/dsmr-reader - icon: https://avatars2.githubusercontent.com/u/57727360?s=400&v=4 - keywords: - - dsmr-reader - - energy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.1/dsmr-reader-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37807,36 +36901,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dsmr-reader-0.0.1/dsmr-reader-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: "2021-10-26T16:00:21.015225106Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Store securely encrypted backups on cloud storage services! - digest: c5198628dd57d3e7cbac5746f61dc39df10a8dbf91e839d892c18d5d9a531323 - home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati - icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4 - 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.1/duplicati-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39328,42 +38392,6 @@ entries: - https://github.com/truecharts/apps/releases/download/duplicati-1.0.1/duplicati-1.0.1.tgz version: 1.0.1 emby: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.6.4.0 - created: "2021-10-26T16:00:21.224092024Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Emby Server is a home media server - digest: d644a88d0fb184165d84142a1149a317d12b336713ceb13580d6e0313f404e5f - home: https://github.com/truecharts/apps/master/stable/emby - icon: https://truecharts.org/_static/img/emby-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: dan.sheridan@postman.org.uk - name: djs52 - url: 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.1/emby-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42179,41 +41207,6 @@ entries: - https://github.com/truecharts/apps/releases/download/emby-3.1.5/emby-3.1.5.tgz version: 3.1.5 esphome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.10.2 - created: "2021-10-26T16:00:21.438162553Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: 391c6aa0d8cc1ca5bc4743105aa006bad42db72a82fe70f06afaee7950f28cf7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome - icon: https://esphome.io/_images/logo.svg - keywords: - - esphome - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 35702532+tprelog@users.noreply.github.com - name: tprelog - url: 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.1/esphome-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45163,46 +44156,6 @@ entries: - https://github.com/truecharts/apps/releases/download/esphome-3.1.5/esphome-3.1.5.tgz version: 3.1.5 etherpad: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.14 - created: "2021-10-26T16:00:21.659839297Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: A real-time collaborative editor scalable to thousands of simultaneous - real time users. - digest: 50e7b3048f1099348764cd5f53872758c1c58a4a1e3e06bb1c20c1b69882e4ba - home: https://github.com/truecharts/apps/tree/main/charts/etherpad - icon: https://github.com/truecharts/apps/raw/main/images/etherpad.jpg - keywords: - - etherpad - - editor - - notepad - - pad - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.1/etherpad-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45434,40 +44387,6 @@ entries: - https://github.com/truecharts/apps/releases/download/etherpad-0.0.1/etherpad-0.0.1.tgz version: 0.0.1 external-service: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.66.6 - created: "2021-10-26T16:00:21.891466261Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Allow external services to be used like Apps. - digest: 0ea38565b24cd281671029dd111ada2bb9c3b62143e381dac5f44435e24182f1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service - icon: https://truecharts.org/_static/img/external-service-icon.png - keywords: - - external-service - - reverse-proxy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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.1/external-service-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46668,41 +45587,6 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz version: 0.0.1 filezilla: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.51.0 - created: "2021-10-26T16:00:22.086119751Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A Helm chart for Kubernetes - digest: 6b7d9fe400a1db56c39bdd9731a4d5e6a89acedbbb8f435a3cd8f5871ed4e7c5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/filezilla-logo.png - keywords: - - filezilla - - ftp - - sftp - - ftps - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/filezilla-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46894,44 +45778,6 @@ entries: - https://github.com/truecharts/apps/releases/download/filezilla-0.0.2/filezilla-0.0.2.tgz version: 0.0.2 fireflyiii: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - finacial - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.5.12 - created: "2021-10-26T16:00:22.307401194Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: A free and open source personal finance manager - digest: 9067ac25c56c55971075d17eb8fc468eb743e0a95a05fb206134bd28f5c5e4c2 - home: https://github.com/firefly-iii/firefly-iii/ - icon: https://www.firefly-iii.org/assets/logo/color.png - keywords: - - fireflyiii - - finacial - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 20650065+warllo54@users.noreply.github.com - name: warllo54 - url: truecharts.org - name: fireflyiii - sources: - - https://github.com/firefly-iii/firefly-iii/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fireflyiii-12.0.1/fireflyiii-12.0.1.tgz - version: 12.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51606,45 +50452,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fireflyiii-1.0.1/fireflyiii-1.0.1.tgz version: 1.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: "2021-10-26T16:00:22.53521545Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: This is an all-in-one package for running a self-hosted Firefox Sync - server. - digest: 8a1fe2db2fe0870e962d0eac954ae5692f7a5fd05f9bab5fdbc2bcecf10ce349 - home: https://github.com/truecharts/apps/tree/main/charts/firefox-syncserver - icon: https://upload.wikimedia.org/wikipedia/en/0/01/Firefox_Sync_logo.png - keywords: - - server - - sync - - syncserver - - firefox - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.1/firefox-syncserver-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51870,37 +50677,6 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-syncserver-0.0.1/firefox-syncserver-0.0.1.tgz version: 0.0.1 flaresolverr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.1 - created: "2021-10-26T16:00:22.768291317Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: FlareSolverr is a proxy server to bypass Cloudflare protection - digest: 2079e8831cb00c3f0a22b0906a2f4fd7a99ae6515f4dc87eb96962459da40c60 - home: https://github.com/truechartsapps/tree/master/charts/stable/flaresolverr - icon: https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg - 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.1/flaresolverr-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53342,39 +52118,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flaresolverr-1.0.1/flaresolverr-1.0.1.tgz version: 1.0.1 flood: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.7.0 - created: "2021-10-26T16:00:23.001559084Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Flood is a monitoring service for various torrent clients - digest: 4b09467a019a4d66112e84787d545ecd8864e6dc192171b9838e5581a64b75ac - home: https://github.com/truechartsapps/tree/master/charts/stable/flood - icon: https://raw.githubusercontent.com/jesec/flood/master/flood.svg - 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.1/flood-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54954,40 +53697,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flood-1.0.1/flood-1.0.1.tgz version: 1.0.1 focalboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.0 - created: "2021-10-26T16:00:23.24457177Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Focalboard is an open source, self-hosted alternative to Trello, - Notion, and Asana. - digest: 77d7d1224bec164d2245f5e6c5d1f1c97ef46c887739a2706e5db70b6bdde3f2 - home: https://github.com/truechartsapps/tree/master/charts/stable/focalboard - icon: https://github.com/mattermost/focalboard/raw/main/webapp/static/favicon.svg - 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.1/focalboard-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56623,38 +55332,6 @@ entries: - https://github.com/truecharts/apps/releases/download/focalboard-1.0.1/focalboard-1.0.1.tgz version: 1.0.1 fossil: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.15.1 - created: "2021-10-26T16:00:23.460150302Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A simple, high-reliability, distributed software configuration management - system - digest: 0646c0c853d516fe8b4e95e38e1f4d34bd375d2f89e447d745102d9e1eecb0f2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil - icon: https://fossil-scm.org/home/doc/trunk/www/fossil3.gif - keywords: - - fossil - - scm - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: fossil - sources: - - https://fossil-scm.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fossil-2.0.1/fossil-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56828,41 +55505,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fossil-0.0.2/fossil-0.0.2.tgz version: 0.0.2 freeradius: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - auth - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.23 - created: "2021-10-26T16:00:23.672434127Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: OpenSource Radius implementation - digest: 28ac18fa54847454c15ebf83dbc922644912dbc4dfb9a8375afb03df8dd96377 - home: https://www.openldap.org - icon: https://networkradius.com/assets/img/FR-NR.svg - keywords: - - radius - - auth - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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.1/freeradius-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58374,38 +57016,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freeradius-1.0.0/freeradius-1.0.0.tgz version: 1.0.0 freshrss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.1 - created: "2021-10-26T16:00:23.897852779Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: FreshRSS is a self-hosted RSS feed aggregator - digest: 40db9ff89341376ada14b74d11ed251a830b549e9ebd9cfe0a46d68743787a7d - home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss - icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true - keywords: - - freshrss - - rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/freshrss-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60927,39 +59537,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freshrss-3.1.5/freshrss-3.1.5.tgz version: 3.1.5 gaps: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.8 - created: "2021-10-26T16:00:24.126093736Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. - digest: 8195b148fc3286c74aff9d8919cfa5089a454de6317ab42f8b617c00758b71d0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps - icon: https://raw.githubusercontent.com/JasonHHouse/gaps/master/images/Final-Black.png - keywords: - - gaps - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: gaps - sources: - - https://github.com/JasonHHouse/gaps - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gaps-9.0.1/gaps-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -63433,51 +62010,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-3.1.5/gaps-3.1.5.tgz version: 3.1.5 gitea: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GIT - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.15.5 - created: "2021-10-26T16:00:24.394938874Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - - condition: memcached.enabled - name: memcached - repository: https://charts.bitnami.com/bitnami - version: 5.15.7 - description: Self hosted GIT repositories - digest: 0e4b82779378c75536669a4f2152bffdbca791a13b756092c8892a6dbcd7987b - home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea - icon: https://docs.gitea.io/images/gitea.png - keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.1/gitea-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -64389,41 +62921,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gitea-0.0.1/gitea-0.0.1.tgz version: 0.0.1 golinks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 154c581 - created: "2021-10-26T16:00:24.6078558Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: 3b53ea6396c65371e82fdf3ef153e89d160c488b54f11c31e3c113fadab7c7fc - home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks - keywords: - - search - - browser - - bookmarks - - smart-bookmarks - - golinks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/golinks-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -64615,37 +63112,6 @@ entries: - https://github.com/truecharts/apps/releases/download/golinks-0.0.2/golinks-0.0.2.tgz version: 0.0.2 gonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.14.0 - created: "2021-10-26T16:00:24.941710269Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Music streaming server / subsonic server API implementation - digest: 2a317a3ef6204036311c102891826be4f6133802d0b6f23e2e6af68ae3e328ec - home: https://github.com/truechartsapps/tree/master/charts/stable/gonic - icon: https://raw.githubusercontent.com/sentriz/gonic/master/.github/logo.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.1/gonic-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66087,44 +64553,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-1.0.1/gonic-1.0.1.tgz version: 1.0.1 gotify: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.0 - created: "2021-10-26T16:00:25.169403725Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: a simple server for sending and receiving messages - digest: 8e7e4fc8c0c43bd03f3182b8bdd7b1025b1ebe99838c192a89bc48da88f6b9a2 - home: https://github.com/truecharts/apps/tree/main/charts/gotify - icon: https://gotify.net/img/logo.png - keywords: - - server - - gotify - - messages - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.1/gotify-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66344,40 +64772,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gotify-0.0.1/gotify-0.0.1.tgz version: 0.0.1 grav: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.18 - created: "2021-10-26T16:00:25.362550712Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A Fast, Simple, and Flexible, file-based Web-platform. - digest: 575e613087bca1d4b3a4e50b958ba2b614b7b024cfc50a7e8b9a9ec4be31c2db - home: https://github.com/truecharts/apps/tree/master/charts/stable/grav - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png - keywords: - - grav - - web - - platform - - file - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/grav-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66563,37 +64957,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grav-0.0.2/grav-0.0.2.tgz version: 0.0.2 grocy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Home-Automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.1.1 - created: "2021-10-26T16:00:25.584975357Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: ERP beyond your fridge - grocy is a web-based self-hosted groceries - & household management solution for your home - digest: ec3eeb405e4f461151ca7598cdb09fdf03094f6f7e7f2cffc4ff524a8fc901d2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grocy - icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: grocy - sources: - - https://github.com/grocy/grocy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grocy-9.0.1/grocy-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -68999,41 +67362,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grocy-3.1.5/grocy-3.1.5.tgz version: 3.1.5 handbrake: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.2 - created: "2021-10-26T16:00:25.794081434Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: HandBrake is a tool for converting video from nearly any format to - a selection of modern, widely supported codecs. - digest: 64bfc6701d1224e7a3ae016db08878cfc054ff6fa22b7fb0b16b4756d595b9e7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake - icon: https://handbrake.fr/img/logo.png - keywords: - - handbrake - - encode - - media - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-9.0.1/handbrake-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -72128,39 +70456,6 @@ entries: - https://github.com/truecharts/apps/releases/download/handbrake-3.1.5/handbrake-3.1.5.tgz version: 3.1.5 haste-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-10-26T16:00:26.030470952Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Simple text sharing - digest: 393cd8af018eb865c1c6b3356a8c8b177f8df4d036f4f10b28b4a2821b3b18ff - home: https://github.com/truecharts/apps/tree/master/charts/stable/haste - icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png - keywords: - - haste - - hastebin - - haste-server - - pastebin - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/haste-server-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -74216,40 +72511,6 @@ entries: - https://github.com/truecharts/apps/releases/download/haste-server-1.0.0/haste-server-1.0.0.tgz version: 1.0.0 headphones: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 58edc604 - created: "2021-10-26T16:00:26.235613028Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: An automated music downloader for NZB and Torrent, written in Python. - It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. - digest: c2b9c99553edcc4d1bc42a26884886fe798c7bd01f0d879b673201813098e73a - home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/headphones-banner.png - keywords: - - headphones - - music - - downloader - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/headphones-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -74435,40 +72696,6 @@ entries: - https://github.com/truecharts/apps/releases/download/headphones-0.0.2/headphones-0.0.2.tgz version: 0.0.2 healthchecks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.0 - created: "2021-10-26T16:00:26.458126928Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: 2c6246b3cdebb9409f872875fe39e7b79eefccc8015945f46ca39f59117fe476 - home: https://github.com/truechartsapps/tree/master/charts/stable/healthchecks - icon: https://avatars.githubusercontent.com/u/13053880?s=200&v=4 - 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-4.0.1/healthchecks-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -76278,34 +74505,6 @@ entries: - https://github.com/truecharts/apps/releases/download/healthchecks-1.0.1/healthchecks-1.0.1.tgz version: 1.0.1 heimdall: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.2 - created: "2021-10-26T16:00:26.676004621Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: An Application dashboard and launcher - digest: e00c97950c30109779fa0c2aa9625b1c8235df38c4f53193776911ff7fba2d9e - home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall - icon: https://i.imgur.com/mM4tcO5.png - keywords: - - heimdall - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: heimdall - type: application - urls: - - https://github.com/truecharts/apps/releases/download/heimdall-9.0.1/heimdall-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -78449,46 +76648,6 @@ entries: - https://github.com/truecharts/apps/releases/download/heimdall-3.1.5/heimdall-3.1.5.tgz version: 3.1.5 home-assistant: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - home-automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.10.6 - created: "2021-10-26T16:00:26.89072881Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: home-assistant App for TrueNAS SCALE - digest: d81cfdf7bd5602c567231a10bddccbf271386ce0ed8b614c0c26044e15cc4f94 - home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png - keywords: - - home-assistant - - hass - - homeassistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 35702532+tprelog@users.noreply.github.com - name: tprelog - url: 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-11.0.1/home-assistant-11.0.1.tgz - version: 11.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -82070,37 +80229,6 @@ entries: - https://github.com/truecharts/apps/releases/download/home-assistant-3.1.5/home-assistant-3.1.5.tgz version: 3.1.5 hyperion-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.0-alph - created: "2021-10-26T16:00:27.140590947Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Hyperion is an opensource Bias or Ambient Lighting implementation - digest: a7332582d407d2f777a5330af9926ea0f6b2a3063da33c30f7334d4dd5123121 - home: https://github.com/truechartsapps/tree/master/charts/stable/hyperion-ng - icon: https://avatars.githubusercontent.com/u/17778452?s=200&v=4 - 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.1/hyperion-ng-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -83568,39 +81696,6 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz version: 1.0.1 icantbelieveitsnotvaletudo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.2.1 - created: "2021-10-26T16:00:27.361694844Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Create live map data from Valetudo powered robots - digest: 3df52306113a598f1674d868d00d25f4de80ca59261bfe07ee991ea49e046095 - home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo - icon: https://raw.githubusercontent.com/Hypfer/Valetudo/master/assets/logo/valetudo_logo_small.svg - keywords: - - icantbelieveitsnotvaletudo - - MQTT - - valetudo - - iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/icantbelieveitsnotvaletudo-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -83780,42 +81875,6 @@ entries: - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-0.0.2/icantbelieveitsnotvaletudo-0.0.2.tgz version: 0.0.2 jackett: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - test - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.19.68 - created: "2021-10-26T16:00:27.581881241Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: API Support for your favorite torrent trackers. - digest: 89be3914ac2257433e84ded8aac623884fc7c07c47bd3572f0329bde34845764 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett - icon: https://truecharts.org/_static/img/jackett-icon.png - keywords: - - jackett - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: jackett - sources: - - https://github.com/Jackett/Jackett - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jackett-9.0.1/jackett-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -87576,41 +85635,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jackett-3.1.5/jackett-3.1.5.tgz version: 3.1.5 jdownloader2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - downloads - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.1 - created: "2021-10-26T16:00:27.784182313Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: 772a83f567ffcae9553d21adb6daea21c2648804be2f2a7182ecc42aaab2a944 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett - icon: https://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=150 - keywords: - - jdownloader - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.1/jdownloader2-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -88695,41 +86719,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jdownloader2-0.0.1/jdownloader2-0.0.1.tgz version: 0.0.1 jellyfin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.7.7 - created: "2021-10-26T16:00:28.087245121Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Jellyfin is a Free Software Media System - digest: eb011c1a44eb77290b0bd28a7891c5e32edf6c8475ec7e67295153ac8acff219 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin - icon: https://truecharts.org/_static/img/jellyfin-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: jellyfin - sources: - - https://github.com/jellyfin/jellyfin - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jellyfin-9.0.1/jellyfin-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -91483,42 +89472,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz version: 3.1.5 joplin-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.1 - created: "2021-10-26T16:00:28.309627221Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: This server allows you to sync any Joplin client - digest: 65d21bcbd0868f72d753bc5c4d97cede58e99e98f96370b713df0c918297b589 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jopplin-server - icon: https://raw.githubusercontent.com/laurent22/joplin/master/Assets/LinuxIcons/256x256.png?raw=true - keywords: - - joplin - - notes - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.1/joplin-server-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -91726,37 +89679,6 @@ entries: - https://github.com/truecharts/apps/releases/download/joplin-server-0.0.1/joplin-server-0.0.1.tgz version: 0.0.1 k8s-gateway: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.8 - created: "2021-10-26T16:00:28.529526717Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A Helm chart for the k8s_gateway CoreDNS plugin - digest: c2fddf8d1619f53af69463487a345b87af174719d3233e327bb9019fdab1879f - home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway - icon: https://cncf-branding.netlify.app/img/projects/coredns/icon/black/coredns-icon-black.png - keywords: - - DNS - - networking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/k8s-gateway-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -92366,40 +90288,6 @@ entries: - https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.1/k8s-gateway-0.0.1.tgz version: 0.0.1 kanboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.20 - created: "2021-10-26T16:00:28.835556629Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: Kanboard is a free and open source Kanban project management software. - digest: 5133b2e61e33c77556d2b23b3d02f9fc0e84cdb5c5a0e8324038cb733e118a67 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard - icon: https://raw.githubusercontent.com/kanboard/website/master/assets/img/icon.svg - keywords: - - kanboard - - kanban - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: kanboard - sources: - - https://github.com/kanboard/kanboard - urls: - - https://github.com/truecharts/apps/releases/download/kanboard-4.0.1/kanboard-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -92595,39 +90483,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kanboard-0.0.1/kanboard-0.0.1.tgz version: 0.0.1 kms: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - graywares - truecharts.org/grade: U - apiVersion: v2 - appVersion: minimal - created: "2021-10-26T16:00:29.042740508Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Private Windows Activation Server for development and testing - digest: 4811309413681804189e45fb75aead1cdd942eb7c330ab9df33810346c15cc2e - home: https://github.com/truecharts/apps/tree/master/charts/stable/kms - icon: https://truecharts.org/_static/img/kms-icon.jpg - keywords: - - kms - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: kms - sources: - - https://github.com/SystemRage/py-kms - type: application - urls: - - https://github.com/truecharts/apps/releases/download/kms-9.0.1/kms-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -95144,39 +92999,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz version: 3.1.5 komga: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.132.0 - created: "2021-10-26T16:00:29.346370917Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A comics/mangas server to serve/stream pages via API - digest: 225f272a07e855e872f0d43b03d18c91353e41547f7718b844bc278048222025 - home: https://github.com/truechartsapps/tree/master/charts/stable/komga - icon: https://komga.org/assets/media/logo.svg - 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.1/komga-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -97260,41 +95082,6 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-1.0.1/komga-1.0.1.tgz version: 1.0.1 lazylibrarian: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-10-26T16:00:29.548596189Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Get all your books, like series with Sonarr... - digest: eeb5bc5d47cd3fdb993efdb314208d6e5b8094dc8313c18f7e74c75678c9ada1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian - icon: https://lazylibrarian.gitlab.io/logo.svg - keywords: - - lazylibrarian - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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.1/lazylibrarian-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -100092,40 +97879,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lazylibrarian-3.1.5/lazylibrarian-3.1.5.tgz version: 3.1.5 leaf2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "0.5" - created: "2021-10-26T16:00:29.784241506Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Nissan Leaf connected services to MQTT adapter - digest: a92dd3bb476465687aa967eb071f838e66e1b9839fd6c7c26c7803c639f86d32 - home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt - icon: https://www.nissanusa.com/content/dam/Nissan/us/Navigation/nissan-logo-black.svg - keywords: - - leaf2mqtt - - leaf - - nissan - - kamereon - - carwings - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/leaf2mqtt-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -100311,38 +98064,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leaf2mqtt-0.0.2/leaf2mqtt-0.0.2.tgz version: 0.0.2 librespeed: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.4 - created: "2021-10-26T16:00:30.005900805Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Librespeed is a HTML5 webpage to test upload and download speeds - digest: c33ec542a135d0591dfe028a559d4843c40f5322e2c62c20766cdd6f6e3a8208 - home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed - icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true - 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.1/librespeed-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -102108,41 +99829,6 @@ entries: - https://github.com/truecharts/apps/releases/download/librespeed-0.0.1/librespeed-0.0.1.tgz version: 0.0.1 lidarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0.2255 - created: "2021-10-26T16:00:30.220976494Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Looks and smells like Sonarr but made for music - digest: 4df262d658d9c9aaf579c1099ee2804889d837145d7b91c2b57f51b876659a81 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr - icon: https://avatars3.githubusercontent.com/u/28475832?s=400&v=4 - keywords: - - lidarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: lidarr - sources: - - https://github.com/Lidarr/Lidarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lidarr-9.0.1/lidarr-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -104866,40 +102552,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-3.1.5/lidarr-3.1.5.tgz version: 3.1.5 littlelink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-10-26T16:00:30.43349408Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Easy platform to combine all your social links - digest: d8d2bb61d529cffe12454f6a043e9affdd9b50da62c1697dcc5f22ea1ccfeae6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink - icon: https://littlelink.io/images/avatar@2x.png - keywords: - - littlelink - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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.1/littlelink-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -106332,44 +103984,6 @@ entries: - https://github.com/truecharts/apps/releases/download/littlelink-1.0.0/littlelink-1.0.0.tgz version: 1.0.0 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: "2021-10-26T16:00:30.6709756Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Logitech Media Server is a platform for home/office audio streaming. - digest: 331900e68a97af900b89b7a907a821841fa0ef16cf1ea7ec26b452e50b1569f3 - home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server - icon: https://www.mysqueezebox.com/static/images/logitech_mediaserver.png - keywords: - - logitech-media-server - - squeezebox - - audio - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: joachimbaten@hotmail.com - name: joachimbaten - url: 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.1/logitech-media-server-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -106607,40 +104221,6 @@ entries: - https://github.com/truecharts/apps/releases/download/logitech-media-server-1.0.0/logitech-media-server-1.0.0.tgz version: 1.0.0 lychee: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.4 - created: "2021-10-26T16:00:30.915005329Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Lychee is a free photo-management tool, which runs on your server - or web-space - digest: 6020b7cf4815dc5a870d3ac127c29141577c3a4521ed699a438c6535c5340069 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lychee - icon: https://github.com/LycheeOrg/Lychee/blob/master/Banner.png?raw=true - keywords: - - lychee - - photo - - pictures - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/lychee-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -109230,36 +106810,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lychee-3.1.5/lychee-3.1.5.tgz version: 3.1.5 mealie: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.2 - created: "2021-10-26T16:00:31.115376898Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Mealie is a self hosted recipe manager and meal planner with a RestAPI - backend - digest: cfc0ba0df89210ad1ed005ac1fbb644e5ec565151d56dff61878cc0439389919 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie - icon: https://raw.githubusercontent.com/hay-kot/mealie/gh-pages/assets/img/favicon.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: mealie - sources: - - https://github.com/hay-kot/mealie - urls: - - https://github.com/truecharts/apps/releases/download/mealie-4.0.1/mealie-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -111245,42 +108795,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mealie-1.0.0/mealie-1.0.0.tgz version: 1.0.0 medusa: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.17 - created: "2021-10-26T16:00:31.326342582Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: An automatic Video Library Manager for TV Shows - digest: a8cb56de67618799e4905656d49c43e592c691080880df205ba2073f08b709aa - home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png - keywords: - - medusa - - video - - library - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/medusa-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -111478,41 +108992,6 @@ entries: - https://github.com/truecharts/apps/releases/download/medusa-0.0.2/medusa-0.0.2.tgz version: 0.0.2 miniflux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.33 - created: "2021-10-26T16:00:31.539356869Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: Miniflux is a minimalist and opinionated feed reader. - digest: edf78faaf3248217a9547b3e3b768c7eba4633005ba18c1aa8f6420bccb36f7e - home: https://github.com/truecharts/apps/tree/master/charts/miniflux - icon: https://raw.githubusercontent.com/miniflux/logo/master/icon.svg - keywords: - - miniflux - - rss - - news - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: miniflux - sources: - - https://github.com/miniflux/v2 - urls: - - https://github.com/truecharts/apps/releases/download/miniflux-3.0.1/miniflux-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -111714,37 +109193,6 @@ entries: - https://github.com/truecharts/apps/releases/download/miniflux-0.0.1/miniflux-0.0.1.tgz version: 0.0.1 minio-console: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.11.0 - created: "2021-10-26T16:00:31.736512835Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A management console for minio server and operator - digest: 5518468680f1e2e18e372fb84d1e25a03dbe8c316064b3e7a4d062a55cf38077 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console - icon: https://min.io/resources/img/logo/MINIO_wordmark.png - keywords: - - minio-console - - minio - - s3 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: minio-console - sources: - - https://github.com/minio/console - urls: - - https://github.com/truecharts/apps/releases/download/minio-console-1.0.1/minio-console-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -111912,38 +109360,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-console-0.0.2/minio-console-0.0.2.tgz version: 0.0.2 mosquitto: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - homeautomation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.12 - created: "2021-10-26T16:00:31.95553873Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Eclipse Mosquitto - An open source MQTT broker - digest: c44c9e156bcfa30bc603da4bcd591c2df1aa0c135ef0c10c7c7b8872a2809e03 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto - icon: https://projects.eclipse.org/sites/default/files/mosquitto-200px.png - keywords: - - mosquitto - - MQTT - - eclipse-iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: mosquitto - sources: - - https://github.com/eclipse/mosquitto - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mosquitto-4.0.1/mosquitto-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -113980,39 +111396,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mosquitto-1.0.0/mosquitto-1.0.0.tgz version: 1.0.0 mstream: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.5 - created: "2021-10-26T16:00:32.182506435Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A personal music streaming server - digest: 90db2341ed3a5ec27c31c9a6e6982983130a22558c70051649344ae1ecbd6525 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream - icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/mstream.png - keywords: - - mstream - - server - - music - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/mstream-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -114192,41 +111575,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mstream-0.0.2/mstream-0.0.2.tgz version: 0.0.2 muximux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "057352e8" - created: "2021-10-26T16:00:32.418881754Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A lightweight portal to view & manage your HTPC apps without having - to run anything more than a PHP enabled webserver - digest: e43c9c3895e8818efedd932420f06eb114febf21dee51b166f2c2acf23b83e56 - home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/muximux-icon.png - keywords: - - muximux - - htpc - - manage - - portal - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/muximux-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -114418,36 +111766,6 @@ entries: - https://github.com/truecharts/apps/releases/download/muximux-0.0.2/muximux-0.0.2.tgz version: 0.0.2 mylar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.3 - created: "2021-10-26T16:00:32.636246146Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Mylar is a automated Comic Book downloader - digest: ef8c67d0cc9977e36dcdf4f3ee934363d233de606886f9249d618a612ffdf772 - home: https://github.com/truechartsapps/tree/master/charts/stable/mylar - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png - keywords: - - mylar - kubeVersion: '>=1.16.0-0' - maintainers: - - name: truecharts - url: https://patricol.co/ - 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.1/mylar-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -115861,40 +113179,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mylar-1.0.1/mylar-1.0.1.tgz version: 1.0.1 navidrome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.46.0 - created: "2021-10-26T16:00:32.848791832Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Navidrome is an open source web-based music collection server and - streamer - digest: a6249f13502725d2b4c845e575ced9560daf64992b3923740a32114138822481 - home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome - icon: https://raw.githubusercontent.com/navidrome/navidrome/v0.42.0/ui/src/icons/android-icon-192x192.png - keywords: - - navidrome - - music - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/navidrome-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -118602,50 +115886,6 @@ entries: - https://github.com/truecharts/apps/releases/download/navidrome-3.1.5/navidrome-3.1.5.tgz version: 3.1.5 nextcloud: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 22.2.0 - created: "2021-10-26T16:00:33.088607355Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - - condition: redis.enabled - name: redis - repository: https://charts.bitnami.com/bitnami - version: 15.5.1 - description: A private cloud server that puts the control and security of your - own data back into your hands. - digest: d219c901ce511f838bd5083677752a7cf73b7db60898a7a12fd1719bd6986e7d - home: https://nextcloud.com/ - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png - keywords: - - nextcloud - - storage - - http - - web - - php - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-9.0.1/nextcloud-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -124718,37 +121958,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nextcloud-1.0.0/nextcloud-1.0.0.tgz version: 1.0.0 node-red: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.2 - created: "2021-10-26T16:00:33.331627383Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Node-RED is low-code programming for event-driven applications - digest: 583fc0ac12c65902c5ea29a5bb260cd2d8d362f9c14f1de9be725428b2ddf366 - home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red - icon: https://nodered.org/about/resources/media/node-red-icon-2.png - keywords: - - node-red - - nodered - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/node-red-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -127232,41 +124441,6 @@ entries: - https://github.com/truecharts/apps/releases/download/node-red-3.1.5/node-red-3.1.5.tgz version: 3.1.5 notes: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: ee287b9 - created: "2021-10-26T16:00:33.549722376Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A self-hosted note taking web app that lets you keep track of your - notes and search them in a easy and minimal way. - digest: f88607ae242995fca2868fbc44a649e044eeb1aee8c00bb3d55e79177bcc9ed2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/notes - keywords: - - markdown - - notes - - app - - web - - webapp - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: notes - sources: - - https://github.com/prologic/notes - - https://github.com/nicholaswilde/docker-notes - type: application - urls: - - https://github.com/truecharts/apps/releases/download/notes-1.0.1/notes-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -127458,39 +124632,6 @@ entries: - https://github.com/truecharts/apps/releases/download/notes-0.0.2/notes-0.0.2.tgz version: 0.0.2 novnc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0 - created: "2021-10-26T16:00:33.743129639Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: The open source VNC client - digest: 7f283e80a404644047e459336e96d6cc76207ff65a2c93914c70e64b3474665e - home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc - icon: https://github.com/truecharts/apps/raw/main/images/novnc.png - keywords: - - novnc - - vnc - - remote - - desktop - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: novnc - sources: - - https://novnc.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/novnc-1.0.1/novnc-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -127670,35 +124811,6 @@ entries: - https://github.com/truecharts/apps/releases/download/novnc-0.0.2/novnc-0.0.2.tgz version: 0.0.2 nullserv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.3.0 - created: "2021-10-26T16:00:33.962225557Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A simple null file http and https server - digest: 763d9a9b6bc711cd8476e19bc5784c10978b3853743640fb9017d6c5c9a5769d - home: https://github.com/truechartsapps/tree/master/charts/stable/nullserv - icon: https://miro.medium.com/max/800/1*UL9RWkTUtJlyHW7kGm20hQ.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.1/nullserv-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -129006,37 +126118,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nullserv-1.0.1/nullserv-1.0.1.tgz version: 1.0.1 nzbget: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "21.1" - created: "2021-10-26T16:00:34.163373832Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: NZBGet is a Usenet downloader client - digest: 56f611959f724e3fb4ed2694f57a5faf0009a9b81d4c4fe8ec1fd786fa5c82a5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget - icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4 - keywords: - - nzbget - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: nzbget - sources: - - https://nzbget.net/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbget-9.0.1/nzbget-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -131375,34 +128456,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbget-3.1.5/nzbget-3.1.5.tgz version: 3.1.5 nzbhydra: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.17.3 - created: "2021-10-26T16:00:34.374262831Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - deprecated: true - description: Usenet meta search - digest: 2a46cd5cfb7a4d8dc0462a810fb2c65743e26f636e76e4e7105904b7a8c2e410 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-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.1/nzbhydra-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -133618,38 +130671,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbhydra-3.1.6/nzbhydra-3.1.6.tgz version: 3.1.6 octoprint: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.0 - created: "2021-10-26T16:00:34.567821988Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: OctoPrint is the snappy web interface for your 3D printer - digest: 9684044d18fffe21c4ee0a816f2b4575cbd571c07ac2677c684b601522f3cdc6 - home: https://github.com/truechartsapps/tree/master/charts/stable/octoprint - icon: https://avatars3.githubusercontent.com/u/5982294?s=400&v=4 - 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.1/octoprint-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -135173,48 +132194,6 @@ entries: - https://github.com/truecharts/apps/releases/download/octoprint-1.0.1/octoprint-1.0.1.tgz version: 1.0.1 odoo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "14.0" - created: "2021-10-26T16:00:34.790781115Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, - PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. - digest: 555eb0d89ca2d89f5f6e09475a42e262d6e1882c92c8c0c31f97a1c2e82831c5 - home: https://github.com/truecharts/apps/tree/main/charts/odoo - icon: https://pbs.twimg.com/profile_images/970608340014419969/1bpCWJhS_400x400.jpg - keywords: - - odoo - - crm - - pm - - hr - - accounting - - mrp - - marketing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-3.0.1/odoo-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -135458,37 +132437,6 @@ entries: - https://github.com/truecharts/apps/releases/download/odoo-0.0.1/odoo-0.0.1.tgz version: 0.0.1 omada-controller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4.4" - created: "2021-10-26T16:00:35.00019121Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Omada enables the network administrators to monitor and manage all - the Omada products in the network with a centralized management platform. - digest: 59c1fc18bd423ba30e7637f68522dc3909846d035cb782195305886795676a25 - home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller - icon: https://www.tp-link.com/assets/images/icon/logo-white.svg - 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.1/omada-controller-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -137086,44 +134034,6 @@ entries: - https://github.com/truecharts/apps/releases/download/omada-controller-1.0.1/omada-controller-1.0.1.tgz version: 1.0.1 ombi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.0.1482 - created: "2021-10-26T16:00:35.228261549Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Want a Movie or TV Show on Plex or Emby? Use Ombi! - digest: 8cedf73622fc427ca33aee5b47a551553aa497364bb6bd64ad9229ab72f4dc8f - home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi - icon: https://raw.githubusercontent.com/Ombi-app/Ombi/gh-pages/img/android-chrome-512x512.png - keywords: - - ombi - - plex - - emby - - sonarr - - radarr - - couchpotato - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: ombi - sources: - - https://github.com/tidusjar/Ombi - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ombi-9.0.1/ombi-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -140645,45 +137555,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ombi-3.1.5/ombi-3.1.5.tgz version: 3.1.5 onlyoffice-document-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.2.6 - created: "2021-10-26T16:00:35.442492755Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: d258f36383a295b69c92f1b9dc02981127e24ea2c15bc24b90250770cd53b9ea - home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-ds-ce - icon: https://avatars.githubusercontent.com/u/1426033?s=200&v=4 - keywords: - - onlyoffice - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: 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-2.0.1/onlyoffice-document-server-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -140972,43 +137843,6 @@ entries: - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-0.0.1/onlyoffice-document-server-0.0.1.tgz version: 0.0.1 openkm: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.3.11 - created: "2021-10-26T16:00:35.670832595Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: OpenKM integrates all essential documents management, collaboration - and an advanced search functionality into one easy to use solution. - digest: 4ec01d97b8b76505c9ffe196f18eb21fb630bf69476b0d2a6519e09efb6bb24e - home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm - icon: https://raw.githubusercontent.com/openkm/document-management-system/master/src/main/webapp/img/logo_favicon.ico - keywords: - - openkm - - documentation management - - docs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-3.0.1/openkm-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -141222,43 +138056,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openkm-0.0.1/openkm-0.0.1.tgz version: 0.0.1 openldap: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-10-26T16:00:35.873239473Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Community developed LDAP software - digest: c190827d14c89efc8d6385c53a60074103d1d73f1cb14a89d856df5c6f2eca58 - home: https://www.openldap.org - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Database-openldap.svg/640px-Database-openldap.svg.png - keywords: - - ldap - - openldap - - iam-stack - - high availability - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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-4.0.1/openldap-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -143030,37 +139827,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openldap-1.0.0/openldap-1.0.0.tgz version: 1.0.0 organizr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-10-26T16:00:36.075811452Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: HTPC/Homelab Services Organizer - digest: 634ef66fb13c09fc50d34d5264937b3d755a8c24ef287583ac698181b32c4179 - home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr - icon: https://github.com/causefx/Organizr/blob/v2-master/plugins/images/organizr/logo.png?raw=true - keywords: - - organizr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/organizr-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -145412,36 +142178,6 @@ entries: - https://github.com/truecharts/apps/releases/download/organizr-3.1.5/organizr-3.1.5.tgz version: 3.1.5 oscam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - DIY - truecharts.org/grade: U - apiVersion: v2 - appVersion: "11693" - created: "2021-10-26T16:00:36.281475738Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Open Source Conditional Access Module software - digest: a7aea1f6421b4e20601e0bf4444316e760fa8e0a5b23aa9186dbc2ec87a6f168 - home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png - keywords: - - oscam - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/oscam-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -145803,41 +142539,6 @@ entries: - https://github.com/truecharts/apps/releases/download/oscam-1.0.0/oscam-1.0.0.tgz version: 1.0.0 overseerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.27.0 - created: "2021-10-26T16:00:36.507175571Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: b764490d720444468c8361550c35c39e4d8cc4e24d83b418be76e7bb1e26658e - home: https://github.com/truechartsapps/tree/master/charts/stable/overseerr - icon: https://i.imgur.com/TMoEG7g.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.1/overseerr-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -147499,40 +144200,6 @@ entries: - https://github.com/truecharts/apps/releases/download/overseerr-1.0.1/overseerr-1.0.1.tgz version: 1.0.1 owncast: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.10 - created: "2021-10-26T16:00:36.717313868Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Take control over your live stream video by running it yourself. - Streaming + chat out of the box. - digest: 341f1816c3414f3b3ce8e4eac5edaedac4749dac18ef8301c8f93045570c6e0a - home: https://github.com/truechartsapps/tree/master/charts/stable/owncast - icon: https://owncast.online/images/owncast-logo-1000x1000.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.1/owncast-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -149226,43 +145893,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncast-1.0.1/owncast-1.0.1.tgz version: 1.0.1 owncloud-ocis: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.13.0 - created: "2021-10-26T16:00:36.898722097Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: ownCloud Infinite Scale is a self-hosted file sync and share server. - digest: df1ac970874802caad8fd874001b736706d3860b9426c43d31c488c5aa05ffbc - home: https://github.com/truechartsapps/tree/master/charts/stable/owncloud-ocis - icon: https://avatars.githubusercontent.com/u/1645051?s=200&v=4 - 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.1/owncloud-ocis-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -151194,41 +147824,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncloud-ocis-1.0.1/owncloud-ocis-1.0.1.tgz version: 1.0.1 pgadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.1" - created: "2021-10-26T16:00:37.163976324Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Web-Based postgresql database management utility - digest: f8f77d23356a247cd6d2ee658260a9971668dd3a46c854c7f025a68e81e3c177 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin - icon: https://www.postgresql.org/message-id/attachment/1139/pgAdmin.svg - keywords: - - pgadmin - - db - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: pgadmin - sources: - - https://www.pgadmin.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pgadmin-4.0.1/pgadmin-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -152980,40 +149575,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pgadmin-1.0.1/pgadmin-1.0.1.tgz version: 1.0.1 photoprism: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "20211018" - created: "2021-10-26T16:00:37.363148694Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: PhotoPrism® is a server-based application for browsing, organizing - and sharing your personal photo collection - digest: 9265251f763e8aa570c4b63af2d4f1739e5b030a969cb1d4f4996d5bd6c1e94e - home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism - icon: https://demo.photoprism.org/static/img/logo-avatar.svg - 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-5.0.1/photoprism-5.0.1.tgz - version: 5.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -154765,41 +151326,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoprism-1.0.1/photoprism-1.0.1.tgz version: 1.0.1 photoshow: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 48aabb98 - created: "2021-10-26T16:00:37.609251576Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A gallery software at its easiest, it doesn't even require a database. - digest: 55301df2e14f95ddc504752f8d33a59daebb1e9e241244e5aa70815a813e19d0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png - keywords: - - photoshow - - photo - - show - - gallary - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/photoshow-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -154991,41 +151517,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoshow-0.0.2/photoshow-0.0.2.tgz version: 0.0.2 phpldapadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.0 - created: "2021-10-26T16:00:37.823180982Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Web-based LDAP browser to manage your LDAP server - digest: a094001fa15d3a58b4e7106ca2ac7e12123717ba41ac4ce774671374876a43ab - home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin - icon: https://repository-images.githubusercontent.com/3665191/dd213f80-766c-11e9-8117-6b639095ef99 - keywords: - - phpldapadmin - - openldap - - userrights - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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.1/phpldapadmin-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -156537,37 +153028,6 @@ entries: - https://github.com/truecharts/apps/releases/download/phpldapadmin-1.0.1/phpldapadmin-1.0.1.tgz version: 1.0.1 piaware: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.1" - created: "2021-10-26T16:00:38.058609038Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Program for forwarding ADS-B data to FlightAware - digest: 68ccccc93023b7ebd1127399e55649cb22abe0eb9c1e1332559d13867f88b145 - home: https://github.com/truechartsapps/tree/master/charts/stable/piaware - icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg - 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.1/piaware-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -158009,38 +154469,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piaware-1.0.1/piaware-1.0.1.tgz version: 1.0.1 pihole: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2021.10" - created: "2021-10-26T16:00:38.245993681Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: DNS and Ad-filtering for your network - digest: 023093351fd29993d0eccecbccc18b1209995c3b3871c9a352d1bdcb610cd069 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole - icon: https://upload.wikimedia.org/wikipedia/en/thumb/1/15/Pi-hole_vector_logo.svg/1200px-Pi-hole_vector_logo.svg.png - keywords: - - DNS - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/pihole-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -158759,41 +155187,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pihole-0.0.1/pihole-0.0.1.tgz version: 0.0.1 piwigo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 11.5.0 - created: "2021-10-26T16:00:38.445705053Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A is photo gallery software for the web, built by an active community - of users and developers. - digest: 8060ba625573454d593a1ec2c9722fe30158461f5d7a577af97abc5ae321727b - home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo - icon: https://avatars.githubusercontent.com/u/9326886?s=200&v=4 - keywords: - - piwigo - - gallery - - photo - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/piwigo-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -158985,41 +155378,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piwigo-0.0.2/piwigo-0.0.2.tgz version: 0.0.2 pixapop: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.2" - created: "2021-10-26T16:00:38.649437834Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: An open-source single page application to view your photos in the - easiest way possible. - digest: 050643f43f704742758bc44957cf733868fa7529d402f94d60396c29df857c84 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png - keywords: - - pixapop - - photo - - gallery - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/pixapop-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -159211,38 +155569,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pixapop-0.0.2/pixapop-0.0.2.tgz version: 0.0.2 plex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.4.508 - created: "2021-10-26T16:00:38.845904399Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Plex Media Server - digest: 6a6b140da8ee0dad391be748aa5414ac9160c76f3499f73bcb67e90d3129871b - home: https://github.com/truecharts/apps/tree/master/charts/stable/plex - icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png - keywords: - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: plex - type: application - urls: - - https://github.com/truecharts/apps/releases/download/plex-8.0.1/plex-8.0.1.tgz - version: 8.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -162011,41 +158337,6 @@ entries: - https://github.com/truecharts/apps/releases/download/plex-2.1.5/plex-2.1.5.tgz version: 2.1.5 podgrab: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - mutlimedia - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0 - created: "2021-10-26T16:00:39.08324596Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A self-hosted podcast manager to download episodes as soon as they - become live. - digest: bc7ba39e1b58a62cd38a99b9fa9456a9f96a4de84ea06e131f15b4b13b863ed2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/podgrab - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Podcasts_%28iOS%29.svg/1024px-Podcasts_%28iOS%29.svg.png - keywords: - - podgrab - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 20650065+warllo54@users.noreply.github.com - name: warllo54 - url: 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-7.0.1/podgrab-7.0.1.tgz - version: 7.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -164789,13 +161080,13 @@ entries: truecharts.org/grade: U apiVersion: v2 appVersion: 14.0.0 - created: "2021-10-26T16:00:39.283051732Z" + created: "2021-10-26T16:19:54.997060068Z" dependencies: - name: common repository: https://truecharts.org version: 8.3.15 description: PostgresSQL - digest: 50dfd774a9fb9e6bf086732ded1c86b80afa1011e69f977600fc937ca3a219c3 + digest: 0309dbe60a0177af06346a471bd5e4712682fb165b00f4c0fc0875be74b0d785 home: https://github.com/truecharts/apps/tree/master/stable/postgres icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png keywords: @@ -164813,8 +161104,8 @@ entries: - https://www.postgresql.org/ type: application urls: - - https://github.com/truecharts/apps/releases/download/postgresql-5.1.1/postgresql-5.1.1.tgz - version: 5.1.1 + - https://github.com/truecharts/apps/releases/download/postgresql-5.1.2/postgresql-5.1.2.tgz + version: 5.1.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -167194,39 +163485,6 @@ entries: - https://github.com/truecharts/apps/releases/download/postgresql-1.0.0/postgresql-1.0.0.tgz version: 1.0.0 pretend-youre-xyzzy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4" - created: "2021-10-26T16:00:39.493394429Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: pretend-youre-xyzzy, a cards against humanity clone - digest: 9d7574d8dd8e65895b4a7c2043b5bb575c25ad3cb431c3f0da2025154e4ed891 - home: https://github.com/truechartsapps/tree/master/charts/stable/pretend-youre-xyzzy - icon: https://apk-google.com/wp-content/uploads/2020/12/Client-for-Pretend-Youre-Xyzzy-open-source-5.0.1.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.1/pretend-youre-xyzzy-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -168750,37 +165008,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-1.0.1/pretend-youre-xyzzy-1.0.1.tgz version: 1.0.1 protonmail-bridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.10 - created: "2021-10-26T16:00:39.691636498Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Container for protonmail bridge to work on the network. - digest: fd4c0d5d0d19f0c78b46313c4e1fb82171baa077030257de288153378659f1d2 - home: https://github.com/truechartsapps/tree/master/charts/stable/protonmail-bridge - icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.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.1/protonmail-bridge-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -171996,39 +168223,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prototypegui-6.8.7/prototypegui-6.8.7.tgz version: 6.8.7 prowlarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.1.1030 - created: "2021-10-26T16:00:39.927947656Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Indexer manager/proxy built on the popular arr net base stack to - integrate with your various PVR apps. - digest: 73055c1610faeff75b777ea1c29f7134e99dae19881d008d812d43fbe272b6c6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr - icon: https://raw.githubusercontent.com/Prowlarr/Prowlarr/develop/Logo/400.png - keywords: - - prowlarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/prowlarr-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -174812,39 +171006,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prowlarr-1.0.0/prowlarr-1.0.0.tgz version: 1.0.0 pyload: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5de90278 - created: "2021-10-26T16:00:40.131653137Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: c4b136552c898b0555174e2ddd52082b3fbb6e5d24dcfa44ea39d641a182e510 - home: https://github.com/truechartsapps/tree/master/charts/stable/pyload - icon: https://avatars.githubusercontent.com/u/3521496?s=200&v=4 - 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.1/pyload-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -176368,35 +172529,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pyload-1.0.1/pyload-1.0.1.tgz version: 1.0.1 qbittorrent: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.8 - created: "2021-10-26T16:00:40.345621443Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: qBittorrent is a cross-platform free and open-source BitTorrent client - digest: 80c3788ef4c0b1c96a519dde77c4d84be1b8a7bbae174a5a0d003b606b0c1079 - home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent - icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png - keywords: - - qbittorrent - - torrrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: qbittorrent - type: application - urls: - - https://github.com/truecharts/apps/releases/download/qbittorrent-9.0.1/qbittorrent-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -178620,41 +174752,6 @@ entries: - https://github.com/truecharts/apps/releases/download/qbittorrent-3.1.5/qbittorrent-3.1.5.tgz version: 3.1.5 radarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.2.5080 - created: "2021-10-26T16:00:40.579624796Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A fork of Sonarr to work with movies à la Couchpotato - digest: 160e669c537f4234a7f02f7ff81755434cb90e4517c9bc2c9c196ad6a7618a92 - home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr - icon: https://nzbusenet.com/wp-content/uploads/2017/10/radarr-logo.png - keywords: - - radarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: radarr - sources: - - https://github.com/Radarr/Radarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/radarr-9.0.1/radarr-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -181378,44 +177475,6 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-3.1.5/radarr-3.1.5.tgz version: 3.1.5 readarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0.998 - created: "2021-10-26T16:00:40.820169165Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A fork of Radarr to work with Books & AudioBooks - digest: aea6536cd744a688b604700d915a74fc93946c110093cae845028b0711f9dc82 - home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr - icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true - keywords: - - readarr - - torrent - - usenet - - AudioBooks - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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.1/readarr-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -185021,43 +181080,6 @@ entries: - https://github.com/truecharts/apps/releases/download/readarr-3.1.5/readarr-3.1.5.tgz version: 3.1.5 recipes: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.17.2 - created: "2021-10-26T16:00:41.035124173Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - 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: 80157b5dd5786dae997ba5d1464ff1e6d69dceae6312e704fd487d4506cdb3e8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes - icon: https://raw.githubusercontent.com/vabene1111/recipes/develop/docs/logo_color.svg - keywords: - - recipes - - cooking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-3.0.1/recipes-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -185271,37 +181293,6 @@ entries: - https://github.com/truecharts/apps/releases/download/recipes-0.0.1/recipes-0.0.1.tgz version: 0.0.1 reg: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.16.1 - created: "2021-10-26T16:00:41.233802642Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Docker registry v2 command line client and repo listing generator - with security checks. - digest: e704b60b03c668c3649dc18ba03b21266a8d4283a6ac296db85b34b421c00a8a - home: https://github.com/truecharts/apps/tree/master/charts/stable/reg - icon: https://avatars.githubusercontent.com/u/37218338 - keywords: - - reg - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/reg-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -187237,40 +183228,6 @@ entries: - https://github.com/truecharts/apps/releases/download/reg-1.0.0/reg-1.0.0.tgz version: 1.0.0 remmina: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0-rcgi - created: "2021-10-26T16:00:41.552303695Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A remote desktop client written in GTK - digest: 0f4b5100c1a965e0886106f03a467b2650a8791ff5a460bdb3951b89a22cb2d7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png - keywords: - - remina - - remote - - desktop - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/remmina-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -187456,39 +183413,6 @@ entries: - https://github.com/truecharts/apps/releases/download/remmina-0.0.2/remmina-0.0.2.tgz version: 0.0.2 resilio-sync: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.2.1375 - created: "2021-10-26T16:00:41.774182709Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Resilio Sync is a fast, reliable, and simple file sync and share - solution, powered by P2P technology - digest: 41f1dd487516153841ca979add918d57f56b30b69ff62e21f54a5dbd0fd79f84 - home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync - icon: https://blog.resilio.com/wp-content/uploads/2016/06/SyncSymbol-260x260px.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.1/resilio-sync-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -189040,37 +184964,6 @@ entries: - https://github.com/truecharts/apps/releases/download/resilio-sync-1.0.1/resilio-sync-1.0.1.tgz version: 1.0.1 sabnzbd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.4.2 - created: "2021-10-26T16:00:41.970604248Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Free and easy binary newsreader - digest: 4842f8fa53948dda359f4511906acfad9da7ef482b8dfe3b7a12c06427abff45 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd - icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4 - keywords: - - sabnzbd - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: sabnzbd - sources: - - https://sabnzbd.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sabnzbd-9.0.1/sabnzbd-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -191461,36 +187354,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sabnzbd-3.1.5/sabnzbd-3.1.5.tgz version: 3.1.5 ser2sock: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-10-26T16:00:42.145854761Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Serial to Socket Redirector - digest: d68753761d64e558d9ac24ea0f8ac0e6812c93c6ac97f9e6d89b8ba486ad52e8 - home: https://github.com/truechartsapps/tree/master/charts/stable/ser2sock - icon: https://i.imgur.com/GfZ7McO.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.1/ser2sock-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -192852,44 +188715,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz version: 1.0.1 shiori: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-10-26T16:00:42.378010344Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: A simple bookmark manager built with Go - digest: 1d8747e246ee2b11c554f5b982f4b3acf340bd4a78b70759d027bfc2ed007f39 - home: https://github.com/truecharts/apps/tree/main/charts/shiori - icon: https://github.com/go-shiori/shiori/raw/master/internal/view/res/apple-touch-icon-152x152.png - keywords: - - shiori - - bookmark - - bookmark-manager - - web-interface - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-3.0.1/shiori-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -193109,39 +188934,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shiori-0.0.1/shiori-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: "2021-10-26T16:00:42.588610301Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Self hosted web app for shortening urls (URL shortener) - digest: b3498f74a353cb8255b1dd2d69d475591d1eca9d08098d6b35420deaf034d4af - home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl - keywords: - - url - - shortener - - shorten - - shorturl - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/shorturl-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -193321,40 +189113,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shorturl-0.0.2/shorturl-0.0.2.tgz version: 0.0.2 sickchill: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.5.10 - created: "2021-10-26T16:00:42.792744449Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: An Automatic Video Library Manager for TV Shows - digest: 4c801e8094ab2446080a10b15b8d10ac33016cdc67fb929e7054df2cc842ac39 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill - icon: https://github.com/SickChill/SickChill/raw/master/sickchill/gui/slick/images/ico/android-chrome-256x256.png - keywords: - - sickchill - - video - - library - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/sickchill-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -193540,41 +189298,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickchill-0.0.2/sickchill-0.0.2.tgz version: 0.0.2 sickgear: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.25.4 - created: "2021-10-26T16:00:43.010231914Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more - digest: fe24f0b405112b0b52ae6f5e092bffa4ada537f981cae36fcd7e55ab4fe67744 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear - icon: https://avatars.githubusercontent.com/u/9690267?s=200&v=4 - keywords: - - sickgear - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/sickgear-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -193766,39 +189489,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickgear-0.0.2/sickgear-0.0.2.tgz version: 0.0.2 smokeping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.3 - created: "2021-10-26T16:00:43.207882855Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Keep track of your network latency. - digest: 075d807a5c7c588a18f9febe6dbdce5102548aaf7500d8fa128f3c450bb88528 - home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping - icon: https://github.com/truecharts/apps/raw/main/images/smokeping.png - keywords: - - smokeping - - network - - latency - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/smokeping-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -194903,41 +190593,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sogo-0.0.1/sogo-0.0.1.tgz version: 0.0.1 sonarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.6.1342 - created: "2021-10-26T16:00:43.416505509Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Smart PVR for newsgroup and bittorrent users - digest: bd43d9a07060e316e4c2dcbc5a76747c335b12fc8c7d2f5288864d87c794f691 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr - icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true - keywords: - - sonarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: sonarr - sources: - - https://github.com/Sonarr/Sonarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sonarr-9.0.1/sonarr-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -197688,41 +193343,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sonarr-3.1.5/sonarr-3.1.5.tgz version: 3.1.5 sqlitebrowser: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.12.2 - created: "2021-10-26T16:00:43.609981045Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite - digest: 9700cd018a77f1f65a1b8da464b45add1eb7d061e9c06930c11bf943a9d21d75 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser - icon: https://sqlitebrowser.org/images/sqlitebrowser.svg - keywords: - - sqlite - - browser - - sqlitebrowser - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/sqlitebrowser-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -197914,36 +193534,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sqlitebrowser-0.0.2/sqlitebrowser-0.0.2.tgz version: 0.0.2 stash: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.10.0 - created: "2021-10-26T16:00:43.847320634Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: An organizer for your porn, written in Go - digest: 2317c75b787b4c05149c3170e431e1bf8b3f9eedefb846fe73651d5faac77929 - home: https://github.com/truechartsapps/tree/master/charts/stable/stash - icon: https://raw.githubusercontent.com/stashapp/website/master/images/stash.svg - 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-4.0.1/stash-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -199405,40 +194995,6 @@ entries: - https://github.com/truecharts/apps/releases/download/stash-1.0.2/stash-1.0.2.tgz version: 1.0.2 static: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: ee8a20c - created: "2021-10-26T16:00:44.040602169Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A self-hosted static file serving app which does nothing more than - just serve up static files from a mounted volume. - digest: db99628d78e1ca9268f489be63dd1940f22fbf9406e2640c9cc89c48492a77bb - home: https://github.com/truecharts/apps/tree/master/charts/stable/static - keywords: - - app - - web - - filesystem - - static - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/static-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -199624,41 +195180,6 @@ entries: - https://github.com/truecharts/apps/releases/download/static-0.0.2/static-0.0.2.tgz version: 0.0.2 statping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.90.74 - created: "2021-10-26T16:00:44.378268181Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: Status page for monitoring your websites and applications - digest: bb858b9ee1d0d5caba5eae7fd49a76ba78ce0e1dff8e8255c894f203a28c8322 - home: https://github.com/truecharts/apps/tree/master/charts/stable/statping - icon: https://avatars.githubusercontent.com/u/61949049?s=200&v=4 - keywords: - - statping - - status - - status-page - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: statping - sources: - - https://github.com/statping/statping - urls: - - https://github.com/truecharts/apps/releases/download/statping-3.0.1/statping-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -199860,41 +195381,6 @@ entries: - https://github.com/truecharts/apps/releases/download/statping-0.0.1/statping-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.3 - created: "2021-10-26T16:00:44.575281621Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: P2P file synchronization application - digest: 6950eadc0864359c941b86a6d677a607c3eedcdac950c363ece649353456ea74 - home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing - icon: https://raw.githubusercontent.com/syncthing/syncthing/main/assets/logo-128.png - keywords: - - syncthing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: luuk@nieuwdorp.me - name: luuknieuwdorp - url: nieuwdorp.me - 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.1/syncthing-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -202666,40 +198152,6 @@ entries: - https://github.com/truecharts/apps/releases/download/syncthing-3.1.5/syncthing-3.1.5.tgz version: 3.1.5 tautulli: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.7 - created: "2021-10-26T16:00:44.762423848Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A Python based monitoring and tracking tool for Plex Media Server - digest: e0313cee7c6c3dd0b495dda5ef00ec2ff24ba99972484f6c44305c90598e2394 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli - icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true - keywords: - - tautulli - - plex - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: tautulli - sources: - - https://github.com/Tautulli/Tautulli - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tautulli-9.0.1/tautulli-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -205392,39 +200844,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz version: 3.1.5 tdarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.10 - created: "2021-10-26T16:00:44.953780782Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Audio/Video library transcoding automation - digest: ea5032f0ac92c85823c2235de4196c9aa7b43b51af750217996e50d93e0ba1c7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr - icon: https://avatars.githubusercontent.com/u/43864057?v=4 - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/tdarr-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -205604,39 +201023,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-0.0.1/tdarr-0.0.1.tgz version: 0.0.1 tdarr-node: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.10 - created: "2021-10-26T16:00:45.161609735Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Audio/Video library transcoding automation - digest: 525129900a746613ecb2c3c56bae8f597612e9c328cf2ebe959b62f0729aec51 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node - icon: https://avatars.githubusercontent.com/u/43864057?v=4 - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/tdarr-node-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -205816,40 +201202,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-node-0.0.1/tdarr-node-0.0.1.tgz version: 0.0.1 teamspeak3: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - voice - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.13.6 - created: "2021-10-26T16:00:45.464694704Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: TeamSpeak is software for quality voice communication via the Internet. - digest: 29230481f1b8ea6dccb4b707da8588fed5258f43ccfbda7184af497d276b0bd1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 - icon: https://raw.githubusercontent.com/docker-library/docs/618191cf82de051ff6661c3c8b82cfca1b663972/teamspeak/logo.png - keywords: - - voice server - - teamspeak - - teamspeak3 - - teamspeak server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/teamspeak3-2.0.1.tgz - version: 2.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -206238,43 +201590,6 @@ entries: - https://github.com/truecharts/apps/releases/download/teamspeak3-0.0.1/teamspeak3-0.0.1.tgz version: 0.0.1 teedy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.9" - created: "2021-10-26T16:00:45.702261393Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: Teedy is an open source, lightweight document management system for - individuals and businesses. - digest: c970f95d8d841726acbfb93c8a973dd2528f4c3174a290d7da801d94b3c6492d - home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy - icon: https://raw.githubusercontent.com/sismics/docs/v1.9/docs-web/src/main/resources/image/logo.png - keywords: - - teedy - - documents - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-3.0.1/teedy-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -207029,39 +202344,6 @@ entries: - https://github.com/truecharts/apps/releases/download/testbed-6.11.21/testbed-6.11.21.tgz version: 6.11.21 thelounge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.2.0 - created: "2021-10-26T16:00:45.931738873Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: The Lounge, modern web IRC client designed for self-hosting - digest: 39e2b8ce57a9e97257c21dd1ffe19399734ae2ee8f32228797126ae5075b2a55 - home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge - icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4 - keywords: - - thelounge - - IRC - - The Lounge - - docker - - thelounge-docker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: thelounge - sources: - - https://github.com/thelounge/thelounge - urls: - - https://github.com/truecharts/apps/releases/download/thelounge-4.0.1/thelounge-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -209145,41 +204427,6 @@ entries: - https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz version: 1.0.0 traccar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4.14" - created: "2021-10-26T16:00:46.150380439Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: Traccar is an open source GPS tracking system. - digest: 1180e7911bf6ffb8eb86dbcdd6dc363f859729e84b0365a8eb26dbdc4e2d67d2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar - icon: https://github.com/traccar/traccar-web/raw/master/web/icon.png - keywords: - - traccar - - gps - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-3.0.1/traccar-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -209381,39 +204628,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traccar-0.0.1/traccar-0.0.1.tgz version: 0.0.1 traefik: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - network - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.3 - created: "2021-10-26T16:00:46.361568796Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Test App for Traefik - digest: 49303a7cca02fc2a27d24e1e27a220c8212f8b32aad03347dbd5bc0abe7e5089 - home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik - icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png - keywords: - - traefik - - ingress - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/traefik-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -213541,42 +208755,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traefik-0.0.1/traefik-0.0.1.tgz version: 0.0.1 transmission: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - download-tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: "3.00" - created: "2021-10-26T16:00:46.580285763Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: API Support for your favorite torrent trackers. - digest: c01c18c1baa349db44d16562fcc590b2728d3b5366bbb72fc9b27d76bd4d08a6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission - icon: https://upload.wikimedia.org/wikipedia/commons/6/6d/Transmission_icon.png - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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-9.0.1/transmission-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -216360,39 +211538,6 @@ entries: - https://github.com/truecharts/apps/releases/download/transmission-3.1.5/transmission-3.1.5.tgz version: 3.1.5 truecommand: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Administration - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.2 - created: "2021-10-26T16:00:46.78304981Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Aggregated management of TrueNAS devices - digest: 67853ac42bb3dde2a4c40829363132d06b3cdbe9dea31f61d83dd5d58a8a65e3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand - icon: https://www.ixsystems.com/documentation/truecommand/1.2/_static/tv-logo.png - keywords: - - truecommand - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: 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.1/truecommand-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -218881,40 +214026,6 @@ entries: - https://github.com/truecharts/apps/releases/download/truecommand-3.1.5/truecommand-3.1.5.tgz version: 3.1.5 tt-rss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9035.0 - created: "2021-10-26T16:00:47.009584086Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) - reader and aggregator - digest: c19fd3f956c1889e125d694728b7fc54b6f3c4645975fcc90cfb4ed05acffbae - home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss - icon: https://git.tt-rss.org/fox/tt-rss/raw/branch/master/images/favicon-72px.png - keywords: - - tt-rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: tt-rss - sources: - - https://git.tt-rss.org/fox/tt-rss - urls: - - https://github.com/truecharts/apps/releases/download/tt-rss-3.0.1/tt-rss-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -219110,39 +214221,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tt-rss-0.0.1/tt-rss-0.0.1.tgz version: 0.0.1 tvheadend: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "63784405" - created: "2021-10-26T16:00:47.22674205Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: TVheadend - a TV streaming server and digital video recorder - digest: 6c19443236c0a816b731c06a340143e0fe340b14ddd881d11af61f8f27ae7d34 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend - icon: https://avatars.githubusercontent.com/u/1908588?s=200&v=4 - keywords: - - tvheadend - - tv - - streaming - - dvb - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: tvheadend - sources: - - https://github.com/tvheadend/tvheadend - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tvheadend-10.0.1/tvheadend-10.0.1.tgz - version: 10.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -221646,41 +216724,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tvheadend-4.1.5/tvheadend-4.1.5.tgz version: 4.1.5 twtxt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.1 - created: "2021-10-26T16:00:47.431511999Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. - No ads, no tracking, your content, your data! - digest: 782e6b1907a025902109e9900653941847409a6fc13545eed89018f23a0afa0e - home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt - icon: https://twtxt.net/media/XsLsDHuisnXcL6NuUkYguK.png - keywords: - - twtxt - - blogging - - blog - - social-network - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/twtxt-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -221872,38 +216915,6 @@ entries: - https://github.com/truecharts/apps/releases/download/twtxt-0.0.2/twtxt-0.0.2.tgz version: 0.0.2 unifi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.54 - created: "2021-10-26T16:00:47.630822042Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Ubiquiti Network's Unifi Controller - digest: 4713080a67dca1d172e1ff81041c033262a291cce7df8a4e80888893caa50623 - home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi - icon: https://dl.ubnt.com/press/logo-UniFi.png - keywords: - - ubiquiti - - unifi - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: unifi - sources: - - https://github.com/jacobalberty/unifi-docker - - https://unifi-network.ui.com - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unifi-9.0.1/unifi-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -224440,43 +219451,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unifi-3.1.5/unifi-3.1.5.tgz version: 3.1.5 unpackerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.8 - created: "2021-10-26T16:00:47.836692193Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - 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: f3af1e5c319d6e0d23fc0e5921e25da90cdadce13428e764d5ccf4b287b85288 - home: https://github.com/truecharts/apps/tree/master/charts/stable/unpackrr - icon: https://raw.githubusercontent.com/wiki/davidnewhall/unpackerr/images/unpackerr-logo-text.png - keywords: - - unpackerr - - sonarr - - radarr - - lidarr - - readarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.1/unpackerr-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -226856,40 +221830,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz version: 1.0.0 uptime-kuma: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.1 - created: "2021-10-26T16:00:48.049416352Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A fancy self-hosted monitoring tool - digest: 73b88469ecbf57cf33c75aba33d96c0de188ca832c63625b4db1d898316296fa - home: https://github.com/louislam/uptime-kuma - icon: https://raw.githubusercontent.com/louislam/uptime-kuma/master/public/icon.png - keywords: - - monitoring - - uptime - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: 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.1/uptime-kuma-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -227046,37 +221986,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptime-kuma-0.0.1/uptime-kuma-0.0.1.tgz version: 0.0.1 valheim: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-10-26T16:00:48.262792812Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Valheim dedicated gameserver with automatic update and world backup - support - digest: bc82bb08575f53200dfa0fd7c3fb3a36bf109cfd1ab85493b70e5d5c096febbd - home: https://github.com/truecharts/apps/tree/master/charts/stable/valheim - icon: https://raw.githubusercontent.com/lloesche/valheim-server-docker/main/misc/Logo_valheim.png - keywords: - - valheim - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-1.0.1/valheim-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -227244,45 +222153,6 @@ entries: - https://github.com/truecharts/apps/releases/download/valheim-0.0.2/valheim-0.0.2.tgz version: 0.0.2 vaultwarden: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.23.0 - created: "2021-10-26T16:00:48.838558113Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: Unofficial Bitwarden compatible server written in Rust - digest: 1114034b71cb3fd6a41c46139589d99d07dbd793550239610ab8e9de25709d07 - home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden - icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png - keywords: - - bitwarden - - bitwardenrs - - bitwarden_rs - - vaultwarden - - password - - rust - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: vaultwarden - sources: - - https://github.com/dani-garcia/vaultwarden - type: application - urls: - - https://github.com/truecharts/apps/releases/download/vaultwarden-12.0.1/vaultwarden-12.0.1.tgz - version: 12.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -232661,38 +227531,6 @@ entries: - https://github.com/truecharts/apps/releases/download/vaultwarden-1.0.0/vaultwarden-1.0.0.tgz version: 1.0.0 whoogle: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.0 - created: "2021-10-26T16:00:49.050767972Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A self-hosted, ad-free, privacy-respecting metasearch engine - digest: 6589f7621b4731392f888066f286eb1f928a6201fd17fae18ef9114a6475ce5b - home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle - icon: https://raw.githubusercontent.com/benbusby/whoogle-search/develop/docs/banner.png - keywords: - - whoogle - - search - - open source - - privacy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: whoogle - sources: - - https://github.com/benbusby/whoogle-search - urls: - - https://github.com/truecharts/apps/releases/download/whoogle-1.0.1/whoogle-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -232866,40 +227704,6 @@ entries: - https://github.com/truecharts/apps/releases/download/whoogle-0.0.2/whoogle-0.0.2.tgz version: 0.0.2 wiki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 900b76a - created: "2021-10-26T16:00:49.297610572Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: A self-hosted well uh wiki engine or content management system. - digest: be0a22f4913b6f749c3b55302dffa41cd360aa7049e9d8c540a43526f5e404a7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/wiki - keywords: - - wiki - - web - - blog - - cms - - app - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: wiki - sources: - - https://github.com/prologic/wiki - - https://github.com/nicholaswilde/docker-wiki - type: application - urls: - - https://github.com/truecharts/apps/releases/download/wiki-1.0.1/wiki-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -233085,42 +227889,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wiki-0.0.2/wiki-0.0.2.tgz version: 0.0.2 wikijs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2.5" - created: "2021-10-26T16:00:49.519429143Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.0 - description: Make documentation a joy to write using Wiki.js's beautiful and intuitive - interface! - digest: a6a6d5bf2abc6eb5db41b00114a28a960c46083c1909c9b38abeb18a5fc91fbf - home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs - icon: https://static.requarks.io/logo/wikijs-butterfly.svg - keywords: - - wiki - - wikijs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-3.0.1/wikijs-3.0.1.tgz - version: 3.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -233328,39 +228096,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wikijs-0.0.1/wikijs-0.0.1.tgz version: 0.0.1 xteve: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0.200 - created: "2021-10-26T16:00:49.723771991Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: M3U Proxy for Plex DVR and Emby Live TV. - digest: 57e0d9337d87d806de031a663b9547e2f752d5af097f22ce78bc17b557cbfc07 - home: https://github.com/truechartsapps/tree/master/charts/stable/xteve - icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg - 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.1/xteve-4.0.1.tgz - version: 4.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -234912,38 +229647,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz version: 1.0.1 zigbee2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.21.2 - created: "2021-10-26T16:00:49.930563143Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Bridges events and allows you to control your Zigbee devices via - MQTT - digest: 7aa94a7e8077d8bb0779757bb9ff89dd9766a42bb0e5ad9becf1c4583127859f - home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt - icon: https://www.zigbee2mqtt.io/images/logo.png - keywords: - - zigbee - - mqtt - - home-assistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: zigbee2mqtt - sources: - - https://github.com/Koenkk/zigbee2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-1.0.1/zigbee2mqtt-1.0.1.tgz - version: 1.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -235117,44 +229820,6 @@ entries: - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-0.0.2/zigbee2mqtt-0.0.2.tgz version: 0.0.2 zwavejs2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.10.0 - created: "2021-10-26T16:00:50.219467495Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.3.15 - description: Fully configurable Zwave to MQTT gateway and Control Panel using - NodeJS and Vue - digest: 034e68ebb11714679870a32f3c7646f85b2dec5bc93dbe1984e94b9daa12f02a - home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt - icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png - keywords: - - zwavejs2mqtt - - zwave-js - - z-wave - - zwave - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 35702532+tprelog@users.noreply.github.com - name: tprelog - url: 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.1/zwavejs2mqtt-9.0.1.tgz - version: 9.0.1 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -238860,4 +233525,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz version: 3.1.5 -generated: "2021-10-26T16:00:50.327359626Z" +generated: "2021-10-26T16:19:55.067816297Z"