diff --git a/charts/incubator/authelia/Chart.yaml b/charts/incubator/authelia/Chart.yaml index 3d4a408b7a9..39f1387ebe7 100644 --- a/charts/incubator/authelia/Chart.yaml +++ b/charts/incubator/authelia/Chart.yaml @@ -38,4 +38,4 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 1.6.10 +version: 1.6.11 diff --git a/charts/incubator/authelia/README.md b/charts/incubator/authelia/README.md index 9d1e7ee4b4a..c738d8368db 100644 --- a/charts/incubator/authelia/README.md +++ b/charts/incubator/authelia/README.md @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | redis | 15.0.4 | -| https://truecharts.org/ | common | 6.12.1 | -| https://truecharts.org/ | postgresql | 1.5.2 | +| https://charts.bitnami.com/bitnami | redis | 15.2.0 | +| https://truecharts.org/ | common | 6.12.4 | +| https://truecharts.org/ | postgresql | 1.5.10 | ## Installing the Chart diff --git a/charts/incubator/authelia/helm-values.md b/charts/incubator/authelia/helm-values.md index fed5dcd0fa8..cac00c60a05 100644 --- a/charts/incubator/authelia/helm-values.md +++ b/charts/incubator/authelia/helm-values.md @@ -51,7 +51,8 @@ You will, however, be able to use all values referenced in the common chart here | duo_api.hostname | string | `"api-123456789.example.com"` | | | duo_api.integration_key | string | `"ABCDEF"` | | | duo_api.plain_api_key | string | `""` | | -| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-paths"` | | +| enableServiceLinks | bool | `false` | | +| envFrom[0].configMapRef.name | string | `"authelia-paths"` | | | identity_providers.oidc.access_token_lifespan | string | `"1h"` | | | identity_providers.oidc.authorize_code_lifespan | string | `"1m"` | | | identity_providers.oidc.clients | list | `[]` | | @@ -99,7 +100,7 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `568` | | | podSecurityContext.runAsUser | int | `568` | | | postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"{{ .Release.Name }}-dbcreds"` | | +| postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"authelia"` | | | postgresql.postgresqlUsername | string | `"authelia"` | | | probes.liveness.path | string | `"/api/health\""` | | diff --git a/charts/incubator/custom-app/Chart.yaml b/charts/incubator/custom-app/Chart.yaml index 329e6b2e9a8..3f4c1ab7e67 100644 --- a/charts/incubator/custom-app/Chart.yaml +++ b/charts/incubator/custom-app/Chart.yaml @@ -19,4 +19,4 @@ name: custom-app sources: - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app type: application -version: 0.2.13 +version: 0.2.14 diff --git a/charts/incubator/custom-app/README.md b/charts/incubator/custom-app/README.md index 7763b0b5422..117257477db 100644 --- a/charts/incubator/custom-app/README.md +++ b/charts/incubator/custom-app/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/incubator/custom-app/helm-values.md b/charts/incubator/custom-app/helm-values.md index de6a7b0ccc9..b441a2e61ab 100644 --- a/charts/incubator/custom-app/helm-values.md +++ b/charts/incubator/custom-app/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.632"` | | +| image.tag | string | `"v0.18.636"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/incubator/jdownloader2/Chart.yaml b/charts/incubator/jdownloader2/Chart.yaml index 195a49f16ba..6b085c89c06 100644 --- a/charts/incubator/jdownloader2/Chart.yaml +++ b/charts/incubator/jdownloader2/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://hub.docker.com/r/jlesage/jdownloader-2 - https://jdownloader.org/ type: application -version: 0.3.10 +version: 0.3.11 diff --git a/charts/incubator/jdownloader2/README.md b/charts/incubator/jdownloader2/README.md index 44bf93f3c10..c78c4aeb468 100644 --- a/charts/incubator/jdownloader2/README.md +++ b/charts/incubator/jdownloader2/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/incubator/nextcloud/Chart.yaml b/charts/incubator/nextcloud/Chart.yaml index 3836ebd768d..ce04aa7ca51 100644 --- a/charts/incubator/nextcloud/Chart.yaml +++ b/charts/incubator/nextcloud/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 3.7.4 +version: 3.7.5 diff --git a/charts/incubator/nextcloud/README.md b/charts/incubator/nextcloud/README.md index 65033f6328b..b905a538513 100644 --- a/charts/incubator/nextcloud/README.md +++ b/charts/incubator/nextcloud/README.md @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | redis | 15.0.4 | -| https://truecharts.org/ | common | 6.12.1 | -| https://truecharts.org/ | postgresql | 1.5.2 | +| https://charts.bitnami.com/bitnami | redis | 15.2.0 | +| https://truecharts.org/ | common | 6.12.4 | +| https://truecharts.org/ | postgresql | 1.5.10 | ## Installing the Chart diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 704a5815210..9384eb186f3 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: common sources: null type: library -version: 6.12.4 +version: 6.12.5 diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md index 8433379ddd2..3629cecff5a 100644 --- a/charts/library/common/helm-values.md +++ b/charts/library/common/helm-values.md @@ -28,7 +28,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | deviceList | list | [] | Configure persistenceList for the chart here. Used to create an additional GUI element in SCALE for mounting USB devices Additional items can be added by adding a items similar to persistence | | dnsConfig | object | `{}` | Optional DNS settings, configuring the ndots option may resolve nslookup issues on some Kubernetes setups. | | dnsPolicy | string | `nil` | Defaults to "ClusterFirst" if hostNetwork is false and "ClusterFirstWithHostNet" if hostNetwork is true. | -| enableServiceLinks | bool | `true` | Enable/disable the generation of environment variables for services. [[ref]](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service) | +| enableServiceLinks | bool | `false` | Enable/disable the generation of environment variables for services. [[ref]](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service) | | env | object | `{}` | Main environment variables. Template enabled. Syntax options: A) TZ: UTC B) PASSWD: '{{ .Release.Name }}' C) PASSWD: envFrom: ... | | envFrom | list | `[]` | | | envTpl | object | `{}` | | diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index cf76f0b00c3..21e865ad529 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -19,4 +19,4 @@ sources: - https://github.com/airsonic/airsonic - https://github.com/linuxserver/docker-airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic -version: 1.11.10 +version: 1.11.11 diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md index ddb0b1eb23c..93c9aad12d7 100644 --- a/charts/stable/airsonic/README.md +++ b/charts/stable/airsonic/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml index a48458c8c04..c44647a3b91 100644 --- a/charts/stable/appdaemon/Chart.yaml +++ b/charts/stable/appdaemon/Chart.yaml @@ -26,4 +26,4 @@ name: appdaemon sources: - https://github.com/AppDaemon/appdaemon type: application -version: 3.11.10 +version: 3.11.11 diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md index c6f0b010139..995bdd697d7 100644 --- a/charts/stable/appdaemon/README.md +++ b/charts/stable/appdaemon/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml index b68612140aa..432808d555b 100644 --- a/charts/stable/bazarr/Chart.yaml +++ b/charts/stable/bazarr/Chart.yaml @@ -29,4 +29,4 @@ sources: - https://github.com/Bazarr/Bazarr - https://hub.docker.com/r/linuxserver/bazarr type: application -version: 6.11.11 +version: 6.11.12 diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md index ae5d35b3e30..cecdfa84b8b 100644 --- a/charts/stable/bazarr/README.md +++ b/charts/stable/bazarr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/bazarr/helm-values.md b/charts/stable/bazarr/helm-values.md index b163da1cb45..eea96d20aa6 100644 --- a/charts/stable/bazarr/helm-values.md +++ b/charts/stable/bazarr/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/bazarr"` | | -| image.tag | string | `"v0.9.7"` | | +| image.tag | string | `"v0.9.8"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index 7c29538b051..29c2c5dd548 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -20,4 +20,4 @@ name: booksonic-air sources: - https://github.com/popeen/Booksonic-Air - https://hub.docker.com/r/linuxserver/booksonic-air -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md index 85db48d5271..355d2cf577b 100644 --- a/charts/stable/booksonic-air/README.md +++ b/charts/stable/booksonic-air/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml index 3dc2799f5c9..67ee9c29b4e 100644 --- a/charts/stable/calibre-web/Chart.yaml +++ b/charts/stable/calibre-web/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://hub.docker.com/r/linuxserver/calibre-web/ - https://github.com/janeczku/calibre-web type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md index 6a7e2e5b4e7..7dbfb73afcd 100644 --- a/charts/stable/calibre-web/README.md +++ b/charts/stable/calibre-web/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml index a23a9a56e71..0fcb513307d 100644 --- a/charts/stable/calibre/Chart.yaml +++ b/charts/stable/calibre/Chart.yaml @@ -18,4 +18,4 @@ name: calibre sources: - https://hub.docker.com/r/linuxserver/calibre/ - https://github.com/kovidgoyal/calibre/ -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md index 2ce508079b7..66ba0e3ad80 100644 --- a/charts/stable/calibre/README.md +++ b/charts/stable/calibre/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/collabora-online/Chart.yaml b/charts/stable/collabora-online/Chart.yaml index ee8baf4479e..55b399a1f3b 100644 --- a/charts/stable/collabora-online/Chart.yaml +++ b/charts/stable/collabora-online/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://sdk.collaboraonline.com/contents.html - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/collabora-online/README.md b/charts/stable/collabora-online/README.md index 5015546b427..3f7be784154 100644 --- a/charts/stable/collabora-online/README.md +++ b/charts/stable/collabora-online/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index 4c433f76dc8..07c9b4ab0e0 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -22,4 +22,4 @@ name: deconz sources: - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md index 4494c426534..9521ae2f4ef 100644 --- a/charts/stable/deconz/README.md +++ b/charts/stable/deconz/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/deepstack-cpu/Chart.yaml b/charts/stable/deepstack-cpu/Chart.yaml index 907c78c857a..254810153ac 100644 --- a/charts/stable/deepstack-cpu/Chart.yaml +++ b/charts/stable/deepstack-cpu/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://hub.docker.com/r/deepquestai/deepstack - https://www.deepstack.cc/ type: application -version: 4.11.10 +version: 4.11.11 diff --git a/charts/stable/deepstack-cpu/README.md b/charts/stable/deepstack-cpu/README.md index b1efcd4da5c..8bffe16de4c 100644 --- a/charts/stable/deepstack-cpu/README.md +++ b/charts/stable/deepstack-cpu/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index c27a487f674..29f6716e4e3 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -21,4 +21,4 @@ name: deluge sources: - https://github.com/deluge-torrent/deluge type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md index 4101a97c356..6099566d17f 100644 --- a/charts/stable/deluge/README.md +++ b/charts/stable/deluge/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 7701f3ecb0e..3935c05e9ea 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -19,4 +19,4 @@ name: dizquetv sources: - https://github.com/vexorian/dizquetv - https://hub.docker.com/r/vexorian/dizquetv -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md index e64a09a24ae..7e78189f067 100644 --- a/charts/stable/dizquetv/README.md +++ b/charts/stable/dizquetv/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index e864033364b..4720646cfff 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -18,4 +18,4 @@ name: duplicati sources: - https://hub.docker.com/r/linuxserver/duplicati/ - https://github.com/duplicati/duplicati -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md index 9d1665ee655..ca852c9694c 100644 --- a/charts/stable/duplicati/README.md +++ b/charts/stable/duplicati/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml index 3e90c97aa47..58909460b2b 100644 --- a/charts/stable/emby/Chart.yaml +++ b/charts/stable/emby/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://hub.docker.com/r/linuxserver/emby - https://github.com/linuxserver/docker-emby.git type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md index 8547da17e9f..151b098e241 100644 --- a/charts/stable/emby/README.md +++ b/charts/stable/emby/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index 5b75f474407..bbd8f67656f 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/esphome/esphome - https://hub.docker.com/u/esphome type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md index 326139709d9..a218e2377a3 100644 --- a/charts/stable/esphome/README.md +++ b/charts/stable/esphome/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml index 826d0bc24a4..b054ccfb9e7 100644 --- a/charts/stable/external-service/Chart.yaml +++ b/charts/stable/external-service/Chart.yaml @@ -23,4 +23,4 @@ name: external-service sources: - https://github.com/truecharts/apps/tree/master/charts/stable/external-service type: application -version: 1.4.10 +version: 1.4.11 diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md index 2854c049d1d..517666ada4e 100644 --- a/charts/stable/external-service/README.md +++ b/charts/stable/external-service/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/external-service/helm-values.md b/charts/stable/external-service/helm-values.md index 9bf19619bd3..77c8294a71d 100644 --- a/charts/stable/external-service/helm-values.md +++ b/charts/stable/external-service/helm-values.md @@ -12,6 +12,9 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| | controller.enabled | bool | `false` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/truecharts/bs"` | | +| image.tag | string | `"v0.66.6"` | | | service.main.enabled | bool | `true` | | | service.main.externalIP | string | `"1.1.1.1"` | | | service.main.ports.main.Type | string | `"HTTPS"` | | diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index da153f73853..14514a65699 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -27,4 +27,4 @@ name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ type: application -version: 6.1.3 +version: 6.1.4 diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md index b701eb77722..0b2eabc758a 100644 --- a/charts/stable/fireflyiii/README.md +++ b/charts/stable/fireflyiii/README.md @@ -1,7 +1,5 @@ # Introduction -![Version: 5.4.4](https://img.shields.io/badge/Version-5.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) - A free and open source personal finance manager TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. @@ -19,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.10.7 | -| https://truecharts.org/ | postgresql | 1.2.4 | +| https://truecharts.org/ | common | 6.12.4 | +| https://truecharts.org/ | postgresql | 1.5.10 | ## Installing the Chart @@ -36,8 +34,5 @@ To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://true - See the [Wiki](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/apps/issues/new/choose) -- Ask a [question](https://github.com/truecharts/apps/discussions) - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +--- All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/fireflyiii/helm-values.md b/charts/stable/fireflyiii/helm-values.md new file mode 100644 index 00000000000..e086f68ea4b --- /dev/null +++ b/charts/stable/fireflyiii/helm-values.md @@ -0,0 +1,50 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.APP_KEY | string | `"AGcfkCUS233ZWmBXztYbdyCs2u7kkz55"` | | +| env.DB_CONNECTION | string | `"pgsql"` | | +| env.DB_DATABASE | string | `"firefly"` | | +| env.DB_PORT | int | `5432` | | +| env.DB_USERNAME | string | `"firefly"` | | +| envValueFrom.DB_HOST.secretKeyRef.key | string | `"postgresql_host"` | | +| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | +| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | +| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"fireflyiii/core"` | | +| image.tag | string | `"version-5.5.12"` | | +| persistence.data.accessMode | string | `"ReadWriteOnce"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | | +| persistence.data.size | string | `"100Gi"` | | +| persistence.data.type | string | `"pvc"` | | +| podSecurityContext.fsGroup | int | `0` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsNonRoot | bool | `false` | | +| podSecurityContext.runAsUser | int | `0` | | +| postgresql.enabled | bool | `true` | | +| postgresql.existingSecret | string | `"dbcreds"` | | +| postgresql.postgresqlDatabase | string | `"firefly"` | | +| postgresql.postgresqlUsername | string | `"firefly"` | | +| probes.liveness.path | string | `"/login"` | | +| probes.readiness.path | string | `"/login"` | | +| probes.startup.path | string | `"/login"` | | +| service.main.ports.main.port | int | `8080` | | +| service.tcp.enabled | bool | `true` | | +| service.tcp.ports.tcp.enabled | bool | `true` | | +| service.tcp.ports.tcp.port | int | `51080` | | +| service.tcp.ports.tcp.protocol | string | `"TCP"` | | +| service.tcp.type | string | `"ClusterIP"` | | +| strategy.type | string | `"Recreate"` | | + +All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml index d54867d0e4c..abf87aaa150 100644 --- a/charts/stable/flaresolverr/Chart.yaml +++ b/charts/stable/flaresolverr/Chart.yaml @@ -19,4 +19,4 @@ name: flaresolverr sources: - https://github.com/FlareSolverr/FlareSolverr - https://hub.docker.com/r/flaresolverr/flaresolverr -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md index 9bb9722892c..7e79c819f4e 100644 --- a/charts/stable/flaresolverr/README.md +++ b/charts/stable/flaresolverr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml index 1fc75f5c2c8..f86ff153fd0 100644 --- a/charts/stable/flood/Chart.yaml +++ b/charts/stable/flood/Chart.yaml @@ -21,4 +21,4 @@ name: flood sources: - https://github.com/jesec/flood - https://hub.docker.com/r/jesec/flood -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md index 2a415ec24aa..ad01e314cf3 100644 --- a/charts/stable/flood/README.md +++ b/charts/stable/flood/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/focalboard/Chart.yaml b/charts/stable/focalboard/Chart.yaml index 3e93b2eaadc..e5cbd305d13 100644 --- a/charts/stable/focalboard/Chart.yaml +++ b/charts/stable/focalboard/Chart.yaml @@ -22,4 +22,4 @@ sources: - https://www.focalboard.com/ - https://github.com/mattermost/focalboard - https://github.com/FlipEnergy/container-images/blob/main/focalboard -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/focalboard/README.md b/charts/stable/focalboard/README.md index 1f76125d994..9aea09273d1 100644 --- a/charts/stable/focalboard/README.md +++ b/charts/stable/focalboard/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/freeradius/Chart.yaml b/charts/stable/freeradius/Chart.yaml index 55a31bab37e..746e114dad6 100644 --- a/charts/stable/freeradius/Chart.yaml +++ b/charts/stable/freeradius/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://hub.docker.com/r/freeradius/freeradius-server/ - https://freeradius.org/ type: application -version: 1.7.10 +version: 1.7.11 diff --git a/charts/stable/freeradius/README.md b/charts/stable/freeradius/README.md index ecbd840a4b5..7b9d998decb 100644 --- a/charts/stable/freeradius/README.md +++ b/charts/stable/freeradius/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index 99927882857..fab2ea10bfc 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/FreshRSS/FreshRSS - https://hub.docker.com/r/linuxserver/freshrss type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md index f2433ec67d8..c3814281d1b 100644 --- a/charts/stable/freshrss/README.md +++ b/charts/stable/freshrss/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml index c047bc02212..7991309f235 100644 --- a/charts/stable/gaps/Chart.yaml +++ b/charts/stable/gaps/Chart.yaml @@ -22,4 +22,4 @@ name: gaps sources: - https://github.com/JasonHHouse/gaps type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md index b8b6e2f062e..3c337b818ec 100644 --- a/charts/stable/gaps/README.md +++ b/charts/stable/gaps/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml index a9c02f4061d..e2d770f6577 100644 --- a/charts/stable/gonic/Chart.yaml +++ b/charts/stable/gonic/Chart.yaml @@ -19,4 +19,4 @@ name: gonic sources: - https://github.com/sentriz/gonic - https://hub.docker.com/r/sentriz/gonic -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md index 82db8092d24..a2791bdf38f 100644 --- a/charts/stable/gonic/README.md +++ b/charts/stable/gonic/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index b1567f53fea..a18dd3e0e72 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -20,4 +20,4 @@ name: grocy sources: - https://github.com/grocy/grocy type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md index e12a0f84ce9..170bb426ba6 100644 --- a/charts/stable/grocy/README.md +++ b/charts/stable/grocy/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml index 2ffd4234754..3231153b2c7 100644 --- a/charts/stable/handbrake/Chart.yaml +++ b/charts/stable/handbrake/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://hub.docker.com/r/jlesage/handbrake/ - https://handbrake.fr/ type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md index eaac2887664..df944f93101 100644 --- a/charts/stable/handbrake/README.md +++ b/charts/stable/handbrake/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml index 228bfe627ca..5c87589d9e9 100644 --- a/charts/stable/haste-server/Chart.yaml +++ b/charts/stable/haste-server/Chart.yaml @@ -21,4 +21,4 @@ name: haste-server sources: - https://github.com/seejohnrun/haste-server - https://github.com/k8s-at-home/container-images -version: 1.11.10 +version: 1.11.11 diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md index a93f2e2e476..5c1db8c87bd 100644 --- a/charts/stable/haste-server/README.md +++ b/charts/stable/haste-server/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml index 977f6f059ca..861a7f04c27 100644 --- a/charts/stable/healthchecks/Chart.yaml +++ b/charts/stable/healthchecks/Chart.yaml @@ -22,4 +22,4 @@ name: healthchecks sources: - https://github.com/healthchecks/healthchecks - https://hub.docker.com/r/linuxserver/healthchecks -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md index 70fd1bec96b..1fffc40e9c3 100644 --- a/charts/stable/healthchecks/README.md +++ b/charts/stable/healthchecks/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index 6ccc2dbb4f8..227c8d1e8b5 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: heimdall sources: null type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md index 594e551e3e6..0b15bf1ebe1 100644 --- a/charts/stable/heimdall/README.md +++ b/charts/stable/heimdall/README.md @@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml index 822fc55d0fd..1b306af0405 100644 --- a/charts/stable/home-assistant/Chart.yaml +++ b/charts/stable/home-assistant/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/home-assistant/home-assistant - https://github.com/cdr/code-server type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md index 77c204e4329..8bb5c28dde5 100644 --- a/charts/stable/home-assistant/README.md +++ b/charts/stable/home-assistant/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml index 345a91fe351..17f6d47c2ad 100644 --- a/charts/stable/hyperion-ng/Chart.yaml +++ b/charts/stable/hyperion-ng/Chart.yaml @@ -19,4 +19,4 @@ name: hyperion-ng sources: - https://github.com/hyperion-project/hyperion.ng - https://hub.docker.com/r/sirfragalot/hyperion.ng -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md index 5617623a40a..3c84947857b 100644 --- a/charts/stable/hyperion-ng/README.md +++ b/charts/stable/hyperion-ng/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 491b3db53ca..7ac8034d761 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -24,4 +24,4 @@ name: jackett sources: - https://github.com/Jackett/Jackett type: application -version: 6.11.12 +version: 6.11.13 diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md index 41efbf2d5c6..df3880c4157 100644 --- a/charts/stable/jackett/README.md +++ b/charts/stable/jackett/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/jackett/helm-values.md b/charts/stable/jackett/helm-values.md index 869265bb034..f0576cdd045 100644 --- a/charts/stable/jackett/helm-values.md +++ b/charts/stable/jackett/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.632"` | | +| image.tag | string | `"v0.18.636"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 888fae63244..de27eead12f 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -24,4 +24,4 @@ name: jellyfin sources: - https://github.com/jellyfin/jellyfin type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md index 21ffee6368d..0660870d5cd 100644 --- a/charts/stable/jellyfin/README.md +++ b/charts/stable/jellyfin/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index 68e6b70dfcf..7611a4b815c 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -22,4 +22,4 @@ name: kms sources: - https://github.com/SystemRage/py-kms type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md index fe76c2fd093..29b0a454225 100644 --- a/charts/stable/kms/README.md +++ b/charts/stable/kms/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index 67a38338753..b5443366e96 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -21,4 +21,4 @@ name: komga sources: - https://komga.org/ - https://github.com/gotson/komga -version: 1.9.13 +version: 1.9.14 diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md index 78dace8c3d2..17905ba8f81 100644 --- a/charts/stable/komga/README.md +++ b/charts/stable/komga/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/komga/helm-values.md b/charts/stable/komga/helm-values.md index 87df07c745c..8f4237b1f70 100644 --- a/charts/stable/komga/helm-values.md +++ b/charts/stable/komga/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"gotson/komga"` | image repository | -| image.tag | string | `"0.120.0"` | image tag | +| image.tag | string | `"0.120.1"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index 59bdce52cd3..260c9e5a1ee 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://lazylibrarian.gitlab.io type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md index 49e4df552e0..59b236110e6 100644 --- a/charts/stable/lazylibrarian/README.md +++ b/charts/stable/lazylibrarian/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml index cc9c92e11be..c59e8d60a33 100644 --- a/charts/stable/librespeed/Chart.yaml +++ b/charts/stable/librespeed/Chart.yaml @@ -20,4 +20,4 @@ sources: - https://github.com/librespeed/speedtest - https://hub.docker.com/r/linuxserver/librespeed - https://github.com/truechartsapps/tree/master/charts/librespeed -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md index 45907977572..b9a988a72e1 100644 --- a/charts/stable/librespeed/README.md +++ b/charts/stable/librespeed/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml index 558cd004d77..68fd54b9d50 100644 --- a/charts/stable/lidarr/Chart.yaml +++ b/charts/stable/lidarr/Chart.yaml @@ -24,4 +24,4 @@ name: lidarr sources: - https://github.com/Lidarr/Lidarr type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md index 242114fc061..c987666ca70 100644 --- a/charts/stable/lidarr/README.md +++ b/charts/stable/lidarr/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index 27c47a62d06..a090b4f55fb 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/sethcottle/littlelink type: application -version: 1.5.10 +version: 1.5.11 diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md index ed53153fb3f..6a809242597 100644 --- a/charts/stable/littlelink/README.md +++ b/charts/stable/littlelink/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/lychee/Chart.yaml b/charts/stable/lychee/Chart.yaml index 0d8afa96983..adbc9200ebb 100644 --- a/charts/stable/lychee/Chart.yaml +++ b/charts/stable/lychee/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/LycheeOrg/Lychee - https://hub.docker.com/r/lycheeorg/lychee type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/lychee/README.md b/charts/stable/lychee/README.md index 73cc7fd29f0..c5ac91e05b2 100644 --- a/charts/stable/lychee/README.md +++ b/charts/stable/lychee/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml index 365361b8b32..cb190239094 100644 --- a/charts/stable/mealie/Chart.yaml +++ b/charts/stable/mealie/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: mealie sources: - https://github.com/hay-kot/mealie -version: 1.11.10 +version: 1.11.11 diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md index 7433ec93054..5213a8ab8c5 100644 --- a/charts/stable/mealie/README.md +++ b/charts/stable/mealie/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index d7a3066c1e8..002f688736b 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -21,4 +21,4 @@ name: mosquitto sources: - https://github.com/eclipse/mosquitto type: application -version: 1.11.10 +version: 1.11.11 diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md index 67cbffca30d..e33fe0e0ad1 100644 --- a/charts/stable/mosquitto/README.md +++ b/charts/stable/mosquitto/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index b7388b5f836..31f69972c98 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -19,4 +19,4 @@ sources: - https://github.com/mylar3/mylar3 - https://github.com/linuxserver/docker-mylar3 - https://github.com/truechartsapps/tree/master/charts/mylar -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md index fcb71d542e4..36d480cf450 100644 --- a/charts/stable/mylar/README.md +++ b/charts/stable/mylar/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml index 7dc2d0501a9..b8b8b258d43 100644 --- a/charts/stable/navidrome/Chart.yaml +++ b/charts/stable/navidrome/Chart.yaml @@ -22,4 +22,4 @@ sources: - https://github.com/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md index b3cf282f567..e3c8c560d3f 100644 --- a/charts/stable/navidrome/README.md +++ b/charts/stable/navidrome/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index 6f78e00600a..23c78bc605f 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -20,4 +20,4 @@ name: node-red sources: - https://github.com/node-red/node-red-docker type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md index a59bde44dfa..7d43b9e2e7b 100644 --- a/charts/stable/node-red/README.md +++ b/charts/stable/node-red/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml index 61807a54fea..7ec91ce9524 100644 --- a/charts/stable/nullserv/Chart.yaml +++ b/charts/stable/nullserv/Chart.yaml @@ -17,4 +17,4 @@ maintainers: name: nullserv sources: - https://github.com/bmrzycki/nullserv -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md index b05b49f6c24..4811fb9581e 100644 --- a/charts/stable/nullserv/README.md +++ b/charts/stable/nullserv/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml index ac105521e1e..7c89003e072 100644 --- a/charts/stable/nzbget/Chart.yaml +++ b/charts/stable/nzbget/Chart.yaml @@ -20,4 +20,4 @@ name: nzbget sources: - https://nzbget.net/ type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md index afe6b313ddd..b039518f37a 100644 --- a/charts/stable/nzbget/README.md +++ b/charts/stable/nzbget/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 5e9c09d889a..8a150e8063e 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -17,4 +17,4 @@ name: nzbhydra sources: - https://github.com/theotherp/nzbhydra2 type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md index c4eddbbb7cd..a30496033f7 100644 --- a/charts/stable/nzbhydra/README.md +++ b/charts/stable/nzbhydra/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml index 43ad8876f47..a59448fae41 100644 --- a/charts/stable/octoprint/Chart.yaml +++ b/charts/stable/octoprint/Chart.yaml @@ -20,4 +20,4 @@ name: octoprint sources: - https://github.com/OctoPrint/OctoPrint - https://hub.docker.com/r/octoprint/octoprint -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md index 40a4990789d..e201445a9cb 100644 --- a/charts/stable/octoprint/README.md +++ b/charts/stable/octoprint/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index afe2d147306..ccc8ac97895 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -19,4 +19,4 @@ name: omada-controller sources: - https://github.com/mbentley/docker-omada-controller - https://github.com/truechartsapps/tree/master/charts/omada-controller -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/omada-controller/README.md b/charts/stable/omada-controller/README.md index 216c70c25e0..ddd201bbf0a 100644 --- a/charts/stable/omada-controller/README.md +++ b/charts/stable/omada-controller/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml index 7ec98d87435..c930046f536 100644 --- a/charts/stable/ombi/Chart.yaml +++ b/charts/stable/ombi/Chart.yaml @@ -27,4 +27,4 @@ name: ombi sources: - https://github.com/tidusjar/Ombi type: application -version: 6.11.11 +version: 6.11.12 diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md index 5c041d29fbb..b1ce28e9469 100644 --- a/charts/stable/ombi/README.md +++ b/charts/stable/ombi/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/ombi/helm-values.md b/charts/stable/ombi/helm-values.md index 652b6bab590..aabf1285c8d 100644 --- a/charts/stable/ombi/helm-values.md +++ b/charts/stable/ombi/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/ombi"` | | -| image.tag | string | `"v4.0.1468"` | | +| image.tag | string | `"v4.0.1470"` | | | mariadb.architecture | string | `"standalone"` | | | mariadb.auth.database | string | `"ombi"` | | | mariadb.auth.password | string | `"ombi"` | | diff --git a/charts/stable/openldap/Chart.yaml b/charts/stable/openldap/Chart.yaml index 23ce6b23385..1fb6df5abc7 100644 --- a/charts/stable/openldap/Chart.yaml +++ b/charts/stable/openldap/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://github.com/jp-gouin/helm-openldap - https://github.com/osixia/docker-openldap type: application -version: 1.7.14 +version: 1.7.15 diff --git a/charts/stable/openldap/README.md b/charts/stable/openldap/README.md index 86db8300e08..8422c791f4c 100644 --- a/charts/stable/openldap/README.md +++ b/charts/stable/openldap/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/openldap/helm-values.md b/charts/stable/openldap/helm-values.md index 49dbec3af7e..2731b685921 100644 --- a/charts/stable/openldap/helm-values.md +++ b/charts/stable/openldap/helm-values.md @@ -51,6 +51,6 @@ You will, however, be able to use all values referenced in the common chart here | replication.tls_reqcert | string | `"never"` | | | service.https.ports.https.port | int | `636` | | | service.main.ports.main.port | int | `389` | | -| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. | +| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap/","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d/","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml index 6c85014358c..c54e50322a9 100644 --- a/charts/stable/organizr/Chart.yaml +++ b/charts/stable/organizr/Chart.yaml @@ -20,4 +20,4 @@ sources: - https://github.com/causefx/Organizr - https://hub.docker.com/r/organizr/organizr type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md index 286aa36d6f3..9146d86543e 100644 --- a/charts/stable/organizr/README.md +++ b/charts/stable/organizr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml index bbf3c328b20..523e070d951 100644 --- a/charts/stable/overseerr/Chart.yaml +++ b/charts/stable/overseerr/Chart.yaml @@ -23,4 +23,4 @@ name: overseerr sources: - https://github.com/sct/overseerr - https://hub.docker.com/r/sctx/overseerr -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md index c58c5cc2438..ce4176bdbfb 100644 --- a/charts/stable/overseerr/README.md +++ b/charts/stable/overseerr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index 7f9361d833c..aa70d9832bb 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -22,4 +22,4 @@ name: owncast sources: - https://owncast.online/ - https://github.com/owncast/owncast -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md index 36db6c210b0..86713ebe7f3 100644 --- a/charts/stable/owncast/README.md +++ b/charts/stable/owncast/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/owncloud-ocis/Chart.yaml b/charts/stable/owncloud-ocis/Chart.yaml index f732bb3c47c..f658c9a9ede 100644 --- a/charts/stable/owncloud-ocis/Chart.yaml +++ b/charts/stable/owncloud-ocis/Chart.yaml @@ -25,4 +25,4 @@ name: owncloud-ocis sources: - https://hub.docker.com/r/owncloud/ocis - https://owncloud.dev/ocis/ -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/owncloud-ocis/README.md b/charts/stable/owncloud-ocis/README.md index fc931c35b98..cf0e15d9bbe 100644 --- a/charts/stable/owncloud-ocis/README.md +++ b/charts/stable/owncloud-ocis/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml index 537c61950c7..4dea2b631bf 100644 --- a/charts/stable/pgadmin/Chart.yaml +++ b/charts/stable/pgadmin/Chart.yaml @@ -24,4 +24,4 @@ name: pgadmin sources: - https://www.pgadmin.org/ type: application -version: 1.8.10 +version: 1.8.11 diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md index 0069ed1ad9f..4aa8df15017 100644 --- a/charts/stable/pgadmin/README.md +++ b/charts/stable/pgadmin/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml index c486aa62aa2..eb9eace5955 100644 --- a/charts/stable/photoprism/Chart.yaml +++ b/charts/stable/photoprism/Chart.yaml @@ -22,4 +22,4 @@ name: photoprism sources: - https://github.com/photoprism/photoprism - https://hub.docker.com/r/photoprism/photoprism -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md index bf7c13307c1..d5e69a195a2 100644 --- a/charts/stable/photoprism/README.md +++ b/charts/stable/photoprism/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml index f844b222531..60e3fc30eb7 100644 --- a/charts/stable/phpldapadmin/Chart.yaml +++ b/charts/stable/phpldapadmin/Chart.yaml @@ -24,4 +24,4 @@ name: phpldapadmin sources: - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog type: application -version: 1.8.10 +version: 1.8.11 diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md index 768fb71d8a6..7284b457aaf 100644 --- a/charts/stable/phpldapadmin/README.md +++ b/charts/stable/phpldapadmin/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml index ebed31070bb..0c5a958dcf9 100644 --- a/charts/stable/piaware/Chart.yaml +++ b/charts/stable/piaware/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: piaware sources: - https://github.com/flightaware/piaware -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md index 28410c3f2a5..895891411dd 100644 --- a/charts/stable/piaware/README.md +++ b/charts/stable/piaware/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 2e2b6d29ba1..9150bef1773 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -22,4 +22,4 @@ maintainers: name: plex sources: null type: application -version: 5.11.10 +version: 5.11.11 diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md index f351bf3667f..fe6b2d378e0 100644 --- a/charts/stable/plex/README.md +++ b/charts/stable/plex/README.md @@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml index 561c5491b9d..6a358e67c2f 100644 --- a/charts/stable/podgrab/Chart.yaml +++ b/charts/stable/podgrab/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/akhilrex/podgrab - https://hub.docker.com/r/akhilrex/podgrab type: application -version: 4.11.10 +version: 4.11.11 diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md index b2c9d63f3db..2fdbcdac1ab 100644 --- a/charts/stable/podgrab/README.md +++ b/charts/stable/podgrab/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/postgresql/Chart.yaml b/charts/stable/postgresql/Chart.yaml index 7c538196c28..e7b8c7ea424 100644 --- a/charts/stable/postgresql/Chart.yaml +++ b/charts/stable/postgresql/Chart.yaml @@ -25,4 +25,4 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 1.5.10 +version: 1.5.11 diff --git a/charts/stable/postgresql/README.md b/charts/stable/postgresql/README.md index 786fbfb18d1..757b0fb1db3 100644 --- a/charts/stable/postgresql/README.md +++ b/charts/stable/postgresql/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml index 0ae2e27b9fa..d9f02e38ba4 100644 --- a/charts/stable/pretend-youre-xyzzy/Chart.yaml +++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml @@ -21,4 +21,4 @@ name: pretend-youre-xyzzy sources: - https://github.com/ajanata/PretendYoureXyzzy - https://github.com/emcniece/DockerYourXyzzy -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md index ba8181b59d8..21ad654d2ba 100644 --- a/charts/stable/pretend-youre-xyzzy/README.md +++ b/charts/stable/pretend-youre-xyzzy/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml index d46d8b6869e..9cd9387f53f 100644 --- a/charts/stable/protonmail-bridge/Chart.yaml +++ b/charts/stable/protonmail-bridge/Chart.yaml @@ -19,4 +19,4 @@ name: protonmail-bridge sources: - https://github.com/shenxn/protonmail-bridge-docker - https://hub.docker.com/r/shenxn/protonmail-bridge -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md index f757e51e590..7bf4c146de5 100644 --- a/charts/stable/protonmail-bridge/README.md +++ b/charts/stable/protonmail-bridge/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index b89b10c7c7c..3f9cd9bd812 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -21,4 +21,4 @@ name: prowlarr sources: - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 1.11.12 +version: 1.11.13 diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md index cf21122ce06..482a23b8dee 100644 --- a/charts/stable/prowlarr/README.md +++ b/charts/stable/prowlarr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/prowlarr/helm-values.md b/charts/stable/prowlarr/helm-values.md index e650b9ff0b5..d6517732040 100644 --- a/charts/stable/prowlarr/helm-values.md +++ b/charts/stable/prowlarr/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository | -| image.tag | string | `"v0.1.1.893"` | image tag | +| image.tag | string | `"v0.1.1.903"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `568` | | diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml index 876c39d12ec..dab74bca058 100644 --- a/charts/stable/pyload/Chart.yaml +++ b/charts/stable/pyload/Chart.yaml @@ -21,4 +21,4 @@ name: pyload sources: - https://github.com/pyload/pyload - https://hub.docker.com/r/linuxserver/pyload -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md index 761cedf201b..8ee7bc3df23 100644 --- a/charts/stable/pyload/README.md +++ b/charts/stable/pyload/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index c0bca023b41..b2c83032848 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -19,4 +19,4 @@ maintainers: name: qbittorrent sources: null type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md index 5adf514485b..d647824919c 100644 --- a/charts/stable/qbittorrent/README.md +++ b/charts/stable/qbittorrent/README.md @@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index 94469dc05a7..188c0ea64ae 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -24,4 +24,4 @@ name: radarr sources: - https://github.com/Radarr/Radarr type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md index a68eeaa1812..b72a757b37f 100644 --- a/charts/stable/radarr/README.md +++ b/charts/stable/radarr/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index 5d1c98243a1..5d6a41bea24 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/Readarr/Readarr - https://readarr.com type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/readarr/README.md b/charts/stable/readarr/README.md index b91191d3173..4d24410bcba 100644 --- a/charts/stable/readarr/README.md +++ b/charts/stable/readarr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml index 40e8b5f881a..c6529b9e3e6 100644 --- a/charts/stable/reg/Chart.yaml +++ b/charts/stable/reg/Chart.yaml @@ -19,4 +19,4 @@ name: reg sources: - https://github.com/genuinetools/reg - https://github.com/k8s-at-home/container-images/ -version: 1.11.10 +version: 1.11.11 diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md index 446906f22c8..452b15137ff 100644 --- a/charts/stable/reg/README.md +++ b/charts/stable/reg/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index fac0c971e76..8f31583a905 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -21,4 +21,4 @@ maintainers: name: resilio-sync sources: - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md index a1100d96c20..30c82f4dce4 100644 --- a/charts/stable/resilio-sync/README.md +++ b/charts/stable/resilio-sync/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index 22235216970..2f4d9bef59b 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -20,4 +20,4 @@ name: sabnzbd sources: - https://sabnzbd.org/ type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md index 8069efe297b..d35d7fdeb4d 100644 --- a/charts/stable/sabnzbd/README.md +++ b/charts/stable/sabnzbd/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml index 3bf00620863..dbb3070f25a 100644 --- a/charts/stable/ser2sock/Chart.yaml +++ b/charts/stable/ser2sock/Chart.yaml @@ -18,4 +18,4 @@ name: ser2sock sources: - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md index a92267de22c..659fc1669a5 100644 --- a/charts/stable/ser2sock/README.md +++ b/charts/stable/ser2sock/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index 86647a33f05..208bc2c93e7 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -24,4 +24,4 @@ name: sonarr sources: - https://github.com/Sonarr/Sonarr type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md index bed1800fb4f..2025528fbfd 100644 --- a/charts/stable/sonarr/README.md +++ b/charts/stable/sonarr/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml index 83e06bcea68..4ad2be076c2 100644 --- a/charts/stable/stash/Chart.yaml +++ b/charts/stable/stash/Chart.yaml @@ -18,4 +18,4 @@ name: stash sources: - https://github.com/stashapp/stash - https://hub.docker.com/r/stashapp/stash -version: 1.9.11 +version: 1.9.12 diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md index 6c1d156b94f..e82db6b3fa4 100644 --- a/charts/stable/stash/README.md +++ b/charts/stable/stash/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index f43bbc3602b..d088123dab9 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -24,4 +24,4 @@ sources: - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md index 918c2f16a35..eb0fff047f4 100644 --- a/charts/stable/syncthing/README.md +++ b/charts/stable/syncthing/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml index 12c87cf4ef9..4dded860276 100644 --- a/charts/stable/tautulli/Chart.yaml +++ b/charts/stable/tautulli/Chart.yaml @@ -23,4 +23,4 @@ name: tautulli sources: - https://github.com/Tautulli/Tautulli type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md index f3a76c0dd11..d653a6c28a3 100644 --- a/charts/stable/tautulli/README.md +++ b/charts/stable/tautulli/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml index f73aa13e0a7..b2823a82a63 100644 --- a/charts/stable/thelounge/Chart.yaml +++ b/charts/stable/thelounge/Chart.yaml @@ -21,4 +21,4 @@ maintainers: name: thelounge sources: - https://github.com/thelounge/thelounge -version: 1.11.10 +version: 1.11.11 diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md index 13302e61b8e..1e6ed220979 100644 --- a/charts/stable/thelounge/README.md +++ b/charts/stable/thelounge/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index b9b82c000e8..192881be64e 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://traefik.io/ type: application upstream_version: v9.19.2 -version: 6.13.12 +version: 6.13.13 diff --git a/charts/stable/traefik/README.md b/charts/stable/traefik/README.md index 0cdd14d6780..debe16e48db 100644 --- a/charts/stable/traefik/README.md +++ b/charts/stable/traefik/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/traefik/helm-values.md b/charts/stable/traefik/helm-values.md index 43d29fa905c..3f25fbc26a2 100644 --- a/charts/stable/traefik/helm-values.md +++ b/charts/stable/traefik/helm-values.md @@ -36,8 +36,8 @@ You will, however, be able to use all values referenced in the common chart here | experimental.plugins.enabled | bool | `false` | | | globalArguments[0] | string | `"--global.checknewversion"` | | | hostNetwork | bool | `false` | | -| image.name | string | `"traefik"` | | | image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"traefik"` | | | image.tag | string | `"v2.4"` | | | ingressClass.enabled | bool | `false` | | | ingressClass.fallbackApiVersion | string | `nil` | | diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index 954ba60b22a..05d6adcef16 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -25,4 +25,4 @@ sources: - https://github.com/transmission/transmission - https://hub.docker.com/r/linuxserver/transmission type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md index 3033d35e1e3..5ded61f9711 100644 --- a/charts/stable/transmission/README.md +++ b/charts/stable/transmission/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml index f5febb12d69..68e7866f133 100644 --- a/charts/stable/truecommand/Chart.yaml +++ b/charts/stable/truecommand/Chart.yaml @@ -22,4 +22,4 @@ name: truecommand sources: - https://hub.docker.com/r/ixsystems/truecommand type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md index ac39919a4d4..638fbd0606b 100644 --- a/charts/stable/truecommand/README.md +++ b/charts/stable/truecommand/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml index 7d9a0f070ae..bd47378938d 100644 --- a/charts/stable/tvheadend/Chart.yaml +++ b/charts/stable/tvheadend/Chart.yaml @@ -22,4 +22,4 @@ name: tvheadend sources: - https://github.com/tvheadend/tvheadend type: application -version: 7.11.10 +version: 7.11.11 diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md index e91fb56f9e7..7b2d0b60d29 100644 --- a/charts/stable/tvheadend/README.md +++ b/charts/stable/tvheadend/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index a73d4513311..43217cc3b4b 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/jacobalberty/unifi-docker - https://unifi-network.ui.com type: application -version: 6.11.10 +version: 6.11.11 diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md index 050346dacca..43c7f40c126 100644 --- a/charts/stable/unifi/README.md +++ b/charts/stable/unifi/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index c58c173fd4b..e03876db129 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://github.com/davidnewhall/unpackerr - https://hub.docker.com/r/golift/unpackerr type: application -version: 1.11.10 +version: 1.11.11 diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md index 01071f76726..da77ea2b0da 100644 --- a/charts/stable/unpackerr/README.md +++ b/charts/stable/unpackerr/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index d3db6f29635..99831c6805b 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -31,4 +31,4 @@ name: vaultwarden sources: - https://github.com/dani-garcia/vaultwarden type: application -version: 6.1.3 +version: 6.1.4 diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md index 7e4c76a1226..bddb272eda2 100644 --- a/charts/stable/vaultwarden/README.md +++ b/charts/stable/vaultwarden/README.md @@ -1,7 +1,5 @@ # Introduction -![Version: 4.4.4](https://img.shields.io/badge/Version-4.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) - Unofficial Bitwarden compatible server written in Rust TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. @@ -19,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.10.7 | -| https://truecharts.org/ | postgresql | 1.2.4 | +| https://truecharts.org/ | common | 6.12.4 | +| https://truecharts.org/ | postgresql | 1.5.10 | ## Installing the Chart @@ -36,8 +34,5 @@ To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://true - See the [Wiki](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/apps/issues/new/choose) -- Ask a [question](https://github.com/truecharts/apps/discussions) - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +--- All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/vaultwarden/helm-values.md b/charts/stable/vaultwarden/helm-values.md new file mode 100644 index 00000000000..56d21dc075e --- /dev/null +++ b/charts/stable/vaultwarden/helm-values.md @@ -0,0 +1,56 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| database.type | string | `"postgresql"` | | +| database.wal | bool | `true` | | +| env | object | `{}` | | +| envFrom[0].configMapRef.name | string | `"vaultwardenconfig"` | | +| envFrom[1].secretRef.name | string | `"vaultwardensecret"` | | +| envTpl.DOMAIN | string | `"https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}"` | | +| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"url"` | | +| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"vaultwarden/server"` | | +| image.tag | string | `"1.22.2"` | | +| persistence.data.accessMode | string | `"ReadWriteOnce"` | | +| persistence.data.enabled | bool | `true` | | +| persistence.data.mountPath | string | `"/data"` | | +| persistence.data.size | string | `"100Gi"` | | +| persistence.data.type | string | `"pvc"` | | +| postgresql.enabled | bool | `true` | | +| postgresql.existingSecret | string | `"dbcreds"` | | +| postgresql.postgresqlDatabase | string | `"vaultwarden"` | | +| postgresql.postgresqlUsername | string | `"vaultwarden"` | | +| service.main.ports.main.port | int | `8080` | | +| service.ws.ports.ws.enabled | bool | `true` | | +| service.ws.ports.ws.port | int | `3012` | | +| strategy.type | string | `"Recreate"` | | +| vaultwarden.admin.disableAdminToken | bool | `false` | | +| vaultwarden.admin.enabled | bool | `false` | | +| vaultwarden.allowInvitation | bool | `true` | | +| vaultwarden.allowSignups | bool | `true` | | +| vaultwarden.enableWebVault | bool | `true` | | +| vaultwarden.enableWebsockets | bool | `true` | | +| vaultwarden.icons.disableDownload | bool | `false` | | +| vaultwarden.log.file | string | `""` | | +| vaultwarden.log.level | string | `"trace"` | | +| vaultwarden.orgCreationUsers | string | `"all"` | | +| vaultwarden.requireEmail | bool | `false` | | +| vaultwarden.showPasswordHint | bool | `true` | | +| vaultwarden.smtp.enabled | bool | `false` | | +| vaultwarden.smtp.from | string | `""` | | +| vaultwarden.smtp.host | string | `""` | | +| vaultwarden.verifySignup | bool | `false` | | +| vaultwarden.yubico.enabled | bool | `false` | | + +All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml index bc61ff24dcc..efe9466e24a 100644 --- a/charts/stable/xteve/Chart.yaml +++ b/charts/stable/xteve/Chart.yaml @@ -21,4 +21,4 @@ name: xteve sources: - https://github.com/xteve-project/xTeVe - https://github.com/k8s-at-home/container-images -version: 1.9.10 +version: 1.9.11 diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md index 33ba4e5a5f8..cdb96f2a167 100644 --- a/charts/stable/xteve/README.md +++ b/charts/stable/xteve/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 3508a7a8ce7..9fcd1b54829 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application -version: 6.11.11 +version: 6.11.12 diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md index fabdc3d3467..92761931be9 100644 --- a/charts/stable/zwavejs2mqtt/README.md +++ b/charts/stable/zwavejs2mqtt/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md index 8433379ddd2..3629cecff5a 100644 --- a/docs/apps/common/helm-values.md +++ b/docs/apps/common/helm-values.md @@ -28,7 +28,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic. | deviceList | list | [] | Configure persistenceList for the chart here. Used to create an additional GUI element in SCALE for mounting USB devices Additional items can be added by adding a items similar to persistence | | dnsConfig | object | `{}` | Optional DNS settings, configuring the ndots option may resolve nslookup issues on some Kubernetes setups. | | dnsPolicy | string | `nil` | Defaults to "ClusterFirst" if hostNetwork is false and "ClusterFirstWithHostNet" if hostNetwork is true. | -| enableServiceLinks | bool | `true` | Enable/disable the generation of environment variables for services. [[ref]](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service) | +| enableServiceLinks | bool | `false` | Enable/disable the generation of environment variables for services. [[ref]](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service) | | env | object | `{}` | Main environment variables. Template enabled. Syntax options: A) TZ: UTC B) PASSWD: '{{ .Release.Name }}' C) PASSWD: envFrom: ... | | envFrom | list | `[]` | | | envTpl | object | `{}` | | diff --git a/docs/apps/incubator/authelia/helm-values.md b/docs/apps/incubator/authelia/helm-values.md index fed5dcd0fa8..cac00c60a05 100644 --- a/docs/apps/incubator/authelia/helm-values.md +++ b/docs/apps/incubator/authelia/helm-values.md @@ -51,7 +51,8 @@ You will, however, be able to use all values referenced in the common chart here | duo_api.hostname | string | `"api-123456789.example.com"` | | | duo_api.integration_key | string | `"ABCDEF"` | | | duo_api.plain_api_key | string | `""` | | -| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-paths"` | | +| enableServiceLinks | bool | `false` | | +| envFrom[0].configMapRef.name | string | `"authelia-paths"` | | | identity_providers.oidc.access_token_lifespan | string | `"1h"` | | | identity_providers.oidc.authorize_code_lifespan | string | `"1m"` | | | identity_providers.oidc.clients | list | `[]` | | @@ -99,7 +100,7 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsGroup | int | `568` | | | podSecurityContext.runAsUser | int | `568` | | | postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"{{ .Release.Name }}-dbcreds"` | | +| postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"authelia"` | | | postgresql.postgresqlUsername | string | `"authelia"` | | | probes.liveness.path | string | `"/api/health\""` | | diff --git a/docs/apps/incubator/authelia/index.md b/docs/apps/incubator/authelia/index.md index 9d1e7ee4b4a..c738d8368db 100644 --- a/docs/apps/incubator/authelia/index.md +++ b/docs/apps/incubator/authelia/index.md @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | redis | 15.0.4 | -| https://truecharts.org/ | common | 6.12.1 | -| https://truecharts.org/ | postgresql | 1.5.2 | +| https://charts.bitnami.com/bitnami | redis | 15.2.0 | +| https://truecharts.org/ | common | 6.12.4 | +| https://truecharts.org/ | postgresql | 1.5.10 | ## Installing the Chart diff --git a/docs/apps/incubator/custom-app/helm-values.md b/docs/apps/incubator/custom-app/helm-values.md index de6a7b0ccc9..b441a2e61ab 100644 --- a/docs/apps/incubator/custom-app/helm-values.md +++ b/docs/apps/incubator/custom-app/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.632"` | | +| image.tag | string | `"v0.18.636"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/incubator/custom-app/index.md b/docs/apps/incubator/custom-app/index.md index 7763b0b5422..117257477db 100644 --- a/docs/apps/incubator/custom-app/index.md +++ b/docs/apps/incubator/custom-app/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/incubator/jdownloader2/index.md b/docs/apps/incubator/jdownloader2/index.md index 44bf93f3c10..c78c4aeb468 100644 --- a/docs/apps/incubator/jdownloader2/index.md +++ b/docs/apps/incubator/jdownloader2/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/incubator/nextcloud/index.md b/docs/apps/incubator/nextcloud/index.md index 65033f6328b..b905a538513 100644 --- a/docs/apps/incubator/nextcloud/index.md +++ b/docs/apps/incubator/nextcloud/index.md @@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | redis | 15.0.4 | -| https://truecharts.org/ | common | 6.12.1 | -| https://truecharts.org/ | postgresql | 1.5.2 | +| https://charts.bitnami.com/bitnami | redis | 15.2.0 | +| https://truecharts.org/ | common | 6.12.4 | +| https://truecharts.org/ | postgresql | 1.5.10 | ## Installing the Chart diff --git a/docs/apps/stable/airsonic/index.md b/docs/apps/stable/airsonic/index.md index ddb0b1eb23c..93c9aad12d7 100644 --- a/docs/apps/stable/airsonic/index.md +++ b/docs/apps/stable/airsonic/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/appdaemon/index.md b/docs/apps/stable/appdaemon/index.md index c6f0b010139..995bdd697d7 100644 --- a/docs/apps/stable/appdaemon/index.md +++ b/docs/apps/stable/appdaemon/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/bazarr/helm-values.md b/docs/apps/stable/bazarr/helm-values.md index b163da1cb45..eea96d20aa6 100644 --- a/docs/apps/stable/bazarr/helm-values.md +++ b/docs/apps/stable/bazarr/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/bazarr"` | | -| image.tag | string | `"v0.9.7"` | | +| image.tag | string | `"v0.9.8"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/bazarr/index.md b/docs/apps/stable/bazarr/index.md index ae5d35b3e30..cecdfa84b8b 100644 --- a/docs/apps/stable/bazarr/index.md +++ b/docs/apps/stable/bazarr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/booksonic-air/index.md b/docs/apps/stable/booksonic-air/index.md index 85db48d5271..355d2cf577b 100644 --- a/docs/apps/stable/booksonic-air/index.md +++ b/docs/apps/stable/booksonic-air/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/calibre-web/index.md b/docs/apps/stable/calibre-web/index.md index 6a7e2e5b4e7..7dbfb73afcd 100644 --- a/docs/apps/stable/calibre-web/index.md +++ b/docs/apps/stable/calibre-web/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/calibre/index.md b/docs/apps/stable/calibre/index.md index 2ce508079b7..66ba0e3ad80 100644 --- a/docs/apps/stable/calibre/index.md +++ b/docs/apps/stable/calibre/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/collabora-online/index.md b/docs/apps/stable/collabora-online/index.md index 5015546b427..3f7be784154 100644 --- a/docs/apps/stable/collabora-online/index.md +++ b/docs/apps/stable/collabora-online/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/deconz/index.md b/docs/apps/stable/deconz/index.md index 4494c426534..9521ae2f4ef 100644 --- a/docs/apps/stable/deconz/index.md +++ b/docs/apps/stable/deconz/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/deepstack-cpu/index.md b/docs/apps/stable/deepstack-cpu/index.md index b1efcd4da5c..8bffe16de4c 100644 --- a/docs/apps/stable/deepstack-cpu/index.md +++ b/docs/apps/stable/deepstack-cpu/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/deluge/index.md b/docs/apps/stable/deluge/index.md index 4101a97c356..6099566d17f 100644 --- a/docs/apps/stable/deluge/index.md +++ b/docs/apps/stable/deluge/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/dizquetv/index.md b/docs/apps/stable/dizquetv/index.md index e64a09a24ae..7e78189f067 100644 --- a/docs/apps/stable/dizquetv/index.md +++ b/docs/apps/stable/dizquetv/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/duplicati/index.md b/docs/apps/stable/duplicati/index.md index 9d1665ee655..ca852c9694c 100644 --- a/docs/apps/stable/duplicati/index.md +++ b/docs/apps/stable/duplicati/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/emby/index.md b/docs/apps/stable/emby/index.md index 8547da17e9f..151b098e241 100644 --- a/docs/apps/stable/emby/index.md +++ b/docs/apps/stable/emby/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/esphome/index.md b/docs/apps/stable/esphome/index.md index 326139709d9..a218e2377a3 100644 --- a/docs/apps/stable/esphome/index.md +++ b/docs/apps/stable/esphome/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/external-service/helm-values.md b/docs/apps/stable/external-service/helm-values.md index 9bf19619bd3..77c8294a71d 100644 --- a/docs/apps/stable/external-service/helm-values.md +++ b/docs/apps/stable/external-service/helm-values.md @@ -12,6 +12,9 @@ You will, however, be able to use all values referenced in the common chart here | Key | Type | Default | Description | |-----|------|---------|-------------| | controller.enabled | bool | `false` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/truecharts/bs"` | | +| image.tag | string | `"v0.66.6"` | | | service.main.enabled | bool | `true` | | | service.main.externalIP | string | `"1.1.1.1"` | | | service.main.ports.main.Type | string | `"HTTPS"` | | diff --git a/docs/apps/stable/external-service/index.md b/docs/apps/stable/external-service/index.md index 2854c049d1d..517666ada4e 100644 --- a/docs/apps/stable/external-service/index.md +++ b/docs/apps/stable/external-service/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/fireflyiii/helm-values.md b/docs/apps/stable/fireflyiii/helm-values.md index 75f5f5915ae..e086f68ea4b 100644 --- a/docs/apps/stable/fireflyiii/helm-values.md +++ b/docs/apps/stable/fireflyiii/helm-values.md @@ -17,9 +17,9 @@ You will, however, be able to use all values referenced in the common chart here | env.DB_PORT | int | `5432` | | | env.DB_USERNAME | string | `"firefly"` | | | envValueFrom.DB_HOST.secretKeyRef.key | string | `"postgresql_host"` | | -| envValueFrom.DB_HOST.secretKeyRef.name | string | `"{{ .Release.Name }}-dbcreds"` | | +| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | | | envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"{{ .Release.Name }}-dbcreds"` | | +| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"fireflyiii/core"` | | | image.tag | string | `"version-5.5.12"` | | @@ -33,7 +33,7 @@ You will, however, be able to use all values referenced in the common chart here | podSecurityContext.runAsNonRoot | bool | `false` | | | podSecurityContext.runAsUser | int | `0` | | | postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"{{ .Release.Name }}-dbcreds"` | | +| postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"firefly"` | | | postgresql.postgresqlUsername | string | `"firefly"` | | | probes.liveness.path | string | `"/login"` | | diff --git a/docs/apps/stable/fireflyiii/index.md b/docs/apps/stable/fireflyiii/index.md index 39e91b1d7b1..0b2eabc758a 100644 --- a/docs/apps/stable/fireflyiii/index.md +++ b/docs/apps/stable/fireflyiii/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | -| https://truecharts.org/ | postgresql | 1.5.2 | +| https://truecharts.org/ | common | 6.12.4 | +| https://truecharts.org/ | postgresql | 1.5.10 | ## Installing the Chart diff --git a/docs/apps/stable/flaresolverr/index.md b/docs/apps/stable/flaresolverr/index.md index 9bb9722892c..7e79c819f4e 100644 --- a/docs/apps/stable/flaresolverr/index.md +++ b/docs/apps/stable/flaresolverr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/flood/index.md b/docs/apps/stable/flood/index.md index 2a415ec24aa..ad01e314cf3 100644 --- a/docs/apps/stable/flood/index.md +++ b/docs/apps/stable/flood/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/focalboard/index.md b/docs/apps/stable/focalboard/index.md index 1f76125d994..9aea09273d1 100644 --- a/docs/apps/stable/focalboard/index.md +++ b/docs/apps/stable/focalboard/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/freeradius/index.md b/docs/apps/stable/freeradius/index.md index ecbd840a4b5..7b9d998decb 100644 --- a/docs/apps/stable/freeradius/index.md +++ b/docs/apps/stable/freeradius/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/freshrss/index.md b/docs/apps/stable/freshrss/index.md index f2433ec67d8..c3814281d1b 100644 --- a/docs/apps/stable/freshrss/index.md +++ b/docs/apps/stable/freshrss/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/gaps/index.md b/docs/apps/stable/gaps/index.md index b8b6e2f062e..3c337b818ec 100644 --- a/docs/apps/stable/gaps/index.md +++ b/docs/apps/stable/gaps/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/gonic/index.md b/docs/apps/stable/gonic/index.md index 82db8092d24..a2791bdf38f 100644 --- a/docs/apps/stable/gonic/index.md +++ b/docs/apps/stable/gonic/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/grocy/index.md b/docs/apps/stable/grocy/index.md index e12a0f84ce9..170bb426ba6 100644 --- a/docs/apps/stable/grocy/index.md +++ b/docs/apps/stable/grocy/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/handbrake/index.md b/docs/apps/stable/handbrake/index.md index eaac2887664..df944f93101 100644 --- a/docs/apps/stable/handbrake/index.md +++ b/docs/apps/stable/handbrake/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/haste-server/index.md b/docs/apps/stable/haste-server/index.md index a93f2e2e476..5c1db8c87bd 100644 --- a/docs/apps/stable/haste-server/index.md +++ b/docs/apps/stable/haste-server/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/healthchecks/index.md b/docs/apps/stable/healthchecks/index.md index 70fd1bec96b..1fffc40e9c3 100644 --- a/docs/apps/stable/healthchecks/index.md +++ b/docs/apps/stable/healthchecks/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/heimdall/index.md b/docs/apps/stable/heimdall/index.md index 594e551e3e6..0b15bf1ebe1 100644 --- a/docs/apps/stable/heimdall/index.md +++ b/docs/apps/stable/heimdall/index.md @@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/home-assistant/index.md b/docs/apps/stable/home-assistant/index.md index 77c204e4329..8bb5c28dde5 100644 --- a/docs/apps/stable/home-assistant/index.md +++ b/docs/apps/stable/home-assistant/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/hyperion-ng/index.md b/docs/apps/stable/hyperion-ng/index.md index 5617623a40a..3c84947857b 100644 --- a/docs/apps/stable/hyperion-ng/index.md +++ b/docs/apps/stable/hyperion-ng/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/jackett/helm-values.md b/docs/apps/stable/jackett/helm-values.md index 869265bb034..f0576cdd045 100644 --- a/docs/apps/stable/jackett/helm-values.md +++ b/docs/apps/stable/jackett/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.632"` | | +| image.tag | string | `"v0.18.636"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/jackett/index.md b/docs/apps/stable/jackett/index.md index 41efbf2d5c6..df3880c4157 100644 --- a/docs/apps/stable/jackett/index.md +++ b/docs/apps/stable/jackett/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/jellyfin/index.md b/docs/apps/stable/jellyfin/index.md index 21ffee6368d..0660870d5cd 100644 --- a/docs/apps/stable/jellyfin/index.md +++ b/docs/apps/stable/jellyfin/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/kms/index.md b/docs/apps/stable/kms/index.md index fe76c2fd093..29b0a454225 100644 --- a/docs/apps/stable/kms/index.md +++ b/docs/apps/stable/kms/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/komga/helm-values.md b/docs/apps/stable/komga/helm-values.md index 87df07c745c..8f4237b1f70 100644 --- a/docs/apps/stable/komga/helm-values.md +++ b/docs/apps/stable/komga/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"gotson/komga"` | image repository | -| image.tag | string | `"0.120.0"` | image tag | +| image.tag | string | `"0.120.1"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/docs/apps/stable/komga/index.md b/docs/apps/stable/komga/index.md index 78dace8c3d2..17905ba8f81 100644 --- a/docs/apps/stable/komga/index.md +++ b/docs/apps/stable/komga/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/lazylibrarian/index.md b/docs/apps/stable/lazylibrarian/index.md index 49e4df552e0..59b236110e6 100644 --- a/docs/apps/stable/lazylibrarian/index.md +++ b/docs/apps/stable/lazylibrarian/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/librespeed/index.md b/docs/apps/stable/librespeed/index.md index 45907977572..b9a988a72e1 100644 --- a/docs/apps/stable/librespeed/index.md +++ b/docs/apps/stable/librespeed/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/lidarr/index.md b/docs/apps/stable/lidarr/index.md index 242114fc061..c987666ca70 100644 --- a/docs/apps/stable/lidarr/index.md +++ b/docs/apps/stable/lidarr/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/littlelink/index.md b/docs/apps/stable/littlelink/index.md index ed53153fb3f..6a809242597 100644 --- a/docs/apps/stable/littlelink/index.md +++ b/docs/apps/stable/littlelink/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/lychee/index.md b/docs/apps/stable/lychee/index.md index 73cc7fd29f0..c5ac91e05b2 100644 --- a/docs/apps/stable/lychee/index.md +++ b/docs/apps/stable/lychee/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/mealie/index.md b/docs/apps/stable/mealie/index.md index 7433ec93054..5213a8ab8c5 100644 --- a/docs/apps/stable/mealie/index.md +++ b/docs/apps/stable/mealie/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/mosquitto/index.md b/docs/apps/stable/mosquitto/index.md index 67cbffca30d..e33fe0e0ad1 100644 --- a/docs/apps/stable/mosquitto/index.md +++ b/docs/apps/stable/mosquitto/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/mylar/index.md b/docs/apps/stable/mylar/index.md index fcb71d542e4..36d480cf450 100644 --- a/docs/apps/stable/mylar/index.md +++ b/docs/apps/stable/mylar/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/navidrome/index.md b/docs/apps/stable/navidrome/index.md index b3cf282f567..e3c8c560d3f 100644 --- a/docs/apps/stable/navidrome/index.md +++ b/docs/apps/stable/navidrome/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/node-red/index.md b/docs/apps/stable/node-red/index.md index a59bde44dfa..7d43b9e2e7b 100644 --- a/docs/apps/stable/node-red/index.md +++ b/docs/apps/stable/node-red/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/nullserv/index.md b/docs/apps/stable/nullserv/index.md index b05b49f6c24..4811fb9581e 100644 --- a/docs/apps/stable/nullserv/index.md +++ b/docs/apps/stable/nullserv/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/nzbget/index.md b/docs/apps/stable/nzbget/index.md index afe6b313ddd..b039518f37a 100644 --- a/docs/apps/stable/nzbget/index.md +++ b/docs/apps/stable/nzbget/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/nzbhydra/index.md b/docs/apps/stable/nzbhydra/index.md index c4eddbbb7cd..a30496033f7 100644 --- a/docs/apps/stable/nzbhydra/index.md +++ b/docs/apps/stable/nzbhydra/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/octoprint/index.md b/docs/apps/stable/octoprint/index.md index 40a4990789d..e201445a9cb 100644 --- a/docs/apps/stable/octoprint/index.md +++ b/docs/apps/stable/octoprint/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/omada-controller/index.md b/docs/apps/stable/omada-controller/index.md index 216c70c25e0..ddd201bbf0a 100644 --- a/docs/apps/stable/omada-controller/index.md +++ b/docs/apps/stable/omada-controller/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/ombi/helm-values.md b/docs/apps/stable/ombi/helm-values.md index 652b6bab590..aabf1285c8d 100644 --- a/docs/apps/stable/ombi/helm-values.md +++ b/docs/apps/stable/ombi/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/ombi"` | | -| image.tag | string | `"v4.0.1468"` | | +| image.tag | string | `"v4.0.1470"` | | | mariadb.architecture | string | `"standalone"` | | | mariadb.auth.database | string | `"ombi"` | | | mariadb.auth.password | string | `"ombi"` | | diff --git a/docs/apps/stable/ombi/index.md b/docs/apps/stable/ombi/index.md index 5c041d29fbb..b1ce28e9469 100644 --- a/docs/apps/stable/ombi/index.md +++ b/docs/apps/stable/ombi/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/openldap/helm-values.md b/docs/apps/stable/openldap/helm-values.md index 49dbec3af7e..2731b685921 100644 --- a/docs/apps/stable/openldap/helm-values.md +++ b/docs/apps/stable/openldap/helm-values.md @@ -51,6 +51,6 @@ You will, however, be able to use all values referenced in the common chart here | replication.tls_reqcert | string | `"never"` | | | service.https.ports.https.port | int | `636` | | | service.main.ports.main.port | int | `389` | | -| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. | +| volumeClaimTemplates | object | `{"data":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/var/lib/ldap/","size":"100Gi"},"slapd":{"accessMode":"ReadWriteOnce","enabled":true,"mountPath":"/etc/ldap/slapd.d/","size":"100Gi"}}` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/openldap/index.md b/docs/apps/stable/openldap/index.md index 86db8300e08..8422c791f4c 100644 --- a/docs/apps/stable/openldap/index.md +++ b/docs/apps/stable/openldap/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/organizr/index.md b/docs/apps/stable/organizr/index.md index 286aa36d6f3..9146d86543e 100644 --- a/docs/apps/stable/organizr/index.md +++ b/docs/apps/stable/organizr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/overseerr/index.md b/docs/apps/stable/overseerr/index.md index c58c5cc2438..ce4176bdbfb 100644 --- a/docs/apps/stable/overseerr/index.md +++ b/docs/apps/stable/overseerr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/owncast/index.md b/docs/apps/stable/owncast/index.md index 36db6c210b0..86713ebe7f3 100644 --- a/docs/apps/stable/owncast/index.md +++ b/docs/apps/stable/owncast/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/owncloud-ocis/index.md b/docs/apps/stable/owncloud-ocis/index.md index fc931c35b98..cf0e15d9bbe 100644 --- a/docs/apps/stable/owncloud-ocis/index.md +++ b/docs/apps/stable/owncloud-ocis/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/pgadmin/index.md b/docs/apps/stable/pgadmin/index.md index 0069ed1ad9f..4aa8df15017 100644 --- a/docs/apps/stable/pgadmin/index.md +++ b/docs/apps/stable/pgadmin/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/photoprism/index.md b/docs/apps/stable/photoprism/index.md index bf7c13307c1..d5e69a195a2 100644 --- a/docs/apps/stable/photoprism/index.md +++ b/docs/apps/stable/photoprism/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/phpldapadmin/index.md b/docs/apps/stable/phpldapadmin/index.md index 768fb71d8a6..7284b457aaf 100644 --- a/docs/apps/stable/phpldapadmin/index.md +++ b/docs/apps/stable/phpldapadmin/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/piaware/index.md b/docs/apps/stable/piaware/index.md index 28410c3f2a5..895891411dd 100644 --- a/docs/apps/stable/piaware/index.md +++ b/docs/apps/stable/piaware/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/plex/index.md b/docs/apps/stable/plex/index.md index f351bf3667f..fe6b2d378e0 100644 --- a/docs/apps/stable/plex/index.md +++ b/docs/apps/stable/plex/index.md @@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/podgrab/index.md b/docs/apps/stable/podgrab/index.md index b2c9d63f3db..2fdbcdac1ab 100644 --- a/docs/apps/stable/podgrab/index.md +++ b/docs/apps/stable/podgrab/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/postgresql/index.md b/docs/apps/stable/postgresql/index.md index 786fbfb18d1..757b0fb1db3 100644 --- a/docs/apps/stable/postgresql/index.md +++ b/docs/apps/stable/postgresql/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/pretend-youre-xyzzy/index.md b/docs/apps/stable/pretend-youre-xyzzy/index.md index ba8181b59d8..21ad654d2ba 100644 --- a/docs/apps/stable/pretend-youre-xyzzy/index.md +++ b/docs/apps/stable/pretend-youre-xyzzy/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/protonmail-bridge/index.md b/docs/apps/stable/protonmail-bridge/index.md index f757e51e590..7bf4c146de5 100644 --- a/docs/apps/stable/protonmail-bridge/index.md +++ b/docs/apps/stable/protonmail-bridge/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/prowlarr/helm-values.md b/docs/apps/stable/prowlarr/helm-values.md index e650b9ff0b5..d6517732040 100644 --- a/docs/apps/stable/prowlarr/helm-values.md +++ b/docs/apps/stable/prowlarr/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/prowlarr"` | image repository | -| image.tag | string | `"v0.1.1.893"` | image tag | +| image.tag | string | `"v0.1.1.903"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `568` | | diff --git a/docs/apps/stable/prowlarr/index.md b/docs/apps/stable/prowlarr/index.md index cf21122ce06..482a23b8dee 100644 --- a/docs/apps/stable/prowlarr/index.md +++ b/docs/apps/stable/prowlarr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/pyload/index.md b/docs/apps/stable/pyload/index.md index 761cedf201b..8ee7bc3df23 100644 --- a/docs/apps/stable/pyload/index.md +++ b/docs/apps/stable/pyload/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/qbittorrent/index.md b/docs/apps/stable/qbittorrent/index.md index 5adf514485b..d647824919c 100644 --- a/docs/apps/stable/qbittorrent/index.md +++ b/docs/apps/stable/qbittorrent/index.md @@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/radarr/index.md b/docs/apps/stable/radarr/index.md index a68eeaa1812..b72a757b37f 100644 --- a/docs/apps/stable/radarr/index.md +++ b/docs/apps/stable/radarr/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/readarr/index.md b/docs/apps/stable/readarr/index.md index b91191d3173..4d24410bcba 100644 --- a/docs/apps/stable/readarr/index.md +++ b/docs/apps/stable/readarr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/reg/index.md b/docs/apps/stable/reg/index.md index 446906f22c8..452b15137ff 100644 --- a/docs/apps/stable/reg/index.md +++ b/docs/apps/stable/reg/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/resilio-sync/index.md b/docs/apps/stable/resilio-sync/index.md index a1100d96c20..30c82f4dce4 100644 --- a/docs/apps/stable/resilio-sync/index.md +++ b/docs/apps/stable/resilio-sync/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/sabnzbd/index.md b/docs/apps/stable/sabnzbd/index.md index 8069efe297b..d35d7fdeb4d 100644 --- a/docs/apps/stable/sabnzbd/index.md +++ b/docs/apps/stable/sabnzbd/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/ser2sock/index.md b/docs/apps/stable/ser2sock/index.md index a92267de22c..659fc1669a5 100644 --- a/docs/apps/stable/ser2sock/index.md +++ b/docs/apps/stable/ser2sock/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/sonarr/index.md b/docs/apps/stable/sonarr/index.md index bed1800fb4f..2025528fbfd 100644 --- a/docs/apps/stable/sonarr/index.md +++ b/docs/apps/stable/sonarr/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/stash/index.md b/docs/apps/stable/stash/index.md index 6c1d156b94f..e82db6b3fa4 100644 --- a/docs/apps/stable/stash/index.md +++ b/docs/apps/stable/stash/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/syncthing/index.md b/docs/apps/stable/syncthing/index.md index 918c2f16a35..eb0fff047f4 100644 --- a/docs/apps/stable/syncthing/index.md +++ b/docs/apps/stable/syncthing/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/tautulli/index.md b/docs/apps/stable/tautulli/index.md index f3a76c0dd11..d653a6c28a3 100644 --- a/docs/apps/stable/tautulli/index.md +++ b/docs/apps/stable/tautulli/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/thelounge/index.md b/docs/apps/stable/thelounge/index.md index 13302e61b8e..1e6ed220979 100644 --- a/docs/apps/stable/thelounge/index.md +++ b/docs/apps/stable/thelounge/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/traefik/LICENSE.md b/docs/apps/stable/traefik/LICENSE.md index 004e94a76b6..af33af85682 100644 --- a/docs/apps/stable/traefik/LICENSE.md +++ b/docs/apps/stable/traefik/LICENSE.md @@ -6,6 +6,8 @@ # License
+# License
+ # License
Apache License diff --git a/docs/apps/stable/traefik/helm-values.md b/docs/apps/stable/traefik/helm-values.md index 43d29fa905c..3f25fbc26a2 100644 --- a/docs/apps/stable/traefik/helm-values.md +++ b/docs/apps/stable/traefik/helm-values.md @@ -36,8 +36,8 @@ You will, however, be able to use all values referenced in the common chart here | experimental.plugins.enabled | bool | `false` | | | globalArguments[0] | string | `"--global.checknewversion"` | | | hostNetwork | bool | `false` | | -| image.name | string | `"traefik"` | | | image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"traefik"` | | | image.tag | string | `"v2.4"` | | | ingressClass.enabled | bool | `false` | | | ingressClass.fallbackApiVersion | string | `nil` | | diff --git a/docs/apps/stable/traefik/index.md b/docs/apps/stable/traefik/index.md index 0cdd14d6780..debe16e48db 100644 --- a/docs/apps/stable/traefik/index.md +++ b/docs/apps/stable/traefik/index.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/transmission/index.md b/docs/apps/stable/transmission/index.md index 3033d35e1e3..5ded61f9711 100644 --- a/docs/apps/stable/transmission/index.md +++ b/docs/apps/stable/transmission/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/truecommand/index.md b/docs/apps/stable/truecommand/index.md index ac39919a4d4..638fbd0606b 100644 --- a/docs/apps/stable/truecommand/index.md +++ b/docs/apps/stable/truecommand/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/tvheadend/index.md b/docs/apps/stable/tvheadend/index.md index e91fb56f9e7..7b2d0b60d29 100644 --- a/docs/apps/stable/tvheadend/index.md +++ b/docs/apps/stable/tvheadend/index.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/unifi/index.md b/docs/apps/stable/unifi/index.md index 050346dacca..43c7f40c126 100644 --- a/docs/apps/stable/unifi/index.md +++ b/docs/apps/stable/unifi/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/unpackerr/index.md b/docs/apps/stable/unpackerr/index.md index 01071f76726..da77ea2b0da 100644 --- a/docs/apps/stable/unpackerr/index.md +++ b/docs/apps/stable/unpackerr/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/vaultwarden/helm-values.md b/docs/apps/stable/vaultwarden/helm-values.md index 6dc45bb049c..56d21dc075e 100644 --- a/docs/apps/stable/vaultwarden/helm-values.md +++ b/docs/apps/stable/vaultwarden/helm-values.md @@ -14,11 +14,11 @@ You will, however, be able to use all values referenced in the common chart here | database.type | string | `"postgresql"` | | | database.wal | bool | `true` | | | env | object | `{}` | | -| envFrom[0].configMapRef.name | string | `"{{ .Release.Name }}-vaultwardenconfig"` | | -| envFrom[1].secretRef.name | string | `"{{ .Release.Name }}-vaultwardensecret"` | | +| envFrom[0].configMapRef.name | string | `"vaultwardenconfig"` | | +| envFrom[1].secretRef.name | string | `"vaultwardensecret"` | | | envTpl.DOMAIN | string | `"https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}"` | | | envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"url"` | | -| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"{{ .Release.Name }}-dbcreds"` | | +| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"vaultwarden/server"` | | | image.tag | string | `"1.22.2"` | | @@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here | persistence.data.size | string | `"100Gi"` | | | persistence.data.type | string | `"pvc"` | | | postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"{{ .Release.Name }}-dbcreds"` | | +| postgresql.existingSecret | string | `"dbcreds"` | | | postgresql.postgresqlDatabase | string | `"vaultwarden"` | | | postgresql.postgresqlUsername | string | `"vaultwarden"` | | | service.main.ports.main.port | int | `8080` | | diff --git a/docs/apps/stable/vaultwarden/index.md b/docs/apps/stable/vaultwarden/index.md index 48d653c27db..bddb272eda2 100644 --- a/docs/apps/stable/vaultwarden/index.md +++ b/docs/apps/stable/vaultwarden/index.md @@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | -| https://truecharts.org/ | postgresql | 1.5.2 | +| https://truecharts.org/ | common | 6.12.4 | +| https://truecharts.org/ | postgresql | 1.5.10 | ## Installing the Chart diff --git a/docs/apps/stable/xteve/index.md b/docs/apps/stable/xteve/index.md index 33ba4e5a5f8..cdb96f2a167 100644 --- a/docs/apps/stable/xteve/index.md +++ b/docs/apps/stable/xteve/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 6.12.1 | +| https://truecharts.org | common | 6.12.4 | ## Installing the Chart diff --git a/docs/apps/stable/zwavejs2mqtt/index.md b/docs/apps/stable/zwavejs2mqtt/index.md index fabdc3d3467..92761931be9 100644 --- a/docs/apps/stable/zwavejs2mqtt/index.md +++ b/docs/apps/stable/zwavejs2mqtt/index.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 6.12.1 | +| https://truecharts.org/ | common | 6.12.4 | ## Installing the Chart diff --git a/docs/index.yaml b/docs/index.yaml index 7a0dd340e2f..75c7bfe4e32 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,84 @@ apiVersion: v1 entries: airsonic: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:06.488324174Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Airsonic is a Free and Open Source community driven media server + digest: b31d9c61b630bf64b5b2f305d639313475d581a1b102980d477a4e5f33c7c9c8 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.10/airsonic-1.11.10.tgz + version: 1.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:41.696848332Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Airsonic is a Free and Open Source community driven media server + digest: b3814f508cca783e64fa2160ae9b359f0d80a05bbf826e3eae868c536f71f6ee + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.8/airsonic-1.11.8.tgz + version: 1.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:02.193703504Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Airsonic is a Free and Open Source community driven media server + digest: 5352d2a0ae5946e62821b285a8bb25d43ca5fe6f3c25d71b869aef85b478f252 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.7/airsonic-1.11.7.tgz + version: 1.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:50.080327742Z" @@ -1432,6 +1510,102 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-1.0.0/airsonic-1.0.0.tgz version: 1.0.0 appdaemon: + - apiVersion: v2 + appVersion: v4.0.8 + created: "2021-08-31T22:36:06.587372414Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution + environment for writing automation apps for Home Assistant home automation software. + It also provides a configurable dashboard (HADashboard) suitable for wall mounted + tablets. + digest: 8a3a30314821dcbe846323c5976e72651844bf44593ade6c364df13139c23453 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-3.11.10/appdaemon-3.11.10.tgz + version: 3.11.10 + - apiVersion: v2 + appVersion: v4.0.8 + created: "2021-08-31T14:27:41.843258341Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution + environment for writing automation apps for Home Assistant home automation software. + It also provides a configurable dashboard (HADashboard) suitable for wall mounted + tablets. + digest: 8cff2fb7b0250886375a59b643b708638590deb4f7abb84d462d2a2a7bd41899 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-3.11.8/appdaemon-3.11.8.tgz + version: 3.11.8 + - apiVersion: v2 + appVersion: v4.0.8 + created: "2021-08-31T10:40:02.417158188Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + 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: 5d7a1420dd265def6030f426004e61d0643279cddcd44f28b4a78413f96c16fe + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-3.11.7/appdaemon-3.11.7.tgz + version: 3.11.7 - apiVersion: v2 appVersion: v4.0.8 created: "2021-08-31T03:22:50.28262077Z" @@ -3801,6 +3975,578 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz version: 0.1.3 authelia: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T23:46:10.00943693Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.10 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 96a4a2bee547f67f6b838471c9624f05f4ac55bed690f6c9489ebd6f54557370 + 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-1.6.10/authelia-1.6.10.tgz + version: 1.6.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T23:34:00.722550047Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.10 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 41f879cb8ee8d3915b67411de66a69d8e3ddd2d32b62e3742341db1104f5415c + 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-1.6.9/authelia-1.6.9.tgz + version: 1.6.9 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T23:19:15.099454145Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.8 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 669717879d46c97c1086939ce23b50278cfb914ff54f49aa21324db4027f6d77 + 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-1.6.8/authelia-1.6.8.tgz + version: 1.6.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:08:41.497052009Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.8 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: f806ba4496ec680e2dfaccc3f3e716e4bb850b53fa8d3137272f8aee5258fc4e + 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-1.6.7/authelia-1.6.7.tgz + version: 1.6.7 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T20:33:50.803998076Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 4f2bd8a250493e0adbce3a1108ed763f1258408b82e11ce686d6afc7e9292613 + 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-1.6.6/authelia-1.6.6.tgz + version: 1.6.6 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T19:50:16.696426253Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 32acb98fa202a3767944ef7d28b3fe8a6bc68c75964a6eb24c80ec4e53d88742 + 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-1.6.5/authelia-1.6.5.tgz + version: 1.6.5 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T19:21:29.186993648Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 3e9d967b3ac1152027f979fba2b35eee1c9226f85fa4b3f3b37bef6acc7f10ce + 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-1.6.4/authelia-1.6.4.tgz + version: 1.6.4 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T18:59:08.982626772Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: bba29cac064bfc4f3c31222a3ffd154016225f66dfcb5713b4d8300bf6b6a061 + 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-1.6.3/authelia-1.6.3.tgz + version: 1.6.3 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T18:44:20.407723113Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 73eb447d7736dd58e526cbe397583c8357082b276f4ba409e979da42156afa39 + 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-1.6.2/authelia-1.6.2.tgz + version: 1.6.2 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:41.998986327Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: e664972fabf3b481097af17e607aae808982af6d8beb077ed8c9e2371de99a37 + 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-1.6.1/authelia-1.6.1.tgz + version: 1.6.1 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T13:25:55.798027109Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 722afee3170981a24a6d0ed923cb9f9bdc7ef2ce38b1a912d816905a929fb101 + 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-1.6.0/authelia-1.6.0.tgz + version: 1.6.0 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T12:08:48.557579204Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.1.0 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: 67e8bd32a3519db89a78e92c8969baf13a9f4ecd6a31d09e1082b9ebbcc518cc + 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-1.5.0/authelia-1.5.0.tgz + version: 1.5.0 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:02.60069442Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.0.4 + description: Authelia is a Single Sign-On Multi-Factor portal for web apps + digest: a8b47f6a2a9d8bbe370558a35daff7def7368295c089d011febe97758b570924 + 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-1.4.7/authelia-1.4.7.tgz + version: 1.4.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T08:51:51.279639233Z" @@ -4550,6 +5296,146 @@ entries: - https://github.com/truecharts/apps/releases/download/authelia-0.0.1/authelia-0.0.1.tgz version: 0.0.1 bazarr: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T23:34:00.972822786Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Bazarr is a companion application to Bazarr and Radarr. It manages + and downloads subtitles based on your requirements + digest: d1422eed4fdf6dbc0984f908528d236e1dd8d6e00e383108ee99333c08a6c4bf + home: https://github.com/truecharts/apps/tree/master/charts/incubator/bazarr + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png + keywords: + - bazarr + - radarr + - bazarr + - 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/Bazarr/Bazarr + - https://hub.docker.com/r/linuxserver/bazarr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/bazarr-6.11.11/bazarr-6.11.11.tgz + version: 6.11.11 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:06.689437873Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Bazarr is a companion application to Bazarr and Radarr. It manages + and downloads subtitles based on your requirements + digest: 775316d2d6399973a777fc4e39e59993f688a839fa71f46bfbdca7cd3112931a + home: https://github.com/truecharts/apps/tree/master/charts/incubator/bazarr + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png + keywords: + - bazarr + - radarr + - bazarr + - 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/Bazarr/Bazarr + - https://hub.docker.com/r/linuxserver/bazarr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/bazarr-6.11.10/bazarr-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:42.150649005Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Bazarr is a companion application to Bazarr and Radarr. It manages + and downloads subtitles based on your requirements + digest: 486a4aa725b8b224f5b7770dddfac674ce8697efff595aed9e9cad8f6f45c2e9 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/bazarr + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png + keywords: + - bazarr + - radarr + - bazarr + - 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/Bazarr/Bazarr + - https://hub.docker.com/r/linuxserver/bazarr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/bazarr-6.11.8/bazarr-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:02.735303624Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Bazarr is a companion application to Bazarr and Radarr. It manages + and downloads subtitles based on your requirements + digest: 9a471310cb34eed9a7e1a097935d6cbbdf0ed778e9cae29cbe09606aab5c015f + home: https://github.com/truecharts/apps/tree/master/charts/incubator/bazarr + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png + keywords: + - bazarr + - radarr + - bazarr + - 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/Bazarr/Bazarr + - https://hub.docker.com/r/linuxserver/bazarr + type: application + urls: + - https://github.com/truecharts/apps/releases/download/bazarr-6.11.7/bazarr-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:50.617609493Z" @@ -7403,6 +8289,87 @@ entries: - https://github.com/truecharts/apps/releases/download/bitwarden-1.2.5/bitwarden-1.2.5.tgz version: 1.2.5 booksonic-air: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:06.800094487Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Booksonic is a platform for accessing the audibooks you own wherever + you are + digest: 0928626af3b555447cc90c5a048106cd00289c63817574644bcbc882fdec08cd + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/booksonic-air-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:42.299335931Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Booksonic is a platform for accessing the audibooks you own wherever + you are + digest: 3273a63d31077b14c21adc89cec2d59caa03846fd8209a786226b29d454a68cf + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/booksonic-air-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:02.921189807Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Booksonic is a platform for accessing the audibooks you own wherever + you are + digest: 1fbf75d4b3be3b9d3bff5483987b163081cc81e1fbb4363be52261004d8ab350 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/booksonic-air-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:50.782959916Z" @@ -8376,6 +9343,81 @@ entries: - https://github.com/truecharts/apps/releases/download/booksonic-air-1.0.1/booksonic-air-1.0.1.tgz version: 1.0.1 calibre: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:06.91514723Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Calibre is a powerful and easy to use e-book manager. + digest: f15d5ad4749a22db78ab2736fbfacf7f99f1328e9477042f0d3ba78908312c9b + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/calibre-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:42.44047697Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Calibre is a powerful and easy to use e-book manager. + digest: 3a80556fb7c5356eee23947b4989d25b7fd005464ad18d9270714372375d52ea + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/calibre-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:03.156942276Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Calibre is a powerful and easy to use e-book manager. + digest: 08f280384619a6b226fde75ff6f12d5e3d62d414ec70684063768f39e6ba2d84 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/calibre-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:50.940105583Z" @@ -9427,6 +10469,93 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-1.0.1/calibre-1.0.1.tgz version: 1.0.1 calibre-web: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.036532314Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Calibre-Web is a web app providing a clean interface for browsing, + reading and downloading eBooks using an existing Calibre database. + digest: 3f9a3a5d5566a2dd4da27e3d13eca99181276f13cfd19918542b337f234fedad + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/calibre-web-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:42.582499553Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Calibre-Web is a web app providing a clean interface for browsing, + reading and downloading eBooks using an existing Calibre database. + digest: 455c6b8a9db4643070460db98ac2a1e07be322203e43677470d33326228bed1f + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/calibre-web-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:03.271257177Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Calibre-Web is a web app providing a clean interface for browsing, + reading and downloading eBooks using an existing Calibre database. + digest: 1a626348d8c30bc2a3c4d8600e038ed1ad02354e38d1754550a4d05cfa23d77c + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/calibre-web-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:51.092406275Z" @@ -11486,6 +12615,99 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-web-3.1.5/calibre-web-3.1.5.tgz version: 3.1.5 collabora-online: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.145496618Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Collabora Online Development Edition – an awesome, Online Office + suite image suitable for home use. + digest: 5fefe454f619f74df285095c2b68d45cbc8bb4d1eaa00818209cba065a2611fa + 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-6.11.10/collabora-online-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:42.730798059Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Collabora Online Development Edition – an awesome, Online Office + suite image suitable for home use. + digest: 12e73b09308913088ad759b46c7b5cb61bc248b745b7a2a79f79b5ebc44982f6 + 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-6.11.8/collabora-online-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:03.403211404Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Collabora Online Development Edition – an awesome, Online Office + suite image suitable for home use. + digest: 061628c3ea195a0b0e8153d0405dd2c95dc1ed8ff560c349f6773d6ce9fd8005 + 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-6.11.7/collabora-online-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:51.245326264Z" @@ -13941,6 +15163,78 @@ 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: none + created: "2021-08-31T21:58:35.596513281Z" + description: Function library for TrueCharts + digest: 7e2c30731589e8b24b588389a5b29449ecfd2834b840247e30d7cc9af43cfa83 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: common + type: library + urls: + - https://github.com/truecharts/apps/releases/download/common-6.12.4/common-6.12.4.tgz + version: 6.12.4 + - apiVersion: v2 + appVersion: none + created: "2021-08-31T18:59:09.133683667Z" + description: Function library for TrueCharts + digest: ae749ae01a4ef76246a4c8407a6f40d2d1c2a50f895e9a25c061b7cdd15500e8 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: common + type: library + urls: + - https://github.com/truecharts/apps/releases/download/common-6.12.3/common-6.12.3.tgz + version: 6.12.3 + - apiVersion: v2 + appVersion: none + created: "2021-08-31T10:40:03.543979795Z" + description: Function library for TrueCharts + digest: 39805b1773141300abf30c27524feae5de2613cf864870530e52c69bd3006c93 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: common + type: library + urls: + - https://github.com/truecharts/apps/releases/download/common-6.12.2/common-6.12.2.tgz + version: 6.12.2 - apiVersion: v2 appVersion: none created: "2021-08-30T11:40:53.000025459Z" @@ -16345,6 +17639,106 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz version: 2.0.0 custom-app: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.234712494Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Advanced tool to create your own TrueCharts-based App + digest: a328620aa8cc5c7c3674437a65d11cd13354e6b9ec8d80a95441b26d7d4e3697 + 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-0.2.13/custom-app-0.2.13.tgz + version: 0.2.13 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:42.868338713Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Advanced tool to create your own TrueCharts-based App + digest: f54f3939b1aaa2d23d6ab27301c324899a884ae6bc7b465edce1dcb2ae489960 + 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-0.2.11/custom-app-0.2.11.tgz + version: 0.2.11 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T12:20:59.672911504Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Advanced tool to create your own TrueCharts-based App + digest: f75e669dd8285ac5ee06917dee917f666e587163d9b74c34a150587da2188903 + 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-0.2.10/custom-app-0.2.10.tgz + version: 0.2.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:03.709702979Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Advanced tool to create your own TrueCharts-based App + digest: 8852368278a8d756e99fde7fd6c44d7694a0630a1c63ab366cd8765a29f314d9 + 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-0.2.9/custom-app-0.2.9.tgz + version: 0.2.9 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:51.419394741Z" @@ -16521,6 +17915,93 @@ entries: - https://github.com/truecharts/apps/releases/download/custom-app-0.0.1/custom-app-0.0.1.tgz version: 0.0.1 deconz: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.328087897Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: deCONZ is an easy to use control software, with which you can set + up and control Zigbee networks of any size without further programming effort. + digest: 88b92e918b602d269033ff003110def8f76fb2a44b63a32253d20b22f6663773 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/deconz-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:43.03227182Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: deCONZ is an easy to use control software, with which you can set + up and control Zigbee networks of any size without further programming effort. + digest: 815019961f663aed84d7f7fc3ff5272a5f8eff59fef5b62597ebed9a4fc75f09 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/deconz-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:03.907925439Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + 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: 237f2ec78d11dcef7c98cd9c651209870bdb775b274380dd88913a3c7561205d + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/deconz-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:51.587970147Z" @@ -17653,6 +19134,99 @@ entries: - https://github.com/truecharts/apps/releases/download/deconz-1.0.1/deconz-1.0.1.tgz version: 1.0.1 deepstack-cpu: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.436164395Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: DeepStack AI provides AI features including Face Recognition, Object + Detection, Scene Recognition and custom AI Models + digest: 7ed60de523a71c999fa8a745bc4d9533a154aed2ab01352bee4efb6c486f97fe + 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-4.11.10/deepstack-cpu-4.11.10.tgz + version: 4.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:43.173421859Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: DeepStack AI provides AI features including Face Recognition, Object + Detection, Scene Recognition and custom AI Models + digest: e0dbd89dcfed845db664b314b0592eb97c3592a8f2fae3cb6ff751aabebd272a + 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-4.11.8/deepstack-cpu-4.11.8.tgz + version: 4.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:04.084418811Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: DeepStack AI provides AI features including Face Recognition, Object + Detection, Scene Recognition and custom AI Models + digest: 691c520061deb2673d2d4550bfb27c04ecbf136b6f833b331659bf03cfe0d643 + 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-4.11.7/deepstack-cpu-4.11.7.tgz + version: 4.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:51.763974814Z" @@ -19806,6 +21380,87 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-cpu-1.0.3/deepstack-cpu-1.0.3.tgz version: 1.0.3 deluge: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.533578024Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Deluge App for TrueNAS SCALE + digest: fdb38a9fb4d0a5010af34a5eee901d78c8e741576a3987582994bf3a27d94fec + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/deluge-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:43.311457639Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Deluge App for TrueNAS SCALE + digest: 2539261fa7f5fcc842f9bad9cd8aeae5e0c8d1e9830d05998603dddefbae148e + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/deluge-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:04.214694831Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Deluge App for TrueNAS SCALE + digest: 882afe8ccb19b6f5867c2e6fae299fb586ec8416351c5853279584203b1fca18 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/deluge-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:51.912887324Z" @@ -21683,6 +23338,84 @@ entries: - https://github.com/truecharts/apps/releases/download/deluge-3.1.5/deluge-3.1.5.tgz version: 3.1.5 dizquetv: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.646281852Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Create live TV channel streams from media on your Plex servers. + digest: 55d9f0c38f9c7c08b5aef618680c06a70b7407d3c6babd84bbf8c332b51df308 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/dizquetv-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:43.458321671Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Create live TV channel streams from media on your Plex servers. + digest: a665e498b67318de7033064719c5168275ab443852f9d30450b66266f11d05c5 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/dizquetv-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:04.352016002Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Create live TV channel streams from media on your Plex servers. + digest: fa7df5387bad9b54db6ea423d6e5d95ab8300c449d7efb8110a6fcece4e2ad3f + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/dizquetv-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:52.076088659Z" @@ -22620,6 +24353,81 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-1.0.1/dizquetv-1.0.1.tgz version: 1.0.1 duplicati: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.736511535Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Store securely encrypted backups on cloud storage services! + digest: 4e45149a8cd946738a49791be351230d9933cc78a15eaff6ec75e59629c5b453 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/duplicati-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:43.594963078Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Store securely encrypted backups on cloud storage services! + digest: 2710b653b3393d08bcf570921aa2b4637c73ff20ee02d9bb1ee1d6aea96eacbe + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/duplicati-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:04.505453701Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Store securely encrypted backups on cloud storage services! + digest: 0c7a75e31ac0a35120e7edc24b62467d157a7ffb0183c704d8d96b6b51ccbf8e + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/duplicati-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:52.245328661Z" @@ -23521,6 +25329,99 @@ entries: - https://github.com/truecharts/apps/releases/download/duplicati-1.0.1/duplicati-1.0.1.tgz version: 1.0.1 emby: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.840591707Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Emby Server is a home media server + digest: 476e9bc70c2b504c994614accb56b3888edcc91b4e066bdb8a862f8f87bbea3e + 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-6.11.10/emby-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:43.733164866Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Emby Server is a home media server + digest: cab4e1e1f2df31f778d34f7fb2ca68c8a5d4aba20d406a427269402eac41a4d8 + 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-6.11.8/emby-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:04.691852106Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Emby Server is a home media server + digest: 1b8299a510a93a93ae918657e36e2c481e555f0244ab72c6ed4c75f01ba6be0d + 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-6.11.7/emby-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:52.417107251Z" @@ -25768,6 +27669,96 @@ entries: - https://github.com/truecharts/apps/releases/download/emby-3.1.5/emby-3.1.5.tgz version: 3.1.5 esphome: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:07.938012136Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful + configuration files and control them remotely through Home Automation systems. + digest: d3c3371d4351192b87b6132156e546804d16f1b1036682ab11eccdb02563d136 + 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-6.11.10/esphome-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:43.878612726Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful + configuration files and control them remotely through Home Automation systems. + digest: 52daf246975ec225ab077f0f6a22d24f7423ebaa1a0d2ba0908a5a7e1cb9092d + 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-6.11.8/esphome-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:04.852350256Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + 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: 201b885ef1f4f7756a5942dd4d3e509ee35a2a1b8e43f9f3193d796447cbc09d + 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-6.11.7/esphome-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:52.576252507Z" @@ -28077,6 +30068,122 @@ entries: - https://github.com/truecharts/apps/releases/download/esphome-3.1.5/esphome-3.1.5.tgz version: 3.1.5 external-service: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.037881581Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Allow external services to be used like Apps. + digest: 8c76d182b35b131742e0229c1496cc634e32aa41884e03c726a092c57d8700f4 + 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-1.4.10/external-service-1.4.10.tgz + version: 1.4.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T19:50:16.794309393Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Allow external services to be used like Apps. + digest: c05115b8bd28f3d6bed37234133bbca292dfc166a8573d608cca8e35b6645d7f + 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-1.4.8/external-service-1.4.8.tgz + version: 1.4.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:44.012498892Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Allow external services to be used like Apps. + digest: fead4ad19aa93c164f2e94aad7b336219be93481062f6e2ed05cb27d3f6ffdb6 + 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-1.4.7/external-service-1.4.7.tgz + version: 1.4.7 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:05.006174981Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Allow external services to be used like Apps. + digest: e6621e7ec0d57e5bc9c941a38ede978edd936723a4a6bba5b9332564686551a9 + 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-1.4.6/external-service-1.4.6.tgz + version: 1.4.6 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:52.765962201Z" @@ -28716,6 +30823,270 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz version: 0.0.1 fireflyiii: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T23:34:01.157674031Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.10 + description: A free and open source personal finance manager + digest: 3642b0d7b0c8c862d20baab57d8439bc6bf69b8a15d790612d56356acabc7eba + 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-6.1.3/fireflyiii-6.1.3.tgz + version: 6.1.3 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.138939334Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.8 + description: A free and open source personal finance manager + digest: 8e9231a670f38becdbded34d2c39b1baf16af14634c460c251212a2c3782d8fc + 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-6.1.2/fireflyiii-6.1.2.tgz + version: 6.1.2 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T18:17:23.381387935Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.1 + description: A free and open source personal finance manager + digest: 4db81da416dacfb226f2978a4caf273253849a3e1b5a1baae6815d53f8bdbe3f + 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-6.1.0/fireflyiii-6.1.0.tgz + version: 6.1.0 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T17:12:29.248154494Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + description: A free and open source personal finance manager + digest: d0699819742a30ff365c516e14ce37305c4222f475b1f27cd6b53c35dee911e0 + 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-6.0.12/fireflyiii-6.0.12.tgz + version: 6.0.12 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T16:43:41.369400055Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + description: A free and open source personal finance manager + digest: cfd8927c6f909f99e90663ee6b593c376fd582f23c95313ebb597a2c123a9c45 + 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-6.0.11/fireflyiii-6.0.11.tgz + version: 6.0.11 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:44.166213676Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + description: A free and open source personal finance manager + digest: f49b77367b1c4910d8401f6bf7d5a54b27d11c66e2fa1c40205c05851acc78bf + 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-6.0.10/fireflyiii-6.0.10.tgz + version: 6.0.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T13:08:35.508396391Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + description: A free and open source personal finance manager + digest: 099d1472f49680d5ddefa0c0dd15e0c61e13b89ffde64278472c42d913afa0dc + 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-6.0.9/fireflyiii-6.0.9.tgz + version: 6.0.9 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:05.158188489Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + description: A free and open source personal finance manager + digest: dc3d5ba54ad3a83e11e20c97d6e6698e6fa5d6fbf4809472541c4b2cb3f6a3f8 + 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-6.0.7/fireflyiii-6.0.7.tgz + version: 6.0.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T08:51:51.42863738Z" @@ -31918,6 +34289,84 @@ entries: - https://github.com/truecharts/apps/releases/download/fireflyiii-1.0.1/fireflyiii-1.0.1.tgz version: 1.0.1 flaresolverr: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.238810579Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: FlareSolverr is a proxy server to bypass Cloudflare protection + digest: ea82b5cd8935141f7efbf4ed7960910c9a8a87657b96cd6fc17930643b94a5b2 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/flaresolverr-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:44.332180687Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: FlareSolverr is a proxy server to bypass Cloudflare protection + digest: d626b2ca5fc58ed27dfca66eddf6b646a105f2c94b1d0776b6b6f82c95aee24d + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/flaresolverr-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:05.273269539Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: FlareSolverr is a proxy server to bypass Cloudflare protection + digest: b0ba5a2f82ea8053a98e4b764ac37369dfa927510512121833c5f3900ed6b6fc + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/flaresolverr-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:53.10166872Z" @@ -32881,6 +35330,90 @@ entries: - https://github.com/truecharts/apps/releases/download/flaresolverr-1.0.1/flaresolverr-1.0.1.tgz version: 1.0.1 flood: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.344688362Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Flood is a monitoring service for various torrent clients + digest: 5b99961c606f53f05a2eadfbe95708c1f20651dfa860e5f3f9f185b668a05314 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/flood-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:44.482339888Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Flood is a monitoring service for various torrent clients + digest: fc7a79fad2a713b91ec5c039671c5919620d13bd2836837b54ec217ca17dcc8b + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/flood-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:05.378593866Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Flood is a monitoring service for various torrent clients + digest: 09acecc81ea34ad9ff9a2be16dd446015d03f601dfa7e4686c51bda3b9224c62 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/flood-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:53.248705841Z" @@ -33918,6 +36451,93 @@ entries: - https://github.com/truecharts/apps/releases/download/flood-1.0.1/flood-1.0.1.tgz version: 1.0.1 focalboard: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.461645418Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Focalboard is an open source, self-hosted alternative to Trello, + Notion, and Asana. + digest: 636e35bf71c454b211989566475552cbeccfdff5f12cc48322fd32f2f89ea672 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/focalboard-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:44.612216249Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Focalboard is an open source, self-hosted alternative to Trello, + Notion, and Asana. + digest: 8c3f011e9ae34049b004faa0c949e1012d41057f283649ab3dc5330f9bcd7678 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/focalboard-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:05.600844661Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Focalboard is an open source, self-hosted alternative to Trello, + Notion, and Asana. + digest: 2db4942a332e35334f48e1c3aec75632e61b379359fefdf166a7c60d51fa5f92 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/focalboard-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:53.419648534Z" @@ -35021,6 +37641,96 @@ entries: - https://github.com/truecharts/apps/releases/download/focalboard-1.0.1/focalboard-1.0.1.tgz version: 1.0.1 freeradius: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.568615808Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: OpenSource Radius implementation + digest: be99a847d05f5c1df0699736298e7403940a4c8ca8d560e321eff17d3dc56a20 + 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-1.7.10/freeradius-1.7.10.tgz + version: 1.7.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:44.750633648Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: OpenSource Radius implementation + digest: 50f32979c975eb24b4ea47a3a693c146820e0dd7e76c19a74602eb236611c024 + 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-1.7.8/freeradius-1.7.8.tgz + version: 1.7.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:05.747974157Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: OpenSource Radius implementation + digest: a1d96a9ea8c59f9d680f399d0e79abb590e17e4d7ffd59a7baac066faa97ac0b + 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-1.7.7/freeradius-1.7.7.tgz + version: 1.7.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:53.581233277Z" @@ -35892,6 +38602,87 @@ entries: - https://github.com/truecharts/apps/releases/download/freeradius-1.0.0/freeradius-1.0.0.tgz version: 1.0.0 freshrss: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.674468292Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: FreshRSS is a self-hosted RSS feed aggregator + digest: ce93d918e184c6871834b3fd1a30bbb8245943d264e48d54e3bc24a4b46eb183 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/freshrss-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:44.878798021Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: FreshRSS is a self-hosted RSS feed aggregator + digest: 4c40e62104cc411f530ef6395f275cb0be8cfa1aa9819463705bf5c98180a055 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/freshrss-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:05.868952984Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: FreshRSS is a self-hosted RSS feed aggregator + digest: c8b78866a479d1b879197904f78b6e308ea15eacd00d0825944c98d317968fec + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/freshrss-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:53.751473174Z" @@ -37809,6 +40600,90 @@ entries: - https://github.com/truecharts/apps/releases/download/freshrss-3.1.5/freshrss-3.1.5.tgz version: 3.1.5 gaps: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.764291172Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Gaps searches through your Plex Server or local folders for all movies, + then queries for known movies in the same collection. + digest: ed6780e8694853d3c2f87f941bdcf175c44fe81899c3fe4a4a5064502bceff5a + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/gaps-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:45.019595242Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Gaps searches through your Plex Server or local folders for all movies, + then queries for known movies in the same collection. + digest: a8eb013f8bfa43e51f9b0ec8f27270ed1616a65dc7b56e97388d52c261322b7a + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/gaps-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:05.970177449Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Gaps searches through your Plex Server or local folders for all movies, + then queries for known movies in the same collection. + digest: 74d7942bb2bf6617eff8c6fe9d3ae61d66f51da6ae1f8b9bc8900dea12247c69 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/gaps-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:53.894267717Z" @@ -39768,6 +42643,84 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-3.1.5/gaps-3.1.5.tgz version: 3.1.5 gonic: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.85378825Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Music streaming server / subsonic server API implementation + digest: 3e4420fd3d101e6ad34a1be8b083c4171a9a1f1aea84ecd269a67fb7c81440ce + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/gonic-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:45.151382201Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Music streaming server / subsonic server API implementation + digest: 26099bd31e4985c7af02f666eb71c01a2b678ecde26378efb7d44f2a85ba390d + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/gonic-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:06.069070465Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Music streaming server / subsonic server API implementation + digest: 7d57a1466bbdb5415d14168288088ad2b3c2fd7deb505af2b77a330d3321b0e5 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/gonic-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:54.041001739Z" @@ -40705,6 +43658,84 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-1.0.1/gonic-1.0.1.tgz version: 1.0.1 grocy: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:08.952010284Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: ERP beyond your fridge - grocy is a web-based self-hosted groceries + & household management solution for your home + digest: 2886973c8c4c574da413ac663be2bb3773a54c2bbd3f37c10a5c60e4072e1bc8 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/grocy-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:45.28570399Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: ERP beyond your fridge - grocy is a web-based self-hosted groceries + & household management solution for your home + digest: 6252f7d80b474ebad77d7d1859cfbf6ee906aeef8d8bc516ffa67e7d0979f5e7 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/grocy-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:06.172738786Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: ERP beyond your fridge - grocy is a web-based self-hosted groceries + & household management solution for your home + digest: b8b6e7e0a5b8e4d8757116681965d5b2506c4104eaa811dbf6535c081c03f7d2 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/grocy-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:54.203762376Z" @@ -42580,6 +45611,105 @@ entries: - https://github.com/truecharts/apps/releases/download/grocy-3.1.5/grocy-3.1.5.tgz version: 3.1.5 handbrake: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:09.046855497Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: HandBrake is a tool for converting video from nearly any format to + a selection of modern, widely supported codecs. + digest: 218594d5e0c0674604fd8f39e7fd65124c8dac01b52b3740494d5bc9176a24ce + 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 + - email: stavros-k@users.noreply.github.com + name: stavros-k + 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-6.11.10/handbrake-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:45.411896462Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: HandBrake is a tool for converting video from nearly any format to + a selection of modern, widely supported codecs. + digest: f636154feca03e7a9c72ce14e39491dc66d7aad27fc4c2403ec061f9d0621eea + 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 + - email: stavros-k@users.noreply.github.com + name: stavros-k + 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-6.11.8/handbrake-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:06.276900238Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: HandBrake is a tool for converting video from nearly any format to + a selection of modern, widely supported codecs. + digest: f47e2e8e8f4580556d8ee1afdae18c38eb17666d7e9408aff0a2c44269d00775 + 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 + - email: stavros-k@users.noreply.github.com + name: stavros-k + 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-6.11.7/handbrake-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:54.360819843Z" @@ -44970,6 +48100,90 @@ entries: - https://github.com/truecharts/apps/releases/download/handbrake-3.1.5/handbrake-3.1.5.tgz version: 3.1.5 haste-server: + - apiVersion: v2 + appVersion: latest + created: "2021-08-31T22:36:09.14641004Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Simple text sharing + digest: 1fc03b54dfd22c7d25a766d0f3522a0e2cbbd6f745a49ae23ec973219b4371f0 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.10/haste-server-1.11.10.tgz + version: 1.11.10 + - apiVersion: v2 + appVersion: latest + created: "2021-08-31T14:27:45.539147288Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Simple text sharing + digest: ab4d0abd55f5e8c4653f00a8a073734345117fd4c690709cb59b5df98944a81e + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.8/haste-server-1.11.8.tgz + version: 1.11.8 + - apiVersion: v2 + appVersion: latest + created: "2021-08-31T10:40:06.377428459Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Simple text sharing + digest: 1c19925675fdeed32a1d862d6571270551d931e035ed1909453d215eae08ac6a + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.7/haste-server-1.11.7.tgz + version: 1.11.7 - apiVersion: v2 appVersion: latest created: "2021-08-31T03:22:54.521577891Z" @@ -46511,6 +49725,93 @@ entries: - https://github.com/truecharts/apps/releases/download/haste-server-1.0.0/haste-server-1.0.0.tgz version: 1.0.0 healthchecks: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:09.249339104Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Healthchecks is a cron job monitoring service. It listens for HTTP + requests and email messages ("pings") from your cron jobs and scheduled tasks + ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. + digest: 4702985bb79b9d37a16ae5a16369906ed0349dc5994dfaf52eb77bd25031f8f5 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/healthchecks-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:45.661947786Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Healthchecks is a cron job monitoring service. It listens for HTTP + requests and email messages ("pings") from your cron jobs and scheduled tasks + ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts. + digest: e4cda4a1dda1ed15bac06042bcf06b5f684cde184fe033ab017baaeebd6d794c + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/healthchecks-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:06.481182285Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + 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: 084371e7db1bdacf90707de5811f5178522be1b480ef4bf2eda1b1bedfc726b1 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/healthchecks-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:54.66696982Z" @@ -47701,6 +51002,75 @@ entries: - https://github.com/truecharts/apps/releases/download/healthchecks-1.0.1/healthchecks-1.0.1.tgz version: 1.0.1 heimdall: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:09.369697982Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: An Application dashboard and launcher + digest: d1728b7dab3f485a3b95e0db7796e222978fa3cc33b803b471d9f9a35532b295 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/heimdall-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:45.790666087Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: An Application dashboard and launcher + digest: f166339dde099368c877524257c338be4ddeb74323d6b163d490dea18ad29d8d + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/heimdall-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:06.584329973Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: An Application dashboard and launcher + digest: 534f61734747c4385802b351551f3204236ccd50428e8e18890c7014148258cb + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/heimdall-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:54.809892362Z" @@ -49328,6 +52698,99 @@ entries: - https://github.com/truecharts/apps/releases/download/heimdall-3.1.5/heimdall-3.1.5.tgz version: 3.1.5 home-assistant: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:09.461191973Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: home-assistant App for TrueNAS SCALE + digest: 6523179339ad5d845ca63b3f5dc0782b26262d833cee3ffc1802c6cb0c17015a + 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-6.11.10/home-assistant-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:45.907931001Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: home-assistant App for TrueNAS SCALE + digest: 66c71a87fb1b6da9fcaf3472b150b224ec9be913be9c6df7a05a87fdd9e70e21 + 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-6.11.8/home-assistant-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:06.680976346Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: home-assistant App for TrueNAS SCALE + digest: be75328036494d65d1710ad2f444b7350a83e80a9503b77b4c49c2a902d6e559 + 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-6.11.7/home-assistant-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:54.949470721Z" @@ -51837,6 +55300,84 @@ 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: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:09.55368207Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Hyperion is an opensource Bias or Ambient Lighting implementation + digest: f609a7bf6c39f12c683a38c65fd423b88628b163589a40241d456fd4ae0b9cc3 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/hyperion-ng-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:46.035188328Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Hyperion is an opensource Bias or Ambient Lighting implementation + digest: e74af2f0277574b9f29be14b99af6427d4e0875dccb2b5791047c9e5d3aa024b + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/hyperion-ng-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:06.766666518Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Hyperion is an opensource Bias or Ambient Lighting implementation + digest: 0ace91f9b59d479651bb06d8983e04ed741849ca7544a8a3e4e256743a881ab4 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/hyperion-ng-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:55.096073844Z" @@ -52800,6 +56341,126 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz version: 1.0.1 jackett: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:09.663861681Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: API Support for your favorite torrent trackers. + digest: 0d16bf429d2ec4c11f7f0c84c8af32bdb06a77837c5215604e59a87f6e8fdff5 + 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-6.11.12/jackett-6.11.12.tgz + version: 6.11.12 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:46.161638313Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: API Support for your favorite torrent trackers. + digest: 8fd733897572af10e838d2a99bc0330fcd8c0f5d95abb60a9a6f0461a16b3764 + 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-6.11.10/jackett-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T12:20:59.849025374Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: API Support for your favorite torrent trackers. + digest: 3420d1dba0d52e49e68059bc10ed49601ac6a81245896eb514c4aac7e7fa79de + 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-6.11.9/jackett-6.11.9.tgz + version: 6.11.9 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:06.85781724Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: API Support for your favorite torrent trackers. + digest: 051b6a002e13cc91a72728b132f4e7ba47d9fa288c2ef3ec52dd5313b30aa4d1 + 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-6.11.8/jackett-6.11.8.tgz + version: 6.11.8 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:55.259382378Z" @@ -55576,6 +59237,105 @@ entries: - https://github.com/truecharts/apps/releases/download/jackett-3.1.5/jackett-3.1.5.tgz version: 3.1.5 jdownloader2: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:09.748356727Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: JDownloader is a free, open-source download management tool with + a huge community of developers that makes downloading as easy and fast as it + should be. + digest: 8cd4c91d3e4cfeb4a16920361d71dcc1f5d88013cc8e13b7b297f8b905fbd578 + 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 + - email: Simoneu01@users.noreply.github.com + name: Simoneu01 + 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-0.3.10/jdownloader2-0.3.10.tgz + version: 0.3.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:46.288341511Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: JDownloader is a free, open-source download management tool with + a huge community of developers that makes downloading as easy and fast as it + should be. + digest: 50f081ca15158e6090ac2343ef3933faca0e49c13cc6a77eb74ecdf2d90459ae + 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 + - email: Simoneu01@users.noreply.github.com + name: Simoneu01 + 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-0.3.8/jdownloader2-0.3.8.tgz + version: 0.3.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:06.951644032Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + 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: de877e97bdccc9d631ab5906895ef9f609e1cdff1c0c595ea90da137c8f2e647 + 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 + - email: Simoneu01@users.noreply.github.com + name: Simoneu01 + 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-0.3.7/jdownloader2-0.3.7.tgz + version: 0.3.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:55.404002711Z" @@ -55940,6 +59700,96 @@ entries: - https://github.com/truecharts/apps/releases/download/jdownloader2-0.0.1/jdownloader2-0.0.1.tgz version: 0.0.1 jellyfin: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:09.829756253Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Jellyfin is a Free Software Media System + digest: c5e4bf39fd38bd297613a58b75ed8c158dc581dd12fb3a79e818cc613ce0a910 + 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-6.11.10/jellyfin-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:46.407394717Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Jellyfin is a Free Software Media System + digest: 678299ef9e932d463d60dfd84b972c9ba7d889f908fa9425f50f5c2e495359f9 + 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-6.11.8/jellyfin-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:07.061861672Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Jellyfin is a Free Software Media System + digest: 2aa594b16de49f00dec7b443650d4cfc8863fb1a064077ae22c59d388c3aa000 + 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-6.11.7/jellyfin-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:55.553337719Z" @@ -58113,6 +61963,90 @@ entries: - https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz version: 3.1.5 kms: + - apiVersion: v2 + appVersion: minimal + created: "2021-08-31T22:36:09.9145335Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Private Windows Activation Server for development and testing + digest: 233e467bd16db6db4a45da5c41a6e95abcec2c0c84b5c30d49dbeb9eca2c4cff + 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-6.11.10/kms-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: minimal + created: "2021-08-31T14:27:46.521016944Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Private Windows Activation Server for development and testing + digest: fdc1701066a2654cd9b597b93c801fb70049ff12d5def77c47a1c5725b1e2562 + 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-6.11.8/kms-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: minimal + created: "2021-08-31T10:40:07.169853269Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Private Windows Activation Server for development and testing + digest: a1dc08ae8f5b39f2218146f826a31025a6554096f208fe1df5e892a36a4a3b0f + 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-6.11.7/kms-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: minimal created: "2021-08-31T03:22:55.706524107Z" @@ -60059,6 +63993,118 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz version: 3.1.5 komga: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.003461074Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: A comics/mangas server to serve/stream pages via API + digest: ccc9a87b965f1ed9c4c4ce6e591e12caf3e212f5612daeeda389adb0128adbf3 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.13/komga-1.9.13.tgz + version: 1.9.13 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:46.649889253Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: A comics/mangas server to serve/stream pages via API + digest: a312c5997a07fbc76ae267a81f271415a5cc38be59a64d72724b3cac486b5f51 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.11/komga-1.9.11.tgz + version: 1.9.11 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T13:58:47.259519326Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: A comics/mangas server to serve/stream pages via API + digest: cd42415c785f77f744ccb62bbeb9c9ef5f5be47c2a7d085a5ec786dc5e228993 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/komga-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:07.285052726Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: A comics/mangas server to serve/stream pages via API + digest: 63d6fd5adb39245418225ef3f7d9f31b26f981dd39364957c7c951e42f208bb6 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.9/komga-1.9.9.tgz + version: 1.9.9 - apiVersion: v2 appVersion: auto created: "2021-08-31T08:54:39.518460459Z" @@ -61404,6 +65450,96 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-1.0.1/komga-1.0.1.tgz version: 1.0.1 lazylibrarian: + - apiVersion: v2 + appVersion: latest + created: "2021-08-31T22:36:10.096518575Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Get all your books, like series with Sonarr... + digest: 2cade64fc6c4bc6cb340f809d1eedf59075e021ce5a3016da8a489d21df250e8 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/lazylibrarian-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: latest + created: "2021-08-31T14:27:46.768262424Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Get all your books, like series with Sonarr... + digest: 4cbdaf33f6904f1bef7c00330afb8bf50c77fe1928839c6e90b2a6830e61ac55 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/lazylibrarian-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: latest + created: "2021-08-31T10:40:07.399020205Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Get all your books, like series with Sonarr... + digest: ab1d3a9f93fb131dc6caf1097ce4dfcf9a9ff5c91fc29844958c2f71ae3fee34 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/lazylibrarian-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: latest created: "2021-08-31T03:22:56.030088591Z" @@ -63501,6 +67637,87 @@ entries: - https://github.com/truecharts/apps/releases/download/lazylibrarian-3.1.5/lazylibrarian-3.1.5.tgz version: 3.1.5 librespeed: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.189376475Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Librespeed is a HTML5 webpage to test upload and download speeds + digest: 7016de5a26b63021a3ad17a03723387a59fb75b606c4fe365140e91aec49a94f + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/librespeed-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:46.891134726Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Librespeed is a HTML5 webpage to test upload and download speeds + digest: 762794908ddebb289a7a60ea881b1237afb1bb13726d832df38ede12697dfed1 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/librespeed-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:07.492810195Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Librespeed is a HTML5 webpage to test upload and download speeds + digest: 94d5e80a5ae655da45d22a92af9fdf943abee83937223a8fc2a8451af3a04e8f + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/librespeed-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:56.180145695Z" @@ -64501,6 +68718,96 @@ entries: - https://github.com/truecharts/apps/releases/download/librespeed-1.0.1/librespeed-1.0.1.tgz version: 1.0.1 lidarr: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.292209139Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Looks and smells like Sonarr but made for music + digest: 6b1fac810a79c9b0816d179593ff236353299d19104dc4584565b253033ffad4 + 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-6.11.10/lidarr-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:47.009436293Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Looks and smells like Sonarr but made for music + digest: 68cc561f807f9e2507736050f448d836ee74a9e83a5e51935474e85cbd0feea6 + 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-6.11.8/lidarr-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:07.601895062Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Looks and smells like Sonarr but made for music + digest: e4d8d81f84cbf001f645e804782099c3e0ee960741292833edab70041fef154a + 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-6.11.7/lidarr-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:56.326813517Z" @@ -66674,6 +70981,93 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-3.1.5/lidarr-3.1.5.tgz version: 3.1.5 littlelink: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.382585023Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Easy platform to combine all your social links + digest: 710ea70ea48b5c84ad702c355b577326fdda530cde6d7cf8eacb8f4cf9b7073b + 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-1.5.10/littlelink-1.5.10.tgz + version: 1.5.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:47.133009631Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Easy platform to combine all your social links + digest: 30b8e265d9ccd0b2bdf640df827d5d99059859d8bda2086f2b2680c5a924c041 + 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-1.5.8/littlelink-1.5.8.tgz + version: 1.5.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:07.71130635Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Easy platform to combine all your social links + digest: cb8f0f71542cfe69990ce6305b4959289b3cc79751e816a3a812fa5f5048fa19 + 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-1.5.7/littlelink-1.5.7.tgz + version: 1.5.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:56.483644286Z" @@ -67516,6 +71910,93 @@ entries: - https://github.com/truecharts/apps/releases/download/littlelink-1.0.0/littlelink-1.0.0.tgz version: 1.0.0 lychee: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.470009687Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Lychee is a free photo-management tool, which runs on your server + or web-space + digest: fce2f08f0c1907ec7450d5a9fbefbb1ed29fa4104c234f6597d3fc210b67bfc4 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/lychee-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:47.257215301Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Lychee is a free photo-management tool, which runs on your server + or web-space + digest: b24335af3c4593754515f17a0b0862a7a78b103e8d485e812528a7429e75b87c + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/lychee-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:07.807226276Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Lychee is a free photo-management tool, which runs on your server + or web-space + digest: 76ffa15c88eb1fccf21f37a686e1b01a9fa3c32e69654b41d74fb21b9650151b + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/lychee-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:56.628468018Z" @@ -69573,6 +74054,84 @@ entries: - https://github.com/truecharts/apps/releases/download/lychee-3.1.5/lychee-3.1.5.tgz version: 3.1.5 mealie: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.547009685Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Mealie is a self hosted recipe manager and meal planner with a RestAPI + backend and a reactive frontend application built in Vue for a pleasant user + experience for the whole family. + digest: 710cf263291fc55a1fd7df51d0b6393d6683f3ab27bf2780143a29d12c36f000 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.10/mealie-1.11.10.tgz + version: 1.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:47.387015558Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Mealie is a self hosted recipe manager and meal planner with a RestAPI + backend and a reactive frontend application built in Vue for a pleasant user + experience for the whole family. + digest: e341de2c43cf92f91fa60c459ce474e97f8b5681eb3ddb94196155575a23999f + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.8/mealie-1.11.8.tgz + version: 1.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:07.886906165Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Mealie is a self hosted recipe manager and meal planner with a RestAPI + backend and a reactive frontend application built in Vue for a pleasant user + experience for the whole family. + digest: ae61d6cb595160e6cea1fcb7507feb07a19a9e65947b269a2fb42f1c6866b248 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.7/mealie-1.11.7.tgz + version: 1.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:56.785614284Z" @@ -71082,6 +75641,87 @@ entries: - https://github.com/truecharts/apps/releases/download/mealie-1.0.0/mealie-1.0.0.tgz version: 1.0.0 mosquitto: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.618694448Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Eclipse Mosquitto - An open source MQTT broker + digest: 6a9a3fd604842ca31a755d1fcf4e0710101b26b4b3c47808765ad7c4ee1a6882 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.10/mosquitto-1.11.10.tgz + version: 1.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:47.50191805Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Eclipse Mosquitto - An open source MQTT broker + digest: aa9f94a4661611d530f1186da16863df3abae4a7f4f9e2dcc840be7e166af9d4 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.8/mosquitto-1.11.8.tgz + version: 1.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:07.990768098Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Eclipse Mosquitto - An open source MQTT broker + digest: a1cbcfcd406c93810be9db91bacf7fd782d5d5a133a911273af7c73d0f01f600 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.7/mosquitto-1.11.7.tgz + version: 1.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:56.934797693Z" @@ -72595,6 +77235,84 @@ entries: - https://github.com/truecharts/apps/releases/download/mosquitto-1.0.0/mosquitto-1.0.0.tgz version: 1.0.0 mylar: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.709176632Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with + various download clients. + digest: e72ad6124b93a7ae9f3a4e1ed03bf1d6facbe8ca807bc3a911895939f15fa12b + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/mylar-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:47.627985116Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with + various download clients. + digest: c24163c903aff6096f0df1c1cdecb461e85e0108d366c0e2552d38dbdb4442d2 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/mylar-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:08.089265489Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with + various download clients. + digest: 385f8f1d6a8a4be6e6af9b001b535476d81c2fe54d2e800e139b3b7593afa700 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/mylar-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:57.08621889Z" @@ -73532,6 +78250,93 @@ entries: - https://github.com/truecharts/apps/releases/download/mylar-1.0.1/mylar-1.0.1.tgz version: 1.0.1 navidrome: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.808179971Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Navidrome is an open source web-based music collection server and + streamer + digest: 1612416e63f967f70c836e749b008722c58e57692cc3cda98342e52671916b3c + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/navidrome-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:47.754014179Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Navidrome is an open source web-based music collection server and + streamer + digest: 70061bb52bf0908ff265862765d7f72c1331acc898fdf0644092816260ffe014 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/navidrome-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:08.208859827Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Navidrome is an open source web-based music collection server and + streamer + digest: 7fb596b151aedfc30c94340fe14bbfd9f3401ab744b23119c0b149233fcdc92b + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/navidrome-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:57.239508577Z" @@ -75678,6 +80483,240 @@ entries: - https://github.com/truecharts/apps/releases/download/navidrome-3.1.5/navidrome-3.1.5.tgz version: 3.1.5 nextcloud: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T23:34:01.306101934Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.10 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: d76bb65fecf00bba608e1a65723c115eb6535a5385f3210c58ea164bc19bda62 + 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-3.7.4/nextcloud-3.7.4.tgz + version: 3.7.4 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:10.953873712Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.8 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: 20df3c0471310fb64b22b812f9fdb7a80b66829e06395b4abac49a9b30e81945 + 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-3.7.3/nextcloud-3.7.3.tgz + version: 3.7.3 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:47.902335486Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: 461d82f67073ab7219b21a7d75eced3289115d56063ab8a482f282df1e619e63 + 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-3.7.1/nextcloud-3.7.1.tgz + version: 3.7.1 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T13:25:55.992801388Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.2.0 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: 27ffa48838eadb819beb2156758fd973d358cc08160f12fa03d637da7e5a6152 + 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-3.7.0/nextcloud-3.7.0.tgz + version: 3.7.0 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T12:08:48.646216126Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.1.0 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: fcbb0cb6597225bfc83847d9afd482e7b2326942cc4cc57bac79d203df3a2cc6 + 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-3.6.0/nextcloud-3.6.0.tgz + version: 3.6.0 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:08.324879637Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: 15.0.4 + description: A private cloud server that puts the control and security of your + own data back into your hands. + digest: e0821b2682fcd753e6554b4df332743e1ae31ad96507269a9d8d0474a7afa955 + 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-3.5.7/nextcloud-3.5.7.tgz + version: 3.5.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T08:51:51.539793236Z" @@ -79453,6 +84492,84 @@ entries: - https://github.com/truecharts/apps/releases/download/nextcloud-1.0.0/nextcloud-1.0.0.tgz version: 1.0.0 node-red: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.034370132Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Node-RED is low-code programming for event-driven applications + digest: ea35771e74c38d26d3383c8a59655fb8298a03b7f1e265e82b43ad414e02513c + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/node-red-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:48.023742413Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Node-RED is low-code programming for event-driven applications + digest: 00895ebf3a7fcefb2d2d203d26f7a994859035083c6dc7cd976d86853a80b247 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/node-red-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:08.412753849Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Node-RED is low-code programming for event-driven applications + digest: db300a1542c354d1da9c9805d7b90a7c51aba6da23c7b3efbb75c19b71fcb361 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/node-red-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:57.553102814Z" @@ -81432,6 +86549,78 @@ entries: - https://github.com/truecharts/apps/releases/download/node-red-3.1.5/node-red-3.1.5.tgz version: 3.1.5 nullserv: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.110903826Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: A simple null file http and https server + digest: 62cf080a4cd4648e21cdab70c717dab62755219a0ac68b2dc177ac3724a634a3 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/nullserv-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:48.160425923Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: A simple null file http and https server + digest: ef9ab8f572df3a8162ccb8d7e5a4f89c52e366567b965ae4878228233923778a + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/nullserv-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:08.515234594Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: A simple null file http and https server + digest: 2d4b90cc7ea69782d2710e84b3de4e207ba263a56223ac53e57f112356ca7665 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/nullserv-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:57.680733138Z" @@ -82297,6 +87486,84 @@ entries: - https://github.com/truecharts/apps/releases/download/nullserv-1.0.1/nullserv-1.0.1.tgz version: 1.0.1 nzbget: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.20912446Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: NZBGet is a Usenet downloader client + digest: 02178ed753b25747a3a22dc5ff4e4360174c18f38c04e650847ca6272d4a9c49 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/nzbget-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:48.318252517Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: NZBGet is a Usenet downloader client + digest: c71405776cf4ef9be4fc0e52efe12576f70cb0269e8798674507a744cae9a830 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/nzbget-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:08.652274047Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: NZBGet is a Usenet downloader client + digest: 0bed101f9d07819a66687408f0c8b567ffbb270fd3a9143405e0fa148b137c8f + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/nzbget-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:57.833152429Z" @@ -84157,6 +89424,75 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbget-3.1.5/nzbget-3.1.5.tgz version: 3.1.5 nzbhydra: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.288461673Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + deprecated: true + description: Usenet meta search + digest: 115a8af1da4bdaba7ecd02b4fe35c09d2b9859fa0653fd7b1c32ea735c8611ff + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/nzbhydra-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:48.453229939Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + deprecated: true + description: Usenet meta search + digest: 4cba5bc7ebd9351c7422997d3515c44a54568a8a145960090538c1f65ec32771 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/nzbhydra-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:08.743110048Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + deprecated: true + description: Usenet meta search + digest: 9a9aa2e14b59c35200e3a8b6732718fc7972244140c5303d924b6c03886931a7 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/nzbhydra-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:57.980455314Z" @@ -85879,6 +91215,87 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbhydra-3.1.6/nzbhydra-3.1.6.tgz version: 3.1.6 octoprint: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.369017693Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: OctoPrint is the snappy web interface for your 3D printer + digest: dbb7e4bf8e72d158789e415bb99225b59d48a6b623917dbe381b1fecae2ca758 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/octoprint-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:48.583772734Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: OctoPrint is the snappy web interface for your 3D printer + digest: f954bb26d48b6d541841a17da07a3c3d3dac9689ecbfaa0525195f3922a2f85f + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/octoprint-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:08.829546568Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: OctoPrint is the snappy web interface for your 3D printer + digest: 452dfd075272cb667a67d2f8b6965d905e1ed2c03d38ccad81beaa03a2d0b5f4 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/octoprint-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:58.14057558Z" @@ -86879,6 +92296,84 @@ entries: - https://github.com/truecharts/apps/releases/download/octoprint-1.0.1/octoprint-1.0.1.tgz version: 1.0.1 omada-controller: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.443659775Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Omada enables the network administrators to monitor and manage all + the Omada products in the network with a centralized management platform. + digest: 931a25f4f23fe75c2c314829c0569fab199ff5247496dc06dbcee6b025a3a612 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/omada-controller-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:48.725700113Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Omada enables the network administrators to monitor and manage all + the Omada products in the network with a centralized management platform. + digest: 64c39e7d0f2f7b14ea50b38475383fe621d2ebc16c1c85a0b04e418365eb0b99 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/omada-controller-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:08.915292545Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Omada enables the network administrators to monitor and manage all + the Omada products in the network with a centralized management platform. + digest: 0e8e032d5c178b12ea80527b6c7da962b869c78ebfa0b820636e4328c4469606 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/omada-controller-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:58.290924031Z" @@ -87842,6 +93337,138 @@ entries: - https://github.com/truecharts/apps/releases/download/omada-controller-1.0.1/omada-controller-1.0.1.tgz version: 1.0.1 ombi: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.53889569Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Want a Movie or TV Show on Plex or Emby? Use Ombi! + digest: 37f09a49451396463b2b894b4d3eafedb7ee7e8e64a30d67eb006267c077431a + 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-6.11.11/ombi-6.11.11.tgz + version: 6.11.11 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:48.868218822Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Want a Movie or TV Show on Plex or Emby? Use Ombi! + digest: 6b7b5afc9e3e3707ea8094cf6b6cd4963bcce4df70c09646df92563ef78a5c6d + 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-6.11.9/ombi-6.11.9.tgz + version: 6.11.9 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T12:21:00.0015743Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Want a Movie or TV Show on Plex or Emby? Use Ombi! + digest: 7f6f24f8115a78440aba0c05dbbd35a0bcec59397f0706c8c4f3f86f79f4a86c + 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-6.11.8/ombi-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.011529391Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Want a Movie or TV Show on Plex or Emby? Use Ombi! + digest: d7b11a9019a34a18b02880ae85b7d4f3cb88b282b3579c441e5abf2ab9300c4d + 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-6.11.7/ombi-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:58.436611431Z" @@ -90660,6 +96287,262 @@ entries: - https://github.com/truecharts/apps/releases/download/ombi-3.1.5/ombi-3.1.5.tgz version: 3.1.5 openldap: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.687353249Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Community developed LDAP software + digest: 3bcbfe479e5b4cd5da2dfb12a93560330a34e062bbc30732e03dc40b226466d9 + 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-1.7.14/openldap-1.7.14.tgz + version: 1.7.14 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T21:24:48.068693683Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.3 + description: Community developed LDAP software + digest: dd23e626102081c95821c305afa886c54e03b0278adcc98974e6fd4d4ac8e900 + 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-1.7.13/openldap-1.7.13.tgz + version: 1.7.13 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T20:18:15.735080684Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.3 + description: Community developed LDAP software + digest: a9296a01b009ca06e32016c49b366180e09626e72b0d7daf54647b2448f4179f + 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-1.7.12/openldap-1.7.12.tgz + version: 1.7.12 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T19:32:39.132718778Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.3 + description: Community developed LDAP software + digest: b19e0febd38715a39f7ac04e45c40cdac11be905676fe127d48e287b2c62cf06 + 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-1.7.11/openldap-1.7.11.tgz + version: 1.7.11 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T19:10:57.676980699Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.3 + description: Community developed LDAP software + digest: 255f79d346e1dfe7ddaf8f929462c303191c5f8bc3c2b4de7ca07caa7703e223 + 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-1.7.10/openldap-1.7.10.tgz + version: 1.7.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T18:59:09.241055088Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Community developed LDAP software + digest: bb4a9de75951d8b1a5720b23b7eee7d1fc8370a9f259a0e7e2f427d0680df665 + 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-1.7.9/openldap-1.7.9.tgz + version: 1.7.9 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:48.982065161Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Community developed LDAP software + digest: 72a4be93e0d11fa85e5ded842d4b97cbe89868da3001b273c63dc55f86fc91dd + 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-1.7.8/openldap-1.7.8.tgz + version: 1.7.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.1384986Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Community developed LDAP software + digest: 4c44af4c38567578924e621a43467b03fe0b4e34c064a98761250004a3ad971a + 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-1.7.7/openldap-1.7.7.tgz + version: 1.7.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:58.587319394Z" @@ -91685,6 +97568,84 @@ entries: - https://github.com/truecharts/apps/releases/download/openldap-1.0.0/openldap-1.0.0.tgz version: 1.0.0 organizr: + - apiVersion: v2 + appVersion: latest + created: "2021-08-31T22:36:11.763003137Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: HTPC/Homelab Services Organizer + digest: 39a1ecdaab7e9f4aad33a4b900384262bbf4d9eeda4c2029814c65cca7c089d6 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/organizr-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: latest + created: "2021-08-31T14:27:49.115265793Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: HTPC/Homelab Services Organizer + digest: 77ccfa6f4c6ac71b2dee2902e573c0929889b3d05fe839de6f470f7d96680e1d + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/organizr-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: latest + created: "2021-08-31T10:40:09.234929859Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: HTPC/Homelab Services Organizer + digest: 32108e32d00eee7924ea6b3dd256f18d4181714ebcc62b02e83a6fc1dd1283c7 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/organizr-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: latest created: "2021-08-31T03:22:58.738496272Z" @@ -93532,6 +99493,96 @@ entries: - https://github.com/truecharts/apps/releases/download/organizr-3.1.5/organizr-3.1.5.tgz version: 3.1.5 overseerr: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.878729185Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Overseerr is a free and open source software application for managing + requests for your media library. It integrates with your existing services such + as Sonarr, Radarr and Plex! + digest: 5e9299afbfc87c2763960a4dd670031a64c95cb709cc82a6e2e82bf151e6fac5 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/overseerr-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:49.242706528Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Overseerr is a free and open source software application for managing + requests for your media library. It integrates with your existing services such + as Sonarr, Radarr and Plex! + digest: 02ce4c3357708959a21012d99698a45633f9df67b783445112477c402b9734b8 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/overseerr-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.332577596Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + 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: fb78405a6b89ea1bde4482ab0d11a2422c66738c4d653dd594b1a2a349ded265 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/overseerr-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:58.879544922Z" @@ -94613,6 +100664,93 @@ entries: - https://github.com/truecharts/apps/releases/download/overseerr-1.0.1/overseerr-1.0.1.tgz version: 1.0.1 owncast: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:11.994774434Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Take control over your live stream video by running it yourself. + Streaming + chat out of the box. + digest: 13cd20084bd31696cab3979dd1997a252a0eff8648fb36028f3472b967a1ecaf + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/owncast-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:49.372547091Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Take control over your live stream video by running it yourself. + Streaming + chat out of the box. + digest: 0472cf74e85b60e966498fa5f66a944130bbf593a97ac438a7f3b279e9a81331 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/owncast-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.434538107Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Take control over your live stream video by running it yourself. + Streaming + chat out of the box. + digest: fad783dd08f0af5d94ef95899abef9ee00949e8e8620f7d243ec08b94a6b9c10 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/owncast-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:59.027628Z" @@ -95716,6 +101854,102 @@ entries: - https://github.com/truecharts/apps/releases/download/owncast-1.0.1/owncast-1.0.1.tgz version: 1.0.1 owncloud-ocis: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.091191057Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: ownCloud Infinite Scale is a self-hosted file sync and share server. + digest: 844b6b48ec17ee887f40006a0a9832817c9efe4b1857959c5a2a13b291844009 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/owncloud-ocis-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:49.510629081Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: ownCloud Infinite Scale is a self-hosted file sync and share server. + digest: 0c07d5167b56dddc61049bf1bccc60862897c41437fdecfb43b808321f7a1223 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/owncloud-ocis-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.515360769Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: ownCloud Infinite Scale is a self-hosted file sync and share server. + digest: db0dc455b3fcf13bf418f242d1c17b693d7c2cfeb51ffe08aa69a72a0528f023 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/owncloud-ocis-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:59.167609917Z" @@ -96997,6 +103231,96 @@ entries: - https://github.com/truecharts/apps/releases/download/owncloud-ocis-1.0.1/owncloud-ocis-1.0.1.tgz version: 1.0.1 pgadmin: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.173424188Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Web-Based postgresql database management utility + digest: 6eddbc4fedcd65c1dbb1d706d06fe3660a0b19402eac23ee6d1e3a08511bdc12 + 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-1.8.10/pgadmin-1.8.10.tgz + version: 1.8.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:49.629151966Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Web-Based postgresql database management utility + digest: 8ff14e4cbb6bbcc161f5d28b3989a7c791fc7b0a2b4977e21562d3fffce09974 + 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-1.8.8/pgadmin-1.8.8.tgz + version: 1.8.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.601396164Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Web-Based postgresql database management utility + digest: fdf825b4afd73725f125a2669e42b841297324297064ad553bad10de19bf64ad + 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-1.8.7/pgadmin-1.8.7.tgz + version: 1.8.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:59.310847238Z" @@ -98168,6 +104492,93 @@ entries: - https://github.com/truecharts/apps/releases/download/pgadmin-1.0.1/pgadmin-1.0.1.tgz version: 1.0.1 photoprism: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.253080502Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: PhotoPrism® is a server-based application for browsing, organizing + and sharing your personal photo collection + digest: b2f673cd9e528e093669d318fb6a1c6aec0daee03bd0e37be7e8d9899122cd16 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/photoprism-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:49.753940673Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: PhotoPrism® is a server-based application for browsing, organizing + and sharing your personal photo collection + digest: fd99adbf35252e72d6d3fd76438a8299ba1a3be514bfb2559af9c9383c4e33e1 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/photoprism-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.702757538Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: PhotoPrism® is a server-based application for browsing, organizing + and sharing your personal photo collection + digest: 8f6c6c9370500428b013091de59562c9e6c3fcaecac2bf1baac1da03c79b67bb + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/photoprism-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:59.461978815Z" @@ -99242,6 +105653,96 @@ entries: - https://github.com/truecharts/apps/releases/download/photoprism-1.0.1/photoprism-1.0.1.tgz version: 1.0.1 phpldapadmin: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.326438576Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Web-based LDAP browser to manage your LDAP server + digest: 8834cc36aca74f8009df10a91bfe27a985449347ccae868d98f734e7c11b4092 + 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-1.8.10/phpldapadmin-1.8.10.tgz + version: 1.8.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:49.883295815Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Web-based LDAP browser to manage your LDAP server + digest: 0ed02df16f2d6372ede5709f5ad3afca150924c4a561105c22c688a0e2c35296 + 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-1.8.8/phpldapadmin-1.8.8.tgz + version: 1.8.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.792850592Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Web-based LDAP browser to manage your LDAP server + digest: 956d09e6272432713d0b4448f6aca420e152d0c4434979baebd66fa8955149a5 + 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-1.8.7/phpldapadmin-1.8.7.tgz + version: 1.8.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:59.618997781Z" @@ -100203,6 +106704,84 @@ entries: - https://github.com/truecharts/apps/releases/download/phpldapadmin-1.0.1/phpldapadmin-1.0.1.tgz version: 1.0.1 piaware: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.412980635Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Program for forwarding ADS-B data to FlightAware + digest: b14e88ce07d31182685e3141c35ddaf24195970f203764a2aac18e9b53029796 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/piaware-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:50.014921572Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Program for forwarding ADS-B data to FlightAware + digest: 881facab45ff5127290b77656d2192d569c8f7b7575efd3b04a139f932f692f0 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/piaware-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.875773888Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Program for forwarding ADS-B data to FlightAware + digest: b29fbcc20b58530a090ad11bfb9ff7cbc2bfd7a7ad8eb85c476cf8ef8be4c4cb + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/piaware-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:59.770398366Z" @@ -101140,6 +107719,87 @@ entries: - https://github.com/truecharts/apps/releases/download/piaware-1.0.1/piaware-1.0.1.tgz version: 1.0.1 plex: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.485758305Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Plex Media Server + digest: 645aadba93af062d581018ba61b084af6e69f4b33833ff1c2cc8cba88352a7d4 + 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-5.11.10/plex-5.11.10.tgz + version: 5.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:50.152878555Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Plex Media Server + digest: bfc1d68c23ba27ee87843dbac6fabf8603353fa23a595df798e4c5df7da9c522 + 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-5.11.8/plex-5.11.8.tgz + version: 5.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:09.962963456Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Plex Media Server + digest: b70ca01e69f7ed17d928faf21e364e1b567325409256c0f5a049b30779ad4d90 + 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-5.11.7/plex-5.11.7.tgz + version: 5.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:22:59.922467672Z" @@ -103331,6 +109991,96 @@ entries: - https://github.com/truecharts/apps/releases/download/plex-2.1.5/plex-2.1.5.tgz version: 2.1.5 podgrab: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.596848622Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: A self-hosted podcast manager to download episodes as soon as they + become live. + digest: 7d8a3fe1cc5441be998f5b60ff910731a3233d94a3b4486d6d2c4ad7a21dd337 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-4.11.10/podgrab-4.11.10.tgz + version: 4.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:50.278740417Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: A self-hosted podcast manager to download episodes as soon as they + become live. + digest: 00c6f32b47a9bad01abcb2bf8d4046d68ba7f4b6515d2cbe67088b81a5a9aaed + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-4.11.8/podgrab-4.11.8.tgz + version: 4.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.076544611Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: A self-hosted podcast manager to download episodes as soon as they + become live. + digest: c77166f413bea77a4c6582973127592dd21c5d9c33a8abb5b8b7cb8f3faaf751 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-4.11.7/podgrab-4.11.7.tgz + version: 4.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:00.065659192Z" @@ -105462,6 +112212,99 @@ entries: - https://github.com/truecharts/apps/releases/download/podgrab-1.0.3/podgrab-1.0.3.tgz version: 1.0.3 postgresql: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.688069111Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: PostgresSQL + digest: fbf9ad8c432304facf71c08cd65f3a800028957586ad2874fb9748554c9449e8 + home: https://github.com/truecharts/apps/tree/master/stable/postgres + icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png + keywords: + - postgres + - postgressql + - dtabase + - sql + 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: postgresql + sources: + - https://www.postgresql.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/postgresql-1.5.10/postgresql-1.5.10.tgz + version: 1.5.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:50.39759262Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: PostgresSQL + digest: 19ed593d1cd3c513cbe1fa5ea3c8bd1cf6c5ba4929cf10c4efe619bda26b080a + home: https://github.com/truecharts/apps/tree/master/stable/postgres + icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png + keywords: + - postgres + - postgressql + - dtabase + - sql + 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: postgresql + sources: + - https://www.postgresql.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/postgresql-1.5.8/postgresql-1.5.8.tgz + version: 1.5.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.187678608Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: PostgresSQL + digest: acfb2109d160458673387ced2e5d05ed6c0fc37396651dc318b4fb88a6399e7a + home: https://github.com/truecharts/apps/tree/master/stable/postgres + icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png + keywords: + - postgres + - postgressql + - dtabase + - sql + 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: postgresql + sources: + - https://www.postgresql.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/postgresql-1.5.7/postgresql-1.5.7.tgz + version: 1.5.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:00.216242351Z" @@ -106548,6 +113391,90 @@ entries: - https://github.com/truecharts/apps/releases/download/postgresql-1.0.0/postgresql-1.0.0.tgz version: 1.0.0 pretend-youre-xyzzy: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.769174735Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: pretend-youre-xyzzy, a cards against humanity clone + digest: f1f64fb890959d34d15ca0180a153dc8ded7c7dbc965818c282337835d1fa62d + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/pretend-youre-xyzzy-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:50.519206264Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: pretend-youre-xyzzy, a cards against humanity clone + digest: cfffbedc54547d3131c53183aa6265c015eb82d412c457f24702b72c97e725fc + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/pretend-youre-xyzzy-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.260051831Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: pretend-youre-xyzzy, a cards against humanity clone + digest: e10ffc20f3d1ebcbc89991b5497327605d435e0049897409459832ece1d53d75 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/pretend-youre-xyzzy-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:00.395165624Z" @@ -107557,6 +114484,84 @@ 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: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.852375672Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Container for protonmail bridge to work on the network. + digest: 005c23318f761e91c0ab025cab8d4a4fff150aa0526bec90efdc1eae63b00e63 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/protonmail-bridge-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:50.63034367Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Container for protonmail bridge to work on the network. + digest: 8972d44b58bc5c767ecc62266eb177fb71a0ba74238e87bb802c4c0584ac37d3 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/protonmail-bridge-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.420203159Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Container for protonmail bridge to work on the network. + digest: 19c1174badebbadb5777f513b063989e46b003c0fa6cd7b70ec99dfc6fba9957 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/protonmail-bridge-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:00.555940334Z" @@ -110242,6 +117247,118 @@ entries: - https://github.com/truecharts/apps/releases/download/prototypegui-6.8.7/prototypegui-6.8.7.tgz version: 6.8.7 prowlarr: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:12.946630981Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Indexer manager/proxy built on the popular arr net base stack to + integrate with your various PVR apps. + digest: 3eb41b34f39b39b9fe01ead39e271581cffe8ca52f9d3f42a97a5a2b36fe932f + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.12/prowlarr-1.11.12.tgz + version: 1.11.12 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:50.746120214Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Indexer manager/proxy built on the popular arr net base stack to + integrate with your various PVR apps. + digest: 61ecd3c9b41901c4625abbf2534ce5badb3e21f12177f26d74bc2c7f4e9664f3 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.10/prowlarr-1.11.10.tgz + version: 1.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T12:21:00.162100975Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Indexer manager/proxy built on the popular arr net base stack to + integrate with your various PVR apps. + digest: 0a349d7cbbc450e449b554217164b5e33bf3f75a4dbe57ab4b55f35942c431c7 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.9/prowlarr-1.11.9.tgz + version: 1.11.9 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.503503379Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Indexer manager/proxy built on the popular arr net base stack to + integrate with your various PVR apps. + digest: 7ad786262425363b64075c1d67e8fc182db014a47040238d42de34e453317057 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.8/prowlarr-1.11.8.tgz + version: 1.11.8 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:00.713732279Z" @@ -112315,6 +119432,90 @@ entries: - https://github.com/truecharts/apps/releases/download/prowlarr-1.0.0/prowlarr-1.0.0.tgz version: 1.0.0 pyload: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.026796899Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: pyLoad is a Free and Open Source download manager written in Python + and designed to be extremely lightweight, easily extensible and fully manageable + via web. + digest: d41d9ba977b5f04d1e740929d348841294dfb049a7142a2363b842eaa632290a + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/pyload-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:50.867651354Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: pyLoad is a Free and Open Source download manager written in Python + and designed to be extremely lightweight, easily extensible and fully manageable + via web. + digest: 7eeecff0ab9b92b14b1e11bfd553e0869198d1eb98c2b5791ba91152dca325f8 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/pyload-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.595568159Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + 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: 09f057d0711e074d3e08b5c62b9889af955d2c8dde295ef1fcfc70c2b8a05a62 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/pyload-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:00.875321201Z" @@ -113324,6 +120525,78 @@ entries: - https://github.com/truecharts/apps/releases/download/pyload-1.0.1/pyload-1.0.1.tgz version: 1.0.1 qbittorrent: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.114066137Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: qBittorrent is a cross-platform free and open-source BitTorrent client + digest: 20e85b22020358a1c384be2947028ccbde6b31561b02c0d646d67f8420ab53b3 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/qbittorrent-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:50.992766777Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: qBittorrent is a cross-platform free and open-source BitTorrent client + digest: 4433841eadb339d5df21095ba0b142c5082fb8d8edeed62a483820fea6558a72 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/qbittorrent-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.67935261Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: qBittorrent is a cross-platform free and open-source BitTorrent client + digest: 3a5fd7d4a3ab631a65bf5a0d6718b4f11e8acf0fbc3cfdd72804e8c9647fe3f7 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/qbittorrent-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:01.036876124Z" @@ -115081,6 +122354,96 @@ entries: - https://github.com/truecharts/apps/releases/download/qbittorrent-3.1.5/qbittorrent-3.1.5.tgz version: 3.1.5 radarr: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.196350167Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: A fork of Sonarr to work with movies à la Couchpotato + digest: 6bc1f59fd83b7dd06b4bf7751b7aa40ee8dfa3e0efbb4955e53f629332e364eb + 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-6.11.10/radarr-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:51.138152042Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: A fork of Sonarr to work with movies à la Couchpotato + digest: 20708a587d1e2740be396d02fc290e4d28eb66be8b6e791c74c98b2e0f237624 + 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-6.11.8/radarr-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.769965497Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: A fork of Sonarr to work with movies à la Couchpotato + digest: b32bba03babfce10867d19b98ef088f202368de597c209a2a2d17191334254a3 + 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-6.11.7/radarr-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:01.219678618Z" @@ -117254,6 +124617,105 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-3.1.5/radarr-3.1.5.tgz version: 3.1.5 readarr: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.276076968Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: A fork of Radarr to work with Books & AudioBooks + digest: a4244f97e439c20357c881ee83e2b7d5cb96a2d289c8a403878753d86cf88e1a + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/readarr-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:51.253888184Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: A fork of Radarr to work with Books & AudioBooks + digest: 1fdc11a98e892a2df52529678e816e3dc4540cdf248a941df27c5ff869c98be9 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/readarr-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.888750284Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: A fork of Radarr to work with Books & AudioBooks + digest: c1e3153377a1dd56a51c877185b5d9693d5d25712d2cf756539dbd7331d14396 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/readarr-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:01.357692082Z" @@ -120090,6 +127552,84 @@ entries: - https://github.com/truecharts/apps/releases/download/readarr-3.1.5/readarr-3.1.5.tgz version: 3.1.5 reg: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.429069297Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Docker registry v2 command line client and repo listing generator + with security checks. + digest: 28b6fd83fed51ccc8d7133a69dee04dc307998577b99d1b061726f4537bf7008 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.10/reg-1.11.10.tgz + version: 1.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:51.391937672Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Docker registry v2 command line client and repo listing generator + with security checks. + digest: 1f8448a32bed4de19abc74f0e91f90e27720c19c602cf908e0b546b67a071cab + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.8/reg-1.11.8.tgz + version: 1.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:10.985060335Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Docker registry v2 command line client and repo listing generator + with security checks. + digest: 5255665f613a28b6e66bcd80ef0c1ff281d4a96b5808c9f12f0290b3c601c578 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.7/reg-1.11.7.tgz + version: 1.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:01.534334913Z" @@ -121547,6 +129087,90 @@ entries: - https://github.com/truecharts/apps/releases/download/reg-1.0.0/reg-1.0.0.tgz version: 1.0.0 resilio-sync: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.516135182Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Resilio Sync is a fast, reliable, and simple file sync and share + solution, powered by P2P technology + digest: 1e50db58feea08c75b43f5e54b704ba37e32e9925b8977dc8a6addb989236ff1 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/resilio-sync-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:51.511592915Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Resilio Sync is a fast, reliable, and simple file sync and share + solution, powered by P2P technology + digest: 8d870ca56a14b1f7392d7e4d3513a33c65148c32e67b757686eecdefea15a867 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/resilio-sync-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:11.106461788Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Resilio Sync is a fast, reliable, and simple file sync and share + solution, powered by P2P technology + digest: f8641d99709fd4d71bd012908a6b4a786c89a35e5dbfba4bf67b391524d0b84c + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/resilio-sync-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:01.695516838Z" @@ -122584,6 +130208,84 @@ entries: - https://github.com/truecharts/apps/releases/download/resilio-sync-1.0.1/resilio-sync-1.0.1.tgz version: 1.0.1 sabnzbd: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.597752056Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Free and easy binary newsreader + digest: 008bcf570e9ef5a5f6f4fc912ffb29d1602580486431c4518be1a1baa79d3548 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/sabnzbd-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:51.637014154Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Free and easy binary newsreader + digest: 9a8d34efc098099100d6c7d3239c4f15bc7ba01c3cfc9bcb3aba18e1de500cb9 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/sabnzbd-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:11.210881759Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Free and easy binary newsreader + digest: 36fadfdd9cbabe22511b2ebc7fe5930f933e3f91fc3c6da778e0842ad8d6fac2 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/sabnzbd-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:01.857364159Z" @@ -124470,6 +132172,81 @@ entries: - https://github.com/truecharts/apps/releases/download/sabnzbd-3.1.5/sabnzbd-3.1.5.tgz version: 3.1.5 ser2sock: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.681910124Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: Serial to Socket Redirector + digest: f6de3bbdf041379348352a6030e4db2316ea016eb609d0c4097c30f8cf1e25f1 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/ser2sock-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:51.774925735Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: Serial to Socket Redirector + digest: 078c0a7a2e66fb92cbcc8f640eecb369d08d7f137ae3eda0e0a67755ee9be2ee + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/ser2sock-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:11.299732137Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: Serial to Socket Redirector + digest: 812ef1375935243b850975faa06893fa0b006ee48943b16e0f7d816699eae08c + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/ser2sock-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:02.063300313Z" @@ -125371,6 +133148,96 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz version: 1.0.1 sonarr: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.775819969Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Smart PVR for newsgroup and bittorrent users + digest: 11b74cd727097c6daf544c66eacc22a216c96bc6c132b7f29991aaab2ecf3f24 + 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-6.11.10/sonarr-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:51.90162854Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Smart PVR for newsgroup and bittorrent users + digest: 90865f4982a67db16da87753159d39516e52f2ff1d25eeff446281222db68915 + 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-6.11.8/sonarr-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:11.406534061Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Smart PVR for newsgroup and bittorrent users + digest: b25727486151d6f1e818ebb43656a61d00c51d76f478545fd6eb903bd2acda3f + 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-6.11.7/sonarr-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:02.223240445Z" @@ -127511,6 +135378,81 @@ entries: - https://github.com/truecharts/apps/releases/download/sonarr-3.1.5/sonarr-3.1.5.tgz version: 3.1.5 stash: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.85908703Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: An organizer for your porn, written in Go + digest: 2d524aaf0c210a014b2060bfdaad6f5f3c4e329220aa2832fe24c3589ac7943d + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.11/stash-1.9.11.tgz + version: 1.9.11 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:52.030659165Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: An organizer for your porn, written in Go + digest: 894627d20496cde0f259cba53f0546ddd579b60d4bd65092039e3d9e61deb1a0 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.9/stash-1.9.9.tgz + version: 1.9.9 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:11.500326754Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: An organizer for your porn, written in Go + digest: 7b28e6532b0173ab57d3596005a52379ef5883a7f1a4a240a6d4eab081463caa + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/stash-1.9.8.tgz + version: 1.9.8 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:02.395446703Z" @@ -128462,6 +136404,96 @@ entries: - https://github.com/truecharts/apps/releases/download/stash-1.0.2/stash-1.0.2.tgz version: 1.0.2 syncthing: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:13.941619885Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: P2P file synchronization application + digest: ef556610734ab83ff6f936017ee1290aa7b6c980d961711ae9c2fec7c421e2c1 + 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-6.11.10/syncthing-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:52.15930827Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: P2P file synchronization application + digest: 557e590939c3fb72301be74aee8ecc69e02a83a5a7dab7b83522fdb4a505f98b + 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-6.11.8/syncthing-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:11.5824231Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: P2P file synchronization application + digest: d6340125b98d0cd767623536d5c164a88e95d97e32e98b6ca1d24af4a8e39900 + 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-6.11.7/syncthing-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:02.575777612Z" @@ -130623,6 +138655,93 @@ entries: - https://github.com/truecharts/apps/releases/download/syncthing-3.1.5/syncthing-3.1.5.tgz version: 3.1.5 tautulli: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:14.015582172Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: A Python based monitoring and tracking tool for Plex Media Server + digest: b212515621564e71a0a79b70d141287106f0cc0c81c332ae85a5475301f0d544 + 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-6.11.10/tautulli-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:52.277766052Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: A Python based monitoring and tracking tool for Plex Media Server + digest: d6a6b2faac5b5f92b4359c6c608b2db9d6d667f728cc6620cb00c0db2d97c523 + 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-6.11.8/tautulli-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:11.66895743Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: A Python based monitoring and tracking tool for Plex Media Server + digest: e5b15fdac91672190d72cf779a3b7bad6fd4a3ff3b2b96901edd01de2d01ade7 + 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-6.11.7/tautulli-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:02.722801422Z" @@ -132754,6 +140873,90 @@ entries: - https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz version: 3.1.5 thelounge: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:14.098758632Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: The Lounge, modern web IRC client designed for self-hosting + digest: a08ac369802bf6d2c32103e3d71ae9dcba49705498f8d8d98426af5cc2461ad9 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.10/thelounge-1.11.10.tgz + version: 1.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:52.399619208Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: The Lounge, modern web IRC client designed for self-hosting + digest: 384d6af5e97b0eba64737ce48989f6ee43f9e8735cd00243133ed4b282d5ca46 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.8/thelounge-1.11.8.tgz + version: 1.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:11.751984435Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: The Lounge, modern web IRC client designed for self-hosting + digest: 340189f491172b85b9f39ab49d73815bacf6386950aabb72798fc70c76222191 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.7/thelounge-1.11.7.tgz + version: 1.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:02.886311332Z" @@ -134323,6 +142526,192 @@ entries: - https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz version: 1.0.0 traefik: + - apiVersion: v2 + appVersion: "2.4" + created: "2021-09-01T00:12:28.334749145Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: A Traefik based Reverse Proxy and Certificate Manager + digest: 948ea03039ba2e2df4d868a53cba3aef7e83e434b32b02be24fc9bd711dc1465 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + 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-6.13.12/traefik-6.13.12.tgz + version: 6.13.12 + - apiVersion: v2 + appVersion: "2.4" + created: "2021-08-31T22:36:14.196032904Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: A Traefik based Reverse Proxy and Certificate Manager + digest: 94a858bab61d63f151f735f9477847f6b09b63eefd25311e74e83d8d9493944a + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + 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-6.13.11/traefik-6.13.11.tgz + version: 6.13.11 + - apiVersion: v2 + appVersion: "2.4" + created: "2021-08-31T20:18:15.928897583Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: A Traefik based Reverse Proxy and Certificate Manager + digest: 18ea1217b76ac0812968ed7a25d81cfbf260f1630793222b388c7359ca5c0791 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + 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-6.13.10/traefik-6.13.10.tgz + version: 6.13.10 + - apiVersion: v2 + appVersion: "2.4" + created: "2021-08-31T18:17:23.492382947Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: A Traefik based Reverse Proxy and Certificate Manager + digest: b2db1895197aa38e697ec986f0030ac63067372f7f90b31651d52c7e12899e63 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + 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-6.13.8/traefik-6.13.8.tgz + version: 6.13.8 + - apiVersion: v2 + appVersion: "2.4" + created: "2021-08-31T14:27:52.522145499Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: A Traefik based Reverse Proxy and Certificate Manager + digest: f0f47d1fc9ffaf34dee3ed8b2acaf44297fdff57ab3bb4c7cf3b84c23b375271 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + 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-6.13.7/traefik-6.13.7.tgz + version: 6.13.7 + - apiVersion: v2 + appVersion: "2.4" + created: "2021-08-31T10:40:11.908419831Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: A Traefik based Reverse Proxy and Certificate Manager + digest: cc05fb35df0d7814ae71ea16dcad64e454ec765fc71b69991a3b3178fa59dfc3 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + 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-6.13.6/traefik-6.13.6.tgz + version: 6.13.6 - apiVersion: v2 appVersion: "2.4" created: "2021-08-31T03:23:03.034385636Z" @@ -136808,6 +145197,99 @@ entries: - https://github.com/truecharts/apps/releases/download/traefik-3.2.3/traefik-3.2.3.tgz version: 3.2.3 transmission: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:14.277697652Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: API Support for your favorite torrent trackers. + digest: bd18ad3ede6fe017db89c1ba240b8e16373ea20d8ca279fc66df77690a772eac + home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission + icon: https://github.com/Jackett/Jackett/blob/phantom-develop/Logo/512.png?raw=true + 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-6.11.10/transmission-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:52.650731901Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: API Support for your favorite torrent trackers. + digest: 29433648472746219f6f554c80b46620317a9f840d988c16131f86226282de65 + home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission + icon: https://github.com/Jackett/Jackett/blob/phantom-develop/Logo/512.png?raw=true + 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-6.11.8/transmission-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:12.024422443Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: API Support for your favorite torrent trackers. + digest: 469e2605833e6d49d1ab104a830a8e4da375068ab5e5d571f71724c53cadccb4 + home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission + icon: https://github.com/Jackett/Jackett/blob/phantom-develop/Logo/512.png?raw=true + 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-6.11.7/transmission-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:03.176075679Z" @@ -138992,6 +147474,90 @@ entries: - https://github.com/truecharts/apps/releases/download/transmission-3.1.5/transmission-3.1.5.tgz version: 3.1.5 truecommand: + - apiVersion: v2 + appVersion: nightly + created: "2021-08-31T22:36:14.358271591Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Aggregated management of TrueNAS devices + digest: beb6e6921fa87cae08ecb6426795f1f078be54c081762d7e49cebc06c946d99e + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/truecommand-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: nightly + created: "2021-08-31T14:27:52.77516609Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Aggregated management of TrueNAS devices + digest: 9c54c1401a9a065d4363fa62908bb51c6fa952eb1e5c81a95ba65b309784cea7 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/truecommand-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: nightly + created: "2021-08-31T10:40:12.116040998Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Aggregated management of TrueNAS devices + digest: 4a8ce38ab0393f7ecd19328ebf076aae5ea691cfe60d60b602030f4a04d70bc4 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/truecommand-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: nightly created: "2021-08-31T03:23:03.335034717Z" @@ -140938,6 +149504,90 @@ entries: - https://github.com/truecharts/apps/releases/download/truecommand-3.1.5/truecommand-3.1.5.tgz version: 3.1.5 tvheadend: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:14.43754052Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: TVheadend - a TV streaming server and digital video recorder + digest: 5a95e6211a1adc1d85bfa4d05f3a045a62a55ed81e53f459976fe8181a264f57 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-7.11.10/tvheadend-7.11.10.tgz + version: 7.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:52.908613841Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: TVheadend - a TV streaming server and digital video recorder + digest: 9b31a9f1eed5af43e7e7515bdc66207cd600f892e924facdd7d99914ea3e3256 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-7.11.8/tvheadend-7.11.8.tgz + version: 7.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:12.249467024Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: TVheadend - a TV streaming server and digital video recorder + digest: 351b87a624782baae18dc477b2b844bfd83673cdbb00e2c2f9bac5a8e70c129a + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-7.11.7/tvheadend-7.11.7.tgz + version: 7.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:03.47505477Z" @@ -142927,6 +151577,87 @@ entries: - https://github.com/truecharts/apps/releases/download/tvheadend-4.1.5/tvheadend-4.1.5.tgz version: 4.1.5 unifi: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:14.523642704Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Ubiquiti Network's Unifi Controller + digest: ade07d3a72239d180f0e9dd6dcfd760f8b88d0d039aec7bd43407d56d1bb0240 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.10/unifi-6.11.10.tgz + version: 6.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:53.037610664Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Ubiquiti Network's Unifi Controller + digest: ad43698ab335398f55a9bdfda79f7fcdfe8e55a035e720ece11f09fb8ad2b53d + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.8/unifi-6.11.8.tgz + version: 6.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:12.334628665Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Ubiquiti Network's Unifi Controller + digest: 3213b0910b120fe2574ea2ca2c6dd459035c5c588181d851918962c4e2a49239 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-6.11.7/unifi-6.11.7.tgz + version: 6.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:03.629660234Z" @@ -144859,6 +153590,102 @@ entries: - https://github.com/truecharts/apps/releases/download/unifi-3.1.5/unifi-3.1.5.tgz version: 3.1.5 unpackerr: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:14.625857015Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: This application runs as a daemon on your download host. It checks + for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr + may import them + digest: 09f802d92816c691f513703aac53d6c99cd4a92b131c7b9e84ee62ab3732e62b + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.10/unpackerr-1.11.10.tgz + version: 1.11.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:53.164872898Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: This application runs as a daemon on your download host. It checks + for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr + may import them + digest: d74f0b2fea01e2ef38d04249e66b103ecd427bc59c334f41dde34bd4e9d7c5b1 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.8/unpackerr-1.11.8.tgz + version: 1.11.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:12.419605695Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + 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: 83976ea29aa3c98dc4c7fad88e823d2393c7200a33d1ebf3e9e1da4ea70c96bb + home: https://github.com/truecharts/apps/tree/master/charts/incubator/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-1.11.7/unpackerr-1.11.7.tgz + version: 1.11.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:03.79239485Z" @@ -146652,6 +155479,302 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz version: 1.0.0 vaultwarden: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T23:34:01.495647635Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.10 + description: Unofficial Bitwarden compatible server written in Rust + digest: f48085a4924f2ec6c7a869875bea1ab22b313cd08488ddd29dc5b6f6cc6430c0 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-6.1.3/vaultwarden-6.1.3.tgz + version: 6.1.3 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:14.738025305Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.8 + description: Unofficial Bitwarden compatible server written in Rust + digest: b606eda756327524f459a41892a2bce2f17400c577d52dfa952a64d7b04ab417 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-6.1.2/vaultwarden-6.1.2.tgz + version: 6.1.2 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T18:17:23.610429844Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.1 + description: Unofficial Bitwarden compatible server written in Rust + digest: fcf9c0166ca56b92a5b130fbae4e976f64da83d0328fdae88d8a4396906f9084 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-6.1.0/vaultwarden-6.1.0.tgz + version: 6.1.0 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T17:12:29.340732912Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + description: Unofficial Bitwarden compatible server written in Rust + digest: d3ce4edba6844f766c2c040da11f5238110139b1005f033432e73038c2570138 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-5.0.12/vaultwarden-5.0.12.tgz + version: 5.0.12 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T16:43:41.5478343Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + description: Unofficial Bitwarden compatible server written in Rust + digest: d1155f937ce837c7a8378f758e65dc130fd5174690ce919508329bb2b03641f1 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-5.0.11/vaultwarden-5.0.11.tgz + version: 5.0.11 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:53.284548943Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.7 + description: Unofficial Bitwarden compatible server written in Rust + digest: 22d7ce30b4b5abd1d62c3a30f7807e43163bc831563250e5ba5fffe2c2cf03ad + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-5.0.10/vaultwarden-5.0.10.tgz + version: 5.0.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T13:08:35.67138073Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + description: Unofficial Bitwarden compatible server written in Rust + digest: e9057f14b4f5f642f6be85d89b36de850427ad8a3e7b11c1e78d59de7039b929 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-5.0.9/vaultwarden-5.0.9.tgz + version: 5.0.9 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:12.529997849Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 1.5.2 + description: Unofficial Bitwarden compatible server written in Rust + digest: a8cb463371737b90b3a3c9eb0b55749cfe7b26ee0052a80fa47dcb0ff7d6dab7 + 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 + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-5.0.7/vaultwarden-5.0.7.tgz + version: 5.0.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T08:51:51.655362326Z" @@ -150303,6 +159426,90 @@ entries: - https://github.com/truecharts/apps/releases/download/vaultwarden-1.0.0/vaultwarden-1.0.0.tgz version: 1.0.0 xteve: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:14.864937812Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.4 + description: M3U Proxy for Plex DVR and Emby Live TV. + digest: 85465d9c7a1f7af1255ab09ae5c475913bcb770e26eec37a71a91d0bd156740f + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.10/xteve-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:53.411567564Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.2 + description: M3U Proxy for Plex DVR and Emby Live TV. + digest: 9aa47072803514614c954d3e1d5f0461d637a750eea319f98f265b4048315e33 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.8/xteve-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:12.62296899Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.12.1 + description: M3U Proxy for Plex DVR and Emby Live TV. + digest: d46611946e470c2520ee39615ee5f3547cdaf9dac8b2927bfb0281dc5052a658 + home: https://github.com/truechartsapps/tree/master/charts/incubator/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-1.9.7/xteve-1.9.7.tgz + version: 1.9.7 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:04.13280209Z" @@ -151312,6 +160519,105 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz version: 1.0.1 zwavejs2mqtt: + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T22:36:14.955482431Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.4 + description: Fully configurable Zwave to MQTT gateway and Control Panel using + NodeJS and Vue + digest: a298ade96fd3af74c55e25e5c77e981c7630346e1a90b8fa707a01a48fa61e43 + 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-6.11.11/zwavejs2mqtt-6.11.11.tgz + version: 6.11.11 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T14:27:53.52796294Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.2 + description: Fully configurable Zwave to MQTT gateway and Control Panel using + NodeJS and Vue + digest: 673f94a53f2d230b2a7ca4c87a96c0cb8e407c005c0d853e735da68974761b5a + 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-6.11.9/zwavejs2mqtt-6.11.9.tgz + version: 6.11.9 + - apiVersion: v2 + appVersion: auto + created: "2021-08-31T10:40:12.707860314Z" + dependencies: + - name: common + repository: https://truecharts.org/ + version: 6.12.1 + description: Fully configurable Zwave to MQTT gateway and Control Panel using + NodeJS and Vue + digest: e244f2f85b486c3efc29c3cbec7f9f7fcc15a0d2d6326fcf477207fe2b948b93 + 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-6.11.8/zwavejs2mqtt-6.11.8.tgz + version: 6.11.8 - apiVersion: v2 appVersion: auto created: "2021-08-31T03:23:04.274478832Z" @@ -154248,4 +163554,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-08-31T08:54:39.564654947Z" +generated: "2021-09-01T00:12:28.405583848Z"