From 0b5cbb008e8aaf28180fb45822193baaa0c1b77b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 7 Nov 2021 20:07:57 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/stable/traefik/CHANGELOG.md | 9 + charts/stable/traefik/README.md | 2 +- charts/stable/traefik/helm-values.md | 2 +- docs/apps/stable/traefik/CHANGELOG.md | 9 + docs/apps/stable/traefik/helm-values.md | 2 +- docs/apps/stable/traefik/index.md | 2 +- docs/index.yaml | 5385 +---------------------- 7 files changed, 56 insertions(+), 5355 deletions(-) diff --git a/charts/stable/traefik/CHANGELOG.md b/charts/stable/traefik/CHANGELOG.md index f2212922851..7cb4ece9b78 100644 --- a/charts/stable/traefik/CHANGELOG.md +++ b/charts/stable/traefik/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [traefik-10.0.8](https://github.com/truecharts/apps/compare/traefik-10.0.7...traefik-10.0.8) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) + + + ### [traefik-10.0.6](https://github.com/truecharts/apps/compare/traefik-10.0.5...traefik-10.0.6) (2021-11-07) diff --git a/charts/stable/traefik/README.md b/charts/stable/traefik/README.md index ce9cbaa8e9e..bbad5eaedf7 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 | 8.5.2 | +| https://truecharts.org | common | 8.5.3 | ## Installing the Chart diff --git a/charts/stable/traefik/helm-values.md b/charts/stable/traefik/helm-values.md index 5ee24271969..406018617c6 100644 --- a/charts/stable/traefik/helm-values.md +++ b/charts/stable/traefik/helm-values.md @@ -41,7 +41,7 @@ You will, however, be able to use all values referenced in the common chart here | providers.kubernetesIngress.namespaces | list | `[]` | | | providers.kubernetesIngress.publishedService.enabled | bool | `true` | | | rbac | object | `{"enabled":true,"rules":[{"apiGroups":[""],"resources":["services","endpoints","secrets"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses","ingressclasses"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses/status"],"verbs":["update"]},{"apiGroups":["traefik.containo.us"],"resources":["ingressroutes","ingressroutetcps","ingressrouteudps","middlewares","middlewaretcps","tlsoptions","tlsstores","traefikservices","serverstransports"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created | -| service | object | `{"main":{"enabled":true,"ports":{"main":{"enabled":true,"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP","targetPort":9100}},"type":"LoadBalancer"},"tcp":{"enabled":true,"ports":{"web":{"enabled":true,"port":9080,"protocol":"HTTP","redirectTo":"websecure","targetPort":9080},"websecure":{"enabled":true,"port":9443,"protocol":"HTTPS","targetPort":9443}},"type":"LoadBalancer"},"udp":{"enabled":false}}` | Options for the main traefik service, where the entrypoints traffic comes from from. | +| service | object | `{"main":{"enabled":true,"ports":{"main":{"enabled":true,"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP","targetPort":9100}},"type":"LoadBalancer"},"tcp":{"enabled":true,"ports":{"web":{"enabled":true,"port":9080,"protocol":"HTTP","redirectTo":"websecure"},"websecure":{"enabled":true,"port":9443,"protocol":"HTTPS"}},"type":"LoadBalancer"},"udp":{"enabled":false}}` | Options for the main traefik service, where the entrypoints traffic comes from from. | | serviceAccount | object | `{"create":true}` | The service account the pods will use to interact with the Kubernetes API | | tlsOptions | object | `{"default":{"cipherSuites":["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305","TLS_AES_128_GCM_SHA256","TLS_AES_256_GCM_SHA384","TLS_CHACHA20_POLY1305_SHA256"],"curvePreferences":["CurveP521","CurveP384"],"minVersion":"VersionTLS12","sniStrict":false}}` | TLS Options to be created as TLSOption CRDs https://doc.traefik.io/traefik/https/tls/#tls-options Example: | diff --git a/docs/apps/stable/traefik/CHANGELOG.md b/docs/apps/stable/traefik/CHANGELOG.md index f2212922851..7cb4ece9b78 100644 --- a/docs/apps/stable/traefik/CHANGELOG.md +++ b/docs/apps/stable/traefik/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [traefik-10.0.8](https://github.com/truecharts/apps/compare/traefik-10.0.7...traefik-10.0.8) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) + + + ### [traefik-10.0.6](https://github.com/truecharts/apps/compare/traefik-10.0.5...traefik-10.0.6) (2021-11-07) diff --git a/docs/apps/stable/traefik/helm-values.md b/docs/apps/stable/traefik/helm-values.md index 5ee24271969..406018617c6 100644 --- a/docs/apps/stable/traefik/helm-values.md +++ b/docs/apps/stable/traefik/helm-values.md @@ -41,7 +41,7 @@ You will, however, be able to use all values referenced in the common chart here | providers.kubernetesIngress.namespaces | list | `[]` | | | providers.kubernetesIngress.publishedService.enabled | bool | `true` | | | rbac | object | `{"enabled":true,"rules":[{"apiGroups":[""],"resources":["services","endpoints","secrets"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses","ingressclasses"],"verbs":["get","list","watch"]},{"apiGroups":["extensions","networking.k8s.io"],"resources":["ingresses/status"],"verbs":["update"]},{"apiGroups":["traefik.containo.us"],"resources":["ingressroutes","ingressroutetcps","ingressrouteudps","middlewares","middlewaretcps","tlsoptions","tlsstores","traefikservices","serverstransports"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created | -| service | object | `{"main":{"enabled":true,"ports":{"main":{"enabled":true,"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP","targetPort":9100}},"type":"LoadBalancer"},"tcp":{"enabled":true,"ports":{"web":{"enabled":true,"port":9080,"protocol":"HTTP","redirectTo":"websecure","targetPort":9080},"websecure":{"enabled":true,"port":9443,"protocol":"HTTPS","targetPort":9443}},"type":"LoadBalancer"},"udp":{"enabled":false}}` | Options for the main traefik service, where the entrypoints traffic comes from from. | +| service | object | `{"main":{"enabled":true,"ports":{"main":{"enabled":true,"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"port":9100,"protocol":"HTTP","targetPort":9100}},"type":"LoadBalancer"},"tcp":{"enabled":true,"ports":{"web":{"enabled":true,"port":9080,"protocol":"HTTP","redirectTo":"websecure"},"websecure":{"enabled":true,"port":9443,"protocol":"HTTPS"}},"type":"LoadBalancer"},"udp":{"enabled":false}}` | Options for the main traefik service, where the entrypoints traffic comes from from. | | serviceAccount | object | `{"create":true}` | The service account the pods will use to interact with the Kubernetes API | | tlsOptions | object | `{"default":{"cipherSuites":["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305","TLS_AES_128_GCM_SHA256","TLS_AES_256_GCM_SHA384","TLS_CHACHA20_POLY1305_SHA256"],"curvePreferences":["CurveP521","CurveP384"],"minVersion":"VersionTLS12","sniStrict":false}}` | TLS Options to be created as TLSOption CRDs https://doc.traefik.io/traefik/https/tls/#tls-options Example: | diff --git a/docs/apps/stable/traefik/index.md b/docs/apps/stable/traefik/index.md index ce9cbaa8e9e..bbad5eaedf7 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 | 8.5.2 | +| https://truecharts.org | common | 8.5.3 | ## Installing the Chart diff --git a/docs/index.yaml b/docs/index.yaml index 8a8e7f86be9..ad916e5c9df 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,37 +1,6 @@ apiVersion: v1 entries: airsonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.6.2 - created: "2021-11-07T19:47:40.315078412Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Airsonic is a Free and Open Source community driven media server - digest: e108b5308da30b21585edb526e21ea9ac0c2066f01d932bccbccab80688362ca - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png - keywords: - - airsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: airsonic - sources: - - https://github.com/airsonic/airsonic - - https://github.com/linuxserver/docker-airsonic - - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - urls: - - https://github.com/truecharts/apps/releases/download/airsonic-4.0.8/airsonic-4.0.8.tgz - version: 4.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2138,35 +2107,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-1.0.0/airsonic-1.0.0.tgz version: 1.0.0 amcrest2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.11 - created: "2021-11-07T19:47:40.557905744Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Expose all events from an Amcrest device to an MQTT broker - digest: 3d12ec3da7579085c4e9a96c17106c8fbecbe44fdcb1384dd57298a4170ee852 - home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt - icon: https://raw.githubusercontent.com/k8s-at-home/organization/main/logo/k8s-at-home-400.png - keywords: - - amcrest2mqtt - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: amcrest2mqtt - sources: - - https://github.com/dchesterton/amcrest2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.8/amcrest2mqtt-2.0.8.tgz - version: 2.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2409,38 +2349,6 @@ entries: - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-0.0.2/amcrest2mqtt-0.0.2.tgz version: 0.0.2 apache-musicindex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.1 - created: "2021-11-07T19:47:40.681572973Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Index and stream music using apache-musicindex and m3u playlists - digest: 28a9936a03a06302eac5bec76db7739aa8be24404666d0ec8f25ddeff21b8a62 - home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex - icon: https://en.wikipedia.org/wiki/Apache_HTTP_Server#/media/File:Apache_HTTP_server_logo_(2019-present).svg - keywords: - - apache-musicindex - - streaming - - m3u - - playlist - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: apache-musicindex - sources: - - http://hacks.slashdirt.org/sw/musicindex/ - urls: - - https://github.com/truecharts/apps/releases/download/apache-musicindex-2.0.6/apache-musicindex-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2646,43 +2554,6 @@ entries: - https://github.com/truecharts/apps/releases/download/apache-musicindex-0.0.2/apache-musicindex-0.0.2.tgz version: 0.0.2 appdaemon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.1.0 - created: "2021-11-07T19:47:40.816254867Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - 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: 9271f758c6dc74d2ea0de53a2a97edb442118c99ae8e1c558eb64ce8e57fc9d9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon - icon: https://github.com/hassio-addons/addon-appdaemon/blob/main/appdaemon/icon.png?raw=true - keywords: - - appdaemon - - homeautomation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 20650065+warllo54@users.noreply.github.com - name: warllo54 - url: truecharts.org - name: appdaemon - sources: - - https://github.com/AppDaemon/appdaemon - type: application - urls: - - https://github.com/truecharts/apps/releases/download/appdaemon-6.0.6/appdaemon-6.0.6.tgz - version: 6.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5675,35 +5546,6 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz version: 0.1.3 aria2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-11-07T19:47:40.94229281Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: aria server for downloading web content - digest: 8ab3d52898af8beffe8c5f21144a0486719afa85632271ee2ea47112bc89889b - home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2 - icon: https://avatars.githubusercontent.com/u/13545224?s=200&v=4 - keywords: - - aria2 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: aria2 - sources: - - https://github.com/P3TERX/Aria2-Pro-Docker - urls: - - https://github.com/truecharts/apps/releases/download/aria2-2.0.6/aria2-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5917,41 +5759,6 @@ entries: - https://github.com/truecharts/apps/releases/download/aria2-0.0.2/aria2-0.0.2.tgz version: 0.0.2 audacity: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.2 - created: "2021-11-07T19:47:41.068509754Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: An easy-to-use, multi-track audio editor and recorder - digest: d7d9d886b2a7810c2d3cd152250137ef514c6871351b9d9ddffe208b49002e00 - home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png - keywords: - - audacity - - music - - recorder - - editor - - audio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: audacity - sources: - - https://github.com/linuxserver/docker-audacity - - https://www.audacityteam.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/audacity-2.0.6/audacity-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6178,55 +5985,6 @@ entries: - https://github.com/truecharts/apps/releases/download/audacity-0.0.2/audacity-0.0.2.tgz version: 0.0.2 authelia: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.32.2 - created: "2021-11-07T19:47:41.223457168Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - - condition: redis.enabled - name: redis - repository: https://charts.bitnami.com/bitnami - version: 15.5.4 - description: Authelia is a Single Sign-On Multi-Factor portal for web apps - digest: 40ba88e17a710beae69d4002ab190be99961290a991f3c41a98c07c4cba0bb39 - home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia - icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4 - keywords: - - authelia - - authentication - - login - - SSO - - Authentication - - Security - - Two-Factor - - U2F - - YubiKey - - Push Notifications - - LDAP - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: authelia - sources: - - https://github.com/authelia/chartrepo - - https://github.com/authelia/authelia - type: application - urls: - - https://github.com/truecharts/apps/releases/download/authelia-7.0.8/authelia-7.0.8.tgz - version: 7.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10018,46 +9776,6 @@ entries: - https://github.com/truecharts/apps/releases/download/authelia-0.0.1/authelia-0.0.1.tgz version: 0.0.1 babybuddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.0 - created: "2021-11-07T19:47:41.358700865Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Helps caregivers track sleep, feedings, diaper changes, tummy time - and more to learn about and predict baby's needs without (as much) guess work. - digest: 74e499a25244542539194111e9864264cf46936dbb74f3ce3009656c101454af - home: https://github.com/truecharts/apps/tree/main/charts/babybuddy - icon: https://github.com/babybuddy/babybuddy/raw/master/babybuddy/static_src/logo/icon.png - keywords: - - baby - - buddy - - tracker - - parents - - parenting - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: babybuddy - sources: - - https://github.com/babybuddy/babybuddy - - https://github.com/nicholaswilde/docker-babybuddy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/babybuddy-4.0.8/babybuddy-4.0.8.tgz - version: 4.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10409,46 +10127,6 @@ entries: - https://github.com/truecharts/apps/releases/download/babybuddy-0.0.1/babybuddy-0.0.1.tgz version: 0.0.1 bazarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0 - created: "2021-11-07T19:47:41.491932351Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Bazarr is a companion application to Sonarr and Radarr. It manages - and downloads subtitles based on your requirements - digest: ca214848428deb98c2a48afb80bb8afa545d9ebc387ba0ea456c89255c5ccff0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png - keywords: - - bazarr - - radarr - - sonarr - - subtitles - - usenet - - torrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: bazarr - sources: - - https://github.com/morpheus65535/bazarr - - https://hub.docker.com/r/linuxserver/bazarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/bazarr-9.0.6/bazarr-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13748,41 +13426,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bazarr-3.1.5/bazarr-3.1.5.tgz version: 3.1.5 beets: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-11-07T19:47:41.622178218Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A music library manager and not, for the most part, a music player. - digest: 226d20ddffea49b602a13517b916816a987549e28f8b0a440721b56a8ec571b2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/beets - icon: https://github.com/truecharts/apps/raw/main/images/beets.png - keywords: - - music - - library - - manager - - player - - beets - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: beets - sources: - - https://github.com/linuxserver/docker-beets - - https://beets.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/beets-2.0.7/beets-2.0.7.tgz - version: 2.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14313,38 +13956,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bitwarden-1.2.5/bitwarden-1.2.5.tgz version: 1.2.5 booksonic-air: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2009.1.0 - created: "2021-11-07T19:47:41.760981937Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Booksonic is a platform for accessing the audibooks you own wherever - you are - digest: edd28d4b278f7dfff3c10978bf74547f2eb2c90cb3399a9aeb7be49ac7cbea8b - home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png - keywords: - - booksonic - - audiobook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: booksonic-air - sources: - - https://github.com/popeen/Booksonic-Air - - https://hub.docker.com/r/linuxserver/booksonic-air - urls: - - https://github.com/truecharts/apps/releases/download/booksonic-air-4.0.7/booksonic-air-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15959,36 +15570,6 @@ entries: - https://github.com/truecharts/apps/releases/download/booksonic-air-1.0.1/booksonic-air-1.0.1.tgz version: 1.0.1 calibre: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.31.1 - created: "2021-11-07T19:47:41.887329682Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Calibre is a powerful and easy to use e-book manager. - digest: 208b3405b92cfaf6b2923ca8dccc3236f06d6d808a0662fa66265a8822933c21 - home: https://github.com/truechartsapps/tree/master/charts/stable/calibre - icon: https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png - keywords: - - calibre - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: calibre - sources: - - https://hub.docker.com/r/linuxserver/calibre/ - - https://github.com/kovidgoyal/calibre/ - urls: - - https://github.com/truecharts/apps/releases/download/calibre-4.0.7/calibre-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17585,40 +17166,6 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-1.0.1/calibre-1.0.1.tgz version: 1.0.1 calibre-web: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.12 - created: "2021-11-07T19:47:42.028884116Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Calibre-Web is a web app providing a clean interface for browsing, - reading and downloading eBooks using an existing Calibre database. - digest: 1c292f0c70ddd8018ab15014b684c6dd04de89d6507ec0b68dfe9076aa0d5eac - home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre-web - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png - keywords: - - calibre-web - - calibre - - ebook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: calibre-web - sources: - - https://hub.docker.com/r/linuxserver/calibre-web/ - - https://github.com/janeczku/calibre-web - type: application - urls: - - https://github.com/truecharts/apps/releases/download/calibre-web-9.0.6/calibre-web-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20273,41 +19820,6 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-web-3.1.5/calibre-web-3.1.5.tgz version: 3.1.5 cloud9: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.29.2 - created: "2021-11-07T19:47:42.174157773Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A complete web based IDE with terminal access - digest: aca19713d5a0e8d54cde0419490cc9cc66ae9771edae4243a484a3fa0c3decab - home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9 - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png - keywords: - - cloud9 - - ide - - terminal - - web - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: cloud9 - sources: - - https://aws.amazon.com/cloud9/ - - https://github.com/c9/core - - https://hub.docker.com/r/linuxserver/cloud9 - type: application - urls: - - https://github.com/truecharts/apps/releases/download/cloud9-2.0.8/cloud9-2.0.8.tgz - version: 2.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20604,40 +20116,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cloud9-0.0.2/cloud9-0.0.2.tgz version: 0.0.2 code-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.11.1 - created: "2021-11-07T19:47:42.310379376Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Run VS Code on any machine anywhere and access it in the browser. - digest: 4b9a4e8b096058784ff26bf63477377240b51f81d637c8d2bd616613f9d1a43b - home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server - icon: https://github.com/truecharts/apps/raw/main/images/code-server.jpg - keywords: - - code - - vs - - visual studio - - vscode - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: code-server - sources: - - https://github.com/cdr/code-server - - https://hub.docker.com/r/linuxserver/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/code-server-2.0.6/code-server-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20857,44 +20335,6 @@ entries: - https://github.com/truecharts/apps/releases/download/code-server-0.0.2/code-server-0.0.2.tgz version: 0.0.2 collabora-online: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.14.2 - created: "2021-11-07T19:47:42.437454925Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Collabora Online Development Edition – an awesome, Online Office - suite image suitable for home use. - digest: 185402df21480b068171605d72b69843114521c50b16735d63e5d1916cb761b5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online - icon: https://truecharts.org/_static/img/collabora-icon.png - keywords: - - collabora-online - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: truecharts.org - name: collabora-online - sources: - - https://hub.docker.com/r/collabora/code - - https://sdk.collaboraonline.com/contents.html - - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm - type: application - urls: - - https://github.com/truecharts/apps/releases/download/collabora-online-9.0.7/collabora-online-9.0.7.tgz - version: 9.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28235,35 +27675,6 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz version: 2.0.0 cryptofolio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0 - created: "2021-11-07T19:47:42.608755435Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Track your cryptocurrency holdings/portfolio - digest: b4d07d7fa27861d2ce843e43862bed09e258a503d6a0b1de308e34e682b4fd39 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio - icon: https://raw.githubusercontent.com/Xtrendence/Cryptofolio/main/website/assets/img/Logo.png - keywords: - - cryptofolio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: cryptofolio - sources: - - https://github.com/Xtrendence/cryptofolio - urls: - - https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.6/cryptofolio-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28448,36 +27859,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cryptofolio-0.0.2/cryptofolio-0.0.2.tgz version: 0.0.2 custom-app: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - custom - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.19.192 - created: "2021-11-07T19:47:42.745080739Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Advanced tool to create your own TrueCharts-based App - digest: 4d0f3c360a4d229ad5376035e26a1a0aae460d2e6f13986256d7414b9b244a29 - home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - icon: https://truecharts.org/_static/img/custom-app-icon.png - keywords: - - custom - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: custom-app - sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - type: application - urls: - - https://github.com/truecharts/apps/releases/download/custom-app-3.0.9/custom-app-3.0.9.tgz - version: 3.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29539,40 +28920,6 @@ entries: - https://github.com/truecharts/apps/releases/download/custom-app-0.0.1/custom-app-0.0.1.tgz version: 0.0.1 davos: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.1 - created: "2021-11-07T19:47:42.862200629Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: An FTP automation tool that periodically scans given host locations - for new files. - digest: 1fd81ab7cf7e8ff5035a9e4b01b3a1b8afb93d658a8d61d8a9de57ba77108415 - home: https://github.com/truecharts/apps/tree/master/charts/stable/davos - icon: https://github.com/linuxserver/davos/raw/master/src/main/resources/static/android-chrome-192x192.png - keywords: - - davos - - ftp - - automation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: davos - sources: - - https://github.com/linuxserver/docker-davos - - https://github.com/linuxserver/davos/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/davos-2.0.6/davos-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29792,40 +29139,6 @@ entries: - https://github.com/truecharts/apps/releases/download/davos-0.0.2/davos-0.0.2.tgz version: 0.0.2 deconz: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.01 - created: "2021-11-07T19:47:42.996200019Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - 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: 5d73c45ce7223d841970a1610a79446f950382cfecb2317b0f0a25359b749c5f - home: https://github.com/truechartsapps/tree/master/charts/stable/deconz - icon: https://avatars1.githubusercontent.com/u/4217524?s=400&v=4 - keywords: - - deconz - - home-automation - - zigbee - - conbee - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: deconz - sources: - - https://github.com/dresden-elektronik/deconz-rest-plugin - - https://github.com/marthoc/docker-deconz - urls: - - https://github.com/truecharts/apps/releases/download/deconz-4.0.6/deconz-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31587,42 +30900,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deconz-1.0.1/deconz-1.0.1.tgz version: 1.0.1 deepstack-cpu: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: cpu - created: "2021-11-07T19:47:43.114298515Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: 91b733214dd1077e8c9ac9bfacec8d0857cafe285fba07249e02a1cc15d23b8b - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-cpu - icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png - keywords: - - AI - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: truecharts.org - name: deepstack-cpu - sources: - - https://github.com/johnolafenwa/DeepStack - - https://hub.docker.com/r/deepquestai/deepstack - - https://www.deepstack.cc/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deepstack-cpu-7.0.6/deepstack-cpu-7.0.6.tgz - version: 7.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34411,42 +33688,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-cpu-1.0.3/deepstack-cpu-1.0.3.tgz version: 1.0.3 deepstack-gpu: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: gpu - created: "2021-11-07T19:47:43.230923503Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: 4998c7341ed41d5ee30645bc1b03cd9d00341ee1e0e6d847861831a3e2b3a925 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-gpu - icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png - keywords: - - AI - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: truecharts.org - name: deepstack-gpu - sources: - - https://github.com/johnolafenwa/DeepStack - - https://hub.docker.com/r/deepquestai/deepstack - - https://www.deepstack.cc/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deepstack-gpu-2.0.6/deepstack-gpu-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34649,38 +33890,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-gpu-1.0.0/deepstack-gpu-1.0.0.tgz version: 1.0.0 deluge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.3 - created: "2021-11-07T19:47:43.356043941Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Deluge App for TrueNAS SCALE - digest: fd6c9ead2e0809cc3b5ad1dafdb4dd1270d6a8f5e688b114bf2c239274c1f135 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge - icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200 - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: deluge - sources: - - https://github.com/deluge-torrent/deluge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deluge-9.0.7/deluge-9.0.7.tgz - version: 9.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37226,41 +36435,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deluge-3.1.5/deluge-3.1.5.tgz version: 3.1.5 digikam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.3.0 - created: "2021-11-07T19:47:43.467368797Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Professional Photo Management with the Power of Open Source - digest: 456fb872ff3dda5bfe44fc01a9281a4c9b3a0ef51088c2dd2debd3a038007218 - home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png - keywords: - - digikam - - photo - - management - - image - - gallery - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: digikam - sources: - - https://github.com/linuxserver/docker-digikam - - https://www.digikam.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/digikam-2.0.8/digikam-2.0.8.tgz - version: 2.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37557,37 +36731,6 @@ entries: - https://github.com/truecharts/apps/releases/download/digikam-0.0.2/digikam-0.0.2.tgz version: 0.0.2 dizquetv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-11-07T19:47:43.604023003Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Create live TV channel streams from media on your Plex servers. - digest: 6080b4c195e21426397028bc562eabe91b49cd442d150f9a4ba152259d4a7f26 - home: https://github.com/truechartsapps/tree/master/charts/stable/dizquetv - icon: https://github.com/vexorian/dizquetv/raw/main/resources/dizquetv.png?raw=true - keywords: - - dizqueTV - - dizquetv - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: dizquetv - sources: - - https://github.com/vexorian/dizquetv - - https://hub.docker.com/r/vexorian/dizquetv - urls: - - https://github.com/truecharts/apps/releases/download/dizquetv-4.0.6/dizquetv-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39086,40 +38229,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-1.0.1/dizquetv-1.0.1.tgz version: 1.0.1 doublecommander: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.2 - created: "2021-11-07T19:47:43.731172452Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A free cross platform open source file manager with two panels side - by side. - digest: 27f359e802a704c04af6a1a38adde854a3b26350d1300dfc7cdd36542a7c84df - home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doublecommander-icon.png - keywords: - - doublecommander - - file - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: doublecommander - sources: - - https://github.com/linuxserver/docker-doublecommander - - https://doublecmd.sourceforge.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/doublecommander-2.0.7/doublecommander-2.0.7.tgz - version: 2.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39373,42 +38482,6 @@ entries: - https://github.com/truecharts/apps/releases/download/doublecommander-0.0.2/doublecommander-0.0.2.tgz version: 0.0.2 dsmr-reader: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest-202 - created: "2021-11-07T19:47:43.850366555Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: DSMR-protocol reader, telegram data storage and energy consumption - visualizer. - digest: b311672ce12a7a7ce58b61a388446b9315ab81e9cf2177f0494938d70c33cf7c - home: https://github.com/truecharts/apps/tree/master/charts/stable/dsmr-reader - icon: https://avatars2.githubusercontent.com/u/57727360?s=400&v=4 - keywords: - - dsmr-reader - - energy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: dsmr-reader - sources: - - https://github.com/dsmrreader/dsmr-reader - - https://github.com/xirixiz/dsmr-reader-docker - urls: - - https://github.com/truecharts/apps/releases/download/dsmr-reader-4.0.7/dsmr-reader-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39688,36 +38761,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dsmr-reader-0.0.1/dsmr-reader-0.0.1.tgz version: 0.0.1 duplicati: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: beta - created: "2021-11-07T19:47:43.982153732Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Store securely encrypted backups on cloud storage services! - digest: 50b568bd42c25bb381ba8704971e21172eb0a2bf11c4342b0102b3669c3d635b - home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati - icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4 - keywords: - - duplicati - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: duplicati - sources: - - https://hub.docker.com/r/linuxserver/duplicati/ - - https://github.com/duplicati/duplicati - urls: - - https://github.com/truecharts/apps/releases/download/duplicati-4.0.6/duplicati-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41239,42 +40282,6 @@ entries: - https://github.com/truecharts/apps/releases/download/duplicati-1.0.1/duplicati-1.0.1.tgz version: 1.0.1 emby: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.6.4.0 - created: "2021-11-07T19:47:44.091737878Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Emby Server is a home media server - digest: ea772bb85d7b901d7b00414953b70489131760024709cc69af87e9d9e4b52aef - home: https://github.com/truecharts/apps/master/stable/emby - icon: https://truecharts.org/_static/img/emby-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: dan.sheridan@postman.org.uk - name: djs52 - url: truecharts.org - name: emby - sources: - - https://hub.docker.com/r/linuxserver/emby - - https://github.com/linuxserver/docker-emby.git - type: application - urls: - - https://github.com/truecharts/apps/releases/download/emby-9.0.6/emby-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44126,41 +43133,6 @@ entries: - https://github.com/truecharts/apps/releases/download/emby-3.1.5/emby-3.1.5.tgz version: 3.1.5 esphome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.10.3 - created: "2021-11-07T19:47:44.179674196Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - 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: d650d234ca5285fb5034232fd257c75b2094d8f51476fd5ac6442a096c0cf57b - home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome - icon: https://esphome.io/_images/logo.svg - keywords: - - esphome - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 35702532+tprelog@users.noreply.github.com - name: tprelog - url: truecharts.org - name: esphome - sources: - - https://github.com/esphome/esphome - - https://hub.docker.com/u/esphome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/esphome-9.0.7/esphome-9.0.7.tgz - version: 9.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47180,46 +46152,6 @@ entries: - https://github.com/truecharts/apps/releases/download/esphome-3.1.5/esphome-3.1.5.tgz version: 3.1.5 etherpad: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.14 - created: "2021-11-07T19:47:44.317349708Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: A real-time collaborative editor scalable to thousands of simultaneous - real time users. - digest: c3a0d353a1bdea0227c1198a22ab6057e7d650e25bc2666011035fa780afba56 - home: https://github.com/truecharts/apps/tree/main/charts/etherpad - icon: https://github.com/truecharts/apps/raw/main/images/etherpad.jpg - keywords: - - etherpad - - editor - - notepad - - pad - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: etherpad - sources: - - https://etherpad.org/ - - https://github.com/ether/etherpad-lite - - https://hub.docker.com/r/nicholaswilde/etherpad - type: application - urls: - - https://github.com/truecharts/apps/releases/download/etherpad-4.0.7/etherpad-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47531,40 +46463,6 @@ entries: - https://github.com/truecharts/apps/releases/download/etherpad-0.0.1/etherpad-0.0.1.tgz version: 0.0.1 external-service: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.66.6 - created: "2021-11-07T19:47:44.450782095Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Allow external services to be used like Apps. - digest: 3154487c16887627622c03d9615a18164f1dd16a11c26f4ac7c254d93173fe48 - home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service - icon: https://truecharts.org/_static/img/external-service-icon.png - keywords: - - external-service - - reverse-proxy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: external-service - sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/external-service - type: application - urls: - - https://github.com/truecharts/apps/releases/download/external-service-4.0.6/external-service-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48799,41 +47697,6 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz version: 0.0.1 filezilla: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.51.0 - created: "2021-11-07T19:47:44.563758161Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A Helm chart for Kubernetes - digest: a4fbc55584ce57038568fc1653e55f5f76391b3e653cda84cdef248e5c953622 - home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/filezilla-logo.png - keywords: - - filezilla - - ftp - - sftp - - ftps - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: filezilla - sources: - - https://filezilla-project.org/ - - https://github.com/linuxserver/docker-filezilla - type: application - urls: - - https://github.com/truecharts/apps/releases/download/filezilla-2.0.6/filezilla-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49060,44 +47923,6 @@ entries: - https://github.com/truecharts/apps/releases/download/filezilla-0.0.2/filezilla-0.0.2.tgz version: 0.0.2 fireflyiii: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - finacial - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.5.12 - created: "2021-11-07T19:47:44.703485585Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: A free and open source personal finance manager - digest: 9cdc01074d8244d07d97bfaf8264d23e4d9ccfabdb75d9bf8626ca71f6582b16 - home: https://github.com/firefly-iii/firefly-iii/ - icon: https://www.firefly-iii.org/assets/logo/color.png - keywords: - - fireflyiii - - finacial - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 20650065+warllo54@users.noreply.github.com - name: warllo54 - url: truecharts.org - name: fireflyiii - sources: - - https://github.com/firefly-iii/firefly-iii/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fireflyiii-12.0.7/fireflyiii-12.0.7.tgz - version: 12.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53848,45 +52673,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fireflyiii-1.0.1/fireflyiii-1.0.1.tgz version: 1.0.1 firefox-syncserver: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.0 - created: "2021-11-07T19:47:44.894133309Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: This is an all-in-one package for running a self-hosted Firefox Sync - server. - digest: e35669fa22048efcd47b92177707f9075a9045b4484f15b445f41a58beb35932 - home: https://github.com/truecharts/apps/tree/main/charts/firefox-syncserver - icon: https://upload.wikimedia.org/wikipedia/en/0/01/Firefox_Sync_logo.png - keywords: - - server - - sync - - syncserver - - firefox - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: firefox-syncserver - sources: - - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html - - https://hub.docker.com/r/crazymax/firefox-syncserver - type: application - urls: - - https://github.com/truecharts/apps/releases/download/firefox-syncserver-4.0.7/firefox-syncserver-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54190,37 +52976,6 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-syncserver-0.0.1/firefox-syncserver-0.0.1.tgz version: 0.0.1 flaresolverr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.2 - created: "2021-11-07T19:47:45.015023421Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: FlareSolverr is a proxy server to bypass Cloudflare protection - digest: 8d259ad6a3f5a8a601f71b5e674577e18782a08bdc704765725c2bf990565071 - home: https://github.com/truechartsapps/tree/master/charts/stable/flaresolverr - icon: https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg - keywords: - - flaresolverr - - jackett - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: flaresolverr - sources: - - https://github.com/FlareSolverr/FlareSolverr - - https://hub.docker.com/r/flaresolverr/flaresolverr - urls: - - https://github.com/truecharts/apps/releases/download/flaresolverr-4.0.7/flaresolverr-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55724,39 +54479,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flaresolverr-1.0.1/flaresolverr-1.0.1.tgz version: 1.0.1 flood: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.7.0 - created: "2021-11-07T19:47:45.133167118Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Flood is a monitoring service for various torrent clients - digest: 7b4db6f36fe1a53069fa3e56ce68c15890822e07d0b5f31a54b136b50e51ec11 - home: https://github.com/truechartsapps/tree/master/charts/stable/flood - icon: https://raw.githubusercontent.com/jesec/flood/master/flood.svg - keywords: - - flood - - rtorrent - - qbittorrent - - transmission - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: flood - sources: - - https://github.com/jesec/flood - - https://hub.docker.com/r/jesec/flood - urls: - - https://github.com/truecharts/apps/releases/download/flood-4.0.6/flood-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57369,40 +56091,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flood-1.0.1/flood-1.0.1.tgz version: 1.0.1 focalboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.0 - created: "2021-11-07T19:47:45.252150219Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Focalboard is an open source, self-hosted alternative to Trello, - Notion, and Asana. - digest: e877cff5a1a406cefb4a19fb2219c906ff4ef6cd17a9c6b3a7940c0e740e1488 - home: https://github.com/truechartsapps/tree/master/charts/stable/focalboard - icon: https://github.com/mattermost/focalboard/raw/main/webapp/static/favicon.svg - keywords: - - focalboard - - kanban - - project management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: focalboard - sources: - - https://www.focalboard.com/ - - https://github.com/mattermost/focalboard - - https://github.com/FlipEnergy/container-images/blob/main/focalboard - urls: - - https://github.com/truecharts/apps/releases/download/focalboard-4.0.6/focalboard-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59072,38 +57760,6 @@ entries: - https://github.com/truecharts/apps/releases/download/focalboard-1.0.1/focalboard-1.0.1.tgz version: 1.0.1 fossil: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.15.1 - created: "2021-11-07T19:47:45.379207468Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A simple, high-reliability, distributed software configuration management - system - digest: 422f3545837d56594ff7162d352e54877b7e7dd753105852cfbe329fb88f6f6c - home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil - icon: https://fossil-scm.org/home/doc/trunk/www/fossil3.gif - keywords: - - fossil - - scm - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: fossil - sources: - - https://fossil-scm.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fossil-2.0.6/fossil-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59309,41 +57965,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fossil-0.0.2/fossil-0.0.2.tgz version: 0.0.2 freeradius: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - auth - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.23 - created: "2021-11-07T19:47:45.5202594Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: OpenSource Radius implementation - digest: cfcae9c6e27f23023058bccdef274ee5a34c9e597c0b790e889d2ff391709759 - home: https://www.openldap.org - icon: https://networkradius.com/assets/img/FR-NR.svg - keywords: - - radius - - auth - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: freeradius - sources: - - https://hub.docker.com/r/freeradius/freeradius-server/ - - https://freeradius.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/freeradius-4.0.6/freeradius-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60890,38 +59511,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freeradius-1.0.0/freeradius-1.0.0.tgz version: 1.0.0 freshrss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.1 - created: "2021-11-07T19:47:45.722860994Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: FreshRSS is a self-hosted RSS feed aggregator - digest: e8e06ee303e1a8ee18308d65564ee635f6c88eac64d2e458e72d33885051fdc5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss - icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true - keywords: - - freshrss - - rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: freshrss - sources: - - https://github.com/FreshRSS/FreshRSS - - https://hub.docker.com/r/linuxserver/freshrss - type: application - urls: - - https://github.com/truecharts/apps/releases/download/freshrss-9.0.7/freshrss-9.0.7.tgz - version: 9.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -63507,39 +62096,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freshrss-3.1.5/freshrss-3.1.5.tgz version: 3.1.5 gaps: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.8 - created: "2021-11-07T19:47:45.83238644Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. - digest: 5ef6c820909029ca42f8957afd568c41da17852eb1a897770b2703cd2546a609 - home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps - icon: https://raw.githubusercontent.com/JasonHHouse/gaps/master/images/Final-Black.png - keywords: - - gaps - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: gaps - sources: - - https://github.com/JasonHHouse/gaps - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gaps-9.0.6/gaps-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66046,51 +64602,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-3.1.5/gaps-3.1.5.tgz version: 3.1.5 gitea: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GIT - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.15.6 - created: "2021-11-07T19:47:45.962624908Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - - condition: memcached.enabled - name: memcached - repository: https://charts.bitnami.com/bitnami - version: 5.15.8 - description: Self hosted GIT repositories - digest: ba6b8b6079345183fa8792e8e5ea2b84f6f0c3f895d0326b31e7eb1e06d7adfe - home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea - icon: https://docs.gitea.io/images/gitea.png - keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: gitea - sources: - - https://gitea.com/gitea/helm-chart - - https://github.com/go-gitea/gitea - - https://hub.docker.com/r/gitea/gitea/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gitea-4.0.9/gitea-4.0.9.tgz - version: 4.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -67182,41 +65693,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gitea-0.0.1/gitea-0.0.1.tgz version: 0.0.1 golinks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 154c581 - created: "2021-11-07T19:47:46.079545597Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A web app that allows you to create smart bookmarks, commands and - aliases by pointing your web browser's default search engine at a running instance. - digest: d3e3937331f94e268b64f4aeb3924a067e1c8d730fc10e7b975bfff3b65cbfee - home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks - keywords: - - search - - browser - - bookmarks - - smart-bookmarks - - golinks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: golinks - sources: - - https://github.com/prologic/golinks - - https://github.com/nicholaswilde/docker-golinks - type: application - urls: - - https://github.com/truecharts/apps/releases/download/golinks-2.0.6/golinks-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -67443,37 +65919,6 @@ entries: - https://github.com/truecharts/apps/releases/download/golinks-0.0.2/golinks-0.0.2.tgz version: 0.0.2 gonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.14.0 - created: "2021-11-07T19:47:46.194930601Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Music streaming server / subsonic server API implementation - digest: 8dacd817a66fa9bb7a9bc4a16ec311e7cec8f6a22b3cb0f074dd3da073687c3f - home: https://github.com/truechartsapps/tree/master/charts/stable/gonic - icon: https://raw.githubusercontent.com/sentriz/gonic/master/.github/logo.png - keywords: - - music - - subsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: gonic - sources: - - https://github.com/sentriz/gonic - - https://hub.docker.com/r/sentriz/gonic - urls: - - https://github.com/truecharts/apps/releases/download/gonic-4.0.6/gonic-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -68946,44 +67391,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-1.0.1/gonic-1.0.1.tgz version: 1.0.1 gotify: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.0 - created: "2021-11-07T19:47:46.32253924Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: a simple server for sending and receiving messages - digest: 304cf9b05685a016a80d1284d7cbd978744140f0f9e757553d2fd2296a1c3cd0 - home: https://github.com/truecharts/apps/tree/main/charts/gotify - icon: https://gotify.net/img/logo.png - keywords: - - server - - gotify - - messages - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: gotify - sources: - - https://gotify.net/ - - https://github.com/gotify/server - - https://hub.docker.com/r/gotify/server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gotify-4.0.7/gotify-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -69279,40 +67686,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gotify-0.0.1/gotify-0.0.1.tgz version: 0.0.1 grav: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.18 - created: "2021-11-07T19:47:46.428048817Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A Fast, Simple, and Flexible, file-based Web-platform. - digest: 5f064f8f881a9dc50008ebaa82885872084e5f2c0186538f659fcef41c499cb5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grav - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png - keywords: - - grav - - web - - platform - - file - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: grav - sources: - - https://github.com/linuxserver/docker-grav - - https://github.com/getgrav/grav/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grav-2.0.6/grav-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -69532,37 +67905,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grav-0.0.2/grav-0.0.2.tgz version: 0.0.2 grocy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Home-Automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.1.1 - created: "2021-11-07T19:47:46.54117665Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: ERP beyond your fridge - grocy is a web-based self-hosted groceries - & household management solution for your home - digest: aaca43a37006d9d913348025a485c26d838e8a18ad241455c19ec54ddd196b81 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grocy - icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: grocy - sources: - - https://github.com/grocy/grocy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grocy-9.0.6/grocy-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -71999,41 +70341,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grocy-3.1.5/grocy-3.1.5.tgz version: 3.1.5 handbrake: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.2 - created: "2021-11-07T19:47:46.679416367Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: HandBrake is a tool for converting video from nearly any format to - a selection of modern, widely supported codecs. - digest: f4fd23e9f3bf6f067892953dca71df1fb24dcec06c4f8679513c942cd5041ec4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake - icon: https://handbrake.fr/img/logo.png - keywords: - - handbrake - - encode - - media - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: handbrake - sources: - - https://github.com/jlesage/docker-handbrake - - https://hub.docker.com/r/jlesage/handbrake/ - - https://handbrake.fr/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/handbrake-9.0.6/handbrake-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -75163,39 +73470,6 @@ entries: - https://github.com/truecharts/apps/releases/download/handbrake-3.1.5/handbrake-3.1.5.tgz version: 3.1.5 haste-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-11-07T19:47:46.80209107Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Simple text sharing - digest: 48608b14d4a25d8c9b353c5daf4aee3818605a59f1ca3ef9122dfb7a84843f5b - home: https://github.com/truecharts/apps/tree/master/charts/stable/haste - icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png - keywords: - - haste - - hastebin - - haste-server - - pastebin - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: haste-server - sources: - - https://github.com/seejohnrun/haste-server - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/haste-server-4.0.6/haste-server-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -77284,40 +75558,6 @@ entries: - https://github.com/truecharts/apps/releases/download/haste-server-1.0.0/haste-server-1.0.0.tgz version: 1.0.0 headphones: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 58edc604 - created: "2021-11-07T19:47:46.93251053Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: An automated music downloader for NZB and Torrent, written in Python. - It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. - digest: a880719fce204a0fd2d6d3e99f16bcd1ec76addefabf2b405de37899aa92397a - home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/headphones-banner.png - keywords: - - headphones - - music - - downloader - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: headphones - sources: - - https://github.com/linuxserver/docker-headphones - - https://github.com/rembo10/headphones - type: application - urls: - - https://github.com/truecharts/apps/releases/download/headphones-2.0.6/headphones-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -77537,40 +75777,6 @@ entries: - https://github.com/truecharts/apps/releases/download/headphones-0.0.2/headphones-0.0.2.tgz version: 0.0.2 healthchecks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.0 - created: "2021-11-07T19:47:47.047404576Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - 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: dd8c5c7a02da9fa5ee23c3bb942ab6fde8f7289dce9f30ebfc3191160f04136d - home: https://github.com/truechartsapps/tree/master/charts/stable/healthchecks - icon: https://avatars.githubusercontent.com/u/13053880?s=200&v=4 - keywords: - - cron - - monitoring - - alert - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: healthchecks - sources: - - https://github.com/healthchecks/healthchecks - - https://hub.docker.com/r/linuxserver/healthchecks - urls: - - https://github.com/truecharts/apps/releases/download/healthchecks-4.0.6/healthchecks-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -79414,34 +77620,6 @@ entries: - https://github.com/truecharts/apps/releases/download/healthchecks-1.0.1/healthchecks-1.0.1.tgz version: 1.0.1 heimdall: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.2 - created: "2021-11-07T19:47:47.179246547Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: An Application dashboard and launcher - digest: 71e6279c47681b651150179857e5a18c900ad55a5de2520f9030f5fa632600bf - home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall - icon: https://i.imgur.com/mM4tcO5.png - keywords: - - heimdall - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: heimdall - type: application - urls: - - https://github.com/truecharts/apps/releases/download/heimdall-9.0.8/heimdall-9.0.8.tgz - version: 9.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -81669,46 +79847,6 @@ entries: - https://github.com/truecharts/apps/releases/download/heimdall-3.1.5/heimdall-3.1.5.tgz version: 3.1.5 home-assistant: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - home-automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.1 - created: "2021-11-07T19:47:47.315275448Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: home-assistant App for TrueNAS SCALE - digest: 1a9a4d8bcf3ea7ec9dd5c9ee6a63d268877e8664b8d2110c23ca6c92bf267b0c - home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png - keywords: - - home-assistant - - hass - - homeassistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 35702532+tprelog@users.noreply.github.com - name: tprelog - url: truecharts.org - name: home-assistant - sources: - - https://github.com/home-assistant/home-assistant - - https://github.com/cdr/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/home-assistant-11.0.9/home-assistant-11.0.9.tgz - version: 11.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -85450,37 +83588,6 @@ entries: - https://github.com/truecharts/apps/releases/download/home-assistant-3.1.5/home-assistant-3.1.5.tgz version: 3.1.5 hyperion-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.0-alph - created: "2021-11-07T19:47:47.441218275Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Hyperion is an opensource Bias or Ambient Lighting implementation - digest: 1f4fd9b167f3c04b42b4ec072622b0903ca24d368041d1c703f52291477dae21 - home: https://github.com/truechartsapps/tree/master/charts/stable/hyperion-ng - icon: https://avatars.githubusercontent.com/u/17778452?s=200&v=4 - keywords: - - hyperion-ng - - hyperion - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: hyperion-ng - sources: - - https://github.com/hyperion-project/hyperion.ng - - https://hub.docker.com/r/sirfragalot/hyperion.ng - urls: - - https://github.com/truecharts/apps/releases/download/hyperion-ng-4.0.6/hyperion-ng-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -86979,39 +85086,6 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz version: 1.0.1 icantbelieveitsnotvaletudo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.2.1 - created: "2021-11-07T19:47:47.553533602Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Create live map data from Valetudo powered robots - digest: 528fe657a2b3cc681b3a70769648e8d5c066472630cf0e8eebef16b17e0a8b75 - home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo - icon: https://raw.githubusercontent.com/Hypfer/Valetudo/master/assets/logo/valetudo_logo_small.svg - keywords: - - icantbelieveitsnotvaletudo - - MQTT - - valetudo - - iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: icantbelieveitsnotvaletudo - sources: - - https://github.com/Hypfer/ICantBelieveItsNotValetudo - - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo - urls: - - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-2.0.6/icantbelieveitsnotvaletudo-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -87224,39 +85298,6 @@ entries: - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-0.0.2/icantbelieveitsnotvaletudo-0.0.2.tgz version: 0.0.2 jackett: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - test - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.19.192 - created: "2021-11-07T19:47:47.685963377Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: API Support for your favorite torrent trackers. - digest: 201184c007bfc86c723544af9b538d446831e69a450253b979a9f620ba7eaf7f - 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 - name: jackett - sources: - - https://github.com/Jackett/Jackett - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jackett-9.0.12/jackett-9.0.12.tgz - version: 9.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -91260,41 +89301,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jackett-3.1.5/jackett-3.1.5.tgz version: 3.1.5 jdownloader2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - downloads - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.1 - created: "2021-11-07T19:47:47.809702388Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - 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: c7e10403255fd612c51f73dca9971a36249f5ae911a3e82d9b5118aaafc7ce30 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett - icon: https://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=150 - keywords: - - jdownloader - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: jdownloader2 - sources: - - https://github.com/jlesage/docker-jdownloader-2 - - https://hub.docker.com/r/jlesage/jdownloader-2 - - https://jdownloader.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jdownloader2-4.0.6/jdownloader2-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -92414,41 +90420,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jdownloader2-0.0.1/jdownloader2-0.0.1.tgz version: 0.0.1 jellyfin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.7.7 - created: "2021-11-07T19:47:47.951577032Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Jellyfin is a Free Software Media System - digest: 373fc5022ecc72f019bd28417fb51656264f4c4fd4967dccd2339bfd3f6bdace - home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin - icon: https://truecharts.org/_static/img/jellyfin-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: jellyfin - sources: - - https://github.com/jellyfin/jellyfin - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jellyfin-9.0.6/jellyfin-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -95237,42 +93208,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz version: 3.1.5 joplin-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.1 - created: "2021-11-07T19:47:48.081616089Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: This server allows you to sync any Joplin client - digest: 8c1e29d10628b6289282db7e45c5daafb50666074bd09bb6068477247ffbfa5a - home: https://github.com/truecharts/apps/tree/master/charts/stable/jopplin-server - icon: https://raw.githubusercontent.com/laurent22/joplin/master/Assets/LinuxIcons/256x256.png?raw=true - keywords: - - joplin - - notes - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: joplin-server - sources: - - https://github.com/laurent22/joplin/tree/dev/packages/server - - https://github.com/laurent22/joplin - - https://hub.docker.com/r/joplin/server - urls: - - https://github.com/truecharts/apps/releases/download/joplin-server-4.0.7/joplin-server-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -95552,37 +93487,6 @@ entries: - https://github.com/truecharts/apps/releases/download/joplin-server-0.0.1/joplin-server-0.0.1.tgz version: 0.0.1 k8s-gateway: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.8 - created: "2021-11-07T19:47:48.198056346Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A Helm chart for the k8s_gateway CoreDNS plugin - digest: c662786e3199e01e0703173082f686d75568c35537e6fad77571861bdef68cc0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway - icon: https://cncf-branding.netlify.app/img/projects/coredns/icon/black/coredns-icon-black.png - keywords: - - DNS - - networking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: k8s-gateway - sources: - - https://github.com/ori-edge/k8s_gateway - type: application - urls: - - https://github.com/truecharts/apps/releases/download/k8s-gateway-4.0.6/k8s-gateway-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -96223,40 +94127,6 @@ entries: - https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.1/k8s-gateway-0.0.1.tgz version: 0.0.1 kanboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.20 - created: "2021-11-07T19:47:48.347659748Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Kanboard is a free and open source Kanban project management software. - digest: 3b889fecb95b90da9d91d2ffc6e30684b76572aaa1945c1c012df84eabf34d58 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard - icon: https://raw.githubusercontent.com/kanboard/website/master/assets/img/icon.svg - keywords: - - kanboard - - kanban - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: kanboard - sources: - - https://github.com/kanboard/kanboard - urls: - - https://github.com/truecharts/apps/releases/download/kanboard-4.0.7/kanboard-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -96520,39 +94390,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kanboard-0.0.1/kanboard-0.0.1.tgz version: 0.0.1 kms: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - graywares - truecharts.org/grade: U - apiVersion: v2 - appVersion: minimal - created: "2021-11-07T19:47:48.458461863Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Private Windows Activation Server for development and testing - digest: 0a09418753f47087e410be532b36da27f0b77ff099d0a48513ae9685398a3d11 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kms - icon: https://truecharts.org/_static/img/kms-icon.jpg - keywords: - - kms - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: kms - sources: - - https://github.com/SystemRage/py-kms - type: application - urls: - - https://github.com/truecharts/apps/releases/download/kms-9.0.7/kms-9.0.7.tgz - version: 9.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -99135,39 +96972,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz version: 3.1.5 komga: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.132.1 - created: "2021-11-07T19:47:48.597317485Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A comics/mangas server to serve/stream pages via API - digest: 3fa25068160d1fb4e76600b8abefa32dfb3591f1029e875dbe11e5c84ae96b70 - home: https://github.com/truechartsapps/tree/master/charts/stable/komga - icon: https://komga.org/assets/media/logo.svg - keywords: - - komga - - comics - - mangas - - server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: komga - sources: - - https://komga.org/ - - https://github.com/gotson/komga - urls: - - https://github.com/truecharts/apps/releases/download/komga-4.0.7/komga-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -101317,41 +99121,6 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-1.0.1/komga-1.0.1.tgz version: 1.0.1 lazylibrarian: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-11-07T19:47:48.733459388Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Get all your books, like series with Sonarr... - digest: 2de7522620bdb96cc1542a9c177d9739a6dc83cc232fd65e3c1fcd332f0a2930 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian - icon: https://lazylibrarian.gitlab.io/logo.svg - keywords: - - lazylibrarian - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: lazylibrarian - sources: - - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - - https://lazylibrarian.gitlab.io - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lazylibrarian-9.0.8/lazylibrarian-9.0.8.tgz - version: 9.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -104254,40 +102023,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lazylibrarian-3.1.5/lazylibrarian-3.1.5.tgz version: 3.1.5 leaf2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "0.5" - created: "2021-11-07T19:47:48.85466968Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Nissan Leaf connected services to MQTT adapter - digest: 6a5144354deb8deb6d803f253a172f0d709c4272a72a0cacad476c9098e5d444 - home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt - icon: https://www.nissanusa.com/content/dam/Nissan/us/Navigation/nissan-logo-black.svg - keywords: - - leaf2mqtt - - leaf - - nissan - - kamereon - - carwings - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: leaf2mqtt - sources: - - https://github.com/mitsumaui/leaf2mqtt - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/leaf2mqtt-2.0.6/leaf2mqtt-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -104507,38 +102242,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leaf2mqtt-0.0.2/leaf2mqtt-0.0.2.tgz version: 0.0.2 librespeed: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.4 - created: "2021-11-07T19:47:48.967904113Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Librespeed is a HTML5 webpage to test upload and download speeds - digest: 4a8ae2a959fcca4651f47f7247b2da46b1d23ffc6bc40d35bbb4b5f55b9cfd16 - home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed - icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true - keywords: - - librespeed - - speedtest - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: librespeed - sources: - - https://github.com/librespeed/speedtest - - https://hub.docker.com/r/linuxserver/librespeed - - https://github.com/truechartsapps/tree/master/charts/librespeed - urls: - - https://github.com/truecharts/apps/releases/download/librespeed-4.0.7/librespeed-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -106368,41 +104071,6 @@ entries: - https://github.com/truecharts/apps/releases/download/librespeed-0.0.1/librespeed-0.0.1.tgz version: 0.0.1 lidarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0.2255 - created: "2021-11-07T19:47:49.078590428Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Looks and smells like Sonarr but made for music - digest: 211be6b5623bfe574d2e88c05f3d05d1c63996b575414c880456e2264ea03edf - home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr - icon: https://avatars3.githubusercontent.com/u/28475832?s=400&v=4 - keywords: - - lidarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: lidarr - sources: - - https://github.com/Lidarr/Lidarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lidarr-9.0.6/lidarr-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -109161,40 +106829,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-3.1.5/lidarr-3.1.5.tgz version: 3.1.5 littlelink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-11-07T19:47:49.204506455Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Easy platform to combine all your social links - digest: d2f207324c148bc3a2a85b7ff99a47b3db2f1d3569be0af19ca7b8f00c0637d9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink - icon: https://littlelink.io/images/avatar@2x.png - keywords: - - littlelink - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: littlelink - sources: - - https://github.com/techno-tim/littlelink-server - - https://github.com/sethcottle/littlelink - type: application - urls: - - https://github.com/truecharts/apps/releases/download/littlelink-4.0.8/littlelink-4.0.8.tgz - version: 4.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -110729,44 +108363,6 @@ entries: - https://github.com/truecharts/apps/releases/download/littlelink-1.0.0/littlelink-1.0.0.tgz version: 1.0.0 logitech-media-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - audio - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.3.0 - created: "2021-11-07T19:47:49.329396674Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Logitech Media Server is a platform for home/office audio streaming. - digest: cee324ad1512b108155405d4722cb71d9a1dc0e2e5b27537208c51736539af05 - home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server - icon: https://www.mysqueezebox.com/static/images/logitech_mediaserver.png - keywords: - - logitech-media-server - - squeezebox - - audio - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: joachimbaten@hotmail.com - name: joachimbaten - url: truecharts.org - name: logitech-media-server - sources: - - https://github.com/Logitech/slimserver - - https://hub.docker.com/r/lmscommunity/logitechmediaserver - type: application - urls: - - https://github.com/truecharts/apps/releases/download/logitech-media-server-2.0.9/logitech-media-server-2.0.9.tgz - version: 2.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -111156,40 +108752,6 @@ entries: - https://github.com/truecharts/apps/releases/download/logitech-media-server-1.0.0/logitech-media-server-1.0.0.tgz version: 1.0.0 lychee: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.4 - created: "2021-11-07T19:47:49.445137726Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Lychee is a free photo-management tool, which runs on your server - or web-space - digest: b842d6caf430cf1a001911c9d85c8801b17f7124d328cbf7de999acc91ef5c51 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lychee - icon: https://github.com/LycheeOrg/Lychee/blob/master/Banner.png?raw=true - keywords: - - lychee - - photo - - pictures - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: lychee - sources: - - https://github.com/LycheeOrg/Lychee - - https://hub.docker.com/r/lycheeorg/lychee - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lychee-9.0.6/lychee-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -113813,36 +111375,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lychee-3.1.5/lychee-3.1.5.tgz version: 3.1.5 mealie: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.3 - created: "2021-11-07T19:47:49.554065428Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Mealie is a self hosted recipe manager and meal planner with a RestAPI - backend - digest: ded7ebe39eb578f23e8ea3a9464918ac3c5ec7f33c49047737211a56b7748038 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie - icon: https://raw.githubusercontent.com/hay-kot/mealie/gh-pages/assets/img/favicon.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: mealie - sources: - - https://github.com/hay-kot/mealie - urls: - - https://github.com/truecharts/apps/releases/download/mealie-4.0.7/mealie-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -115888,42 +113420,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mealie-1.0.0/mealie-1.0.0.tgz version: 1.0.0 medusa: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.17 - created: "2021-11-07T19:47:49.671341891Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: An automatic Video Library Manager for TV Shows - digest: d3385382c7cefe05f13d1923c8d3b55837fb677029744ab4385198b43208b253 - home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png - keywords: - - medusa - - video - - library - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: medusa - sources: - - https://github.com/linuxserver/docker-medusa - - https://pymedusa.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/medusa-1.0.6/medusa-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -116157,41 +113653,6 @@ entries: - https://github.com/truecharts/apps/releases/download/medusa-0.0.2/medusa-0.0.2.tgz version: 0.0.2 miniflux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.33 - created: "2021-11-07T19:47:49.818634276Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Miniflux is a minimalist and opinionated feed reader. - digest: 16910941876d361aed86c25542c6509597f7455562db9c127386fc2cae189118 - home: https://github.com/truecharts/apps/tree/master/charts/miniflux - icon: https://raw.githubusercontent.com/miniflux/logo/master/icon.svg - keywords: - - miniflux - - rss - - news - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: miniflux - sources: - - https://github.com/miniflux/v2 - urls: - - https://github.com/truecharts/apps/releases/download/miniflux-3.0.7/miniflux-3.0.7.tgz - version: 3.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -116463,37 +113924,6 @@ entries: - https://github.com/truecharts/apps/releases/download/miniflux-0.0.1/miniflux-0.0.1.tgz version: 0.0.1 minio-console: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.12.1 - created: "2021-11-07T19:47:49.963622543Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A management console for minio server and operator - digest: 05cfb1262f10347e228d4894f7d56f5491098ad9232edcfea54fbf43335dc99e - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console - icon: https://min.io/resources/img/logo/MINIO_wordmark.png - keywords: - - minio-console - - minio - - s3 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: minio-console - sources: - - https://github.com/minio/console - urls: - - https://github.com/truecharts/apps/releases/download/minio-console-1.0.7/minio-console-1.0.7.tgz - version: 1.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -116723,38 +114153,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-console-0.0.2/minio-console-0.0.2.tgz version: 0.0.2 mosquitto: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - homeautomation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.13 - created: "2021-11-07T19:47:50.085415139Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Eclipse Mosquitto - An open source MQTT broker - digest: 201b981185d714497fe00d97477984a0e0c3abf33847d777b6102432e7d7e009 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto - icon: https://projects.eclipse.org/sites/default/files/mosquitto-200px.png - keywords: - - mosquitto - - MQTT - - eclipse-iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: mosquitto - sources: - - https://github.com/eclipse/mosquitto - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mosquitto-4.0.7/mosquitto-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -118855,39 +116253,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mosquitto-1.0.0/mosquitto-1.0.0.tgz version: 1.0.0 mstream: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.5 - created: "2021-11-07T19:47:50.203130106Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A personal music streaming server - digest: 1a3e1cc0c3c8af861d7c4904d33a6e8dc1dcbe595044ecd1ec40d6fcfa09b28f - home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream - icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/mstream.png - keywords: - - mstream - - server - - music - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: mstream - sources: - - https://github.com/linuxserver/docker-mstream - - https://mstream.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mstream-1.0.6/mstream-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -119100,41 +116465,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mstream-0.0.2/mstream-0.0.2.tgz version: 0.0.2 muximux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "057352e8" - created: "2021-11-07T19:47:50.336387787Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A lightweight portal to view & manage your HTPC apps without having - to run anything more than a PHP enabled webserver - digest: 97b360f54221a7a8138fd837f5e5f75c06e6d5fc958ffb714b153e1dea0a3b4d - home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/muximux-icon.png - keywords: - - muximux - - htpc - - manage - - portal - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: muximux - sources: - - https://github.com/linuxserver/docker-muximux - - https://github.com/mescon/Muximux - type: application - urls: - - https://github.com/truecharts/apps/releases/download/muximux-1.0.8/muximux-1.0.8.tgz - version: 1.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -119431,36 +116761,6 @@ entries: - https://github.com/truecharts/apps/releases/download/muximux-0.0.2/muximux-0.0.2.tgz version: 0.0.2 mylar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.3 - created: "2021-11-07T19:47:50.457264577Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Mylar is a automated Comic Book downloader - digest: 362fbf14917c53db42a716351c4a413e8ea6e13c0a4c574a2c196caf15d37f2d - home: https://github.com/truechartsapps/tree/master/charts/stable/mylar - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png - keywords: - - mylar - kubeVersion: '>=1.16.0-0' - maintainers: - - name: truecharts - url: https://patricol.co/ - name: mylar - sources: - - https://github.com/mylar3/mylar3 - - https://github.com/linuxserver/docker-mylar3 - - https://github.com/truechartsapps/tree/master/charts/mylar - urls: - - https://github.com/truecharts/apps/releases/download/mylar-4.0.6/mylar-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -120904,40 +118204,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mylar-1.0.1/mylar-1.0.1.tgz version: 1.0.1 navidrome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.46.0 - created: "2021-11-07T19:47:50.573301431Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Navidrome is an open source web-based music collection server and - streamer - digest: c2ee916e194097f86658ff8a400478a6856e486afe095f4dd43fb844c605fb40 - home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome - icon: https://raw.githubusercontent.com/navidrome/navidrome/v0.42.0/ui/src/icons/android-icon-192x192.png - keywords: - - navidrome - - music - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: navidrome - sources: - - https://github.com/deluan/navidrome - - https://hub.docker.com/r/deluan/navidrome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/navidrome-9.0.6/navidrome-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -123679,50 +120945,6 @@ entries: - https://github.com/truecharts/apps/releases/download/navidrome-3.1.5/navidrome-3.1.5.tgz version: 3.1.5 nextcloud: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 22.2.0 - created: "2021-11-07T19:47:50.717336591Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - - condition: redis.enabled - name: redis - repository: https://charts.bitnami.com/bitnami - version: 15.5.4 - description: A private cloud server that puts the control and security of your - own data back into your hands. - digest: add7b5b8a90a15b5bae4d12876f0787b417a47e6a66901c55cbaa8764afbe972 - home: https://nextcloud.com/ - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png - keywords: - - nextcloud - - storage - - http - - web - - php - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: nextcloud - sources: - - https://github.com/nextcloud/docker - - https://github.com/nextcloud/helm - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nextcloud-9.0.8/nextcloud-9.0.8.tgz - version: 9.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -129927,37 +127149,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nextcloud-1.0.0/nextcloud-1.0.0.tgz version: 1.0.0 node-red: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.2 - created: "2021-11-07T19:47:50.82996092Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Node-RED is low-code programming for event-driven applications - digest: 947cd89ab4ce5db7944510103bae2442e14d857aec9a0478f0d1533e333e7be8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red - icon: https://nodered.org/about/resources/media/node-red-icon-2.png - keywords: - - node-red - - nodered - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: node-red - sources: - - https://github.com/node-red/node-red-docker - type: application - urls: - - https://github.com/truecharts/apps/releases/download/node-red-9.0.6/node-red-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -132698,39 +129889,6 @@ entries: - https://github.com/truecharts/apps/releases/download/notes-0.0.2/notes-0.0.2.tgz version: 0.0.2 novnc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0 - created: "2021-11-07T19:47:50.938354018Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: The open source VNC client - digest: ac27af75c73eb5afbb62e709d1bf6577424ed7ebb11b93b8513400ccdfb73fbd - home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc - icon: https://github.com/truecharts/apps/raw/main/images/novnc.png - keywords: - - novnc - - vnc - - remote - - desktop - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: novnc - sources: - - https://novnc.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/novnc-1.0.6/novnc-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -132943,35 +130101,6 @@ entries: - https://github.com/truecharts/apps/releases/download/novnc-0.0.2/novnc-0.0.2.tgz version: 0.0.2 nullserv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.3.0 - created: "2021-11-07T19:47:51.064125844Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A simple null file http and https server - digest: 4b20256ac9ba9ae6feb1c973438bc4ceb20eb8489b61ca661fce60f04ea5bd33 - home: https://github.com/truechartsapps/tree/master/charts/stable/nullserv - icon: https://miro.medium.com/max/800/1*UL9RWkTUtJlyHW7kGm20hQ.png - keywords: - - nullserv - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: nullserv - sources: - - https://github.com/bmrzycki/nullserv - urls: - - https://github.com/truecharts/apps/releases/download/nullserv-4.0.6/nullserv-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -134308,37 +131437,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nullserv-1.0.1/nullserv-1.0.1.tgz version: 1.0.1 nzbget: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "21.1" - created: "2021-11-07T19:47:51.176502471Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: NZBGet is a Usenet downloader client - digest: 8343526cd33710663a33cc3c02b2a13dfab5dad15bc53e3e01491c67587a9597 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget - icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4 - keywords: - - nzbget - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: nzbget - sources: - - https://nzbget.net/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbget-9.0.6/nzbget-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -136708,34 +133806,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbget-3.1.5/nzbget-3.1.5.tgz version: 3.1.5 nzbhydra: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.17.3 - created: "2021-11-07T19:47:51.294308938Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - deprecated: true - description: Usenet meta search - digest: 959d0f391db6b2792a97152ed47ba159bb1a5bb41208c870c885199fdd0281d5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png - keywords: - - nzbhydra - - usenet - kubeVersion: '>=1.16.0-0' - name: nzbhydra - sources: - - https://github.com/theotherp/nzbhydra2 - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbhydra-9.0.6/nzbhydra-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -138979,38 +136049,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbhydra-3.1.6/nzbhydra-3.1.6.tgz version: 3.1.6 octoprint: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.2 - created: "2021-11-07T19:47:51.406648365Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: OctoPrint is the snappy web interface for your 3D printer - digest: fd7622759d18580c30fb316322980cc5535c10b9ddfd97459bceb75b79d2f296 - home: https://github.com/truechartsapps/tree/master/charts/stable/octoprint - icon: https://avatars3.githubusercontent.com/u/5982294?s=400&v=4 - keywords: - - octoprint - - 3d - - printer - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: octoprint - sources: - - https://github.com/OctoPrint/OctoPrint - - https://hub.docker.com/r/octoprint/octoprint - urls: - - https://github.com/truecharts/apps/releases/download/octoprint-4.0.8/octoprint-4.0.8.tgz - version: 4.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -140630,48 +137668,6 @@ entries: - https://github.com/truecharts/apps/releases/download/octoprint-1.0.1/octoprint-1.0.1.tgz version: 1.0.1 odoo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "14.0" - created: "2021-11-07T19:47:51.542221563Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, - PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. - digest: a9dd93bad0e127c9ccba5e569f306f2aa49e80a7301cf6f84643b1e811db8337 - home: https://github.com/truecharts/apps/tree/main/charts/odoo - icon: https://pbs.twimg.com/profile_images/970608340014419969/1bpCWJhS_400x400.jpg - keywords: - - odoo - - crm - - pm - - hr - - accounting - - mrp - - marketing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: odoo - sources: - - https://www.odoo.com/ - - https://hub.docker.com/repository/docker/nicholaswilde/odoo - type: application - urls: - - https://github.com/truecharts/apps/releases/download/odoo-3.0.7/odoo-3.0.7.tgz - version: 3.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -140999,36 +137995,6 @@ entries: - https://github.com/truecharts/apps/releases/download/odoo-0.0.1/odoo-0.0.1.tgz version: 0.0.1 omada-controller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4.4" - created: "2021-11-07T19:47:51.666019175Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Omada is a SDN tool for TP-Link Omada hardware - digest: acc38a2fa5123caf93704e8219f7af85f0f0970d13fcbedc731e5a124a726710 - home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller - icon: https://www.tp-link.com/assets/images/icon/logo-white.svg - keywords: - - omada-controller - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: omada-controller - sources: - - https://github.com/mbentley/docker-omada-controller - - https://github.com/truechartsapps/tree/master/charts/omada-controller - urls: - - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.10/omada-controller-4.0.10.tgz - version: 4.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -142748,44 +139714,6 @@ entries: - https://github.com/truecharts/apps/releases/download/omada-controller-1.0.1/omada-controller-1.0.1.tgz version: 1.0.1 ombi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.0.1482 - created: "2021-11-07T19:47:51.781125322Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Want a Movie or TV Show on Plex or Emby? Use Ombi! - digest: 71c4343eed414b7a9cf28702efc1a1c32a6e842c1016f1fc44011f3ca9f4a2ac - home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi - icon: https://raw.githubusercontent.com/Ombi-app/Ombi/gh-pages/img/android-chrome-512x512.png - keywords: - - ombi - - plex - - emby - - sonarr - - radarr - - couchpotato - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: ombi - sources: - - https://github.com/tidusjar/Ombi - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ombi-9.0.6/ombi-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -146345,45 +143273,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ombi-3.1.5/ombi-3.1.5.tgz version: 3.1.5 onlyoffice-document-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.2.6 - created: "2021-11-07T19:47:51.930441721Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: 'ONLYOFFICE Document Server is an online office suite comprising - viewers and editors for texts, spreadsheets and presentations, fully compatible - with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative - editing in real time.' - digest: ff824e5d8b39a1b561762946c3164eba032b6390bfc8d7eb589ed94e6a145fbf - home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-ds-ce - icon: https://avatars.githubusercontent.com/u/1426033?s=200&v=4 - keywords: - - onlyoffice - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: truecharts.org - name: onlyoffice-document-server - sources: - - https://github.com/ONLYOFFICE/DocumentServer - - https://github.com/ONLYOFFICE/Docker-DocumentServer - - https://hub.docker.com/r/onlyoffice/documentserver/ - urls: - - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-2.0.6/onlyoffice-document-server-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -146711,43 +143600,6 @@ entries: - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-0.0.1/onlyoffice-document-server-0.0.1.tgz version: 0.0.1 openkm: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.3.11 - created: "2021-11-07T19:47:52.056013545Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: OpenKM integrates all essential documents management, collaboration - and an advanced search functionality into one easy to use solution. - digest: 423e41bfd39bcdb2c628d432bfec4333e740a1747eb9a796389f8c6f1b32ecc2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm - icon: https://raw.githubusercontent.com/openkm/document-management-system/master/src/main/webapp/img/logo_favicon.ico - keywords: - - openkm - - documentation management - - docs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: openkm - sources: - - https://www.openkm.com/ - - https://github.com/openkm/document-management-system - urls: - - https://github.com/truecharts/apps/releases/download/openkm-3.0.7/openkm-3.0.7.tgz - version: 3.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -147035,43 +143887,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openkm-0.0.1/openkm-0.0.1.tgz version: 0.0.1 openldap: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-11-07T19:47:52.188332619Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Community developed LDAP software - digest: f9487b654633176628024ef109ea5e7757b80c478b835f1e6bfcb4b0a4389fce - home: https://www.openldap.org - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Database-openldap.svg/640px-Database-openldap.svg.png - keywords: - - ldap - - openldap - - iam-stack - - high availability - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: openldap - sources: - - https://github.com/jp-gouin/helm-openldap - - https://github.com/osixia/docker-openldap - type: application - urls: - - https://github.com/truecharts/apps/releases/download/openldap-4.0.6/openldap-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -148880,37 +145695,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openldap-1.0.0/openldap-1.0.0.tgz version: 1.0.0 organizr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-11-07T19:47:52.305949085Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: HTPC/Homelab Services Organizer - digest: de718d76e35edb8c6bb75faad7c7d2654aa5bd16ac9f48506b4332acab27cbe2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr - icon: https://github.com/causefx/Organizr/blob/v2-master/plugins/images/organizr/logo.png?raw=true - keywords: - - organizr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: organizr - sources: - - https://github.com/causefx/Organizr - - https://hub.docker.com/r/organizr/organizr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/organizr-9.0.7/organizr-9.0.7.tgz - version: 9.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -151324,36 +148108,6 @@ entries: - https://github.com/truecharts/apps/releases/download/organizr-3.1.5/organizr-3.1.5.tgz version: 3.1.5 oscam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - DIY - truecharts.org/grade: U - apiVersion: v2 - appVersion: "11693" - created: "2021-11-07T19:47:52.43294152Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Open Source Conditional Access Module software - digest: 78bf2b2d26f4f8baaad53c3f1195447657686908adcf8830667b41329ffc7315 - home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png - keywords: - - oscam - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: oscam - sources: - - https://trac.streamboard.tv/oscam/browser/trunk - type: application - urls: - - https://github.com/truecharts/apps/releases/download/oscam-4.0.6/oscam-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -151745,41 +148499,6 @@ entries: - https://github.com/truecharts/apps/releases/download/oscam-1.0.0/oscam-1.0.0.tgz version: 1.0.0 overseerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.27.0 - created: "2021-11-07T19:47:52.555118119Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - 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: a51686dcb053afb818d90769937d604e1b58adb5a862ae6f479843342082df17 - home: https://github.com/truechartsapps/tree/master/charts/stable/overseerr - icon: https://i.imgur.com/TMoEG7g.png - keywords: - - overseerr - - plex - - sonarr - - radarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: overseerr - sources: - - https://github.com/sct/overseerr - - https://hub.docker.com/r/sctx/overseerr - urls: - - https://github.com/truecharts/apps/releases/download/overseerr-4.0.6/overseerr-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -153476,40 +150195,6 @@ entries: - https://github.com/truecharts/apps/releases/download/overseerr-1.0.1/overseerr-1.0.1.tgz version: 1.0.1 owncast: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.10 - created: "2021-11-07T19:47:52.682001053Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Take control over your live stream video by running it yourself. - Streaming + chat out of the box. - digest: 4a21c6d565ac691ad176e230d8a6fe0525f9d4e136edae5f3cbc2a2206209611 - home: https://github.com/truechartsapps/tree/master/charts/stable/owncast - icon: https://owncast.online/images/owncast-logo-1000x1000.png - keywords: - - owncast - - stream - - open source - - chat - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: owncast - sources: - - https://owncast.online/ - - https://github.com/owncast/owncast - urls: - - https://github.com/truecharts/apps/releases/download/owncast-4.0.6/owncast-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -155237,43 +151922,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncast-1.0.1/owncast-1.0.1.tgz version: 1.0.1 owncloud-ocis: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.14.0 - created: "2021-11-07T19:47:52.818592359Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: ownCloud Infinite Scale is a self-hosted file sync and share server. - digest: 73eea2d19752c743aeac23f067a81ca7e3b9e18898006f3f4951726ebf4c44f9 - home: https://github.com/truechartsapps/tree/master/charts/stable/owncloud-ocis - icon: https://avatars.githubusercontent.com/u/1645051?s=200&v=4 - keywords: - - owncloud - - ocis - - infinite - - scale - - self-hosted - - sync - - share - - server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: owncloud-ocis - sources: - - https://hub.docker.com/r/owncloud/ocis - - https://owncloud.dev/ocis/ - urls: - - https://github.com/truecharts/apps/releases/download/owncloud-ocis-4.0.7/owncloud-ocis-4.0.7.tgz - version: 4.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -157279,41 +153927,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncloud-ocis-1.0.1/owncloud-ocis-1.0.1.tgz version: 1.0.1 pgadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.1" - created: "2021-11-07T19:47:52.916836982Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Web-Based postgresql database management utility - digest: c2c29dfd49626a1f60a70d184f0bb7d9c591d0344ff56abfa2a4d4c1267dfa6a - home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin - icon: https://www.postgresql.org/message-id/attachment/1139/pgAdmin.svg - keywords: - - pgadmin - - db - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: pgadmin - sources: - - https://www.pgadmin.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pgadmin-4.0.6/pgadmin-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -159100,40 +155713,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pgadmin-1.0.1/pgadmin-1.0.1.tgz version: 1.0.1 photoprism: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "20211018" - created: "2021-11-07T19:47:53.033243439Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: PhotoPrism® is a server-based application for browsing, organizing - and sharing your personal photo collection - digest: cf8699012530e134eb9612d0bb0a63f49e59cf796a276746b54369701449930a - home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism - icon: https://demo.photoprism.org/static/img/logo-avatar.svg - keywords: - - photos - - photoprism - - pictures - - sharing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: photoprism - sources: - - https://github.com/photoprism/photoprism - - https://hub.docker.com/r/photoprism/photoprism - urls: - - https://github.com/truecharts/apps/releases/download/photoprism-5.0.6/photoprism-5.0.6.tgz - version: 5.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -160919,41 +157498,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoprism-1.0.1/photoprism-1.0.1.tgz version: 1.0.1 photoshow: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 48aabb98 - created: "2021-11-07T19:47:53.140097825Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A gallery software at its easiest, it doesn't even require a database. - digest: 4de8e7b34e36ba0ce7856ab05352cb8b00a24ea39eb246038cdbaaf3fe484d0f - home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png - keywords: - - photoshow - - photo - - show - - gallary - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: photoshow - sources: - - https://github.com/thibaud-rohmer/PhotoShow - - https://github.com/linuxserver/docker-photoshow - type: application - urls: - - https://github.com/truecharts/apps/releases/download/photoshow-1.0.7/photoshow-1.0.7.tgz - version: 1.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -161215,41 +157759,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoshow-0.0.2/photoshow-0.0.2.tgz version: 0.0.2 phpldapadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.0 - created: "2021-11-07T19:47:53.26573385Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Web-based LDAP browser to manage your LDAP server - digest: 28bb65ffa983e7db8fc5553a213f42f1cc216167e7ce06e35f51443b065e3388 - home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin - icon: https://repository-images.githubusercontent.com/3665191/dd213f80-766c-11e9-8117-6b639095ef99 - keywords: - - phpldapadmin - - openldap - - userrights - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: phpldapadmin - sources: - - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog - type: application - urls: - - https://github.com/truecharts/apps/releases/download/phpldapadmin-4.0.6/phpldapadmin-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -162796,37 +159305,6 @@ entries: - https://github.com/truecharts/apps/releases/download/phpldapadmin-1.0.1/phpldapadmin-1.0.1.tgz version: 1.0.1 piaware: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.1" - created: "2021-11-07T19:47:53.391134273Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Program for forwarding ADS-B data to FlightAware - digest: 084aaaeeeb86b67bd24f0ac42b10efbc88f567ae89152a497a47bb70ce01f859 - home: https://github.com/truechartsapps/tree/master/charts/stable/piaware - icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg - keywords: - - piaware - - flight-aware - - flight-tracker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: piaware - sources: - - https://github.com/flightaware/piaware - urls: - - https://github.com/truecharts/apps/releases/download/piaware-4.0.6/piaware-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -164299,38 +160777,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piaware-1.0.1/piaware-1.0.1.tgz version: 1.0.1 pihole: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2021.10" - created: "2021-11-07T19:47:53.536981347Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: DNS and Ad-filtering for your network - digest: c68c7d64315ea55725b419ec9b201e49341e94c5821fa4d06354b508598aadc8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole - icon: https://upload.wikimedia.org/wikipedia/en/thumb/1/15/Pi-hole_vector_logo.svg/1200px-Pi-hole_vector_logo.svg.png - keywords: - - DNS - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: pihole - sources: - - https://pi-hole.net/ - - https://github.com/pi-hole - - https://github.com/pi-hole/docker-pi-hole - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pihole-4.0.6/pihole-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -165081,41 +161527,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pihole-0.0.1/pihole-0.0.1.tgz version: 0.0.1 piwigo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 11.5.0 - created: "2021-11-07T19:47:53.649536676Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A is photo gallery software for the web, built by an active community - of users and developers. - digest: 5cf4e46aac2b516438b0bd7c6b5ad04e767f35393f5fe235e0cc1832fa0b80a8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo - icon: https://avatars.githubusercontent.com/u/9326886?s=200&v=4 - keywords: - - piwigo - - gallery - - photo - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: piwigo - sources: - - http://piwigo.org/ - - https://github.com/linuxserver/docker-piwigo - type: application - urls: - - https://github.com/truecharts/apps/releases/download/piwigo-1.0.7/piwigo-1.0.7.tgz - version: 1.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -165377,41 +161788,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piwigo-0.0.2/piwigo-0.0.2.tgz version: 0.0.2 pixapop: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.2" - created: "2021-11-07T19:47:53.764813624Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: An open-source single page application to view your photos in the - easiest way possible. - digest: bbb11d9120feb4b036b7f6d5cc9079f1a842160a7d0833f5db8a96df4dfebc61 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png - keywords: - - pixapop - - photo - - gallery - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: pixapop - sources: - - https://github.com/linuxserver/docker-pixapop - - https://github.com/bierdok/pixapop - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pixapop-1.0.6/pixapop-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -165638,38 +162014,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pixapop-0.0.2/pixapop-0.0.2.tgz version: 0.0.2 plex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.5.517 - created: "2021-11-07T19:47:53.906086164Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Plex Media Server - digest: 60a5481ef65c8b9f989a558c7a42c55cbb1a2110abda066f978df4087f9413dc - home: https://github.com/truecharts/apps/tree/master/charts/stable/plex - icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png - keywords: - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: plex - type: application - urls: - - https://github.com/truecharts/apps/releases/download/plex-8.0.7/plex-8.0.7.tgz - version: 8.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -168502,41 +164846,6 @@ entries: - https://github.com/truecharts/apps/releases/download/plex-2.1.5/plex-2.1.5.tgz version: 2.1.5 podgrab: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - mutlimedia - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0 - created: "2021-11-07T19:47:54.016236275Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A self-hosted podcast manager to download episodes as soon as they - become live. - digest: daa5b3ee8639bacbd8cdcad54fb71b56a0f1c76c149033eac2b073c648303b47 - home: https://github.com/truecharts/apps/tree/master/charts/stable/podgrab - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Podcasts_%28iOS%29.svg/1024px-Podcasts_%28iOS%29.svg.png - keywords: - - podgrab - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 20650065+warllo54@users.noreply.github.com - name: warllo54 - url: truecharts.org - name: podgrab - sources: - - https://github.com/akhilrex/podgrab - - https://hub.docker.com/r/akhilrex/podgrab - type: application - urls: - - https://github.com/truecharts/apps/releases/download/podgrab-7.0.6/podgrab-7.0.6.tgz - version: 7.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -171308,39 +167617,6 @@ entries: - https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz version: 0.0.1 postgresql: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - database - truecharts.org/grade: U - apiVersion: v2 - appVersion: 14.0.0 - created: "2021-11-07T19:47:54.141963575Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: PostgresSQL - digest: 96b29b17b458e31ed1edf82d70bc793262f7050a82ad282e1b7d741580f6d432 - 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 - name: postgresql - sources: - - https://www.postgresql.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/postgresql-5.1.11/postgresql-5.1.11.tgz - version: 5.1.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -173918,39 +170194,6 @@ entries: - https://github.com/truecharts/apps/releases/download/postgresql-1.0.0/postgresql-1.0.0.tgz version: 1.0.0 pretend-youre-xyzzy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4" - created: "2021-11-07T19:47:54.265930033Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: pretend-youre-xyzzy, a cards against humanity clone - digest: 755621dcae171071198ba22ecdf285c71c33f7480fb0f741297ed3b8c728bd14 - home: https://github.com/truechartsapps/tree/master/charts/stable/pretend-youre-xyzzy - icon: https://apk-google.com/wp-content/uploads/2020/12/Client-for-Pretend-Youre-Xyzzy-open-source-5.0.1.png - keywords: - - pretend-youre-xyzzy - - cards - - against - - humanity - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: pretend-youre-xyzzy - sources: - - https://github.com/ajanata/PretendYoureXyzzy - - https://github.com/emcniece/DockerYourXyzzy - urls: - - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-4.0.6/pretend-youre-xyzzy-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -175507,37 +171750,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-1.0.1/pretend-youre-xyzzy-1.0.1.tgz version: 1.0.1 protonmail-bridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.10 - created: "2021-11-07T19:47:54.368900562Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Container for protonmail bridge to work on the network. - digest: 37c568f3885428aed8046d62e9f3bff6db5e1b6936261c146330ab56b9d57fdd - home: https://github.com/truechartsapps/tree/master/charts/stable/protonmail-bridge - icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png - keywords: - - protonmail - - protonmail-bridge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: protonmail-bridge - sources: - - https://github.com/shenxn/protonmail-bridge-docker - - https://hub.docker.com/r/shenxn/protonmail-bridge - urls: - - https://github.com/truecharts/apps/releases/download/protonmail-bridge-4.0.6/protonmail-bridge-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -178784,39 +174996,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prototypegui-6.8.7/prototypegui-6.8.7.tgz version: 6.8.7 prowlarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.2.1045 - created: "2021-11-07T19:47:54.554840199Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Indexer manager/proxy built on the popular arr net base stack to - integrate with your various PVR apps. - digest: f7218e17ab76ffe913bef20fd48dfff850f927c8f4a28b9addbb5229832344d5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr - icon: https://raw.githubusercontent.com/Prowlarr/Prowlarr/develop/Logo/400.png - keywords: - - prowlarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: prowlarr - sources: - - https://github.com/Prowlarr/Prowlarr - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/prowlarr-4.0.8/prowlarr-4.0.8.tgz - version: 4.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -181699,39 +177878,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prowlarr-1.0.0/prowlarr-1.0.0.tgz version: 1.0.0 pyload: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5de90278 - created: "2021-11-07T19:47:54.675010234Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - 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: a83415565553232f67a8fbb7d72698c255a464c30f2536952a3831b6c31900d9 - home: https://github.com/truechartsapps/tree/master/charts/stable/pyload - icon: https://avatars.githubusercontent.com/u/3521496?s=200&v=4 - keywords: - - pyload - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: pyload - sources: - - https://github.com/pyload/pyload - - https://hub.docker.com/r/linuxserver/pyload - urls: - - https://github.com/truecharts/apps/releases/download/pyload-4.0.6/pyload-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -183288,35 +179434,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pyload-1.0.1/pyload-1.0.1.tgz version: 1.0.1 qbittorrent: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.9 - created: "2021-11-07T19:47:54.758112342Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: qBittorrent is a cross-platform free and open-source BitTorrent client - digest: 446bfd20f602759c1c0074d3ce58228d70c245c23d66fc316f4f61c5585a48b5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent - icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png - keywords: - - qbittorrent - - torrrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: qbittorrent - type: application - urls: - - https://github.com/truecharts/apps/releases/download/qbittorrent-9.0.7/qbittorrent-9.0.7.tgz - version: 9.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -185598,41 +181715,6 @@ entries: - https://github.com/truecharts/apps/releases/download/qbittorrent-3.1.5/qbittorrent-3.1.5.tgz version: 3.1.5 radarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.2.5080 - created: "2021-11-07T19:47:54.916257509Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A fork of Sonarr to work with movies à la Couchpotato - digest: beef99ff83766d3047517675547238ebf518ad223619d9bf39a80aacaf28d964 - home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr - icon: https://nzbusenet.com/wp-content/uploads/2017/10/radarr-logo.png - keywords: - - radarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: radarr - sources: - - https://github.com/Radarr/Radarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/radarr-9.0.6/radarr-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -188391,44 +184473,6 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-3.1.5/radarr-3.1.5.tgz version: 3.1.5 readarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0.1006 - created: "2021-11-07T19:47:55.030776709Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A fork of Radarr to work with Books & AudioBooks - digest: d75ce4f9e1a3d73f5247211eda3a5809f66564da0ed2ae79a796a48a5d7e5b15 - home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr - icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true - keywords: - - readarr - - torrent - - usenet - - AudioBooks - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: readarr - sources: - - https://github.com/Readarr/Readarr - - https://readarr.com - type: application - urls: - - https://github.com/truecharts/apps/releases/download/readarr-9.0.9/readarr-9.0.9.tgz - version: 9.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -192186,43 +188230,6 @@ entries: - https://github.com/truecharts/apps/releases/download/readarr-3.1.5/readarr-3.1.5.tgz version: 3.1.5 recipes: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0 - created: "2021-11-07T19:47:55.159556496Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Recipes is a Django application to manage, tag and search recipes - using either built in models or external storage providers hosting PDF's, Images - or other files. - digest: df5dff450370bb628b6edd02b90bdbb640e9cd158f2b2342689406470d558b90 - home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes - icon: https://raw.githubusercontent.com/vabene1111/recipes/develop/docs/logo_color.svg - keywords: - - recipes - - cooking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: recipes - sources: - - https://github.com/vabene1111/recipes - - https://hub.docker.com/r/vabene1111/recipes - urls: - - https://github.com/truecharts/apps/releases/download/recipes-3.0.11/recipes-3.0.11.tgz - version: 3.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -192658,37 +188665,6 @@ entries: - https://github.com/truecharts/apps/releases/download/recipes-0.0.1/recipes-0.0.1.tgz version: 0.0.1 reg: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.16.1 - created: "2021-11-07T19:47:55.273885895Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Docker registry v2 command line client and repo listing generator - with security checks. - digest: ead55b69f705fbfad886760caf0a8b14e90050cb7edf4987abb4ba476a6b56df - home: https://github.com/truecharts/apps/tree/master/charts/stable/reg - icon: https://avatars.githubusercontent.com/u/37218338 - keywords: - - reg - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: reg - sources: - - https://github.com/genuinetools/reg - - https://github.com/k8s-at-home/container-images/ - urls: - - https://github.com/truecharts/apps/releases/download/reg-4.0.6/reg-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -194655,40 +190631,6 @@ entries: - https://github.com/truecharts/apps/releases/download/reg-1.0.0/reg-1.0.0.tgz version: 1.0.0 remmina: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0-rcgi - created: "2021-11-07T19:47:55.389015699Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A remote desktop client written in GTK - digest: 11a7a120fecc06e73fc6ed44b186d2c03f98ce06b72b409f834b356002e7c049 - home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png - keywords: - - remina - - remote - - desktop - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: remmina - sources: - - https://github.com/linuxserver/docker-remmina - - https://remmina.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/remmina-1.0.7/remmina-1.0.7.tgz - version: 1.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -194942,39 +190884,6 @@ entries: - https://github.com/truecharts/apps/releases/download/remmina-0.0.2/remmina-0.0.2.tgz version: 0.0.2 resilio-sync: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.2.1375 - created: "2021-11-07T19:47:55.499664776Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Resilio Sync is a fast, reliable, and simple file sync and share - solution, powered by P2P technology - digest: e867600873672ec55a972b3d659d33f106ca4fa79ee6091a6b6f15d9f939f34a - home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync - icon: https://blog.resilio.com/wp-content/uploads/2016/06/SyncSymbol-260x260px.png - keywords: - - resilio - - sync - - btsync - - bittorrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: resilio-sync - sources: - - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync - urls: - - https://github.com/truecharts/apps/releases/download/resilio-sync-4.0.6/resilio-sync-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -196559,37 +192468,6 @@ entries: - https://github.com/truecharts/apps/releases/download/resilio-sync-1.0.1/resilio-sync-1.0.1.tgz version: 1.0.1 sabnzbd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.4.2 - created: "2021-11-07T19:47:55.614981881Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Free and easy binary newsreader - digest: 3a676475d44843ce25c18ca173aa99b2ed317a5b89a50b467c820fbd3891ac52 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd - icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4 - keywords: - - sabnzbd - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: sabnzbd - sources: - - https://sabnzbd.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sabnzbd-9.0.6/sabnzbd-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -199011,36 +194889,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sabnzbd-3.1.5/sabnzbd-3.1.5.tgz version: 3.1.5 ser2sock: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-11-07T19:47:55.744217071Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Serial to Socket Redirector - digest: d364c65141942933ed35d06c9bfa6adfdf5969cb0557384ca6383280aa93de38 - home: https://github.com/truechartsapps/tree/master/charts/stable/ser2sock - icon: https://i.imgur.com/GfZ7McO.png - keywords: - - ser2sock - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: ser2sock - sources: - - https://github.com/nutechsoftware/ser2sock - - https://github.com/tenstartups/ser2sock - urls: - - https://github.com/truecharts/apps/releases/download/ser2sock-4.0.6/ser2sock-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -200432,44 +196280,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz version: 1.0.1 shiori: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-11-07T19:47:55.862638795Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: A simple bookmark manager built with Go - digest: 16a1bc3274d8e7b9e66927efcf08115be83e2ca90e2e40628429e4e18469a831 - home: https://github.com/truecharts/apps/tree/main/charts/shiori - icon: https://github.com/go-shiori/shiori/raw/master/internal/view/res/apple-touch-icon-152x152.png - keywords: - - shiori - - bookmark - - bookmark-manager - - web-interface - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: shiori - sources: - - https://github.com/go-shiori/shiori - - https://github.com/nicholaswilde/docker-shiori - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shiori-3.0.7/shiori-3.0.7.tgz - version: 3.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -200765,39 +196575,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shiori-0.0.1/shiori-0.0.1.tgz version: 0.0.1 shorturl: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0 - created: "2021-11-07T19:47:55.983088931Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Self hosted web app for shortening urls (URL shortener) - digest: a032304482792787b442a3db433e96aef715c3a5d93a49d6e202e79ebc5b214e - home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl - keywords: - - url - - shortener - - shorten - - shorturl - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: shorturl - sources: - - https://github.com/prologic/shorturl - - https://github.com/nicholaswilde/docker-shorturl - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shorturl-1.0.6/shorturl-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -201010,40 +196787,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shorturl-0.0.2/shorturl-0.0.2.tgz version: 0.0.2 sickchill: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.5.10 - created: "2021-11-07T19:47:56.105854882Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: An Automatic Video Library Manager for TV Shows - digest: ec00cec8075dbd678ca382ce48bd0964a5fbc4e6629639b61ddb91f3c8a33b9d - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill - icon: https://github.com/SickChill/SickChill/raw/master/sickchill/gui/slick/images/ico/android-chrome-256x256.png - keywords: - - sickchill - - video - - library - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: sickchill - sources: - - https://github.com/linuxserver/docker-sickchill - - https://github.com/SickChill/SickChill - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sickchill-1.0.6/sickchill-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -201263,41 +197006,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickchill-0.0.2/sickchill-0.0.2.tgz version: 0.0.2 sickgear: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.25.4 - created: "2021-11-07T19:47:56.23312816Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more - digest: bb51aca44586c3281c0cb1975fbdba0a404a80056ce18e6561b00235754cdd31 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear - icon: https://avatars.githubusercontent.com/u/9690267?s=200&v=4 - keywords: - - sickgear - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: sickgear - sources: - - https://github.com/linuxserver/docker-sickgear - - https://github.com/SickGear/SickGear - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sickgear-1.0.6/sickgear-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -201524,39 +197232,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickgear-0.0.2/sickgear-0.0.2.tgz version: 0.0.2 smokeping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.3 - created: "2021-11-07T19:47:56.354959205Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Keep track of your network latency. - digest: d97fe5116966423f5975ecb0cf2d0b500967d8404231747f39d73e43c58fe2b2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping - icon: https://github.com/truecharts/apps/raw/main/images/smokeping.png - keywords: - - smokeping - - network - - latency - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: smokeping - sources: - - https://oss.oetiker.ch/smokeping/ - - https://hub.docker.com/r/linuxserver/smokeping - type: application - urls: - - https://github.com/truecharts/apps/releases/download/smokeping-1.0.7/smokeping-1.0.7.tgz - version: 1.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -202727,41 +198402,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sogo-0.0.1/sogo-0.0.1.tgz version: 0.0.1 sonarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.6.1342 - created: "2021-11-07T19:47:56.469327204Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Smart PVR for newsgroup and bittorrent users - digest: cdedae86893c9bc16a6d9468b5e77cb68be914ad671b0b8e8c92ecaceede7e11 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr - icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true - keywords: - - sonarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: sonarr - sources: - - https://github.com/Sonarr/Sonarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sonarr-9.0.7/sonarr-9.0.7.tgz - version: 9.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -205582,41 +201222,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sonarr-3.1.5/sonarr-3.1.5.tgz version: 3.1.5 sqlitebrowser: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.12.2 - created: "2021-11-07T19:47:56.59622068Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite - digest: 9dbf0d6f9d5e06bdbba32ed1b711c01b7ff706a06e302de0082e9d799cf65fd4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser - icon: https://sqlitebrowser.org/images/sqlitebrowser.svg - keywords: - - sqlite - - browser - - sqlitebrowser - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: sqlitebrowser - sources: - - https://github.com/linuxserver/docker-sqlitebrowser - - https://sqlitebrowser.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sqlitebrowser-1.0.8/sqlitebrowser-1.0.8.tgz - version: 1.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -205913,36 +201518,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sqlitebrowser-0.0.2/sqlitebrowser-0.0.2.tgz version: 0.0.2 stash: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.10.0 - created: "2021-11-07T19:47:56.72379096Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: An organizer for your porn, written in Go - digest: 979092753bafa8e3b85de7e42a46a579fc304c16fde529d88f840d113ae7fead - home: https://github.com/truechartsapps/tree/master/charts/stable/stash - icon: https://raw.githubusercontent.com/stashapp/website/master/images/stash.svg - keywords: - - porn - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: stash - sources: - - https://github.com/stashapp/stash - - https://hub.docker.com/r/stashapp/stash - urls: - - https://github.com/truecharts/apps/releases/download/stash-4.0.6/stash-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -207434,40 +203009,6 @@ entries: - https://github.com/truecharts/apps/releases/download/stash-1.0.2/stash-1.0.2.tgz version: 1.0.2 static: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: ee8a20c - created: "2021-11-07T19:47:56.835595344Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A self-hosted static file serving app which does nothing more than - just serve up static files from a mounted volume. - digest: f06107ed8d8298df8c804e59791fd6be3c3031951b9ad76edb385c96ac803e7e - home: https://github.com/truecharts/apps/tree/master/charts/stable/static - keywords: - - app - - web - - filesystem - - static - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: static - sources: - - https://github.com/prologic/static - - https://github.com/nicholaswilde/docker-static - type: application - urls: - - https://github.com/truecharts/apps/releases/download/static-1.0.6/static-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -207687,41 +203228,6 @@ entries: - https://github.com/truecharts/apps/releases/download/static-0.0.2/static-0.0.2.tgz version: 0.0.2 statping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.90.74 - created: "2021-11-07T19:47:56.967092348Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Status page for monitoring your websites and applications - digest: 168957e814da8e1624ccf9650b4623a9345f70eaaf4db317f07d10652594c612 - home: https://github.com/truecharts/apps/tree/master/charts/stable/statping - icon: https://avatars.githubusercontent.com/u/61949049?s=200&v=4 - keywords: - - statping - - status - - status-page - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: statping - sources: - - https://github.com/statping/statping - urls: - - https://github.com/truecharts/apps/releases/download/statping-3.0.7/statping-3.0.7.tgz - version: 3.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -207993,41 +203499,6 @@ entries: - https://github.com/truecharts/apps/releases/download/statping-0.0.1/statping-0.0.1.tgz version: 0.0.1 syncthing: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.4 - created: "2021-11-07T19:47:57.092795716Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: P2P file synchronization application - digest: c387a0b66a1f6052e84a82ef9bcb0d663a7dceb072f4c478f04c1db68414627a - home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing - icon: https://raw.githubusercontent.com/syncthing/syncthing/main/assets/logo-128.png - keywords: - - syncthing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: luuk@nieuwdorp.me - name: luuknieuwdorp - url: nieuwdorp.me - name: syncthing - sources: - - https://syncthing.net/ - - https://github.com/syncthing/syncthing - - https://hub.docker.com/r/syncthing/syncthing - type: application - urls: - - https://github.com/truecharts/apps/releases/download/syncthing-9.0.7/syncthing-9.0.7.tgz - version: 9.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -210869,40 +206340,6 @@ entries: - https://github.com/truecharts/apps/releases/download/syncthing-3.1.5/syncthing-3.1.5.tgz version: 3.1.5 tautulli: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.7 - created: "2021-11-07T19:47:57.211800644Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A Python based monitoring and tracking tool for Plex Media Server - digest: 9d2104e21bcb2b2afa3c28b09ba4e75041fe669f88a3c822d4505567a98d4b4f - home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli - icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true - keywords: - - tautulli - - plex - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: tautulli - sources: - - https://github.com/Tautulli/Tautulli - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tautulli-9.0.6/tautulli-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -213629,39 +209066,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz version: 3.1.5 tdarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.10 - created: "2021-11-07T19:47:57.319753004Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Audio/Video library transcoding automation - digest: 6deee8579da07034193d9b00a836a00776946c871c5b6efbfda5d072d6dfc8ff - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr - icon: https://avatars.githubusercontent.com/u/43864057?v=4 - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: tdarr - sources: - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tdarr-1.0.6/tdarr-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -213874,39 +209278,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-0.0.1/tdarr-0.0.1.tgz version: 0.0.1 tdarr-node: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.10 - created: "2021-11-07T19:47:57.433480099Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Audio/Video library transcoding automation - digest: ed1797d68881800320b2b149b502be1e0e873b7543c1801024f6550c94141317 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node - icon: https://avatars.githubusercontent.com/u/43864057?v=4 - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: tdarr-node - sources: - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr_node - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tdarr-node-1.0.6/tdarr-node-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -214119,40 +209490,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-node-0.0.1/tdarr-node-0.0.1.tgz version: 0.0.1 teamspeak3: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - voice - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.13.6 - created: "2021-11-07T19:47:57.569625431Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: TeamSpeak is software for quality voice communication via the Internet. - digest: 69b5efb4316c715e3f7d8c0c720571da1c30648326ef7567d8f70986c6813871 - home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 - icon: https://raw.githubusercontent.com/docker-library/docs/618191cf82de051ff6661c3c8b82cfca1b663972/teamspeak/logo.png - keywords: - - voice server - - teamspeak - - teamspeak3 - - teamspeak server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: teamspeak3 - sources: - - https://hub.docker.com/_/teamspeak - - https://www.teamspeak.com/en/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/teamspeak3-2.0.6/teamspeak3-2.0.6.tgz - version: 2.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -214575,43 +209912,6 @@ entries: - https://github.com/truecharts/apps/releases/download/teamspeak3-0.0.1/teamspeak3-0.0.1.tgz version: 0.0.1 teedy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.9" - created: "2021-11-07T19:47:57.686732247Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Teedy is an open source, lightweight document management system for - individuals and businesses. - digest: e9f1b1daa75974d4efd0a763ceae14f2d44a4172eb3baa6b12028e37ce90d23b - home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy - icon: https://raw.githubusercontent.com/sismics/docs/v1.9/docs-web/src/main/resources/image/logo.png - keywords: - - teedy - - documents - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: teedy - sources: - - https://github.com/sismics/docs - - https://github.com/truecharts/apps/tree/master/charts/teedy - urls: - - https://github.com/truecharts/apps/releases/download/teedy-3.0.7/teedy-3.0.7.tgz - version: 3.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -215440,39 +210740,6 @@ entries: - https://github.com/truecharts/apps/releases/download/testbed-6.11.21/testbed-6.11.21.tgz version: 6.11.21 testrc2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - test - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.19.192 - created: "2021-11-07T19:47:57.807332185Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: API Support for your favorite torrent trackers. - digest: 5601985261d69d6386e56e78f1a6bef72fae550b5e6df8eb0cef83e7013decab - 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 - name: testrc2 - sources: - - https://github.com/Jackett/Jackett - type: application - urls: - - https://github.com/truecharts/apps/releases/download/testrc2-0.0.8/testrc2-0.0.8.tgz - version: 0.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -215672,39 +210939,6 @@ entries: - https://github.com/truecharts/apps/releases/download/testrc2-0.0.1/testrc2-0.0.1.tgz version: 0.0.1 thelounge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.2.0 - created: "2021-11-07T19:47:57.921174981Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: The Lounge, modern web IRC client designed for self-hosting - digest: d9c6d67bf685541c17755aad67257e2d1a92c82054b7089c37a3ddacf61350a1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge - icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4 - keywords: - - thelounge - - IRC - - The Lounge - - docker - - thelounge-docker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: thelounge - sources: - - https://github.com/thelounge/thelounge - urls: - - https://github.com/truecharts/apps/releases/download/thelounge-4.0.6/thelounge-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -217821,41 +213055,6 @@ entries: - https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz version: 1.0.0 traccar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4.14" - created: "2021-11-07T19:47:58.054218494Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Traccar is an open source GPS tracking system. - digest: d87d8920864e41181f65c99f8772d33f489a0050cb23102e2393430506add5bc - home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar - icon: https://github.com/traccar/traccar-web/raw/master/web/icon.png - keywords: - - traccar - - gps - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: traccar - sources: - - https://github.com/traccar/traccar - - https://hub.docker.com/r/traccar/traccar - urls: - - https://github.com/truecharts/apps/releases/download/traccar-3.0.7/traccar-3.0.7.tgz - version: 3.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -218127,6 +213326,39 @@ entries: - https://github.com/truecharts/apps/releases/download/traccar-0.0.1/traccar-0.0.1.tgz version: 0.0.1 traefik: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - network + truecharts.org/grade: U + apiVersion: v2 + appVersion: 2.5.3 + created: "2021-11-07T20:07:55.367717469Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.5.3 + description: Test App for Traefik + digest: d79976adeb9ccd71096e19d0cf812f11189522c8fb6775de901306fc1fff12ec + home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik + icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png + keywords: + - traefik + - ingress + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: traefik + sources: + - https://github.com/traefik/traefik + - https://github.com/traefik/traefik-helm-chart + - https://traefik.io/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/traefik-10.0.8/traefik-10.0.8.tgz + version: 10.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -222320,42 +217552,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traefik-0.0.1/traefik-0.0.1.tgz version: 0.0.1 transmission: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - download-tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: "3.00" - created: "2021-11-07T19:47:58.183251783Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: API Support for your favorite torrent trackers. - digest: d6c864a4dca058626420395f72952a3c3a7c96bdafd756e860b3a48e9883f1d5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission - icon: https://upload.wikimedia.org/wikipedia/commons/6/6d/Transmission_icon.png - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: transmission - sources: - - https://github.com/transmission/transmission - - https://hub.docker.com/r/linuxserver/transmission - type: application - urls: - - https://github.com/truecharts/apps/releases/download/transmission-9.0.6/transmission-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -225175,39 +220371,6 @@ entries: - https://github.com/truecharts/apps/releases/download/transmission-3.1.5/transmission-3.1.5.tgz version: 3.1.5 truecommand: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Administration - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.2 - created: "2021-11-07T19:47:58.358752656Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Aggregated management of TrueNAS devices - digest: f3203c3a42762b7a833ab6fa11f17197c14922645d90b119fb5ddce80c9c491f - home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand - icon: https://www.ixsystems.com/documentation/truecommand/1.2/_static/tv-logo.png - keywords: - - truecommand - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: kjeld@schouten-lebbing.nl - name: Ornias1993 - url: truecharts.org - name: truecommand - sources: - - https://hub.docker.com/r/ixsystems/truecommand - type: application - urls: - - https://github.com/truecharts/apps/releases/download/truecommand-9.0.6/truecommand-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -227729,40 +222892,6 @@ entries: - https://github.com/truecharts/apps/releases/download/truecommand-3.1.5/truecommand-3.1.5.tgz version: 3.1.5 tt-rss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9038.0 - created: "2021-11-07T19:47:58.48855655Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) - reader and aggregator - digest: 3fab810ca07a460861869e605e00fe553c11595aed365def5e243645e911c55b - home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss - icon: https://git.tt-rss.org/fox/tt-rss/raw/branch/master/images/favicon-72px.png - keywords: - - tt-rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: tt-rss - sources: - - https://git.tt-rss.org/fox/tt-rss - urls: - - https://github.com/truecharts/apps/releases/download/tt-rss-3.0.10/tt-rss-3.0.10.tgz - version: 3.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -228128,39 +223257,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tt-rss-0.0.1/tt-rss-0.0.1.tgz version: 0.0.1 tvheadend: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "63784405" - created: "2021-11-07T19:47:58.601155938Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: TVheadend - a TV streaming server and digital video recorder - digest: 95f9d166dad0f332a5aa1eecdd982688cb4ff674969e7cf25d4484e6b83fb81b - home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend - icon: https://avatars.githubusercontent.com/u/1908588?s=200&v=4 - keywords: - - tvheadend - - tv - - streaming - - dvb - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: tvheadend - sources: - - https://github.com/tvheadend/tvheadend - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tvheadend-10.0.6/tvheadend-10.0.6.tgz - version: 10.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -230697,41 +225793,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tvheadend-4.1.5/tvheadend-4.1.5.tgz version: 4.1.5 twtxt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.1 - created: "2021-11-07T19:47:58.721653975Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. - No ads, no tracking, your content, your data! - digest: 7477f43b19912a92896adf36dce497dc3fff082924ea206a18a233c1d4d2fc76 - home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt - icon: https://twtxt.net/media/XsLsDHuisnXcL6NuUkYguK.png - keywords: - - twtxt - - blogging - - blog - - social-network - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: twtxt - sources: - - https://github.com/prologic/twtxt - - https://github.com/nicholaswilde/docker-twtxt - type: application - urls: - - https://github.com/truecharts/apps/releases/download/twtxt-1.0.6/twtxt-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -230958,38 +226019,6 @@ entries: - https://github.com/truecharts/apps/releases/download/twtxt-0.0.2/twtxt-0.0.2.tgz version: 0.0.2 unifi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.54 - created: "2021-11-07T19:47:58.841547408Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Ubiquiti Network's Unifi Controller - digest: cc8d3143367ee2d637012e00a2a2cc06d4323bdbebb3ade0832c3018a39d747d - home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi - icon: https://dl.ubnt.com/press/logo-UniFi.png - keywords: - - ubiquiti - - unifi - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: unifi - sources: - - https://github.com/jacobalberty/unifi-docker - - https://unifi-network.ui.com - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unifi-9.0.6/unifi-9.0.6.tgz - version: 9.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -233558,43 +228587,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unifi-3.1.5/unifi-3.1.5.tgz version: 3.1.5 unpackerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.8 - created: "2021-11-07T19:47:58.970340495Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - 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: f90d7ea935031a08ae7065a7dcd88e51ae0ae5608d0207f6fa290d35719039c2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/unpackrr - icon: https://raw.githubusercontent.com/wiki/davidnewhall/unpackerr/images/unpackerr-logo-text.png - keywords: - - unpackerr - - sonarr - - radarr - - lidarr - - readarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: unpackerr - sources: - - https://github.com/davidnewhall/unpackerr - - https://hub.docker.com/r/golift/unpackerr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unpackerr-4.0.6/unpackerr-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -236011,40 +231003,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz version: 1.0.0 uptime-kuma: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.10.0 - created: "2021-11-07T19:47:59.089545124Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A fancy self-hosted monitoring tool - digest: 786391328fec95b81d81a5e929df6023a6d3aadd951a0a6419fd8857d2bfb8e5 - home: https://github.com/louislam/uptime-kuma - icon: https://raw.githubusercontent.com/louislam/uptime-kuma/master/public/icon.png - keywords: - - monitoring - - uptime - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: stavros-k@users.noreply.github.com - name: stavros-k - url: truecharts.org - name: uptime-kuma - sources: - - https://github.com/louislam/uptime-kuma - type: application - urls: - - https://github.com/truecharts/apps/releases/download/uptime-kuma-1.0.7/uptime-kuma-1.0.7.tgz - version: 1.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -236269,37 +231227,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptime-kuma-0.0.1/uptime-kuma-0.0.1.tgz version: 0.0.1 valheim: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-11-07T19:47:59.22135943Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Valheim dedicated gameserver with automatic update and world backup - support - digest: b3b622e2fa3acdf93f9dce0570c0a68b5ab6b7f4618b5b38bb279e46b2f3f3bf - home: https://github.com/truecharts/apps/tree/master/charts/stable/valheim - icon: https://raw.githubusercontent.com/lloesche/valheim-server-docker/main/misc/Logo_valheim.png - keywords: - - valheim - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: valheim - sources: - - https://github.com/lloesche/valheim-server-docker - - https://hub.docker.com/r/lloesche/valheim-server - urls: - - https://github.com/truecharts/apps/releases/download/valheim-1.0.6/valheim-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -236498,45 +231425,6 @@ entries: - https://github.com/truecharts/apps/releases/download/valheim-0.0.2/valheim-0.0.2.tgz version: 0.0.2 vaultwarden: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.23.0 - created: "2021-11-07T19:47:59.348152605Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Unofficial Bitwarden compatible server written in Rust - digest: 9a2938a5d1e0c140904eae8125c2438e2dc378cf09a520fffa9b6c09c6e7f021 - home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden - icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png - keywords: - - bitwarden - - bitwardenrs - - bitwarden_rs - - vaultwarden - - password - - rust - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: vaultwarden - sources: - - https://github.com/dani-garcia/vaultwarden - type: application - urls: - - https://github.com/truecharts/apps/releases/download/vaultwarden-12.0.8/vaultwarden-12.0.8.tgz - version: 12.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -242032,38 +236920,6 @@ entries: - https://github.com/truecharts/apps/releases/download/vaultwarden-1.0.0/vaultwarden-1.0.0.tgz version: 1.0.0 whoogle: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.0 - created: "2021-11-07T19:47:59.459199984Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A self-hosted, ad-free, privacy-respecting metasearch engine - digest: fa13a03f725a913c0d4c618b8af0b6e74127d951e3ab5557a8fc5bc3d0bda4d0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle - icon: https://raw.githubusercontent.com/benbusby/whoogle-search/develop/docs/banner.png - keywords: - - whoogle - - search - - open source - - privacy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: whoogle - sources: - - https://github.com/benbusby/whoogle-search - urls: - - https://github.com/truecharts/apps/releases/download/whoogle-1.0.6/whoogle-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -242269,40 +237125,6 @@ entries: - https://github.com/truecharts/apps/releases/download/whoogle-0.0.2/whoogle-0.0.2.tgz version: 0.0.2 wiki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 900b76a - created: "2021-11-07T19:47:59.578400313Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: A self-hosted well uh wiki engine or content management system. - digest: d8d6d69e18d40a81a7767580b4c41e9699a40550817c561e2bdfabb0a05f1d8c - home: https://github.com/truecharts/apps/tree/master/charts/stable/wiki - keywords: - - wiki - - web - - blog - - cms - - app - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: wiki - sources: - - https://github.com/prologic/wiki - - https://github.com/nicholaswilde/docker-wiki - type: application - urls: - - https://github.com/truecharts/apps/releases/download/wiki-1.0.6/wiki-1.0.6.tgz - version: 1.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -242522,42 +237344,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wiki-0.0.2/wiki-0.0.2.tgz version: 0.0.2 wikijs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2.5" - created: "2021-11-07T19:47:59.717558764Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 5.1.10 - description: Make documentation a joy to write using Wiki.js's beautiful and intuitive - interface! - digest: 580a04cb230805e8adc3460802b642c898cc82382044287faabd1fd60fcbb5fc - home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs - icon: https://static.requarks.io/logo/wikijs-butterfly.svg - keywords: - - wiki - - wikijs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: wikijs - sources: - - https://hub.docker.com/r/linuxserver/wikijs/ - - https://github.com/Requarks/wiki - urls: - - https://github.com/truecharts/apps/releases/download/wikijs-3.0.7/wikijs-3.0.7.tgz - version: 3.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -242837,39 +237623,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wikijs-0.0.1/wikijs-0.0.1.tgz version: 0.0.1 xteve: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0.200 - created: "2021-11-07T19:47:59.837805999Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: M3U Proxy for Plex DVR and Emby Live TV. - digest: b8fde66ad37b366010a9aa5d908bc1275389c797a8f950777d2452c8cead08e7 - home: https://github.com/truechartsapps/tree/master/charts/stable/xteve - icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg - keywords: - - xteve - - iptv - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: truecharts - url: https://truecharts.org - name: xteve - sources: - - https://github.com/xteve-project/xTeVe - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/xteve-4.0.6/xteve-4.0.6.tgz - version: 4.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -244454,38 +239207,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz version: 1.0.1 zigbee2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.0 - created: "2021-11-07T19:47:59.964960076Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Bridges events and allows you to control your Zigbee devices via - MQTT - digest: e198da9e2685af7b1eba8fb2c1524f9f917d714d97a497db2435d1d08342fb0a - home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt - icon: https://www.zigbee2mqtt.io/images/logo.png - keywords: - - zigbee - - mqtt - - home-assistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - name: zigbee2mqtt - sources: - - https://github.com/Koenkk/zigbee2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-1.0.7/zigbee2mqtt-1.0.7.tgz - version: 1.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -244723,44 +239444,6 @@ entries: - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-0.0.2/zigbee2mqtt-0.0.2.tgz version: 0.0.2 zwavejs2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.11.0 - created: "2021-11-07T19:48:00.089367737Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.5.3 - description: Fully configurable Zwave to MQTT gateway and Control Panel using - NodeJS and Vue - digest: 8b855ee14eea073afd45e8b237f48ce67b6a91ef416898ab085a27fde44f77b3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt - icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png - keywords: - - zwavejs2mqtt - - zwave-js - - z-wave - - zwave - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: truecharts.org - - email: 35702532+tprelog@users.noreply.github.com - name: tprelog - url: truecharts.org - name: zwavejs2mqtt - sources: - - https://github.com/zwave-js/zwavejs2mqtt - - https://hub.docker.com/r/zwavejs/zwavejs2mqtt - type: application - urls: - - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.8/zwavejs2mqtt-9.0.8.tgz - version: 9.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -248580,4 +243263,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-11-07T19:48:00.188727044Z" +generated: "2021-11-07T20:07:55.448188887Z"