From 705a9f53459db6080b6c60ae9953b672355e3c8c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 13 Jan 2022 17:30:38 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/incubator/frigate/CHANGELOG.md | 10 + charts/incubator/frigate/CONFIG.md | 8 + charts/incubator/frigate/Chart.yaml | 2 +- charts/incubator/frigate/README.md | 6 +- charts/incubator/frigate/helm-values.md | 63 + charts/incubator/frigate/security.md | 25 + docs/apps/incubator/frigate/CHANGELOG.md | 10 + docs/apps/incubator/frigate/CONFIG.md | 8 + docs/apps/incubator/frigate/helm-values.md | 63 + docs/apps/incubator/frigate/index.md | 38 + docs/apps/incubator/frigate/security.md | 25 + docs/index.yaml | 7378 +------------------- 12 files changed, 274 insertions(+), 7362 deletions(-) create mode 100644 charts/incubator/frigate/CHANGELOG.md create mode 100644 charts/incubator/frigate/CONFIG.md create mode 100644 charts/incubator/frigate/helm-values.md create mode 100644 charts/incubator/frigate/security.md create mode 100644 docs/apps/incubator/frigate/CHANGELOG.md create mode 100644 docs/apps/incubator/frigate/CONFIG.md create mode 100644 docs/apps/incubator/frigate/helm-values.md create mode 100644 docs/apps/incubator/frigate/index.md create mode 100644 docs/apps/incubator/frigate/security.md diff --git a/charts/incubator/frigate/CHANGELOG.md b/charts/incubator/frigate/CHANGELOG.md new file mode 100644 index 00000000000..0555a88a245 --- /dev/null +++ b/charts/incubator/frigate/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog
+ + + +### frigate-0.0.4 (2022-01-13) + +#### Feat + +* Add Frigate ([#1639](https://github.com/truecharts/apps/issues/1639)) + diff --git a/charts/incubator/frigate/CONFIG.md b/charts/incubator/frigate/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/charts/incubator/frigate/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/charts/incubator/frigate/Chart.yaml b/charts/incubator/frigate/Chart.yaml index 76cfb9a7610..15e63aea641 100644 --- a/charts/incubator/frigate/Chart.yaml +++ b/charts/incubator/frigate/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.0.1" +appVersion: "idia" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/incubator/frigate/README.md b/charts/incubator/frigate/README.md index c05da19d957..2e6dea68c08 100644 --- a/charts/incubator/frigate/README.md +++ b/charts/incubator/frigate/README.md @@ -1,14 +1,14 @@ # Introduction -Audio/Video library transcoding automation +NVR With Realtime Object Detection for IP Cameras TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** ## Source Code -* -* +* +* ## Requirements diff --git a/charts/incubator/frigate/helm-values.md b/charts/incubator/frigate/helm-values.md new file mode 100644 index 00000000000..75cb07a3d09 --- /dev/null +++ b/charts/incubator/frigate/helm-values.md @@ -0,0 +1,63 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env | string | `nil` | | +| frigate.birdseye.enabled | bool | `true` | | +| frigate.birdseye.mode | string | `"motion"` | | +| frigate.cameras[0].best_image_timeout | int | `60` | | +| frigate.cameras[0].detect.height | int | `720` | | +| frigate.cameras[0].detect.width | int | `1280` | | +| frigate.cameras[0].inputs[0].path | string | `"rtsp://username:password@highres.url"` | | +| frigate.cameras[0].inputs[0].roles[0] | string | `"record"` | | +| frigate.cameras[0].inputs[1].path | string | `"rtsp://username:password@lowres.url"` | | +| frigate.cameras[0].inputs[1].roles[0] | string | `"detect"` | | +| frigate.cameras[0].inputs[1].roles[1] | string | `"rtmp"` | | +| frigate.cameras[0].name | string | `"camera1"` | | +| frigate.cameras[0].objects.track[0] | string | `"person"` | | +| frigate.cameras[0].objects.track[1] | string | `"car"` | | +| frigate.cameras[0].objects.track[2] | string | `"motorcyle"` | | +| frigate.cameras[0].objects.track[3] | string | `"cat"` | | +| frigate.cameras[0].objects.track[4] | string | `"dog"` | | +| frigate.cameras[0].record.enabled | bool | `true` | | +| frigate.cameras[0].snapshots.enabled | bool | `true` | | +| frigate.mqtt.authentitcated | bool | `false` | | +| frigate.mqtt.host | string | `"mosquitto.ix-mosquitto.svc.cluster.local"` | | +| frigate.mqtt.password | string | `"password"` | | +| frigate.mqtt.port | int | `1883` | | +| frigate.mqtt.username | string | `"mqtt_user"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"blakeblackshear/frigate"` | | +| image.tag | string | `"0.10.0-beta6-amd64nvidia"` | | +| persistence.cache.enabled | bool | `true` | | +| persistence.cache.mountPath | string | `"/tmp/cache"` | | +| persistence.cache.type | string | `"emptyDir"` | | +| persistence.media.enabled | bool | `true` | | +| persistence.media.mountPath | string | `"/media"` | | +| persistence.shm.enabled | bool | `true` | | +| persistence.shm.medium | string | `"Memory"` | | +| persistence.shm.mountPath | string | `"/dev/shm"` | | +| persistence.shm.type | string | `"emptyDir"` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| portal.enabled | bool | `true` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | +| service.main.ports.main.port | int | `5000` | | +| service.main.ports.main.targetPort | int | `5000` | | +| service.rtmp.enabled | bool | `true` | | +| service.rtmp.ports.rtmp.enabled | bool | `true` | | +| service.rtmp.ports.rtmp.port | int | `1935` | | +| service.rtmp.ports.rtmp.protocol | string | `"TCP"` | | +| service.rtmp.ports.rtmp.targetPort | int | `1935` | | + +All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/frigate/security.md b/charts/incubator/frigate/security.md new file mode 100644 index 00000000000..ac974cb2c40 --- /dev/null +++ b/charts/incubator/frigate/security.md @@ -0,0 +1,25 @@ +--- +hide: + - toc +--- + +# Security Overview + + + +## Helm-Chart + +##### Scan Results + + + +| No Misconfigurations found | +|:---------------------------------| + +## Containers + +##### Detected Containers + + +##### Scan Results + diff --git a/docs/apps/incubator/frigate/CHANGELOG.md b/docs/apps/incubator/frigate/CHANGELOG.md new file mode 100644 index 00000000000..0555a88a245 --- /dev/null +++ b/docs/apps/incubator/frigate/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog
+ + + +### frigate-0.0.4 (2022-01-13) + +#### Feat + +* Add Frigate ([#1639](https://github.com/truecharts/apps/issues/1639)) + diff --git a/docs/apps/incubator/frigate/CONFIG.md b/docs/apps/incubator/frigate/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/docs/apps/incubator/frigate/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/incubator/frigate/helm-values.md b/docs/apps/incubator/frigate/helm-values.md new file mode 100644 index 00000000000..75cb07a3d09 --- /dev/null +++ b/docs/apps/incubator/frigate/helm-values.md @@ -0,0 +1,63 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env | string | `nil` | | +| frigate.birdseye.enabled | bool | `true` | | +| frigate.birdseye.mode | string | `"motion"` | | +| frigate.cameras[0].best_image_timeout | int | `60` | | +| frigate.cameras[0].detect.height | int | `720` | | +| frigate.cameras[0].detect.width | int | `1280` | | +| frigate.cameras[0].inputs[0].path | string | `"rtsp://username:password@highres.url"` | | +| frigate.cameras[0].inputs[0].roles[0] | string | `"record"` | | +| frigate.cameras[0].inputs[1].path | string | `"rtsp://username:password@lowres.url"` | | +| frigate.cameras[0].inputs[1].roles[0] | string | `"detect"` | | +| frigate.cameras[0].inputs[1].roles[1] | string | `"rtmp"` | | +| frigate.cameras[0].name | string | `"camera1"` | | +| frigate.cameras[0].objects.track[0] | string | `"person"` | | +| frigate.cameras[0].objects.track[1] | string | `"car"` | | +| frigate.cameras[0].objects.track[2] | string | `"motorcyle"` | | +| frigate.cameras[0].objects.track[3] | string | `"cat"` | | +| frigate.cameras[0].objects.track[4] | string | `"dog"` | | +| frigate.cameras[0].record.enabled | bool | `true` | | +| frigate.cameras[0].snapshots.enabled | bool | `true` | | +| frigate.mqtt.authentitcated | bool | `false` | | +| frigate.mqtt.host | string | `"mosquitto.ix-mosquitto.svc.cluster.local"` | | +| frigate.mqtt.password | string | `"password"` | | +| frigate.mqtt.port | int | `1883` | | +| frigate.mqtt.username | string | `"mqtt_user"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"blakeblackshear/frigate"` | | +| image.tag | string | `"0.10.0-beta6-amd64nvidia"` | | +| persistence.cache.enabled | bool | `true` | | +| persistence.cache.mountPath | string | `"/tmp/cache"` | | +| persistence.cache.type | string | `"emptyDir"` | | +| persistence.media.enabled | bool | `true` | | +| persistence.media.mountPath | string | `"/media"` | | +| persistence.shm.enabled | bool | `true` | | +| persistence.shm.medium | string | `"Memory"` | | +| persistence.shm.mountPath | string | `"/dev/shm"` | | +| persistence.shm.type | string | `"emptyDir"` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| portal.enabled | bool | `true` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | +| service.main.ports.main.port | int | `5000` | | +| service.main.ports.main.targetPort | int | `5000` | | +| service.rtmp.enabled | bool | `true` | | +| service.rtmp.ports.rtmp.enabled | bool | `true` | | +| service.rtmp.ports.rtmp.port | int | `1935` | | +| service.rtmp.ports.rtmp.protocol | string | `"TCP"` | | +| service.rtmp.ports.rtmp.targetPort | int | `1935` | | + +All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/frigate/index.md b/docs/apps/incubator/frigate/index.md new file mode 100644 index 00000000000..2e6dea68c08 --- /dev/null +++ b/docs/apps/incubator/frigate/index.md @@ -0,0 +1,38 @@ +# Introduction + +NVR With Realtime Object Detection for IP Cameras + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 8.9.21 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). + +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/frigate/security.md b/docs/apps/incubator/frigate/security.md new file mode 100644 index 00000000000..ac974cb2c40 --- /dev/null +++ b/docs/apps/incubator/frigate/security.md @@ -0,0 +1,25 @@ +--- +hide: + - toc +--- + +# Security Overview + + + +## Helm-Chart + +##### Scan Results + + + +| No Misconfigurations found | +|:---------------------------------| + +## Containers + +##### Detected Containers + + +##### Scan Results + diff --git a/docs/index.yaml b/docs/index.yaml index 78fcc7bb759..7cbbf98870f 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: "2022-01-13T17:22:41.986734482Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Airsonic is a Free and Open Source community driven media server - digest: 2930dc3a97a7d09ae317d42d8001825b59f1d6e3996a68d3fb10611bc202a52d - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic - icon: https://truecharts.org/_static/img/appicons/airsonic-icon.png - keywords: - - airsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: airsonic - sources: - - https://github.com/airsonic/airsonic - - https://github.com/linuxserver/docker-airsonic - - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - urls: - - https://github.com/truecharts/apps/releases/download/airsonic-4.0.33/airsonic-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -157,40 +126,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-4.0.23/airsonic-4.0.23.tgz version: 4.0.23 airsonic-advanced: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 11.0.0 - created: "2022-01-13T17:22:42.208452575Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Airsonic is a Free and Open Source community driven media server - digest: ea0ec35695185d73cf855c074e1ffb20f36e6dc998591a66b95921a10b2c9e0a - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic-advanced - icon: https://truecharts.org/_static/img/appicons/airsonic-icon.png - keywords: - - airsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: airsonic-advanced - sources: - - https://github.com/airsonic/airsonic-advanced - - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced - urls: - - https://github.com/truecharts/apps/releases/download/airsonic-advanced-1.0.4/airsonic-advanced-1.0.4.tgz - version: 1.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -260,35 +195,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-advanced-1.0.0/airsonic-advanced-1.0.0.tgz version: 1.0.0 amcrest2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.15 - created: "2022-01-13T17:22:42.381642252Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Expose all events from an Amcrest device to an MQTT broker - digest: 49ea03ea9a9310ef0ef9dc73281e20bae2230165ee17eec9129f3c732a3e31c6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt - icon: https://truecharts.org/_static/img/appicons/amcrest2mqtt-icon.png - keywords: - - amcrest2mqtt - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: amcrest2mqtt - sources: - - https://github.com/dchesterton/amcrest2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.34/amcrest2mqtt-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -435,43 +341,6 @@ entries: - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.23/amcrest2mqtt-2.0.23.tgz version: 2.0.23 anonaddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - email - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.9 - created: "2022-01-13T17:22:42.642974157Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.54 - description: Protect your email from spam using disposable addresses. - digest: a615089f65f65cd1ff89874e480b80ef8893a53c886ab9cef2e7914c1da6cb3e - home: https://github.com/truechartsapps/tree/master/charts/stable/anonaddy - icon: https://truecharts.org/_static/img/appicons/anonaddy-icon.png - keywords: - - anonaddy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: anonaddy - sources: - - https://github.com/anonaddy/docker - urls: - - https://github.com/truecharts/apps/releases/download/anonaddy-6.0.23/anonaddy-6.0.23.tgz - version: 6.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -695,38 +564,6 @@ entries: - https://github.com/truecharts/apps/releases/download/anonaddy-6.0.9/anonaddy-6.0.9.tgz version: 6.0.9 apache-musicindex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.1 - created: "2022-01-13T17:22:42.800425403Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Index and stream music using apache-musicindex and m3u playlists - digest: acb40e83c00935dbd91b916e5b094752b7e61a5b5d22c944fa4f10d0ed247861 - home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex - icon: https://truecharts.org/_static/img/appicons/apache-musicindex-icon.png - keywords: - - apache-musicindex - - streaming - - m3u - - playlist - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: apache-musicindex - sources: - - http://hacks.slashdirt.org/sw/musicindex/ - urls: - - https://github.com/truecharts/apps/releases/download/apache-musicindex-2.0.31/apache-musicindex-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -856,43 +693,6 @@ entries: - https://github.com/truecharts/apps/releases/download/apache-musicindex-2.0.21/apache-musicindex-2.0.21.tgz version: 2.0.21 appdaemon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.2.0 - created: "2022-01-13T17:22:42.973489233Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: 808f53da6e40aa7a7785d91f3936851624ac9972815054dfec22300be2d30d13 - home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon - icon: https://truecharts.org/_static/img/appicons/appdaemon-icon.png - keywords: - - appdaemon - - homeautomation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - - email: 20650065+warllo54@users.noreply.github.com - name: warllo54 - url: truecharts.org - name: appdaemon - sources: - - https://github.com/AppDaemon/appdaemon - type: application - urls: - - https://github.com/truecharts/apps/releases/download/appdaemon-7.0.13/appdaemon-7.0.13.tgz - version: 7.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1116,35 +916,6 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-7.0.0/appdaemon-7.0.0.tgz version: 7.0.0 aria2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:22:43.138611821Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: aria server for downloading web content - digest: 5c05654e780a8efbe5f68fc674fe2659d4f478e9208ad252c2c09c9342469276 - home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2 - icon: https://truecharts.org/_static/img/appicons/aria2-icon.png - keywords: - - aria2 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: aria2 - sources: - - https://github.com/P3TERX/Aria2-Pro-Docker - urls: - - https://github.com/truecharts/apps/releases/download/aria2-3.0.12/aria2-3.0.12.tgz - version: 3.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1291,41 +1062,6 @@ entries: - https://github.com/truecharts/apps/releases/download/aria2-3.0.0/aria2-3.0.0.tgz version: 3.0.0 audacity: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.2 - created: "2022-01-13T17:22:43.329143245Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: An easy-to-use, multi-track audio editor and recorder - digest: 4aa1f364d0805026bec403a9b7edefd51c4a26d89c854e384c07bdad545b3454 - home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity - icon: https://truecharts.org/_static/img/appicons/audacity-icon.png - keywords: - - audacity - - music - - recorder - - editor - - audio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: audacity - sources: - - https://github.com/linuxserver/docker-audacity - - https://www.audacityteam.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/audacity-2.0.31/audacity-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1467,55 +1203,6 @@ entries: - https://github.com/truecharts/apps/releases/download/audacity-2.0.21/audacity-2.0.21.tgz version: 2.0.21 authelia: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.33.1 - created: "2022-01-13T17:22:43.534085247Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 1.0.54 - description: Authelia is a Single Sign-On Multi-Factor portal for web apps - digest: eb3dcbfbc2a84b62f28f54fc36b6d52a3a748dc5e2b4dd7bab312b572dbad4c7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia - icon: https://truecharts.org/_static/img/appicons/authelia-icon.png - keywords: - - authelia - - authentication - - login - - SSO - - Authentication - - Security - - Two-Factor - - U2F - - YubiKey - - Push Notifications - - LDAP - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: authelia - sources: - - https://github.com/authelia/chartrepo - - https://github.com/authelia/authelia - type: application - urls: - - https://github.com/truecharts/apps/releases/download/authelia-8.0.27/authelia-8.0.27.tgz - version: 8.0.27 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1811,46 +1498,6 @@ entries: - https://github.com/truecharts/apps/releases/download/authelia-8.0.13/authelia-8.0.13.tgz version: 8.0.13 babybuddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.3 - created: "2022-01-13T17:22:43.721057552Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - 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: a45eac97ccb18f9633477d865cbe863c7b9a157a9364f23536623c8573e55a0f - home: https://github.com/truecharts/apps/tree/main/charts/babybuddy - icon: https://truecharts.org/_static/img/appicons/babybuddy-icon.png - keywords: - - baby - - buddy - - tracker - - parents - - parenting - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: babybuddy - sources: - - https://github.com/babybuddy/babybuddy - - https://github.com/nicholaswilde/docker-babybuddy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/babybuddy-5.0.28/babybuddy-5.0.28.tgz - version: 5.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2052,43 +1699,6 @@ entries: - https://github.com/truecharts/apps/releases/download/babybuddy-5.0.16/babybuddy-5.0.16.tgz version: 5.0.16 bazarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.2 - created: "2022-01-13T17:22:43.907439354Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Bazarr is a companion application to Sonarr and Radarr. It manages - and downloads subtitles based on your requirements - digest: d52c33cb69e35b711fd447f2d242d65f2ab269079d74d7b7cbb97f6d2cb97b2f - home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr - icon: https://truecharts.org/_static/img/appicons/bazarr-icon.png - keywords: - - bazarr - - radarr - - sonarr - - subtitles - - usenet - - torrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: bazarr - sources: - - https://github.com/morpheus65535/bazarr - - https://hub.docker.com/r/linuxserver/bazarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/bazarr-9.0.35/bazarr-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2312,41 +1922,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bazarr-9.0.23/bazarr-9.0.23.tgz version: 9.0.23 beets: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-13T17:22:44.066326308Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A music library manager and not, for the most part, a music player. - digest: 02e623b4853e9bfdbb412de34dd9fe9d57fe5f1c992efd5525d9e038c5e64d76 - home: https://github.com/truecharts/apps/tree/master/charts/stable/beets - icon: https://truecharts.org/_static/img/appicons/beets-icon.png - keywords: - - music - - library - - manager - - player - - beets - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: beets - sources: - - https://github.com/linuxserver/docker-beets - - https://beets.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/beets-2.0.34/beets-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2523,44 +2098,6 @@ entries: - https://github.com/truecharts/apps/releases/download/beets-2.0.23/beets-2.0.23.tgz version: 2.0.23 blog: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - hosting - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:22:44.272753817Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Lightweight self-hosted facebook-styled PHP blog. - digest: ceea70dbc610c801e05255b00d819f919a22b99410677dd66bad049be474704e - home: https://github.com/truechartsapps/tree/master/charts/stable/blog - icon: https://truecharts.org/_static/img/appicons/blog-icon.png - keywords: - - blog - - php - - self - - hosted - - facebook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: blog - sources: - - https://github.com/m1k1o/blog - - https://github.com/nicholaswilde/docker-blog - urls: - - https://github.com/truecharts/apps/releases/download/blog-0.0.22/blog-0.0.22.tgz - version: 0.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2790,37 +2327,6 @@ entries: - https://github.com/truecharts/apps/releases/download/blog-0.0.10/blog-0.0.10.tgz version: 0.0.10 boinc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 18.04.1 - created: "2022-01-13T17:22:44.436048395Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: BOINC is a platform for high-throughput computing on a large scale - (thousands or millions of computers). - digest: 5341889308d27d9f1dec2e21a86024a8586ccf77861d9f5a9bd22cceb03c8f0f - home: https://github.com/truecharts/apps/tree/master/charts/stable/boinc - icon: https://truecharts.org/_static/img/appicons/boinc-icon.png - keywords: - - boinc - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: boinc - sources: - - https://hub.docker.com/r/linuxserver/boinc - type: application - urls: - - https://github.com/truecharts/apps/releases/download/boinc-0.0.12/boinc-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2977,38 +2483,6 @@ entries: - https://github.com/truecharts/apps/releases/download/boinc-0.0.1/boinc-0.0.1.tgz version: 0.0.1 booksonic-air: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2009.1.0 - created: "2022-01-13T17:22:44.609793029Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Booksonic is a platform for accessing the audibooks you own wherever - you are - digest: 485ff2ab3803ec7608b5742c09b115207905696c04a311a4fe21ecd51ceeb18e - home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air - icon: https://truecharts.org/_static/img/appicons/booksonic-air-icon.png - keywords: - - booksonic - - audiobook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: booksonic-air - sources: - - https://github.com/popeen/Booksonic-Air - - https://hub.docker.com/r/linuxserver/booksonic-air - urls: - - https://github.com/truecharts/apps/releases/download/booksonic-air-4.0.33/booksonic-air-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3170,46 +2644,6 @@ entries: - https://github.com/truecharts/apps/releases/download/booksonic-air-4.0.20/booksonic-air-4.0.20.tgz version: 4.0.20 bookstack: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 21.12.2021 - created: "2022-01-13T17:22:44.788140887Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: A simple, self-hosted, easy-to-use platform for organising and storing - information. - digest: 97928500d5dae89c41bb997209322c7fa8510bee9a03e6f8458f1876f4415a86 - home: https://github.com/truechartsapps/tree/master/charts/stable/bookstack - icon: https://truecharts.org/_static/img/appicons/bookstack-icon.png - keywords: - - bookstack - - book - - stack - - organizer - - server - - hosted - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: bookstack - sources: - - https://www.bookstackapp.com/ - - https://hub.docker.com/r/linuxserver/bookstack - urls: - - https://github.com/truecharts/apps/releases/download/bookstack-0.0.22/bookstack-0.0.22.tgz - version: 0.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3371,36 +2805,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bookstack-0.0.11/bookstack-0.0.11.tgz version: 0.0.11 calibre: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.32.0 - created: "2022-01-13T17:22:44.938304495Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Calibre is a powerful and easy to use e-book manager. - digest: 522add5319032dd4a7d7620d038a03d10c90a2aee208ae47b87337ad2513f9d1 - home: https://github.com/truechartsapps/tree/master/charts/stable/calibre - icon: https://truecharts.org/_static/img/appicons/calibre-icon.png - keywords: - - calibre - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: calibre - sources: - - https://hub.docker.com/r/linuxserver/calibre/ - - https://github.com/kovidgoyal/calibre/ - urls: - - https://github.com/truecharts/apps/releases/download/calibre-5.0.13/calibre-5.0.13.tgz - version: 5.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3582,40 +2986,6 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-5.0.0/calibre-5.0.0.tgz version: 5.0.0 calibre-web: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.12 - created: "2022-01-13T17:22:45.106554199Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Calibre-Web is a web app providing a clean interface for browsing, - reading and downloading eBooks using an existing Calibre database. - digest: 08f33676e82d463bfbb027048ae57de745003e64473dd0fced092d3a0ec91fe7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre-web - icon: https://truecharts.org/_static/img/appicons/calibre-web-icon.png - keywords: - - calibre-web - - calibre - - ebook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: calibre-web - sources: - - https://hub.docker.com/r/linuxserver/calibre-web/ - - https://github.com/janeczku/calibre-web - type: application - urls: - - https://github.com/truecharts/apps/releases/download/calibre-web-9.0.31/calibre-web-9.0.31.tgz - version: 9.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3929,45 +3299,6 @@ entries: - https://github.com/truecharts/apps/releases/download/chevereto-0.0.1/chevereto-0.0.1.tgz version: 0.0.1 clarkson: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - vehicle - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.1.2 - created: "2022-01-13T17:22:45.300478141Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: A web-based dashboard application that gives you a neat and clean - interface for logging your fuel fill-ups for all of your vehicles. - digest: 9a4fa587566d5e3d85ac1f2ded975c6a4404acbec3aeaa05352b521e011d5a85 - home: https://github.com/truechartsapps/tree/master/charts/stable/clarkson - icon: https://truecharts.org/_static/img/appicons/clarkson-icon.png - keywords: - - fuel - - car - - log - - fill-up - - vehicle - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: clarkson - sources: - - https://github.com/linuxserver/Clarkson - - https://hub.docker.com/r/linuxserver/clarkson - urls: - - https://github.com/truecharts/apps/releases/download/clarkson-0.0.23/clarkson-0.0.23.tgz - version: 0.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4203,41 +3534,6 @@ entries: - https://github.com/truecharts/apps/releases/download/clarkson-0.0.9/clarkson-0.0.9.tgz version: 0.0.9 cloud9: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.29.2 - created: "2022-01-13T17:22:45.474618877Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A complete web based IDE with terminal access - digest: 9e54faee4dd593286219a6f0f89bac3dd995854c3556977fa73a78d8a7a43aa7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9 - icon: https://truecharts.org/_static/img/appicons/cloud9-icon.png - keywords: - - cloud9 - - ide - - terminal - - web - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: cloud9 - sources: - - https://aws.amazon.com/cloud9/ - - https://github.com/c9/core - - https://hub.docker.com/r/linuxserver/cloud9 - type: application - urls: - - https://github.com/truecharts/apps/releases/download/cloud9-2.0.34/cloud9-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4379,39 +3675,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cloud9-2.0.24/cloud9-2.0.24.tgz version: 2.0.24 code-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.0.1 - created: "2022-01-13T17:22:45.638214457Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Run VS Code on any machine anywhere and access it in the browser. - digest: 343d95f17539aefce1abed06ec4201727f682d16bb36f316545c8d92f875b482 - home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server - icon: https://truecharts.org/_static/img/appicons/codeserver-icon.png - keywords: - - code - - vs - - visual studio - - vscode - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: code-server - sources: - - https://github.com/cdr/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/code-server-2.1.15/code-server-2.1.15.tgz - version: 2.1.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4710,41 +3973,6 @@ entries: - https://github.com/truecharts/apps/releases/download/code-server-2.0.19/code-server-2.0.19.tgz version: 2.0.19 collabora-online: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 21.11.1.0 - created: "2022-01-13T17:22:45.799908626Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Collabora Online Development Edition – an awesome, Online Office - suite image suitable for home use. - digest: 0271b78a4756539fc633c295e51024212d8dfb41a65a7e76f912eb714d508371 - home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online - icon: https://truecharts.org/_static/img/appicons/collabora-icon.png - keywords: - - collabora-online - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: collabora-online - sources: - - https://hub.docker.com/r/collabora/code - - https://sdk.collaboraonline.com/contents.html - - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm - type: application - urls: - - https://github.com/truecharts/apps/releases/download/collabora-online-10.0.14/collabora-online-10.0.14.tgz - version: 10.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5609,36 +4837,6 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-3.3.6/common-test-3.3.6.tgz version: 3.3.6 couchpotato: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.22 - created: "2022-01-13T17:22:45.961630795Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Couchpotato is an automatic NZB and torrent downloader. - digest: 66bd69df3092fb49e4aa9fe8a5afd09316ef0d4c5e78c42dbde9fb59881b4f55 - home: https://github.com/truecharts/apps/tree/master/charts/stable/couchpotato - icon: https://truecharts.org/_static/img/appicons/couchpotato-icon.png - keywords: - - couchpotato - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: couchpotato - sources: - - https://hub.docker.com/r/linuxserver/couchpotato - type: application - urls: - - https://github.com/truecharts/apps/releases/download/couchpotato-0.0.12/couchpotato-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5790,35 +4988,6 @@ entries: - https://github.com/truecharts/apps/releases/download/couchpotato-0.0.1/couchpotato-0.0.1.tgz version: 0.0.1 cryptofolio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0 - created: "2022-01-13T17:22:46.1299745Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Track your cryptocurrency holdings/portfolio - digest: 0f27a112bb1dc2ce8f21762f0fa3c23a25ae3ff5a2c212f964d035e3bb6d0613 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio - icon: https://truecharts.org/_static/img/appicons/cryptofolio-icon.png - keywords: - - cryptofolio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: cryptofolio - sources: - - https://github.com/Xtrendence/cryptofolio - urls: - - https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.31/cryptofolio-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5936,36 +5105,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.21/cryptofolio-2.0.21.tgz version: 2.0.21 custom-app: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - custom - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.20.280 - created: "2022-01-13T17:22:46.280167707Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Advanced tool to create your own TrueCharts-based App - digest: 43ac679e81fb3dc2fba0697b9ed36819b3bea20a47a44c44bcb0de7cf3125fb0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - icon: https://truecharts.org/_static/img/appicons/custom-app-icon.png - keywords: - - custom - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: custom-app - sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - type: application - urls: - - https://github.com/truecharts/apps/releases/download/custom-app-3.0.55/custom-app-3.0.55.tgz - version: 3.0.55 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6417,37 +5556,6 @@ entries: - https://github.com/truecharts/apps/releases/download/custom-app-3.0.30/custom-app-3.0.30.tgz version: 3.0.30 darktable: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.6.1 - created: "2022-01-13T17:22:46.430234114Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Darktable is an open source photography workflow application and - raw developer. - digest: 69e59a280df6814d7c16bb2e8bd9169812e85aa4a358677b717591a4872e4575 - home: https://github.com/truecharts/apps/tree/master/charts/stable/darktable - icon: https://truecharts.org/_static/img/appicons/darktable-icon.png - keywords: - - darktable - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: darktable - sources: - - https://hub.docker.com/r/linuxserver/darktable - type: application - urls: - - https://github.com/truecharts/apps/releases/download/darktable-0.0.13/darktable-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6635,40 +5743,6 @@ entries: - https://github.com/truecharts/apps/releases/download/darktable-0.0.1/darktable-0.0.1.tgz version: 0.0.1 davos: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.1 - created: "2022-01-13T17:22:46.582721454Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: An FTP automation tool that periodically scans given host locations - for new files. - digest: 0e0208d9a71f544fb3e54c27d091bffe13ab83033463356531aaca8acd8d111a - home: https://github.com/truecharts/apps/tree/master/charts/stable/davos - icon: https://truecharts.org/_static/img/appicons/davos-icon.png - keywords: - - davos - - ftp - - automation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: davos - sources: - - https://github.com/linuxserver/docker-davos - - https://github.com/linuxserver/davos/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/davos-2.0.31/davos-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6806,37 +5880,6 @@ entries: - https://github.com/truecharts/apps/releases/download/davos-2.0.21/davos-2.0.21.tgz version: 2.0.21 ddclient: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.9.1 - created: "2022-01-13T17:22:46.74680346Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Ddclient is a Perl client used to update dynamic DNS entries for - accounts on Dynamic DNS Network Service Provider. - digest: 607e2c2524d309b148dd87c2809c4cfc593bc5e50c6ce4ada94339f49cd05264 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ddclient - icon: https://truecharts.org/_static/img/appicons/ddclient-icon.png - keywords: - - ddclient - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ddclient - sources: - - https://hub.docker.com/r/linuxserver/ddclient - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ddclient-0.0.12/ddclient-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6993,40 +6036,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ddclient-0.0.1/ddclient-0.0.1.tgz version: 0.0.1 deconz: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.01 - created: "2022-01-13T17:22:46.899509604Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: e766a7c439f6f8c7a61c7d4be7e7620b8caf57a6f7c217f137be5ed40bdb0cb4 - home: https://github.com/truechartsapps/tree/master/charts/stable/deconz - icon: https://truecharts.org/_static/img/appicons/deconz-icon.png - keywords: - - deconz - - home-automation - - zigbee - - conbee - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deconz - sources: - - https://github.com/dresden-elektronik/deconz-rest-plugin - - https://github.com/marthoc/docker-deconz - urls: - - https://github.com/truecharts/apps/releases/download/deconz-6.0.12/deconz-6.0.12.tgz - version: 6.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7232,39 +6241,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deconz-5.0.7/deconz-5.0.7.tgz version: 5.0.7 deepstack: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.09.1 - created: "2022-01-13T17:22:47.077810988Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: 97495383908933d86af3e74f9fcba10280a2ce0e73edcbf90ce998acbe305588 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack - icon: https://truecharts.org/_static/img/appicons/deepstack-icon.png - keywords: - - AI - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deepstack - sources: - - https://github.com/johnolafenwa/DeepStack - - https://hub.docker.com/r/deepquestai/deepstack - - https://www.deepstack.cc/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deepstack-1.0.4/deepstack-1.0.4.tgz - version: 1.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7697,38 +6673,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-gpu-3.0.0/deepstack-gpu-3.0.0.tgz version: 3.0.0 deluge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.3 - created: "2022-01-13T17:22:47.232613443Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Deluge App for TrueNAS SCALE - digest: 7dc413f8b54716648e7eab7852962576b6f485f95d0cbb80ab2d03b596f3e80b - home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge - icon: https://truecharts.org/_static/img/appicons/deluge-icon.png - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deluge - sources: - - https://github.com/deluge-torrent/deluge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deluge-9.0.32/deluge-9.0.32.tgz - version: 9.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7858,41 +6802,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deluge-9.0.22/deluge-9.0.22.tgz version: 9.0.22 digikam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.3.0 - created: "2022-01-13T17:22:47.397096751Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Professional Photo Management with the Power of Open Source - digest: 06f858719fd5041cd8544edcdb3eecba15f2b0ee2076b2c3faee16a9b129560c - home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam - icon: https://truecharts.org/_static/img/appicons/digikam-icon.png - keywords: - - digikam - - photo - - management - - image - - gallery - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: digikam - sources: - - https://github.com/linuxserver/docker-digikam - - https://www.digikam.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/digikam-2.0.33/digikam-2.0.33.tgz - version: 2.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8034,37 +6943,6 @@ entries: - https://github.com/truecharts/apps/releases/download/digikam-2.0.23/digikam-2.0.23.tgz version: 2.0.23 dillinger: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.39.1 - created: "2022-01-13T17:22:47.529690083Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS - powered HTML5 Markdown editor. - digest: f89e90dc41783eec7ef5bb8bb794349db234a19cc5884c4540843c8e795345a6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/dillinger - icon: https://truecharts.org/_static/img/appicons/dillinger-icon.png - keywords: - - dillinger - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dillinger - sources: - - https://hub.docker.com/r/linuxserver/dillinger - type: application - urls: - - https://github.com/truecharts/apps/releases/download/dillinger-0.0.12/dillinger-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8221,37 +7099,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dillinger-0.0.1/dillinger-0.0.1.tgz version: 0.0.1 dizquetv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-13T17:22:47.702231836Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Create live TV channel streams from media on your Plex servers. - digest: 9749842f2840bfcd342c65ada02ecf55e3834fa4d46a683a2964f30b3736a6bf - home: https://github.com/truechartsapps/tree/master/charts/stable/dizquetv - icon: https://truecharts.org/_static/img/appicons/dizquetv-icon.png - keywords: - - dizqueTV - - dizquetv - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dizquetv - sources: - - https://github.com/vexorian/dizquetv - - https://hub.docker.com/r/vexorian/dizquetv - urls: - - https://github.com/truecharts/apps/releases/download/dizquetv-5.0.12/dizquetv-5.0.12.tgz - version: 5.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8439,37 +7286,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-4.0.19/dizquetv-4.0.19.tgz version: 4.0.19 dokuwiki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.28 - created: "2022-01-13T17:22:47.871764072Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Dokuwiki is a simple to use and highly versatile Open Source wiki - software that doesn't require a database. - digest: af4d188f473f13ae42a1ad7897dc6da25ab64279f7b55c7dce12a65513bf388c - home: https://github.com/truecharts/apps/tree/master/charts/stable/dokuwiki - icon: https://truecharts.org/_static/img/appicons/dokuwiki-icon.png - keywords: - - dokuwiki - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dokuwiki - sources: - - https://hub.docker.com/r/linuxserver/dokuwiki - type: application - urls: - - https://github.com/truecharts/apps/releases/download/dokuwiki-0.0.12/dokuwiki-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8626,37 +7442,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dokuwiki-0.0.1/dokuwiki-0.0.1.tgz version: 0.0.1 domoticz: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.1.202 - created: "2022-01-13T17:22:48.065620843Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Domoticz is a Home Automation System that lets you monitor and configure - various devices like Lights, Switches and much more. - digest: 85ba8004d2ee2f955b2ba67d01c413123f1d714c31fc437010ed2e30c8f22520 - home: https://github.com/truecharts/apps/tree/master/charts/stable/domoticz - icon: https://truecharts.org/_static/img/appicons/domoticz-icon.png - keywords: - - domoticz - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: domoticz - sources: - - https://hub.docker.com/r/linuxserver/domoticz - type: application - urls: - - https://github.com/truecharts/apps/releases/download/domoticz-0.0.16/domoticz-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8937,40 +7722,6 @@ entries: - https://github.com/truecharts/apps/releases/download/domoticz-0.0.1/domoticz-0.0.1.tgz version: 0.0.1 doublecommander: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.2 - created: "2022-01-13T17:22:48.223383414Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A free cross platform open source file manager with two panels side - by side. - digest: cb6a52f2c3d37275d845d52acef1be257fb7e7821a0592148f3fe0d30c4aef1b - home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander - icon: https://truecharts.org/_static/img/appicons/doublecommander-icon.png - keywords: - - doublecommander - - file - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: doublecommander - sources: - - https://github.com/linuxserver/docker-doublecommander - - https://doublecmd.sourceforge.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/doublecommander-2.0.34/doublecommander-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9108,42 +7859,6 @@ entries: - https://github.com/truecharts/apps/releases/download/doublecommander-2.0.24/doublecommander-2.0.24.tgz version: 2.0.24 dsmr-reader: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.09.02 - created: "2022-01-13T17:22:48.391634243Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: DSMR-protocol reader, telegram data storage and energy consumption - visualizer. - digest: eb7db93b8b19cb8171218cf3a7dac70c2fa4cd2c915580601bce114a6b44292a - home: https://github.com/truecharts/apps/tree/master/charts/stable/dsmr-reader - icon: https://truecharts.org/_static/img/appicons/dsmr-reader-icon.png - keywords: - - dsmr-reader - - energy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dsmr-reader - sources: - - https://github.com/dsmrreader/dsmr-reader - - https://github.com/xirixiz/dsmr-reader-docker - urls: - - https://github.com/truecharts/apps/releases/download/dsmr-reader-5.0.21/dsmr-reader-5.0.21.tgz - version: 5.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9289,37 +8004,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dsmr-reader-5.0.11/dsmr-reader-5.0.11.tgz version: 5.0.11 duckdns: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.17 - created: "2022-01-13T17:22:48.559954272Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Duckdns is a free service which will point a DNS (sub domains of - duckdns.org) to an IP of your choice. - digest: 1b49524e4834d34d56d5ce5bee0029e21b077632ee417b3d90e859bd09ecc651 - home: https://github.com/truecharts/apps/tree/master/charts/stable/duckdns - icon: https://truecharts.org/_static/img/appicons/duckdns-icon.png - keywords: - - duckdns - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: duckdns - sources: - - https://hub.docker.com/r/linuxserver/duckdns - type: application - urls: - - https://github.com/truecharts/apps/releases/download/duckdns-0.0.12/duckdns-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9476,36 +8160,6 @@ entries: - https://github.com/truecharts/apps/releases/download/duckdns-0.0.1/duckdns-0.0.1.tgz version: 0.0.1 duplicati: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: beta - created: "2022-01-13T17:22:48.722272068Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Store securely encrypted backups on cloud storage services! - digest: 612321287ba82e0566c7303d7af65bff2d279bcfba42ad5c49eeac52766f24f5 - home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati - icon: https://truecharts.org/_static/img/appicons/duplicati-icon.png - keywords: - - duplicati - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: duplicati - sources: - - https://hub.docker.com/r/linuxserver/duplicati/ - - https://github.com/duplicati/duplicati - urls: - - https://github.com/truecharts/apps/releases/download/duplicati-4.0.31/duplicati-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9627,39 +8281,6 @@ entries: - https://github.com/truecharts/apps/releases/download/duplicati-4.0.21/duplicati-4.0.21.tgz version: 4.0.21 emby: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.6.7.0 - created: "2022-01-13T17:22:48.891686504Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Emby Server is a home media server - digest: 5c642b8d0f94e81182e9e83667c38a836b15b772d1e3326e547c08ebffec6407 - home: https://github.com/truecharts/apps/master/stable/emby - icon: https://truecharts.org/_static/img/appicons/emby-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: emby - sources: - - https://hub.docker.com/r/linuxserver/emby - - https://github.com/linuxserver/docker-emby.git - type: application - urls: - - https://github.com/truecharts/apps/releases/download/emby-9.0.33/emby-9.0.33.tgz - version: 9.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9793,37 +8414,6 @@ entries: - https://github.com/truecharts/apps/releases/download/emby-9.0.23/emby-9.0.23.tgz version: 9.0.23 embystat: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.2.0 - created: "2022-01-13T17:22:49.067332974Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Embystat is a personal web server that can calculate all kinds of - statistics from your (local) Emby server. - digest: f7192183ef7285306d6fd06e2c8530c52553944000fd8eb29e0df99873850640 - home: https://github.com/truecharts/apps/tree/master/charts/stable/embystat - icon: https://truecharts.org/_static/img/appicons/embystat-icon.png - keywords: - - embystat - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: embystat - sources: - - https://hub.docker.com/r/linuxserver/embystat - type: application - urls: - - https://github.com/truecharts/apps/releases/download/embystat-0.0.12/embystat-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9980,37 +8570,6 @@ entries: - https://github.com/truecharts/apps/releases/download/embystat-0.0.1/embystat-0.0.1.tgz version: 0.0.1 emulatorjs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.1 - created: "2022-01-13T17:22:49.240887532Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Emulatorjs - In browser web based emulation portable to nearly any - device for many retro consoles. - digest: e22727b03c13a5d35584788087d965c6a76d30d982a6e53076ae9c6a374983f5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/emulatorjs - icon: https://truecharts.org/_static/img/appicons/emulatorjs-icon.png - keywords: - - emulatorjs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: emulatorjs - sources: - - https://hub.docker.com/r/linuxserver/emulatorjs - type: application - urls: - - https://github.com/truecharts/apps/releases/download/emulatorjs-0.0.16/emulatorjs-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10291,37 +8850,6 @@ entries: - https://github.com/truecharts/apps/releases/download/emulatorjs-0.0.1/emulatorjs-0.0.1.tgz version: 0.0.1 endlessh: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.21 - created: "2022-01-13T17:22:49.388731849Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Endlessh is an SSH tarpit that very slowly sends an endless, random - SSH banner. - digest: 26c2ff2281be90fd56ee04663434a3aa934dac04a0b32314700020efd50f2caa - home: https://github.com/truecharts/apps/tree/master/charts/stable/endlessh - icon: https://truecharts.org/_static/img/appicons/endlessh-icon.png - keywords: - - endlessh - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: endlessh - sources: - - https://hub.docker.com/r/linuxserver/endlessh - type: application - urls: - - https://github.com/truecharts/apps/releases/download/endlessh-0.0.12/endlessh-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10478,38 +9006,6 @@ entries: - https://github.com/truecharts/apps/releases/download/endlessh-0.0.1/endlessh-0.0.1.tgz version: 0.0.1 esphome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.3 - created: "2022-01-13T17:22:49.555886771Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: 34e4afdc756dd3962a71c6ca4374779e1e8e35899be888c5522aa082bf28c76a - home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome - icon: https://truecharts.org/_static/img/appicons/esphome-icon.png - keywords: - - esphome - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: esphome - sources: - - https://github.com/esphome/esphome - - https://hub.docker.com/u/esphome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/esphome-9.0.39/esphome-9.0.39.tgz - version: 9.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10799,46 +9295,6 @@ entries: - https://github.com/truecharts/apps/releases/download/esphome-9.0.23/esphome-9.0.23.tgz version: 9.0.23 etherpad: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.14 - created: "2022-01-13T17:22:49.72950603Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: A real-time collaborative editor scalable to thousands of simultaneous - real time users. - digest: 72fd355899630e3d1971b0c9e3ac015bff9dcc5c981de1a5a34e65ea078aa9bb - home: https://github.com/truecharts/apps/tree/main/charts/etherpad - icon: https://truecharts.org/_static/img/appicons/etherpad-icon.png - keywords: - - etherpad - - editor - - notepad - - pad - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: etherpad - sources: - - https://etherpad.org/ - - https://github.com/ether/etherpad-lite - - https://hub.docker.com/r/nicholaswilde/etherpad - type: application - urls: - - https://github.com/truecharts/apps/releases/download/etherpad-5.0.22/etherpad-5.0.22.tgz - version: 5.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11000,37 +9456,6 @@ entries: - https://github.com/truecharts/apps/releases/download/etherpad-5.0.12/etherpad-5.0.12.tgz version: 5.0.12 external-service: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.66.6 - created: "2022-01-13T17:22:49.888942111Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Allow external services to be used like Apps. - digest: f98cca74beb25c1b5df8281d6609a2f5f207cc6da1ca09b7b18de6a3960d0a56 - home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service - icon: https://truecharts.org/_static/img/appicons/external-service-icon.png - keywords: - - external-service - - reverse-proxy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: external-service - sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/external-service - type: application - urls: - - https://github.com/truecharts/apps/releases/download/external-service-4.0.30/external-service-4.0.30.tgz - version: 4.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11156,41 +9581,6 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-4.0.20/external-service-4.0.20.tgz version: 4.0.20 filezilla: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.51.0 - created: "2022-01-13T17:22:50.042966261Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A Helm chart for Kubernetes - digest: 6e6860fd8ad2cccad9cda516e4af9e66af7206482660fe116450bea9c0714e49 - home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla - icon: https://truecharts.org/_static/img/appicons/filezilla-icon.png - keywords: - - filezilla - - ftp - - sftp - - ftps - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: filezilla - sources: - - https://filezilla-project.org/ - - https://github.com/linuxserver/docker-filezilla - type: application - urls: - - https://github.com/truecharts/apps/releases/download/filezilla-2.0.31/filezilla-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11332,45 +9722,6 @@ entries: - https://github.com/truecharts/apps/releases/download/filezilla-2.0.21/filezilla-2.0.21.tgz version: 2.0.21 fireflyiii: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - finacial - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.6.5 - created: "2022-01-13T17:22:50.235625725Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.54 - description: A free and open source personal finance manager - digest: 86b5d2d9c623bc08c5d9e1aa97ce0afcda982adc209efadf4ac92dd1de59e06d - home: https://github.com/firefly-iii/firefly-iii/ - icon: https://truecharts.org/_static/img/appicons/fireflyiii-icon.png - keywords: - - fireflyiii - - finacial - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fireflyiii - sources: - - https://github.com/firefly-iii/firefly-iii/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fireflyiii-13.1.15/fireflyiii-13.1.15.tgz - version: 13.1.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11676,36 +10027,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fireflyiii-13.0.10/fireflyiii-13.0.10.tgz version: 13.0.10 firefox: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 78.15.0 - created: "2022-01-13T17:22:50.389671875Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, - digest: 2eaeca96ff5db04536f8673a8c059a58d4ecd4d76c5a808c0f32b38629a6a719 - home: https://github.com/truecharts/apps/tree/master/charts/stable/firefox - icon: https://truecharts.org/_static/img/appicons/firefox-icon.png - keywords: - - firefox - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: firefox - sources: - - https://hub.docker.com/r/linuxserver/firefox - type: application - urls: - - https://github.com/truecharts/apps/releases/download/firefox-0.0.12/firefox-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11857,45 +10178,6 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-0.0.1/firefox-0.0.1.tgz version: 0.0.1 firefox-syncserver: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.0 - created: "2022-01-13T17:22:50.578033215Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: This is an all-in-one package for running a self-hosted Firefox Sync - server. - digest: dc8415c9afaa76083a2c6949b7c972eb0ec15ad4775a0bb83b885b4a2e0ba754 - home: https://github.com/truecharts/apps/tree/main/charts/firefox-syncserver - icon: https://truecharts.org/_static/img/appicons/firefox-syncserver-icon.png - keywords: - - server - - sync - - syncserver - - firefox - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: firefox-syncserver - sources: - - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html - - https://hub.docker.com/r/crazymax/firefox-syncserver - type: application - urls: - - https://github.com/truecharts/apps/releases/download/firefox-syncserver-5.0.22/firefox-syncserver-5.0.22.tgz - version: 5.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12053,37 +10335,6 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-syncserver-5.0.12/firefox-syncserver-5.0.12.tgz version: 5.0.12 flaresolverr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.0 - created: "2022-01-13T17:22:50.725296529Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: FlareSolverr is a proxy server to bypass Cloudflare protection - digest: 4d2dd8573561119f7e96da15a5ec666fc56cf74234f4a2cf51cd670384a472a5 - home: https://github.com/truechartsapps/tree/master/charts/stable/flaresolverr - icon: https://truecharts.org/_static/img/appicons/flaresolverr-icon.png - keywords: - - flaresolverr - - jackett - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: flaresolverr - sources: - - https://github.com/FlareSolverr/FlareSolverr - - https://hub.docker.com/r/flaresolverr/flaresolverr - urls: - - https://github.com/truecharts/apps/releases/download/flaresolverr-4.0.33/flaresolverr-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12240,41 +10491,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flaresolverr-4.0.22/flaresolverr-4.0.22.tgz version: 4.0.22 fleet: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.3.2 - created: "2022-01-13T17:22:50.889790037Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: Fleet provides an online web interface which displays a set of maintained - images from one or more owned repositories. - digest: 20eb38fc55e50ff37c323eea89be6bbfe21f9a5cf28c4eed64aad7bc21e7b8d8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/fleet - icon: https://truecharts.org/_static/img/appicons/fleet-icon.png - keywords: - - fleet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fleet - sources: - - https://hub.docker.com/r/linuxserver/fleet - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fleet-0.0.12/fleet-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12451,39 +10667,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fleet-0.0.1/fleet-0.0.1.tgz version: 0.0.1 flood: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.7.0 - created: "2022-01-13T17:22:51.041049272Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Flood is a monitoring service for various torrent clients - digest: d1f593978c1e56ea435646002af56db51ad0832fb2c1016aa49ca8b9cd14b0cb - home: https://github.com/truechartsapps/tree/master/charts/stable/flood - icon: https://truecharts.org/_static/img/appicons/flood-icon.png - keywords: - - flood - - rtorrent - - qbittorrent - - transmission - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: flood - sources: - - https://github.com/jesec/flood - - https://hub.docker.com/r/jesec/flood - urls: - - https://github.com/truecharts/apps/releases/download/flood-4.0.31/flood-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12650,40 +10833,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flood-4.0.19/flood-4.0.19.tgz version: 4.0.19 focalboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.0 - created: "2022-01-13T17:22:51.191157901Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Focalboard is an open source, self-hosted alternative to Trello, - Notion, and Asana. - digest: 5a54a0a66d7d0f16c7d1e545012d5e3e29601fb4114bceebe901897a764584a8 - home: https://github.com/truechartsapps/tree/master/charts/stable/focalboard - icon: https://truecharts.org/_static/img/appicons/focalboard-icon.png - keywords: - - focalboard - - kanban - - project management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: focalboard - sources: - - https://www.focalboard.com/ - - https://github.com/mattermost/focalboard - - https://github.com/FlipEnergy/container-images/blob/main/focalboard - urls: - - https://github.com/truecharts/apps/releases/download/focalboard-4.0.32/focalboard-4.0.32.tgz - version: 4.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12855,38 +11004,6 @@ entries: - https://github.com/truecharts/apps/releases/download/focalboard-4.0.20/focalboard-4.0.20.tgz version: 4.0.20 foldingathome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.6.21 - created: "2022-01-13T17:22:51.334741294Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Folding@home is a distributed computing project for simulating protein - dynamics, including the process of protein folding and the movements of proteins - implicated in a variety of diseases. - digest: 37904e836b9bbd04b92a4b73f01b93213072bd5c1c3b041bef2423c1476fcc34 - home: https://github.com/truecharts/apps/tree/master/charts/stable/foldingathome - icon: https://truecharts.org/_static/img/appicons/foldingathome-icon.png - keywords: - - foldingathome - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: foldingathome - sources: - - https://hub.docker.com/r/linuxserver/foldingathome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/foldingathome-0.0.13/foldingathome-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13080,38 +11197,6 @@ entries: - https://github.com/truecharts/apps/releases/download/foldingathome-0.0.1/foldingathome-0.0.1.tgz version: 0.0.1 fossil: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.15.1 - created: "2022-01-13T17:22:51.486963334Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A simple, high-reliability, distributed software configuration management - system - digest: 8abfdc4a4e698a4a28e89d0837b806f40ae1578fc104b52727b9c7866c2cc77c - home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil - icon: https://truecharts.org/_static/img/appicons/fossil-icon.png - keywords: - - fossil - - scm - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fossil - sources: - - https://fossil-scm.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fossil-2.0.31/fossil-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13241,38 +11326,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fossil-2.0.21/fossil-2.0.21.tgz version: 2.0.21 freeradius: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - auth - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.25 - created: "2022-01-13T17:22:51.647243819Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: OpenSource Radius implementation - digest: 3b514743ce76d0a1720b3776aedfdf805be86360ed279af5ab5a987adc48cf59 - home: https://www.openldap.org - icon: https://truecharts.org/_static/img/appicons/freeradius-icon.png - keywords: - - radius - - auth - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: freeradius - sources: - - https://hub.docker.com/r/freeradius/freeradius-server/ - - https://freeradius.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/freeradius-4.0.34/freeradius-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13434,38 +11487,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freeradius-4.0.23/freeradius-4.0.23.tgz version: 4.0.23 freshrss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.1 - created: "2022-01-13T17:22:51.827830217Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: FreshRSS is a self-hosted RSS feed aggregator - digest: eb4c07e737f381457fd0e81f6a702e2272b96aed27cd5d8ef73969e1fb2b6e71 - home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss - icon: https://truecharts.org/_static/img/appicons/freshrss-icon.png - keywords: - - freshrss - - rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: freshrss - sources: - - https://github.com/FreshRSS/FreshRSS - - https://hub.docker.com/r/linuxserver/freshrss - type: application - urls: - - https://github.com/truecharts/apps/releases/download/freshrss-9.0.35/freshrss-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13595,45 +11616,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freshrss-9.0.25/freshrss-9.0.25.tgz version: 9.0.25 friendica: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2021.09" - created: "2022-01-13T17:22:52.003410486Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.54 - description: Welcome to the free social web - digest: 2bffcbbde1755a36bedb0226766dde6500bdc6c75861ae705d8c13065f9d39fd - home: https://github.com/truechartsapps/tree/master/charts/stable/friendica - icon: https://truecharts.org/_static/img/appicons/friendica-icon.png - keywords: - - friend - - social - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: friendica - sources: - - https://friendi.ca/ - - https://hub.docker.com/_/friendica - urls: - - https://github.com/truecharts/apps/releases/download/friendica-0.0.27/friendica-0.0.27.tgz - version: 0.0.27 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13946,40 +11928,42 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/friendica-0.0.10/friendica-0.0.10.tgz version: 0.0.10 - gaps: + frigate: - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | - - media + - nvr truecharts.org/grade: U apiVersion: v2 - appVersion: 0.8.8 - created: "2022-01-13T17:22:52.153299814Z" + appVersion: idia + created: "2022-01-13T17:30:37.857523614Z" dependencies: - name: common repository: https://truecharts.org - version: 8.13.0 - description: Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. - digest: 5426f7e76a7547519ddb8d8e58212027a843c36d925f12ae0024ac00c5086c56 - home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps - icon: https://truecharts.org/_static/img/appicons/gaps-icon.png + version: 8.9.21 + description: NVR With Realtime Object Detection for IP Cameras + digest: 4280fff758cae506e6fa610622bb803e930fd9c71faef06971e75e8c8bf1c7a0 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/frigate + icon: https://truecharts.org/_static/img/appicons/frigate-icon.png keywords: - - gaps - - plex - - plex-media-server + - encode + - nvr + - media + - frigate kubeVersion: '>=1.16.0-0' maintainers: - email: info@truecharts.org name: TrueCharts url: https://truecharts.org - name: gaps + name: frigate sources: - - https://github.com/JasonHHouse/gaps + - https://github.com/blakeblackshear/frigate + - https://hub.docker.com/r/blakeblackshear/frigate type: application urls: - - https://github.com/truecharts/apps/releases/download/gaps-9.0.32/gaps-9.0.32.tgz - version: 9.0.32 + - https://github.com/truecharts/apps/releases/download/frigate-0.0.4/frigate-0.0.4.tgz + version: 0.0.4 + gaps: - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14146,51 +12130,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-9.0.20/gaps-9.0.20.tgz version: 9.0.20 gitea: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GIT - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.15.9 - created: "2022-01-13T17:22:52.321707044Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - - condition: memcached.enabled - name: memcached - repository: https://truecharts.org/ - version: 1.0.51 - description: Self hosted GIT repositories - digest: 1439132405d898fa7d92f4a6fba5fca497edd45413e2d7c69fd2dd79a64dff8f - home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea - icon: https://truecharts.org/_static/img/appicons/gitea-icon.png - keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gitea - sources: - - https://gitea.com/gitea/helm-chart - - https://github.com/go-gitea/gitea - - https://hub.docker.com/r/gitea/gitea/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gitea-5.0.28/gitea-5.0.28.tgz - version: 5.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14597,42 +12536,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gitea-5.0.11/gitea-5.0.11.tgz version: 5.0.11 golinks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 154c581 - created: "2022-01-13T17:22:52.481877328Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: 2716bb5c9b092c4f5a094f9615a3e941141b21c82ff381e432222060a8a531cf - home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks - icon: https://truecharts.org/_static/img/appicons/golinks-icon.png - keywords: - - search - - browser - - bookmarks - - smart-bookmarks - - golinks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: golinks - sources: - - https://github.com/prologic/golinks - - https://github.com/nicholaswilde/docker-golinks - type: application - urls: - - https://github.com/truecharts/apps/releases/download/golinks-2.0.31/golinks-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14778,37 +12681,6 @@ entries: - https://github.com/truecharts/apps/releases/download/golinks-2.0.21/golinks-2.0.21.tgz version: 2.0.21 gonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.14.0 - created: "2022-01-13T17:22:52.648075646Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Music streaming server / subsonic server API implementation - digest: 86e914e26548f76c8a5a04a31feebd62b667e5c9e6aeff105eb8fcc0c2f22646 - home: https://github.com/truechartsapps/tree/master/charts/stable/gonic - icon: https://truecharts.org/_static/img/appicons/gonic-icon.png - keywords: - - music - - subsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gonic - sources: - - https://github.com/sentriz/gonic - - https://hub.docker.com/r/sentriz/gonic - urls: - - https://github.com/truecharts/apps/releases/download/gonic-4.0.31/gonic-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14965,44 +12837,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-4.0.19/gonic-4.0.19.tgz version: 4.0.19 gotify: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.3 - created: "2022-01-13T17:22:52.809324636Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: a simple server for sending and receiving messages - digest: 8b116f2bc471da654b00523c6ca5a8e5d4da929ec51d29b30316fbfd9b468cc6 - home: https://github.com/truecharts/apps/tree/main/charts/gotify - icon: https://truecharts.org/_static/img/appicons/gotify-icon.png - keywords: - - server - - gotify - - messages - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gotify - sources: - - https://gotify.net/ - - https://github.com/gotify/server - - https://hub.docker.com/r/gotify/server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gotify-5.0.23/gotify-5.0.23.tgz - version: 5.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15156,41 +12990,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gotify-5.0.13/gotify-5.0.13.tgz version: 5.0.13 grafana: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.3.3 - created: "2022-01-13T17:22:52.958372959Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Grafana is an open source, feature rich metrics dashboard and graph - editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. - digest: 590be9d36e2e16b8c4e87b47e9bc7bfa08ccbb9594c032ec1c36725cb88855aa - home: https://github.com/truecharts/apps/tree/master/charts/stable/grafana - icon: https://truecharts.org/_static/img/appicons/grafana-icon.png - keywords: - - analytics - - monitoring - - metrics - - logs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grafana - sources: - - https://github.com/bitnami/bitnami-docker-grafana - - https://grafana.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grafana-2.0.22/grafana-2.0.22.tgz - version: 2.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15752,40 +13551,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grafana-1.0.11/grafana-1.0.11.tgz version: 1.0.11 grav: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.18 - created: "2022-01-13T17:22:53.099108536Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A Fast, Simple, and Flexible, file-based Web-platform. - digest: 6d0ad890648e72196e143298662430072228e5325a529fb49c40ec95a1ce9518 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grav - icon: https://truecharts.org/_static/img/appicons/grav-icon.png - keywords: - - grav - - web - - platform - - file - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grav - sources: - - https://github.com/linuxserver/docker-grav - - https://github.com/getgrav/grav/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grav-2.0.31/grav-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15923,37 +13688,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grav-2.0.21/grav-2.0.21.tgz version: 2.0.21 grocy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Home-Automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.1.1 - created: "2022-01-13T17:22:53.291077596Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: ERP beyond your fridge - grocy is a web-based self-hosted groceries - & household management solution for your home - digest: fa605c57a693a2fd9a1c2a250ace5cd4392a07b1ef7d475784936e26162634a4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grocy - icon: https://truecharts.org/_static/img/appicons/grocy-icon.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grocy - sources: - - https://github.com/grocy/grocy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grocy-9.0.32/grocy-9.0.32.tgz - version: 9.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16110,39 +13844,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grocy-9.0.19/grocy-9.0.19.tgz version: 9.0.19 guacd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.0 - created: "2022-01-13T17:22:53.455695905Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Guacd - Apache Guacamole is a clientless remote desktop gateway. - digest: 9d05b14446c181867d25a845a849fad90888632dc3531b98c88bc712899bfec8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/guacd - icon: https://truecharts.org/_static/img/appicons/guacd-icon.png - keywords: - - guacd - - guacamole - - remote - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: guacd - sources: - - https://hub.docker.com/r/guacamole/guacd - - https://github.com/apache/guacamole-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/guacd-0.0.15/guacd-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16357,37 +14058,6 @@ entries: - https://github.com/truecharts/apps/releases/download/guacd-0.0.1/guacd-0.0.1.tgz version: 0.0.1 habridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.4.0 - created: "2022-01-13T17:22:53.591628556Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Habridge emulates Philips Hue API to other home automation gateways - such as an Amazon Echo/Dot or other systems that support Philips Hue. - digest: d6e815bd645ca16a9c8de416b40284fe471c3db934988fc2d0a506c7096b15c6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/habridge - icon: https://truecharts.org/_static/img/appicons/habridge-icon.png - keywords: - - habridge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: habridge - sources: - - https://hub.docker.com/r/linuxserver/habridge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/habridge-0.0.13/habridge-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16575,41 +14245,6 @@ entries: - https://github.com/truecharts/apps/releases/download/habridge-0.0.1/habridge-0.0.1.tgz version: 0.0.1 handbrake: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.2 - created: "2022-01-13T17:22:53.806946345Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: HandBrake is a tool for converting video from nearly any format to - a selection of modern, widely supported codecs. - digest: addb403ef3cc0b6c1669edd9a794c9efe24e1473e5473e695153a18d15315646 - home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake - icon: https://truecharts.org/_static/img/appicons/handbrake-icon.png - keywords: - - handbrake - - encode - - media - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: handbrake - sources: - - https://github.com/jlesage/docker-handbrake - - https://hub.docker.com/r/jlesage/handbrake/ - - https://handbrake.fr/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/handbrake-10.0.12/handbrake-10.0.12.tgz - version: 10.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16821,39 +14456,6 @@ entries: - https://github.com/truecharts/apps/releases/download/handbrake-9.0.19/handbrake-9.0.19.tgz version: 9.0.19 haste-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:22:53.970174146Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Simple text sharing - digest: fdc6f825d3e60082a8abdda047da96793328c9138433213790c24977ce40bb71 - home: https://github.com/truecharts/apps/tree/master/charts/stable/haste - icon: https://truecharts.org/_static/img/appicons/haste-server-icon.png - keywords: - - haste - - hastebin - - haste-server - - pastebin - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: haste-server - sources: - - https://github.com/seejohnrun/haste-server - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/haste-server-4.0.31/haste-server-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16987,40 +14589,6 @@ entries: - https://github.com/truecharts/apps/releases/download/haste-server-4.0.21/haste-server-4.0.21.tgz version: 4.0.21 headphones: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 58edc604 - created: "2022-01-13T17:22:54.122546887Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: An automated music downloader for NZB and Torrent, written in Python. - It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. - digest: ddd997f3c16d52b5e35092f1fb41481e596202754db5696012650db469160522 - home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones - icon: https://truecharts.org/_static/img/appicons/headphones-icon.png - keywords: - - headphones - - music - - downloader - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: headphones - sources: - - https://github.com/linuxserver/docker-headphones - - https://github.com/rembo10/headphones - type: application - urls: - - https://github.com/truecharts/apps/releases/download/headphones-2.0.31/headphones-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17158,40 +14726,6 @@ entries: - https://github.com/truecharts/apps/releases/download/headphones-2.0.21/headphones-2.0.21.tgz version: 2.0.21 healthchecks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.0 - created: "2022-01-13T17:22:54.286871595Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: 4504d594f9462ec2c0c7cf36b13e1fafa830ccc0a824c00253c6d73f2e918ec2 - home: https://github.com/truechartsapps/tree/master/charts/stable/healthchecks - icon: https://truecharts.org/_static/img/appicons/healthchecks-icon.png - keywords: - - cron - - monitoring - - alert - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: healthchecks - sources: - - https://github.com/healthchecks/healthchecks - - https://hub.docker.com/r/linuxserver/healthchecks - urls: - - https://github.com/truecharts/apps/releases/download/healthchecks-5.0.12/healthchecks-5.0.12.tgz - version: 5.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17363,40 +14897,6 @@ entries: - https://github.com/truecharts/apps/releases/download/healthchecks-5.0.0/healthchecks-5.0.0.tgz version: 5.0.0 hedgedoc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.2 - created: "2022-01-13T17:22:54.441109846Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: HedgeDoc lets you create real-time collaborative markdown notes. - digest: 0765e9c0dec98cfafa24bf4fd7de475485c0ca7e7e03f16fdf54b283873e2b58 - home: https://github.com/truecharts/apps/tree/master/charts/stable/hedgedoc - icon: https://truecharts.org/_static/img/appicons/hedgedoc-icon.png - keywords: - - hedgedoc - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: hedgedoc - sources: - - https://hub.docker.com/r/linuxserver/hedgedoc - type: application - urls: - - https://github.com/truecharts/apps/releases/download/hedgedoc-0.0.12/hedgedoc-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17568,36 +15068,6 @@ entries: - https://github.com/truecharts/apps/releases/download/hedgedoc-0.0.1/hedgedoc-0.0.1.tgz version: 0.0.1 heimdall: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.2 - created: "2022-01-13T17:22:54.604924288Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: An Application dashboard and launcher - digest: 21d46656a139627a0394bb1ee8e0644957658d482c94849bbf8b1f370e4afa03 - home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall - icon: https://truecharts.org/_static/img/appicons/heimdall-icon.png - keywords: - - heimdall - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: heimdall - sources: - - https://github.com/linuxserver/Heimdall/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/heimdall-9.0.36/heimdall-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17719,43 +15189,6 @@ entries: - https://github.com/truecharts/apps/releases/download/heimdall-9.0.26/heimdall-9.0.26.tgz version: 9.0.26 home-assistant: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - home-automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.8 - created: "2022-01-13T17:22:54.783544381Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: home-assistant App for TrueNAS SCALE - digest: 7558bb99e102e4330453f4685ccdbd5c9cd7aab3d0e669f55b8bfb9189266bae - home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant - icon: https://truecharts.org/_static/img/appicons/home-assistant-icon.png - keywords: - - home-assistant - - hass - - homeassistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: home-assistant - sources: - - https://github.com/home-assistant/home-assistant - - https://github.com/cdr/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/home-assistant-12.0.30/home-assistant-12.0.30.tgz - version: 12.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18127,36 +15560,6 @@ entries: - https://github.com/truecharts/apps/releases/download/home-assistant-12.0.12/home-assistant-12.0.12.tgz version: 12.0.12 htpcmanager: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.17 - created: "2022-01-13T17:22:54.938740872Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Htpcmanager is a front end for many htpc related applications. - digest: e539439299c727d5ee3f909b750eee62f70e4c369023478b370488bdf4774ddc - home: https://github.com/truecharts/apps/tree/master/charts/stable/htpcmanager - icon: https://truecharts.org/_static/img/appicons/htpcmanager-icon.png - keywords: - - htpcmanager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: htpcmanager - sources: - - https://hub.docker.com/r/linuxserver/htpcmanager - type: application - urls: - - https://github.com/truecharts/apps/releases/download/htpcmanager-0.0.12/htpcmanager-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18308,37 +15711,6 @@ entries: - https://github.com/truecharts/apps/releases/download/htpcmanager-0.0.1/htpcmanager-0.0.1.tgz version: 0.0.1 hyperion-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.12 - created: "2022-01-13T17:22:55.09772216Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Hyperion is an opensource Bias or Ambient Lighting implementation - digest: 97f8122312e0267bed44c33893c75c5f48132095c38c0a4e938d000c2a7697ec - home: https://github.com/truechartsapps/tree/master/charts/stable/hyperion-ng - icon: https://truecharts.org/_static/img/appicons/hyperion-ng-icon.png - keywords: - - hyperion-ng - - hyperion - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: hyperion-ng - sources: - - https://github.com/hyperion-project/hyperion.ng - - https://hub.docker.com/r/sirfragalot/hyperion.ng - urls: - - https://github.com/truecharts/apps/releases/download/hyperion-ng-4.0.36/hyperion-ng-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18557,39 +15929,6 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-4.0.22/hyperion-ng-4.0.22.tgz version: 4.0.22 icantbelieveitsnotvaletudo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.2.1 - created: "2022-01-13T17:22:55.258077383Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Create live map data from Valetudo powered robots - digest: 04f3133f83a1df3965b0f454ccefe61ce762cf0b478b309dc3f99307a6b227e5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo - icon: https://truecharts.org/_static/img/appicons/icantbelieveitsnotvaletudo-icon.png - keywords: - - icantbelieveitsnotvaletudo - - MQTT - - valetudo - - iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: icantbelieveitsnotvaletudo - sources: - - https://github.com/Hypfer/ICantBelieveItsNotValetudo - - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo - urls: - - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-2.0.31/icantbelieveitsnotvaletudo-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18723,42 +16062,6 @@ entries: - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-2.0.21/icantbelieveitsnotvaletudo-2.0.21.tgz version: 2.0.21 icinga2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.1 - created: "2022-01-13T17:22:55.440280368Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: A monitoring system which checks the availability of your network - resources, notifies users of outages, and generates performance data for reporting. - digest: 83d1e5dec062401d5c2bfcebe0bc33b80f498c0ffa2684a9595c8a00bedd6eaf - home: https://github.com/truechartsapps/tree/master/charts/stable/icinga2 - icon: https://truecharts.org/_static/img/appicons/icinga2-icon.png - keywords: - - icinga2 - - monitoring - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: icinga2 - sources: - - https://github.com/jjethwa/icinga2 - - https://icinga.com/ - urls: - - https://github.com/truecharts/apps/releases/download/icinga2-0.0.20/icinga2-0.0.20.tgz - version: 0.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18904,37 +16207,6 @@ entries: - https://github.com/truecharts/apps/releases/download/icinga2-0.0.10/icinga2-0.0.10.tgz version: 0.0.10 ipfs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.0 - created: "2022-01-13T17:22:55.595572361Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Ipfs - A peer-to-peer hypermedia protocol designed to make the web - faster, safer, and more open - digest: c963113f9fcee362b6032fe5b597b27fc4d614eda126b850d5ce4d5846dddeb9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ipfs - icon: https://truecharts.org/_static/img/appicons/ipfs-icon.png - keywords: - - ipfs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ipfs - sources: - - https://hub.docker.com/r/linuxserver/ipfs - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ipfs-0.0.13/ipfs-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19122,39 +16394,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ipfs-0.0.1/ipfs-0.0.1.tgz version: 0.0.1 jackett: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - test - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.20.280 - created: "2022-01-13T17:22:55.740036576Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: API Support for your favorite torrent trackers. - digest: d3cd39bef832f25aff916d36fb029f86d038ab7c53bd7572c14c93340b753103 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett - icon: https://truecharts.org/_static/img/appicons/jackett-icon.png - keywords: - - jackett - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jackett - sources: - - https://github.com/Jackett/Jackett - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jackett-9.0.64/jackett-9.0.64.tgz - version: 9.0.64 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19651,41 +16890,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jackett-9.0.39/jackett-9.0.39.tgz version: 9.0.39 jdownloader2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - downloads - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.1 - created: "2022-01-13T17:22:55.885634719Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: bf9211616c91dd18bb83d77247f3f927e93cf9ba6e109b8381e686729fe134b1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jdownloader2 - icon: https://truecharts.org/_static/img/appicons/jdownloader2-icon.png - keywords: - - jdownloader - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jdownloader2 - sources: - - https://github.com/jlesage/docker-jdownloader-2 - - https://hub.docker.com/r/jlesage/jdownloader-2 - - https://jdownloader.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jdownloader2-5.0.12/jdownloader2-5.0.12.tgz - version: 5.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19897,38 +17101,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jdownloader2-4.0.21/jdownloader2-4.0.21.tgz version: 4.0.21 jellyfin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.7.7 - created: "2022-01-13T17:22:55.998488621Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Jellyfin is a Free Software Media System - digest: 133cc6136491570d279ee85d8a9e7ffc497d4b97495a50d4e8e128e2466cb2f5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin - icon: https://truecharts.org/_static/img/appicons/jellyfin-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jellyfin - sources: - - https://github.com/jellyfin/jellyfin - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jellyfin-9.0.32/jellyfin-9.0.32.tgz - version: 9.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20090,42 +17262,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jellyfin-9.0.20/jellyfin-9.0.20.tgz version: 9.0.20 joplin-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.3 - created: "2022-01-13T17:22:56.176522099Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: This server allows you to sync any Joplin client - digest: e3fdbc4a0bfc6fe58eb2cb31988bfa7509fc1e7c7b9eb9e9ca3ea882b62352f1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jopplin-server - icon: https://truecharts.org/_static/img/appicons/joplin-server-icon.png - keywords: - - joplin - - notes - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: joplin-server - sources: - - https://github.com/laurent22/joplin/tree/dev/packages/server - - https://github.com/laurent22/joplin - - https://hub.docker.com/r/joplin/server - urls: - - https://github.com/truecharts/apps/releases/download/joplin-server-5.0.24/joplin-server-5.0.24.tgz - version: 5.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20343,37 +17479,6 @@ entries: - https://github.com/truecharts/apps/releases/download/joplin-server-5.0.12/joplin-server-5.0.12.tgz version: 5.0.12 k8s-gateway: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.8 - created: "2022-01-13T17:22:56.343723798Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A Helm chart for the k8s_gateway CoreDNS plugin - digest: ad5726ea5eddb52376751543160de7a94268e038f4e07c21844313f0b1e27861 - home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway - icon: https://truecharts.org/_static/img/appicons/k8s-gateway-icon.png - keywords: - - DNS - - networking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: k8s-gateway - sources: - - https://github.com/ori-edge/k8s_gateway - type: application - urls: - - https://github.com/truecharts/apps/releases/download/k8s-gateway-4.0.31/k8s-gateway-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20499,40 +17604,6 @@ entries: - https://github.com/truecharts/apps/releases/download/k8s-gateway-4.0.22/k8s-gateway-4.0.22.tgz version: 4.0.22 kanboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.21 - created: "2022-01-13T17:22:56.5187923Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Kanboard is a free and open source Kanban project management software. - digest: ebc1aaa155718c5278d24d885fa6f403e3e4e8f68a8c6c5859f0285c55f9c5a6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard - icon: https://truecharts.org/_static/img/appicons/kanboard-icon.png - keywords: - - kanboard - - kanban - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kanboard - sources: - - https://github.com/kanboard/kanboard - urls: - - https://github.com/truecharts/apps/releases/download/kanboard-5.0.23/kanboard-5.0.23.tgz - version: 5.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20704,36 +17775,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kanboard-5.0.12/kanboard-5.0.12.tgz version: 5.0.12 kms: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - graywares - truecharts.org/grade: U - apiVersion: v2 - appVersion: minimal - created: "2022-01-13T17:22:56.670243994Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Private Windows Activation Server for development and testing - digest: 8b53278a85c14715275f525536f38b5ed5849390c062f7a178ee03130737b75c - home: https://github.com/truecharts/apps/tree/master/charts/stable/kms - icon: https://truecharts.org/_static/img/appicons/kms-icon.png - keywords: - - kms - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kms - sources: - - https://github.com/SystemRage/py-kms - type: application - urls: - - https://github.com/truecharts/apps/releases/download/kms-9.0.38/kms-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20975,36 +18016,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-9.0.22/kms-9.0.22.tgz version: 9.0.22 kodi-headless: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: "190" - created: "2022-01-13T17:22:56.84429017Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A headless install of kodi in a docker container. - digest: 779cd6beefa0f5cfa0ecd506a3b4c7949b7ecece4e4472e45730c20d3b22b884 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kodi-headless - icon: https://truecharts.org/_static/img/appicons/kodi-headless-icon.png - keywords: - - kodi-headless - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kodi-headless - sources: - - https://hub.docker.com/r/linuxserver/kodi-headless - type: application - urls: - - https://github.com/truecharts/apps/releases/download/kodi-headless-0.0.13/kodi-headless-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21186,39 +18197,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kodi-headless-0.0.1/kodi-headless-0.0.1.tgz version: 0.0.1 komga: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.143.1 - created: "2022-01-13T17:22:57.000994199Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A comics/mangas server to serve/stream pages via API - digest: 5c7c14b1cd0c68c42656e138e626ac7d3d49dea242bde5873b7a1b208fee05e1 - home: https://github.com/truechartsapps/tree/master/charts/stable/komga - icon: https://truecharts.org/_static/img/appicons/komga-icon.png - keywords: - - komga - - comics - - mangas - - server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: komga - sources: - - https://komga.org/ - - https://github.com/gotson/komga - urls: - - https://github.com/truecharts/apps/releases/download/komga-4.0.42/komga-4.0.42.tgz - version: 4.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21517,38 +18495,6 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-4.0.24/komga-4.0.24.tgz version: 4.0.24 lazylibrarian: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:22:57.169740038Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Get all your books, like series with Sonarr... - digest: 7fb271b33e7dcc619f2804c0cd0044546bf6ad391f1df722af11a58b5ed67936 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian - icon: https://truecharts.org/_static/img/appicons/lazylibrarian-icon.png - keywords: - - lazylibrarian - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lazylibrarian - sources: - - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - - https://lazylibrarian.gitlab.io - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lazylibrarian-9.0.42/lazylibrarian-9.0.42.tgz - version: 9.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21838,40 +18784,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lazylibrarian-9.0.24/lazylibrarian-9.0.24.tgz version: 9.0.24 leaf2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "0.5" - created: "2022-01-13T17:22:57.314985673Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Nissan Leaf connected services to MQTT adapter - digest: 92157536752415cc8521cdf2a35a31cbb0324a6004ea5ac95a02308defdc90e2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt - icon: https://truecharts.org/_static/img/appicons/leaf2mqtt-icon.png - keywords: - - leaf2mqtt - - leaf - - nissan - - kamereon - - carwings - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: leaf2mqtt - sources: - - https://github.com/mitsumaui/leaf2mqtt - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/leaf2mqtt-2.0.31/leaf2mqtt-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22009,43 +18921,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leaf2mqtt-2.0.21/leaf2mqtt-2.0.21.tgz version: 2.0.21 leantime: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.8 - created: "2022-01-13T17:22:57.487750415Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: Straightforward open source project management system to make your - ideas reality. - digest: 0b818dd645d1fb23b6c7aa49dce0a54cc614752c417ae63a9204454f370c0351 - home: https://github.com/truechartsapps/tree/master/charts/stable/leantime - icon: https://truecharts.org/_static/img/appicons/leantime-icon.png - keywords: - - leantime - - project - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: leantime - sources: - - https://leantime.io/ - - https://hub.docker.com/r/nicholaswilde/leantime - urls: - - https://github.com/truecharts/apps/releases/download/leantime-1.0.9/leantime-1.0.9.tgz - version: 1.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22269,37 +19144,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leantime-0.0.10/leantime-0.0.10.tgz version: 0.0.10 libreoffice: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.2.2 - created: "2022-01-13T17:22:57.62874124Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: LibreOffice is a free and powerful office suite, and a successor - to OpenOffice.org. - digest: 5a85cc06a1f2420833b95e1cd51ac2deeb055a305989c202e4bc877e50106731 - home: https://github.com/truecharts/apps/tree/master/charts/stable/libreoffice - icon: https://truecharts.org/_static/img/appicons/libreoffice-icon.png - keywords: - - libreoffice - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: libreoffice - sources: - - https://hub.docker.com/r/linuxserver/libreoffice - type: application - urls: - - https://github.com/truecharts/apps/releases/download/libreoffice-0.0.13/libreoffice-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22487,38 +19331,6 @@ entries: - https://github.com/truecharts/apps/releases/download/libreoffice-0.0.1/libreoffice-0.0.1.tgz version: 0.0.1 librespeed: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.4 - created: "2022-01-13T17:22:57.774904599Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Librespeed is a HTML5 webpage to test upload and download speeds - digest: 159c31c6cd4f0114f78cc3b8c8f4ccbbf712e192f2295f3a197bce93485c8fb1 - home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed - icon: https://truecharts.org/_static/img/appicons/librespeed-icon.png - keywords: - - librespeed - - speedtest - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: librespeed - sources: - - https://github.com/librespeed/speedtest - - https://hub.docker.com/r/linuxserver/librespeed - - https://github.com/truechartsapps/tree/master/charts/librespeed - urls: - - https://github.com/truecharts/apps/releases/download/librespeed-4.0.35/librespeed-4.0.35.tgz - version: 4.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22648,38 +19460,6 @@ entries: - https://github.com/truecharts/apps/releases/download/librespeed-4.0.25/librespeed-4.0.25.tgz version: 4.0.25 lidarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0.2422 - created: "2022-01-13T17:22:57.94344372Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Looks and smells like Sonarr but made for music - digest: 94d510baea1a6aadff3f4055cc76838e594737c5899036aa813c19f81320362f - home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr - icon: https://truecharts.org/_static/img/appicons/lidarr-icon.png - keywords: - - lidarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lidarr - sources: - - https://github.com/Lidarr/Lidarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lidarr-9.0.37/lidarr-9.0.37.tgz - version: 9.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22905,37 +19685,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-9.0.21/lidarr-9.0.21.tgz version: 9.0.21 littlelink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:22:58.102781519Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Easy platform to combine all your social links - digest: 32e9d631ff1252b21bcad12728f11a308eedd23da62db419fd9101aea9e8e8af - home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink - icon: https://truecharts.org/_static/img/appicons/littlelink-icon.png - keywords: - - littlelink - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: littlelink - sources: - - https://github.com/techno-tim/littlelink-server - - https://github.com/sethcottle/littlelink - type: application - urls: - - https://github.com/truecharts/apps/releases/download/littlelink-4.0.48/littlelink-4.0.48.tgz - version: 4.0.48 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23340,41 +20089,6 @@ entries: - https://github.com/truecharts/apps/releases/download/littlelink-4.0.27/littlelink-4.0.27.tgz version: 4.0.27 logitech-media-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - audio - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.3.0 - created: "2022-01-13T17:22:58.258742895Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Logitech Media Server is a platform for home/office audio streaming. - digest: 21d167b3f50cd25cf68af23bc311aece3532722be226ce92d93200611afaf66a - home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server - icon: https://truecharts.org/_static/img/appicons/logitech-media-server-icon.png - keywords: - - logitech-media-server - - squeezebox - - audio - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: logitech-media-server - sources: - - https://github.com/Logitech/slimserver - - https://hub.docker.com/r/lmscommunity/logitechmediaserver - type: application - urls: - - https://github.com/truecharts/apps/releases/download/logitech-media-server-2.0.46/logitech-media-server-2.0.46.tgz - version: 2.0.46 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23726,40 +20440,6 @@ entries: - https://github.com/truecharts/apps/releases/download/logitech-media-server-2.0.29/logitech-media-server-2.0.29.tgz version: 2.0.29 loki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - logs - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.4.1 - created: "2022-01-13T17:22:58.435529415Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: promtail.enabled - name: promtail - repository: https://truecharts.org - version: 1.0.23 - description: 'Loki: like Prometheus, but for logs.' - digest: e20b754cb9698c837d94ac73bf51edf90fa9056ab9fdec5b1111e178c7bd5aa4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/loki - icon: https://truecharts.org/_static/img/appicons/loki-icon.png - keywords: - - logs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: loki - sources: - - https://github.com/grafana/loki - type: application - urls: - - https://github.com/truecharts/apps/releases/download/loki-2.0.19/loki-2.0.19.tgz - version: 2.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23897,40 +20577,6 @@ entries: - https://github.com/truecharts/apps/releases/download/loki-2.0.9/loki-2.0.9.tgz version: 2.0.9 lychee: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.6 - created: "2022-01-13T17:22:58.599394446Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Lychee is a free photo-management tool, which runs on your server - or web-space - digest: 02d6728a4f577af9a06836fc5d6e61718133f31076502621f8f4b7031db9d12a - home: https://github.com/truecharts/apps/tree/master/charts/stable/lychee - icon: https://truecharts.org/_static/img/appicons/lychee-icon.png - keywords: - - lychee - - photo - - pictures - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lychee - sources: - - https://github.com/LycheeOrg/Lychee - - https://hub.docker.com/r/lycheeorg/lychee - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lychee-9.0.32/lychee-9.0.32.tgz - version: 9.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24931,40 +21577,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mariadb-1.0.25/mariadb-1.0.25.tgz version: 1.0.25 mealie: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.4 - created: "2022-01-13T17:22:58.770643627Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Mealie is a self hosted recipe manager and meal planner with a RestAPI - backend - digest: f82245dbfab74025b3bdb0a999f265caaf3a1bf75edf0a0857d8faab898efb93 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie - icon: https://truecharts.org/_static/img/appicons/mealie-icon.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mealie - sources: - - https://github.com/hay-kot/mealie - urls: - - https://github.com/truecharts/apps/releases/download/mealie-5.0.13/mealie-5.0.13.tgz - version: 5.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25170,42 +21782,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mealie-5.0.0/mealie-5.0.0.tgz version: 5.0.0 medusa: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.22 - created: "2022-01-13T17:22:58.922159673Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: An automatic Video Library Manager for TV Shows - digest: b249b4c6275624856776d3e5c93b839ec380733016a21e57affbd48ab1287f98 - home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa - icon: https://truecharts.org/_static/img/appicons/medusa-icon.png - keywords: - - medusa - - video - - library - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: medusa - sources: - - https://github.com/linuxserver/docker-medusa - - https://pymedusa.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/medusa-1.0.36/medusa-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26307,37 +22883,6 @@ entries: - https://github.com/truecharts/apps/releases/download/metallb-1.0.2/metallb-1.0.2.tgz version: 1.0.2 minetest: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.4.1 - created: "2022-01-13T17:22:59.07240281Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Minetest (server) is a near-infinite-world block sandbox game and - a game engine. - digest: 21ebf4bec4fe6d100418ebe470121e194df2d8877c8dbc633ec792ba4237590c - home: https://github.com/truecharts/apps/tree/master/charts/stable/minetest - icon: https://truecharts.org/_static/img/appicons/minetest-icon.png - keywords: - - minetest - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minetest - sources: - - https://hub.docker.com/r/linuxserver/minetest - type: application - urls: - - https://github.com/truecharts/apps/releases/download/minetest-0.0.12/minetest-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26494,41 +23039,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minetest-0.0.1/minetest-0.0.1.tgz version: 0.0.1 miniflux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.34 - created: "2022-01-13T17:22:59.245648105Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Miniflux is a minimalist and opinionated feed reader. - digest: 85009d96f079d496b5e258819f381cdffb04d09b24e1664a396974bd6a632c65 - home: https://github.com/truecharts/apps/tree/master/charts/miniflux - icon: https://truecharts.org/_static/img/appicons/miniflux-icon.png - keywords: - - miniflux - - rss - - news - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: miniflux - sources: - - https://github.com/miniflux/v2 - urls: - - https://github.com/truecharts/apps/releases/download/miniflux-4.0.23/miniflux-4.0.23.tgz - version: 4.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26705,37 +23215,6 @@ entries: - https://github.com/truecharts/apps/releases/download/miniflux-4.0.12/miniflux-4.0.12.tgz version: 4.0.12 minio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:22:59.385568671Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Minio is a self-hosted S3 storage server - digest: 1dfa271ddbda79aacbd1365d87800d0d6e11f27ef1b46c1c5ca3f02b11ad8015 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio - icon: https://truecharts.org/_static/img/appicons/minio-icon.png - keywords: - - minio - - s3 - - storage - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minio - sources: - - https://github.com/minio/minio - urls: - - https://github.com/truecharts/apps/releases/download/minio-1.0.19/minio-1.0.19.tgz - version: 1.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26861,37 +23340,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-1.0.9/minio-1.0.9.tgz version: 1.0.9 minio-console: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.13.2 - created: "2022-01-13T17:22:59.529487764Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A management console for minio server and operator - digest: 79ec84c6928e89c52da7cf7287c80139e71d0d6cea13aae52bee725283fad7f1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console - icon: https://truecharts.org/_static/img/appicons/minio-console-icon.png - keywords: - - minio-console - - minio - - s3 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minio-console - sources: - - https://github.com/minio/console - urls: - - https://github.com/truecharts/apps/releases/download/minio-console-1.0.39/minio-console-1.0.39.tgz - version: 1.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27110,37 +23558,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-console-1.0.24/minio-console-1.0.24.tgz version: 1.0.24 minisatip: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.01 - created: "2022-01-13T17:22:59.670901139Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Minisatip is a multi-threaded satip server version 1.2 that runs - under Linux. - digest: 10d8084d823d55069b1c5c5e5ad946a0baa03d651492cb4a45762de02bae9f8c - home: https://github.com/truecharts/apps/tree/master/charts/stable/minisatip - icon: https://truecharts.org/_static/img/appicons/minisatip-icon.png - keywords: - - minisatip - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minisatip - sources: - - https://hub.docker.com/r/linuxserver/minisatip - type: application - urls: - - https://github.com/truecharts/apps/releases/download/minisatip-0.0.13/minisatip-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27328,41 +23745,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minisatip-0.0.1/minisatip-0.0.1.tgz version: 0.0.1 monica: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - crm - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.5.0 - created: "2022-01-13T17:22:59.826928816Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: Straightforward open source project management system to make your - ideas reality. - digest: 41229f4dce72d66732c320a1a42b59c2bd1268db2c9d2f41669a122659d5db17 - home: https://github.com/truechartsapps/tree/master/charts/stable/monica - icon: https://truecharts.org/_static/img/appicons/monica-icon.png - keywords: - - crm - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: monica - sources: - - https://github.com/monicahq/monica - - https://hub.docker.com/_/monica - urls: - - https://github.com/truecharts/apps/releases/download/monica-0.0.24/monica-0.0.24.tgz - version: 0.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27574,38 +23956,6 @@ entries: - https://github.com/truecharts/apps/releases/download/monica-0.0.12/monica-0.0.12.tgz version: 0.0.12 mosquitto: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - homeautomation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.14 - created: "2022-01-13T17:22:59.982424889Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Eclipse Mosquitto - An open source MQTT broker - digest: e95c64bd3db95816dceb11f3c36ff09a2008b9688377cdb5ad2f06e8072e5ed5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto - icon: https://truecharts.org/_static/img/appicons/mosquitto-icon.png - keywords: - - mosquitto - - MQTT - - eclipse-iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mosquitto - sources: - - https://github.com/eclipse/mosquitto - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mosquitto-4.0.33/mosquitto-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27735,39 +24085,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mosquitto-4.0.23/mosquitto-4.0.23.tgz version: 4.0.23 mstream: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.5 - created: "2022-01-13T17:23:00.146916524Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A personal music streaming server - digest: a18982cea367e263f2de1a5d70a2c27ff843ce5a7fa692b78fd70e11be79e03d - home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream - icon: https://truecharts.org/_static/img/appicons/mstream-icon.png - keywords: - - mstream - - server - - music - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mstream - sources: - - https://github.com/linuxserver/docker-mstream - - https://mstream.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mstream-1.0.31/mstream-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27901,41 +24218,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mstream-1.0.21/mstream-1.0.21.tgz version: 1.0.21 muximux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "057352e8" - created: "2022-01-13T17:23:00.306567226Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A lightweight portal to view & manage your HTPC apps without having - to run anything more than a PHP enabled webserver - digest: 9149fa2b9f4ee15f936c5211741ba3e54c511f9ccc1a06b02690cbbfc30ea1e4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux - icon: https://truecharts.org/_static/img/appicons/muximux-icon.png - keywords: - - muximux - - htpc - - manage - - portal - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: muximux - sources: - - https://github.com/linuxserver/docker-muximux - - https://github.com/mescon/Muximux - type: application - urls: - - https://github.com/truecharts/apps/releases/download/muximux-1.0.35/muximux-1.0.35.tgz - version: 1.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28077,37 +24359,6 @@ entries: - https://github.com/truecharts/apps/releases/download/muximux-1.0.25/muximux-1.0.25.tgz version: 1.0.25 mylar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.3 - created: "2022-01-13T17:23:00.47092186Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Mylar is a automated Comic Book downloader - digest: 74c1e8b5e9d19c3ffa9dd3e96b883ae56da8e6bbcf2a5162592633ce6d2ea3a3 - home: https://github.com/truechartsapps/tree/master/charts/stable/mylar - icon: https://truecharts.org/_static/img/appicons/mylar-icon.png - keywords: - - mylar - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mylar - sources: - - https://github.com/mylar3/mylar3 - - https://github.com/linuxserver/docker-mylar3 - - https://github.com/truechartsapps/tree/master/charts/mylar - urls: - - https://github.com/truecharts/apps/releases/download/mylar-4.0.31/mylar-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28233,37 +24484,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mylar-4.0.21/mylar-4.0.21.tgz version: 4.0.21 mysql-workbench: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.0.27 - created: "2022-01-13T17:23:00.646027468Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: MySQL Workbench is a unified visual tool for database architects, - developers and DBAs. - digest: ebf69669a7531ef1c939866c775c032e2ebdc092aa143e40392715db3b9dea93 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mysql-workbench - icon: https://truecharts.org/_static/img/appicons/mysql-workbench-icon.png - keywords: - - mysql-workbench - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mysql-workbench - sources: - - https://hub.docker.com/r/linuxserver/mysql-workbench - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mysql-workbench-0.0.12/mysql-workbench-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28420,37 +24640,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mysql-workbench-0.0.1/mysql-workbench-0.0.1.tgz version: 0.0.1 nano-wallet: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.16 - created: "2022-01-13T17:23:00.845384344Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Nano-wallet is a digital payment protocol designed to be accessible - and lightweight. - digest: 0467b955e76ee0ce6da65b93bd4df977d189e0452519f2143257831386e19df2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nano-wallet - icon: https://truecharts.org/_static/img/appicons/nano-wallet-icon.png - keywords: - - nano-wallet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nano-wallet - sources: - - https://hub.docker.com/r/linuxserver/nano-wallet - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nano-wallet-0.0.15/nano-wallet-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28607,40 +24796,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nano-wallet-0.0.1/nano-wallet-0.0.1.tgz version: 0.0.1 navidrome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.47.0 - created: "2022-01-13T17:23:01.058073011Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Navidrome is an open source web-based music collection server and - streamer - digest: c4cffe7ccceb85344576f7f5159848c6737ff27478261174d5c2699f24dd1263 - home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome - icon: https://truecharts.org/_static/img/appicons/navidrome-icon.png - keywords: - - navidrome - - music - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: navidrome - sources: - - https://github.com/deluan/navidrome - - https://hub.docker.com/r/deluan/navidrome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/navidrome-9.0.32/navidrome-9.0.32.tgz - version: 9.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28812,50 +24967,6 @@ entries: - https://github.com/truecharts/apps/releases/download/navidrome-9.0.20/navidrome-9.0.20.tgz version: 9.0.20 nextcloud: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 23.0.0 - created: "2022-01-13T17:23:01.375911304Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.54 - description: A private cloud server that puts the control and security of your - own data back into your hands. - digest: 906d51a883e26a4538dc6d79aeb6c30c8ba3b972fced1ecc03f1ae480a4efc59 - home: https://nextcloud.com/ - icon: https://truecharts.org/_static/img/appicons/nextcloud-icon.png - keywords: - - nextcloud - - storage - - http - - web - - php - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nextcloud - sources: - - https://github.com/nextcloud/docker - - https://github.com/nextcloud/helm - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nextcloud-11.0.14/nextcloud-11.0.14.tgz - version: 11.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29165,37 +25276,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nextcloud-11.0.0/nextcloud-11.0.0.tgz version: 11.0.0 ngircd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.21 - created: "2022-01-13T17:23:01.579753511Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Ngircd is a free, portable and lightweight Internet Relay Chat server - for small or private networks. - digest: f383a3eff6bf11677f0507d6d381924d6e8d66c4b6ec16487dc99e6d925a6f06 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ngircd - icon: https://truecharts.org/_static/img/appicons/ngircd-icon.png - keywords: - - ngircd - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ngircd - sources: - - https://hub.docker.com/r/linuxserver/ngircd - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ngircd-0.0.12/ngircd-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29352,37 +25432,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ngircd-0.0.1/ngircd-0.0.1.tgz version: 0.0.1 nntp2nntp: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.3.202112 - created: "2022-01-13T17:23:01.805321467Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Nntp2nntp proxy allow you to use your NNTP Account from multiple - systems, each with own user name and password. - digest: e915bc528e020d087fea8c399d99cde04f63ffa473c288d917252dd57a2c1726 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nntp2nntp - icon: https://truecharts.org/_static/img/appicons/nntp2nntp-icon.png - keywords: - - nntp2nntp - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nntp2nntp - sources: - - https://hub.docker.com/r/linuxserver/nntp2nntp - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nntp2nntp-0.0.13/nntp2nntp-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29570,37 +25619,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nntp2nntp-0.0.1/nntp2nntp-0.0.1.tgz version: 0.0.1 node-red: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.4 - created: "2022-01-13T17:23:02.091390041Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Node-RED is low-code programming for event-driven applications - digest: 562e7746f03881cb4a0c7b82a8727a5e082b76f3c308b3830ad6a957a3ef984c - home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red - icon: https://truecharts.org/_static/img/appicons/node-red-icon.png - keywords: - - node-red - - nodered - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: node-red - sources: - - https://github.com/node-red/node-red-docker - type: application - urls: - - https://github.com/truecharts/apps/releases/download/node-red-9.0.32/node-red-9.0.32.tgz - version: 9.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29757,39 +25775,6 @@ entries: - https://github.com/truecharts/apps/releases/download/node-red-9.0.20/node-red-9.0.20.tgz version: 9.0.20 novnc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0 - created: "2022-01-13T17:23:02.264547136Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: The open source VNC client - digest: d171c941bd3fd05273d79033b99652490bdeacea7d64c1c31f00ca65b729e4c9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc - icon: https://truecharts.org/_static/img/appicons/novnc-icon.png - keywords: - - novnc - - vnc - - remote - - desktop - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: novnc - sources: - - https://novnc.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/novnc-1.0.31/novnc-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29923,35 +25908,6 @@ entries: - https://github.com/truecharts/apps/releases/download/novnc-1.0.21/novnc-1.0.21.tgz version: 1.0.21 nullserv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.3.0 - created: "2022-01-13T17:23:02.510526649Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A simple null file http and https server - digest: ee6ebde011d10b23beced5e171f7110967ee9ce33bb7b14898368acc0caa5d10 - home: https://github.com/truechartsapps/tree/master/charts/stable/nullserv - icon: https://truecharts.org/_static/img/appicons/nullserv-icon.png - keywords: - - nullserv - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nullserv - sources: - - https://github.com/bmrzycki/nullserv - urls: - - https://github.com/truecharts/apps/releases/download/nullserv-4.0.31/nullserv-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30069,37 +26025,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nullserv-4.0.21/nullserv-4.0.21.tgz version: 4.0.21 nzbget: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "21.1" - created: "2022-01-13T17:23:02.729831728Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: NZBGet is a Usenet downloader client - digest: 74935624d18c06f9c5b540df962216ebfe7397f4a0838d2187686b762bbbc634 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget - icon: https://truecharts.org/_static/img/appicons/nzbget-icon.png - keywords: - - nzbget - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nzbget - sources: - - https://nzbget.net/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbget-9.0.32/nzbget-9.0.32.tgz - version: 9.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30225,34 +26150,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbget-9.0.22/nzbget-9.0.22.tgz version: 9.0.22 nzbhydra: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.0.1 - created: "2022-01-13T17:23:02.97170287Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - deprecated: true - description: Usenet meta search - digest: 90b506f59d0c0759bc48e99c6f8f1e0d43eba9776a6d2e69e96d54207deb1c17 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra - icon: https://truecharts.org/_static/img/appicons/nzbhydra-icon.png - keywords: - - nzbhydra - - usenet - kubeVersion: '>=1.16.0-0' - name: nzbhydra - sources: - - https://github.com/theotherp/nzbhydra2 - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbhydra-9.0.36/nzbhydra-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30450,38 +26347,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbhydra-9.0.21/nzbhydra-9.0.21.tgz version: 9.0.21 octoprint: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.2 - created: "2022-01-13T17:23:03.303217357Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: OctoPrint is the snappy web interface for your 3D printer - digest: c93bc9e1342a702eabba4b406a6bda9e88fe1bc4c3f227d16748387faac0827c - home: https://github.com/truechartsapps/tree/master/charts/stable/octoprint - icon: https://truecharts.org/_static/img/appicons/octoprint-icon.png - keywords: - - octoprint - - 3d - - printer - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: octoprint - sources: - - https://github.com/OctoPrint/OctoPrint - - https://hub.docker.com/r/octoprint/octoprint - urls: - - https://github.com/truecharts/apps/releases/download/octoprint-4.0.33/octoprint-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30643,48 +26508,6 @@ entries: - https://github.com/truecharts/apps/releases/download/octoprint-4.0.21/octoprint-4.0.21.tgz version: 4.0.21 odoo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "14.0" - created: "2022-01-13T17:23:03.521811031Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, - PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. - digest: 37492943dbb808f127b46a66a3f01f9b34cbbfcac37ed9803fb3c34c46c7da47 - home: https://github.com/truecharts/apps/tree/main/charts/odoo - icon: https://truecharts.org/_static/img/appicons/odoo-icon.png - keywords: - - odoo - - crm - - pm - - hr - - accounting - - mrp - - marketing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: odoo - sources: - - https://www.odoo.com/ - - https://hub.docker.com/repository/docker/nicholaswilde/odoo - type: application - urls: - - https://github.com/truecharts/apps/releases/download/odoo-4.0.22/odoo-4.0.22.tgz - version: 4.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30854,36 +26677,6 @@ entries: - https://github.com/truecharts/apps/releases/download/odoo-4.0.12/odoo-4.0.12.tgz version: 4.0.12 omada-controller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "5.0" - created: "2022-01-13T17:23:03.683737098Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Omada is a SDN tool for TP-Link Omada hardware - digest: 56b78f6ab4a73d0eebdcda82c651e2e40b59827a3ac3e63b6bf30f6d5a36ffed - home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller - icon: https://truecharts.org/_static/img/appicons/omada-controller-icon.png - keywords: - - omada-controller - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: omada-controller - sources: - - https://github.com/mbentley/docker-omada-controller - - https://github.com/truechartsapps/tree/master/charts/omada-controller - urls: - - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.46/omada-controller-4.0.46.tgz - version: 4.0.46 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31215,41 +27008,6 @@ entries: - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.28/omada-controller-4.0.28.tgz version: 4.0.28 ombi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.9.0 - created: "2022-01-13T17:23:03.84650197Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Want a Movie or TV Show on Plex or Emby? Use Ombi! - digest: a250e33ccb0b49fb4e99843692942e60bc3f972ab7d4337c411cc9333097c03d - home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi - icon: https://truecharts.org/_static/img/appicons/ombi-icon.png - keywords: - - ombi - - plex - - emby - - sonarr - - radarr - - couchpotato - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ombi - sources: - - https://github.com/tidusjar/Ombi - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ombi-9.0.36/ombi-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31566,42 +27324,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ombi-9.0.20/ombi-9.0.20.tgz version: 9.0.20 onlyoffice-document-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.2.6 - created: "2022-01-13T17:23:04.013456372Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: 0bd8dd2c210bcc1e7bb12b90c7eee1f7902e55c8e98f0a3bcf0005972b9f98f9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-document-server - icon: https://truecharts.org/_static/img/appicons/onlyoffice-document-server-icon.png - keywords: - - onlyoffice - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: onlyoffice-document-server - sources: - - https://github.com/ONLYOFFICE/DocumentServer - - https://github.com/ONLYOFFICE/Docker-DocumentServer - - https://hub.docker.com/r/onlyoffice/documentserver/ - urls: - - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-3.0.12/onlyoffice-document-server-3.0.12.tgz - version: 3.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31783,43 +27505,6 @@ entries: - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-3.0.0/onlyoffice-document-server-3.0.0.tgz version: 3.0.0 openkm: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.3.11 - created: "2022-01-13T17:23:04.227539414Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: OpenKM integrates all essential documents management, collaboration - and an advanced search functionality into one easy to use solution. - digest: 4d5a80c6fce46fc3b2045eafab101c437fad9a60647dc8d281f216d355146360 - home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm - icon: https://truecharts.org/_static/img/appicons/openkm-icon.png - keywords: - - openkm - - documentation management - - docs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openkm - sources: - - https://www.openkm.com/ - - https://github.com/openkm/document-management-system - urls: - - https://github.com/truecharts/apps/releases/download/openkm-4.0.22/openkm-4.0.22.tgz - version: 4.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31969,40 +27654,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openkm-4.0.12/openkm-4.0.12.tgz version: 4.0.12 openldap: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-13T17:23:04.420564904Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Community developed LDAP software - digest: 6dd5c4256fbd06bc496a93f51dff50f81e7779ffb438c5222f9859d09c1d41e6 - home: https://www.openldap.org - icon: https://truecharts.org/_static/img/appicons/openldap-icon.png - keywords: - - ldap - - openldap - - iam-stack - - high availability - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openldap - sources: - - https://github.com/jp-gouin/helm-openldap - - https://github.com/osixia/docker-openldap - type: application - urls: - - https://github.com/truecharts/apps/releases/download/openldap-5.0.14/openldap-5.0.14.tgz - version: 5.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32276,37 +27927,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openldap-4.0.25/openldap-4.0.25.tgz version: 4.0.25 openvscode-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.63.2 - created: "2022-01-13T17:23:04.680557476Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Openvscode-server provides a version of VS Code that runs a server - on a remote machine. - digest: febefcafabfad47d06ade58400371e67067ba9726244c1a0cfee663cc6e85939 - home: https://github.com/truecharts/apps/tree/master/charts/stable/openvscode-server - icon: https://truecharts.org/_static/img/appicons/openvscode-server-icon.png - keywords: - - openvscode-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openvscode-server - sources: - - https://hub.docker.com/r/linuxserver/openvscode-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/openvscode-server-0.0.15/openvscode-server-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32556,37 +28176,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openvscode-server-0.0.1/openvscode-server-0.0.1.tgz version: 0.0.1 organizr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:23:04.874225971Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: HTPC/Homelab Services Organizer - digest: 821c2353f0d8f167043287100c2ebd2b7c1c361bab2285689eed5a53bdbbffb8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr - icon: https://truecharts.org/_static/img/appicons/organizr-icon.png - keywords: - - organizr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: organizr - sources: - - https://github.com/causefx/Organizr - - https://hub.docker.com/r/organizr/organizr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/organizr-9.0.32/organizr-9.0.32.tgz - version: 9.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32712,36 +28301,6 @@ entries: - https://github.com/truecharts/apps/releases/download/organizr-9.0.22/organizr-9.0.22.tgz version: 9.0.22 oscam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - DIY - truecharts.org/grade: U - apiVersion: v2 - appVersion: "11693" - created: "2022-01-13T17:23:05.048625027Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Open Source Conditional Access Module software - digest: 5b27db4cde9cd9e786dd2874c3569e77179bc0345ddb9a05a6f87a2bdfee891c - home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam - icon: https://truecharts.org/_static/img/appicons/oscam-icon.png - keywords: - - oscam - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: oscam - sources: - - https://trac.streamboard.tv/oscam/browser/trunk - type: application - urls: - - https://github.com/truecharts/apps/releases/download/oscam-4.0.32/oscam-4.0.32.tgz - version: 4.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32893,41 +28452,6 @@ entries: - https://github.com/truecharts/apps/releases/download/oscam-4.0.21/oscam-4.0.21.tgz version: 4.0.21 overseerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.28.0 - created: "2022-01-13T17:23:05.22820182Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: face6da01561943cdb694ae0ffa8cad31ba0d3d5fb5c85393f844240030bd622 - home: https://github.com/truechartsapps/tree/master/charts/stable/overseerr - icon: https://truecharts.org/_static/img/appicons/overseerr-icon.png - keywords: - - overseerr - - plex - - sonarr - - radarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: overseerr - sources: - - https://github.com/sct/overseerr - - https://hub.docker.com/r/sctx/overseerr - urls: - - https://github.com/truecharts/apps/releases/download/overseerr-4.0.32/overseerr-4.0.32.tgz - version: 4.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33104,40 +28628,6 @@ entries: - https://github.com/truecharts/apps/releases/download/overseerr-4.0.21/overseerr-4.0.21.tgz version: 4.0.21 owncast: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.10 - created: "2022-01-13T17:23:05.437556228Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Take control over your live stream video by running it yourself. - Streaming + chat out of the box. - digest: a8208b7d96f0a0610cef9c859fd5659ce2456ac79d5e393602432b653000bba8 - home: https://github.com/truechartsapps/tree/master/charts/stable/owncast - icon: https://truecharts.org/_static/img/appicons/owncast-icon.png - keywords: - - owncast - - stream - - open source - - chat - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: owncast - sources: - - https://owncast.online/ - - https://github.com/owncast/owncast - urls: - - https://github.com/truecharts/apps/releases/download/owncast-4.0.31/owncast-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33309,43 +28799,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncast-4.0.19/owncast-4.0.19.tgz version: 4.0.19 owncloud-ocis: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.16.0 - created: "2022-01-13T17:23:05.599808096Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: ownCloud Infinite Scale is a self-hosted file sync and share server. - digest: 6565e37007bba6040bca9b33d889e454478cd4dd34845d03e1c6d58bf2785ead - home: https://github.com/truechartsapps/tree/master/charts/stable/owncloud-ocis - icon: https://truecharts.org/_static/img/appicons/owncloud-ocis-icon.png - keywords: - - owncloud - - ocis - - infinite - - scale - - self-hosted - - sync - - share - - server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: owncloud-ocis - sources: - - https://hub.docker.com/r/owncloud/ocis - - https://owncloud.dev/ocis/ - urls: - - https://github.com/truecharts/apps/releases/download/owncloud-ocis-4.0.34/owncloud-ocis-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33532,45 +28985,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncloud-ocis-4.0.21/owncloud-ocis-4.0.21.tgz version: 4.0.21 paperless-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-13T17:23:05.802116853Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.54 - description: Paperless-ng is an application by Daniel Quinn and contributors that - indexes your scanned documents. - digest: 9055fdf43b503980e2f59d5dd83e0737133c7318634d718e0751ca91cf8613f6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/paperless-ng - icon: https://truecharts.org/_static/img/appicons/paperless-ng-icon.png - keywords: - - paperless-ng - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: paperless-ng - sources: - - https://hub.docker.com/r/linuxserver/paperless-ng - type: application - urls: - - https://github.com/truecharts/apps/releases/download/paperless-ng-1.0.10/paperless-ng-1.0.10.tgz - version: 1.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33852,41 +29266,6 @@ entries: - https://github.com/truecharts/apps/releases/download/paperless-ng-0.0.1/paperless-ng-0.0.1.tgz version: 0.0.1 papermerge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.1 - created: "2022-01-13T17:23:05.958882082Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.54 - description: Papermerge is an open source document management system (DMS) primarily - designed for archiving and retrieving your digital documents. - digest: c9e618ccc423e1af92d9c0dac95b70d68b0718772578886da42624c2befc74e8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/papermerge - icon: https://truecharts.org/_static/img/appicons/papermerge-icon.png - keywords: - - papermerge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: papermerge - sources: - - https://hub.docker.com/r/linuxserver/papermerge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/papermerge-0.0.13/papermerge-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34086,38 +29465,6 @@ entries: - https://github.com/truecharts/apps/releases/download/papermerge-0.0.1/papermerge-0.0.1.tgz version: 0.0.1 pgadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.3" - created: "2022-01-13T17:23:06.10303962Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Web-Based postgresql database management utility - digest: 9a4a40c3e75d21ed1a47547ed051c445f615e575608295a0a92149e16b9b3fd2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin - icon: https://truecharts.org/_static/img/appicons/pgadmin-icon.png - keywords: - - pgadmin - - db - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pgadmin - sources: - - https://www.pgadmin.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pgadmin-5.0.13/pgadmin-5.0.13.tgz - version: 5.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34311,44 +29658,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pgadmin-5.0.0/pgadmin-5.0.0.tgz version: 5.0.0 photoprism: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "20220107" - created: "2022-01-13T17:23:06.289830566Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: PhotoPrism® is a server-based application for browsing, organizing - and sharing your personal photo collection - digest: 8b197e6abcb3efe8f687c8554989579f0b46a60ae832bc8c8ae2374292e0584c - home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism - icon: https://truecharts.org/_static/img/appicons/photoprism-icon.png - keywords: - - photos - - photoprism - - pictures - - sharing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: photoprism - sources: - - https://github.com/photoprism/photoprism - - https://hub.docker.com/r/photoprism/photoprism - urls: - - https://github.com/truecharts/apps/releases/download/photoprism-7.0.15/photoprism-7.0.15.tgz - version: 7.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34654,41 +29963,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoprism-6.0.9/photoprism-6.0.9.tgz version: 6.0.9 photoshow: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 48aabb98 - created: "2022-01-13T17:23:06.448604909Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A gallery software at its easiest, it doesn't even require a database. - digest: c05f01f92c51a0b79aa97c00af3bc59d3d99a7cb6ccfd97f3b940c5b61aff7e6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow - icon: https://truecharts.org/_static/img/appicons/photoshow-icon.png - keywords: - - photoshow - - photo - - show - - gallary - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: photoshow - sources: - - https://github.com/thibaud-rohmer/PhotoShow - - https://github.com/linuxserver/docker-photoshow - type: application - urls: - - https://github.com/truecharts/apps/releases/download/photoshow-1.0.35/photoshow-1.0.35.tgz - version: 1.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34830,38 +30104,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoshow-1.0.25/photoshow-1.0.25.tgz version: 1.0.25 phpldapadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.0 - created: "2022-01-13T17:23:06.624700677Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Web-based LDAP browser to manage your LDAP server - digest: aadb646653433a25eb2ef08e7d3b5bf49db52c0cfabe40b86df9864a3b5244de - home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin - icon: https://truecharts.org/_static/img/appicons/phpldapadmin-icon.png - keywords: - - phpldapadmin - - openldap - - userrights - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: phpldapadmin - sources: - - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog - type: application - urls: - - https://github.com/truecharts/apps/releases/download/phpldapadmin-4.0.32/phpldapadmin-4.0.32.tgz - version: 4.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35023,37 +30265,6 @@ entries: - https://github.com/truecharts/apps/releases/download/phpldapadmin-4.0.20/phpldapadmin-4.0.20.tgz version: 4.0.20 piaware: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.1" - created: "2022-01-13T17:23:06.733733762Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Program for forwarding ADS-B data to FlightAware - digest: aa9ea044d8e3fa6831c03a32ed91dcd463e192c192984b41ddbc33daff8d6a24 - home: https://github.com/truechartsapps/tree/master/charts/stable/piaware - icon: https://truecharts.org/_static/img/appicons/piaware-icon.png - keywords: - - piaware - - flight-aware - - flight-tracker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: piaware - sources: - - https://github.com/flightaware/piaware - urls: - - https://github.com/truecharts/apps/releases/download/piaware-4.0.42/piaware-4.0.42.tgz - version: 4.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35458,37 +30669,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piaware-4.0.20/piaware-4.0.20.tgz version: 4.0.20 pidgin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.14.8 - created: "2022-01-13T17:23:06.897369941Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Pidgin is a chat program which lets you log into accounts on multiple - chat networks simultaneously. - digest: 18b711e8cc2837be30cce2e9769aacee989c933274f890755d2fa4a225ad8fb6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pidgin - icon: https://truecharts.org/_static/img/appicons/pidgin-icon.png - keywords: - - pidgin - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pidgin - sources: - - https://hub.docker.com/r/linuxserver/pidgin - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pidgin-0.0.13/pidgin-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35676,38 +30856,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pidgin-0.0.1/pidgin-0.0.1.tgz version: 0.0.1 pihole: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2022.01.1 - created: "2022-01-13T17:23:07.07494492Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: DNS and Ad-filtering for your network - digest: 2e8ba4958ab4439a1055310a7e2f6dc88b55b9d608061198ce95a6cb6f9ef933 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole - icon: https://truecharts.org/_static/img/appicons/pihole-icon.png - keywords: - - DNS - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pihole - sources: - - https://pi-hole.net/ - - https://github.com/pi-hole - - https://github.com/pi-hole/docker-pi-hole - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pihole-4.0.36/pihole-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35901,41 +31049,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pihole-4.0.22/pihole-4.0.22.tgz version: 4.0.22 piwigo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 11.5.0 - created: "2022-01-13T17:23:07.254316212Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A is photo gallery software for the web, built by an active community - of users and developers. - digest: 492ce4bea4e77f6774ee117be12b561218393f52d9e91936e9230387c826355a - home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo - icon: https://truecharts.org/_static/img/appicons/piwigo-icon.png - keywords: - - piwigo - - gallery - - photo - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: piwigo - sources: - - http://piwigo.org/ - - https://github.com/linuxserver/docker-piwigo - type: application - urls: - - https://github.com/truecharts/apps/releases/download/piwigo-1.0.32/piwigo-1.0.32.tgz - version: 1.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36077,41 +31190,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piwigo-1.0.22/piwigo-1.0.22.tgz version: 1.0.22 pixapop: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.2" - created: "2022-01-13T17:23:07.437973134Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: An open-source single page application to view your photos in the - easiest way possible. - digest: f0f8ba026e80b9714a514bda671b9552c44a41cdf141fbc7dcbe080d3d7d47ac - home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop - icon: https://truecharts.org/_static/img/appicons/pixapop-icon.png - keywords: - - pixapop - - photo - - gallery - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pixapop - sources: - - https://github.com/linuxserver/docker-pixapop - - https://github.com/bierdok/pixapop - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pixapop-1.0.31/pixapop-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36253,37 +31331,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pixapop-1.0.21/pixapop-1.0.21.tgz version: 1.0.21 plex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.25.2.531 - created: "2022-01-13T17:23:07.590021529Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Plex Media Server - digest: b017a65332d46a0e524ae04c06e9d81a0415633b72b8ce025684b06d38418d45 - home: https://github.com/truecharts/apps/tree/master/charts/stable/plex - icon: https://truecharts.org/_static/img/appicons/plex-icon.png - keywords: - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: plex - sources: - - https://github.com/k8s-at-home/container-images/pkgs/container/plex - type: application - urls: - - https://github.com/truecharts/apps/releases/download/plex-8.0.33/plex-8.0.33.tgz - version: 8.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36440,38 +31487,6 @@ entries: - https://github.com/truecharts/apps/releases/download/plex-8.0.22/plex-8.0.22.tgz version: 8.0.22 podgrab: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - mutlimedia - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0 - created: "2022-01-13T17:23:07.771135233Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A self-hosted podcast manager to download episodes as soon as they - become live. - digest: 2a5cd676960713e0542f36d1c439810dee5813a3b9ef9ddb5eecded5ea70d080 - home: https://github.com/truecharts/apps/tree/master/charts/stable/podgrab - icon: https://truecharts.org/_static/img/appicons/podgrab-icon.png - keywords: - - podgrab - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: podgrab - sources: - - https://github.com/akhilrex/podgrab - - https://hub.docker.com/r/akhilrex/podgrab - type: application - urls: - - https://github.com/truecharts/apps/releases/download/podgrab-8.0.12/podgrab-8.0.12.tgz - version: 8.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37458,39 +32473,6 @@ entries: - https://github.com/truecharts/apps/releases/download/postgresql-6.0.22/postgresql-6.0.22.tgz version: 6.0.22 pretend-youre-xyzzy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4" - created: "2022-01-13T17:23:07.947502504Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: pretend-youre-xyzzy, a cards against humanity clone - digest: df9b7162dd8c2a3c1fe431f318816f576afe0291721b247bff7085a3f4f0acd1 - home: https://github.com/truechartsapps/tree/master/charts/stable/pretend-youre-xyzzy - icon: https://truecharts.org/_static/img/appicons/pretend-youre-xyzzy-icon.png - keywords: - - pretend-youre-xyzzy - - cards - - against - - humanity - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pretend-youre-xyzzy - sources: - - https://github.com/ajanata/PretendYoureXyzzy - - https://github.com/emcniece/DockerYourXyzzy - urls: - - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-4.0.31/pretend-youre-xyzzy-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37624,35 +32606,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-4.0.21/pretend-youre-xyzzy-4.0.21.tgz version: 4.0.21 projectsend: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.10 - created: "2022-01-13T17:23:08.105921244Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Projectsend is a self-hosted application that lets you upload files - and assign them to specific clients that you create yourself. - digest: 3861f6dc1cd1634ef9a0915dddced98b8caafc50fa63bf7555c12501053fdd10 - home: https://github.com/truecharts/apps/tree/master/charts/stable/projectsend - icon: https://truecharts.org/_static/img/appicons/projectsend-icon.png - projectsend - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: projectsend - sources: - - https://hub.docker.com/r/linuxserver/projectsend - type: application - urls: - - https://github.com/truecharts/apps/releases/download/projectsend-0.0.12/projectsend-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37802,38 +32755,6 @@ entries: - https://github.com/truecharts/apps/releases/download/projectsend-0.0.1/projectsend-0.0.1.tgz version: 0.0.1 promcord: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:23:08.27884259Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Discord bot that provides metrics from a Discord server - digest: 95245a25f3375a439d2796e01ea01ab64749973ba5b23ce2a888dd2cd586d4dc - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/promcord - icon: https://truecharts.org/_static/img/appicons/promcord-icon.png - keywords: - - promcord - - discord - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: promcord - sources: - - https://github.com/nimarion/promcord - type: application - urls: - - https://github.com/truecharts/apps/releases/download/promcord-2.0.12/promcord-2.0.12.tgz - version: 2.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37995,48 +32916,6 @@ entries: - https://github.com/truecharts/apps/releases/download/promcord-2.0.0/promcord-2.0.0.tgz version: 2.0.0 prometheus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.53.1 - created: "2022-01-13T17:23:08.481149747Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: exporters.enabled,exporters.node-exporter.enabled - name: node-exporter - repository: https://charts.bitnami.com/bitnami - version: 2.4.0 - - condition: exporters.enabled,exporters.kube-state-metrics.enabled - name: kube-state-metrics - repository: https://charts.bitnami.com/bitnami - version: 2.2.2 - description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, - and Prometheus rules combined with documentation and scripts to provide easy - to operate end-to-end Kubernetes cluster monitoring with Prometheus using the - Prometheus Operator. - digest: 27afc20d440caec71acfb5251d0f527a3873d532ffbd9f0f42d45d466bc0b660 - home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus - icon: https://truecharts.org/_static/img/appicons/prometheus-icon.png - keywords: - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: prometheus - sources: - - https://github.com/prometheus-community/helm-charts - - https://github.com/prometheus-operator/kube-prometheus - type: application - urls: - - https://github.com/truecharts/apps/releases/download/prometheus-1.1.42/prometheus-1.1.42.tgz - version: 1.1.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39425,37 +34304,6 @@ entries: - https://github.com/truecharts/apps/releases/download/promtail-1.0.10/promtail-1.0.10.tgz version: 1.0.10 protonmail-bridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.10 - created: "2022-01-13T17:23:08.623613273Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Container for protonmail bridge to work on the network. - digest: 1e9f312e38f2777f94b2f26028b93207dda895a232f778b6061cf51bee060b2b - home: https://github.com/truechartsapps/tree/master/charts/stable/protonmail-bridge - icon: https://truecharts.org/_static/img/appicons/protonmail-bridge-icon.png - keywords: - - protonmail - - protonmail-bridge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: protonmail-bridge - sources: - - https://github.com/shenxn/protonmail-bridge-docker - - https://hub.docker.com/r/shenxn/protonmail-bridge - urls: - - https://github.com/truecharts/apps/releases/download/protonmail-bridge-4.0.31/protonmail-bridge-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39581,39 +34429,6 @@ entries: - https://github.com/truecharts/apps/releases/download/protonmail-bridge-4.0.21/protonmail-bridge-4.0.21.tgz version: 4.0.21 prowlarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.10.137 - created: "2022-01-13T17:23:08.794642704Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Indexer manager/proxy built on the popular arr net base stack to - integrate with your various PVR apps. - digest: fc30d918932fa7d270012e9450308fa4b3a9c6391a8892af30abb5f8f635137b - home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr - icon: https://truecharts.org/_static/img/appicons/prowlarr-icon.png - keywords: - - prowlarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: prowlarr - sources: - - https://github.com/Prowlarr/Prowlarr - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/prowlarr-4.0.54/prowlarr-4.0.54.tgz - version: 4.0.54 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40110,37 +34925,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prowlarr-4.0.30/prowlarr-4.0.30.tgz version: 4.0.30 pwndrop: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.1 - created: "2022-01-13T17:23:08.955794465Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Pwndrop is a self-deployable file hosting service for sending out - red teaming payloads or securely sharing your private files over HTTP and WebDAV. - digest: 08f9b0da03c9e011cdc2f2e4f004d0e188885ee2f716cf030257d08e2ac401fa - home: https://github.com/truecharts/apps/tree/master/charts/stable/pwndrop - icon: https://truecharts.org/_static/img/appicons/pwndrop-icon.png - keywords: - - pwndrop - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pwndrop - sources: - - https://hub.docker.com/r/linuxserver/pwndrop - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pwndrop-0.0.12/pwndrop-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40297,36 +35081,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pwndrop-0.0.1/pwndrop-0.0.1.tgz version: 0.0.1 pydio-cells: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.3 - created: "2022-01-13T17:23:09.122401665Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Pydio-cells is the nextgen file sharing platform for organizations. - digest: 401bc5b19912ce69e372e8e1b350c47e38652a580e0acacc8d0a8404b2a4f169 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pydio-cells - icon: https://truecharts.org/_static/img/appicons/pydio-cells-icon.png - keywords: - - pydio-cells - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pydio-cells - sources: - - https://hub.docker.com/r/linuxserver/pydio-cells - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pydio-cells-0.0.13/pydio-cells-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40508,39 +35262,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pydio-cells-0.0.1/pydio-cells-0.0.1.tgz version: 0.0.1 pyload: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5de90278 - created: "2022-01-13T17:23:09.285140837Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: 9c4ee7604c0c711710d8b1790a6393c1f9df3841f6ebb721cfaf492c1f345a9a - home: https://github.com/truechartsapps/tree/master/charts/stable/pyload - icon: https://truecharts.org/_static/img/appicons/pyload-icon.png - keywords: - - pyload - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pyload - sources: - - https://github.com/pyload/pyload - - https://hub.docker.com/r/linuxserver/pyload - urls: - - https://github.com/truecharts/apps/releases/download/pyload-4.0.31/pyload-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40674,36 +35395,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pyload-4.0.21/pyload-4.0.21.tgz version: 4.0.21 pylon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.0 - created: "2022-01-13T17:23:09.433207603Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Pylon is a web based integrated development environment. - digest: 2d0ae4875cf8a4511304742db4ce82542677393591877155f82d0c7af0d40141 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pylon - icon: https://truecharts.org/_static/img/appicons/pylon-icon.png - keywords: - - pylon - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pylon - sources: - - https://hub.docker.com/r/linuxserver/pylon - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pylon-0.0.12/pylon-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40855,37 +35546,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pylon-0.0.1/pylon-0.0.1.tgz version: 0.0.1 qbittorrent: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.4.0 - created: "2022-01-13T17:23:09.603231127Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: qBittorrent is a cross-platform free and open-source BitTorrent client - digest: 4604767ea65adb27f5962cb218da37be2d74d8e2001ef297ea925f38cd2a1483 - home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent - icon: https://truecharts.org/_static/img/appicons/qbittorrent-icon.png - keywords: - - qbittorrent - - torrrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: qbittorrent - sources: - - https://github.com/qbittorrent/qBittorrent - type: application - urls: - - https://github.com/truecharts/apps/releases/download/qbittorrent-9.0.35/qbittorrent-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41042,40 +35702,6 @@ entries: - https://github.com/truecharts/apps/releases/download/qbittorrent-9.0.24/qbittorrent-9.0.24.tgz version: 9.0.24 quassel-core: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.14.0 - created: "2022-01-13T17:23:09.79108328Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Quassel-core is a modern, cross-platform, distributed IRC client. - digest: 86517ed19fdb679e86101f7f33d19012a752f8b6c7284d24cf717ecc29a33c2a - home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-core - icon: https://truecharts.org/_static/img/appicons/quassel-core-icon.png - keywords: - - quassel-core - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: quassel-core - sources: - - https://hub.docker.com/r/linuxserver/quassel-core - type: application - urls: - - https://github.com/truecharts/apps/releases/download/quassel-core-0.0.14/quassel-core-0.0.14.tgz - version: 0.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41315,36 +35941,6 @@ entries: - https://github.com/truecharts/apps/releases/download/quassel-core-0.0.1/quassel-core-0.0.1.tgz version: 0.0.1 quassel-web: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.16 - created: "2022-01-13T17:23:09.944271083Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Quassel-web is a web client for Quassel. - digest: 2eaea8a8ae0c57e9955e2e302f70c09426115445948747d0e3a18e0bd692f7c1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-web - icon: https://truecharts.org/_static/img/appicons/quassel-web-icon.png - keywords: - - quassel-web - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: quassel-web - sources: - - https://hub.docker.com/r/linuxserver/quassel-web - type: application - urls: - - https://github.com/truecharts/apps/releases/download/quassel-web-0.0.13/quassel-web-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41496,38 +36092,6 @@ entries: - https://github.com/truecharts/apps/releases/download/quassel-web-0.0.1/quassel-web-0.0.1.tgz version: 0.0.1 radarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.2.5080 - created: "2022-01-13T17:23:10.130598825Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A fork of Sonarr to work with movies à la Couchpotato - digest: 574a1684f9f4c60a75f911126b86680c0c97e70e83907e5239175c5cd06376ae - home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr - icon: https://truecharts.org/_static/img/appicons/radarr-icon.png - keywords: - - radarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: radarr - sources: - - https://github.com/Radarr/Radarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/radarr-9.0.33/radarr-9.0.33.tgz - version: 9.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41689,41 +36253,6 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-9.0.22/radarr-9.0.22.tgz version: 9.0.22 readarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0.1156 - created: "2022-01-13T17:23:10.306561893Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A fork of Radarr to work with Books & AudioBooks - digest: 15a7c4d69c75ebde2fe2e08f413859f881db1ee0806d4d82797f50004758a730 - home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr - icon: https://truecharts.org/_static/img/appicons/readarr-icon.png - keywords: - - readarr - - torrent - - usenet - - AudioBooks - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: readarr - sources: - - https://github.com/Readarr/Readarr - - https://readarr.com - type: application - urls: - - https://github.com/truecharts/apps/releases/download/readarr-9.0.49/readarr-9.0.49.tgz - version: 9.0.49 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42110,43 +36639,6 @@ entries: - https://github.com/truecharts/apps/releases/download/readarr-9.0.30/readarr-9.0.30.tgz version: 9.0.30 recipes: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.4 - created: "2022-01-13T17:23:10.529150458Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - 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: 68d5d7fe2af7d92c1474533f5ac89c4f53d6dd8599d110f83f0f361a49136170 - home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes - icon: https://truecharts.org/_static/img/appicons/recipes-icon.png - keywords: - - recipes - - cooking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: recipes - sources: - - https://github.com/vabene1111/recipes - - https://hub.docker.com/r/vabene1111/recipes - urls: - - https://github.com/truecharts/apps/releases/download/recipes-5.0.11/recipes-5.0.11.tgz - version: 5.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43187,37 +37679,6 @@ entries: - https://github.com/truecharts/apps/releases/download/redis-1.0.27/redis-1.0.27.tgz version: 1.0.27 reg: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.16.1 - created: "2022-01-13T17:23:10.691348551Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Docker registry v2 command line client and repo listing generator - with security checks. - digest: 1d20d879ca4bd48bd8262a9ba6568ae06f261d6a0c4f8707ba0932713cf7ec5e - home: https://github.com/truecharts/apps/tree/master/charts/stable/reg - icon: https://truecharts.org/_static/img/appicons/reg-icon.png - keywords: - - reg - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: reg - sources: - - https://github.com/genuinetools/reg - - https://github.com/k8s-at-home/container-images/ - urls: - - https://github.com/truecharts/apps/releases/download/reg-4.0.30/reg-4.0.30.tgz - version: 4.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43480,37 +37941,6 @@ entries: - https://github.com/truecharts/apps/releases/download/remmina-1.0.25/remmina-1.0.25.tgz version: 1.0.25 requestrr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.1 - created: "2022-01-13T17:23:10.866918509Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi - via the use of chat. - digest: 6c57c852cf047084e95e1b67ca95144be54c43b87eea3d3be83fb3cdb7dc85fc - home: https://github.com/truecharts/apps/tree/master/charts/stable/requestrr - icon: https://truecharts.org/_static/img/appicons/requestrr-icon.png - keywords: - - requestrr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: requestrr - sources: - - https://hub.docker.com/r/linuxserver/requestrr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/requestrr-0.0.12/requestrr-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43667,39 +38097,6 @@ entries: - https://github.com/truecharts/apps/releases/download/requestrr-0.0.1/requestrr-0.0.1.tgz version: 0.0.1 resilio-sync: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.2.1375 - created: "2022-01-13T17:23:11.090388501Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Resilio Sync is a fast, reliable, and simple file sync and share - solution, powered by P2P technology - digest: 2969b350a216266dcabfabbf8b1c089206d72970b263adfe2561a5991b17278d - home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync - icon: https://truecharts.org/_static/img/appicons/resilio-sync-icon.png - keywords: - - resilio - - sync - - btsync - - bittorrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: resilio-sync - sources: - - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync - urls: - - https://github.com/truecharts/apps/releases/download/resilio-sync-4.0.32/resilio-sync-4.0.32.tgz - version: 4.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43866,36 +38263,6 @@ entries: - https://github.com/truecharts/apps/releases/download/resilio-sync-4.0.21/resilio-sync-4.0.21.tgz version: 4.0.21 rsnapshot: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.3 - created: "2022-01-13T17:23:11.257460417Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Rsnapshot is a filesystem snapshot utility based on rsync. - digest: 26b08f70dd7d86ee97a2a6b01668991f1758746b1c17e1dbe5d6e4226db48fa0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/rsnapshot - icon: https://truecharts.org/_static/img/appicons/rsnapshot-icon.png - keywords: - - rsnapshot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: rsnapshot - sources: - - https://hub.docker.com/r/linuxserver/rsnapshot - type: application - urls: - - https://github.com/truecharts/apps/releases/download/rsnapshot-0.0.12/rsnapshot-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44047,37 +38414,6 @@ entries: - https://github.com/truecharts/apps/releases/download/rsnapshot-0.0.1/rsnapshot-0.0.1.tgz version: 0.0.1 sabnzbd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.4.2 - created: "2022-01-13T17:23:11.438278901Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Free and easy binary newsreader - digest: fe74390de1dd914c728455950d669ec2b83709ac883681f528e2fbdb5374a8b3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd - icon: https://truecharts.org/_static/img/appicons/sabnzbd-icon.png - keywords: - - sabnzbd - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sabnzbd - sources: - - https://sabnzbd.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sabnzbd-9.0.31/sabnzbd-9.0.31.tgz - version: 9.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44203,37 +38539,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sabnzbd-9.0.21/sabnzbd-9.0.21.tgz version: 9.0.21 scrutiny: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.16 - created: "2022-01-13T17:23:11.632698751Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard - Drive Health Dashboard & Monitoring solution. - digest: 3b4fa21dddecece6805026dea2956f105da9ead3a71985e4e68f080ee8dbd0f7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/scrutiny - icon: https://truecharts.org/_static/img/appicons/scrutiny-icon.png - keywords: - - scrutiny - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: scrutiny - sources: - - https://hub.docker.com/r/linuxserver/scrutiny - type: application - urls: - - https://github.com/truecharts/apps/releases/download/scrutiny-0.0.14/scrutiny-0.0.14.tgz - version: 0.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44421,36 +38726,6 @@ entries: - https://github.com/truecharts/apps/releases/download/scrutiny-0.0.1/scrutiny-0.0.1.tgz version: 0.0.1 ser2sock: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:23:11.789433717Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Serial to Socket Redirector - digest: b685a624ef6d0e8278109199ac4987dce3fba983332cfe6b8f3d432afe80611a - home: https://github.com/truechartsapps/tree/master/charts/stable/ser2sock - icon: https://truecharts.org/_static/img/appicons/ser2sock-icon.png - keywords: - - ser2sock - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ser2sock - sources: - - https://github.com/nutechsoftware/ser2sock - - https://github.com/tenstartups/ser2sock - urls: - - https://github.com/truecharts/apps/releases/download/ser2sock-4.0.31/ser2sock-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44572,44 +38847,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-4.0.21/ser2sock-4.0.21.tgz version: 4.0.21 shiori: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-13T17:23:11.974523022Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: A simple bookmark manager built with Go - digest: e5ea7b692703db1360543b9bf8adae89d8d1c4e183332e6a6b4dc7ad2a2c4c41 - home: https://github.com/truecharts/apps/tree/main/charts/shiori - icon: https://truecharts.org/_static/img/appicons/shiori-icon.png - keywords: - - shiori - - bookmark - - bookmark-manager - - web-interface - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shiori - sources: - - https://github.com/go-shiori/shiori - - https://github.com/nicholaswilde/docker-shiori - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shiori-4.0.22/shiori-4.0.22.tgz - version: 4.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44763,46 +39000,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shiori-4.0.12/shiori-4.0.12.tgz version: 4.0.12 shlink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.10.2 - created: "2022-01-13T17:23:12.152055789Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 1.0.54 - description: A PHP-based self-hosted URL shortener that can be used to serve shortened - URLs under your own custom domain. - digest: 8081fe1018a07e9cba3d7f4ce654a9c6cfa5ba3c45354a0352e4b5b7f56bbb2c - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink - icon: https://truecharts.org/_static/img/appicons/shlink-icon.png - keywords: - - url - - shortener - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shlink - sources: - - https://github.com/shlinkio/shlink - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shlink-0.0.8/shlink-0.0.8.tgz - version: 0.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44924,38 +39121,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shlink-0.0.1/shlink-0.0.1.tgz version: 0.0.1 shlink-web-client: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.5.1 - created: "2022-01-13T17:23:12.304700335Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A ReactJS-based progressive web application for Shlink. - digest: 1851ba08fbd68b04ca33ebc66cfe86c67a7971d261e3c40b83d9342f56ff488a - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink-web-client - icon: https://truecharts.org/_static/img/appicons/shlink-web-client-icon.png - keywords: - - url - - shortener - - frontend - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shlink-web-client - sources: - - https://github.com/shlinkio/shlink-web-client - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shlink-web-client-0.0.7/shlink-web-client-0.0.7.tgz - version: 0.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45085,40 +39250,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shlink-web-client-0.0.1/shlink-web-client-0.0.1.tgz version: 0.0.1 shorturl: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0 - created: "2022-01-13T17:23:12.466010223Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Self hosted web app for shortening urls (URL shortener) - digest: 435fae66529dfe5b7df43e21815cde9e557ab10f2f610b0f5916f37a6ee3daa2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl - icon: https://truecharts.org/_static/img/appicons/shorturl-icon.png - keywords: - - url - - shortener - - shorten - - shorturl - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shorturl - sources: - - https://github.com/prologic/shorturl - - https://github.com/nicholaswilde/docker-shorturl - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shorturl-1.0.31/shorturl-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45256,40 +39387,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shorturl-1.0.21/shorturl-1.0.21.tgz version: 1.0.21 sickchill: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.5.10 - created: "2022-01-13T17:23:12.651278929Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: An Automatic Video Library Manager for TV Shows - digest: df8a42b7acc3bbf5a5a799da0621dc87a4512e8d626dec46033e06cbe78c822f - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill - icon: https://truecharts.org/_static/img/appicons/sickchill-icon.png - keywords: - - sickchill - - video - - library - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sickchill - sources: - - https://github.com/linuxserver/docker-sickchill - - https://github.com/SickChill/SickChill - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sickchill-1.0.31/sickchill-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45427,41 +39524,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickchill-1.0.21/sickchill-1.0.21.tgz version: 1.0.21 sickgear: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.25.4 - created: "2022-01-13T17:23:12.79273562Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more - digest: 9c7345dd65127d2e1708a94ecb8c0cd4e09c4e0e0165d1d67e1a7d0f5c935a45 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear - icon: https://truecharts.org/_static/img/appicons/sickgear-icon.png - keywords: - - sickgear - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sickgear - sources: - - https://github.com/linuxserver/docker-sickgear - - https://github.com/SickGear/SickGear - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sickgear-1.0.31/sickgear-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45603,39 +39665,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickgear-1.0.21/sickgear-1.0.21.tgz version: 1.0.21 smokeping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.3 - created: "2022-01-13T17:23:12.950771792Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Keep track of your network latency. - digest: d42a41600e2c1de2a7ca37cd92a2edabf91bd9ef11ddf83570d4fda0fc4b234b - home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping - icon: https://truecharts.org/_static/img/appicons/smokeping-icon.png - keywords: - - smokeping - - network - - latency - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: smokeping - sources: - - https://oss.oetiker.ch/smokeping/ - - https://hub.docker.com/r/linuxserver/smokeping - type: application - urls: - - https://github.com/truecharts/apps/releases/download/smokeping-1.0.33/smokeping-1.0.33.tgz - version: 1.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45769,43 +39798,6 @@ entries: - https://github.com/truecharts/apps/releases/download/smokeping-1.0.23/smokeping-1.0.23.tgz version: 1.0.23 snipe-it: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.3.6 - created: "2022-01-13T17:23:13.150968671Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: Open source asset management - digest: 5dd1ed614d361ba12a974d8aad21ff6cdc06075988118c726aafb4e77e38e297 - home: https://github.com/truechartsapps/tree/master/charts/stable/snipe-it - icon: https://truecharts.org/_static/img/appicons/snipe-it-icon.png - keywords: - - snipeit - - snipe - - asset - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: snipe-it - sources: - - https://snipeitapp.com/ - - https://hub.docker.com/r/linuxserver/ - urls: - - https://github.com/truecharts/apps/releases/download/snipe-it-0.0.24/snipe-it-0.0.24.tgz - version: 0.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46066,38 +40058,6 @@ entries: - https://github.com/truecharts/apps/releases/download/snipe-it-0.0.11/snipe-it-0.0.11.tgz version: 0.0.11 sonarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.6.1342 - created: "2022-01-13T17:23:13.305901528Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Smart PVR for newsgroup and bittorrent users - digest: afebfce267d2f08d76b87b93a05b8ddc4d542ba8465fc290b63a2fd1500101da - home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr - icon: https://truecharts.org/_static/img/appicons/sonarr-icon.png - keywords: - - sonarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sonarr - sources: - - https://github.com/Sonarr/Sonarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sonarr-9.0.33/sonarr-9.0.33.tgz - version: 9.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46259,38 +40219,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sonarr-9.0.22/sonarr-9.0.22.tgz version: 9.0.22 speedtest-exporter: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.4.0 - created: "2022-01-13T17:23:13.442700297Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Speedtest Exporter made in python using the official speedtest bin - digest: fc9a6c9e26a29a63f4308bbcc9fe3c0528a5aa6b6085caf3958da38177332a4f - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/speedtest-exporter - icon: https://truecharts.org/_static/img/appicons/speedtest-exporter-icon.png - keywords: - - speedtest-exporter - - speedtest - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: speedtest-exporter - sources: - - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/speedtest-exporter-1.0.19/speedtest-exporter-1.0.19.tgz - version: 1.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46452,45 +40380,6 @@ entries: - https://github.com/truecharts/apps/releases/download/speedtest-exporter-1.0.8/speedtest-exporter-1.0.8.tgz version: 1.0.8 spotweb: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.1 - created: "2022-01-13T17:23:13.621862872Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Spotweb is a decentralized usenet community based on the Spotnet - protocol. - digest: 2b26679a349cf3e461dc7361bb4f8112912e90da9bfa9da14223f9582b60ad24 - home: https://github.com/truecharts/apps/master/charts/incubator/spotweb - icon: https://raw.githubusercontent.com/spotweb/spotweb/9af0ade0f618675206dcf1f744dbb3c1eae70e5a/images/spotnet.gif - keywords: - - usenet - - spotweb - - spotnet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: spotweb - sources: - - https://github.com/spotweb/spotweb - - https://hub.docker.com/r/jbaten/spotweb - - https://github.com/joachimbaten/spotweb-docker - type: application - urls: - - https://github.com/truecharts/apps/releases/download/spotweb-0.0.7/spotweb-0.0.7.tgz - version: 0.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46609,41 +40498,6 @@ entries: - https://github.com/truecharts/apps/releases/download/spotweb-0.0.1/spotweb-0.0.1.tgz version: 0.0.1 sqlitebrowser: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.12.2 - created: "2022-01-13T17:23:13.776201926Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite - digest: cd2d0fa9161ef5b600293e61d8df83604e6efbfe5a783d6378a7ae00caa0c75d - home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser - icon: https://truecharts.org/_static/img/appicons/sqlitebrowser-icon.png - keywords: - - sqlite - - browser - - sqlitebrowser - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sqlitebrowser - sources: - - https://github.com/linuxserver/docker-sqlitebrowser - - https://sqlitebrowser.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sqlitebrowser-1.0.35/sqlitebrowser-1.0.35.tgz - version: 1.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46785,36 +40639,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sqlitebrowser-1.0.25/sqlitebrowser-1.0.25.tgz version: 1.0.25 stash: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.12.0 - created: "2022-01-13T17:23:13.919949929Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: An organizer for your porn, written in Go - digest: 2d70ef00542e603e0d3993033eecfa992adc5c73abe3e5d09d2f5cc3f4130b71 - home: https://github.com/truechartsapps/tree/master/charts/stable/stash - icon: https://truecharts.org/_static/img/appicons/stash-icon.png - keywords: - - porn - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: stash - sources: - - https://github.com/stashapp/stash - - https://hub.docker.com/r/stashapp/stash - urls: - - https://github.com/truecharts/apps/releases/download/stash-5.0.13/stash-5.0.13.tgz - version: 5.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47026,41 +40850,6 @@ entries: - https://github.com/truecharts/apps/releases/download/stash-4.0.20/stash-4.0.20.tgz version: 4.0.20 static: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: ee8a20c - created: "2022-01-13T17:23:14.107160144Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A self-hosted static file serving app which does nothing more than - just serve up static files from a mounted volume. - digest: 2e24a813b330cebc1b23846b9a5b869f9098503093af145a8dec5390f711e9e7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/static - icon: https://truecharts.org/_static/img/appicons/static-icon.png - keywords: - - app - - web - - filesystem - - static - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: static - sources: - - https://github.com/prologic/static - - https://github.com/nicholaswilde/docker-static - type: application - urls: - - https://github.com/truecharts/apps/releases/download/static-1.0.31/static-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47200,41 +40989,6 @@ entries: - https://github.com/truecharts/apps/releases/download/static-1.0.21/static-1.0.21.tgz version: 1.0.21 statping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.90.74 - created: "2022-01-13T17:23:14.296784471Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Status page for monitoring your websites and applications - digest: 10fe19f6b0342a284c1856988bed6e0599068871f4beccf4b1b71fb88f9605e0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/statping - icon: https://truecharts.org/_static/img/appicons/statping-icon.png - keywords: - - statping - - status - - status-page - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: statping - sources: - - https://github.com/statping/statping - urls: - - https://github.com/truecharts/apps/releases/download/statping-4.0.22/statping-4.0.22.tgz - version: 4.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47376,37 +41130,6 @@ entries: - https://github.com/truecharts/apps/releases/download/statping-4.0.12/statping-4.0.12.tgz version: 4.0.12 synclounge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.1.111 - created: "2022-01-13T17:23:14.468753911Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Synclounge is a third party tool that allows you to watch Plex in - sync with your friends/family, wherever you are. - digest: f11b6fda86bbce922709184d3a94e053f9083b8e16a4ffad0da8860972429fa3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/synclounge - icon: https://truecharts.org/_static/img/appicons/synclounge-icon.png - keywords: - - synclounge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: synclounge - sources: - - https://hub.docker.com/r/linuxserver/synclounge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/synclounge-0.0.12/synclounge-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47563,38 +41286,6 @@ entries: - https://github.com/truecharts/apps/releases/download/synclounge-0.0.1/synclounge-0.0.1.tgz version: 0.0.1 syncthing: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.5 - created: "2022-01-13T17:23:14.635705127Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: P2P file synchronization application - digest: 7a379136a3d8d28d94444890c78ac0458f1399a654e997ce14be1c92df9a79ce - home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing - icon: https://truecharts.org/_static/img/appicons/syncthing-icon.png - keywords: - - syncthing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: syncthing - sources: - - https://syncthing.net/ - - https://github.com/syncthing/syncthing - - https://hub.docker.com/r/syncthing/syncthing - type: application - urls: - - https://github.com/truecharts/apps/releases/download/syncthing-9.0.33/syncthing-9.0.33.tgz - version: 9.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47788,37 +41479,6 @@ entries: - https://github.com/truecharts/apps/releases/download/syncthing-9.0.20/syncthing-9.0.20.tgz version: 9.0.20 syslog-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.30.1 - created: "2022-01-13T17:23:14.78991588Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: syslog-ng allows you to flexibly collect, parse, classify, rewrite - and correlate logs. - digest: 039729708c5a146b0b327f29c008fda844f44d9eb6aa2a8048ae699db2515d07 - home: https://github.com/truecharts/apps/tree/master/charts/stable/syslog-ng - icon: https://truecharts.org/_static/img/appicons/syslog-ng-icon.png - keywords: - - syslog-ng - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: syslog-ng - sources: - - https://hub.docker.com/r/linuxserver/syslog-ng - type: application - urls: - - https://github.com/truecharts/apps/releases/download/syslog-ng-0.0.13/syslog-ng-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48006,37 +41666,6 @@ entries: - https://github.com/truecharts/apps/releases/download/syslog-ng-0.0.1/syslog-ng-0.0.1.tgz version: 0.0.1 tautulli: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.8.1 - created: "2022-01-13T17:23:14.943600632Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A Python based monitoring and tracking tool for Plex Media Server - digest: 4f54be81f7b597bf65469f67bf4e870c547b3d83013fe7ac542e576e8726d24e - home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli - icon: https://truecharts.org/_static/img/appicons/tautulli-icon.png - keywords: - - tautulli - - plex - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tautulli - sources: - - https://github.com/Tautulli/Tautulli - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tautulli-9.0.33/tautulli-9.0.33.tgz - version: 9.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48224,39 +41853,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tautulli-9.0.21/tautulli-9.0.21.tgz version: 9.0.21 tdarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.13 - created: "2022-01-13T17:23:15.085750626Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Audio/Video library transcoding automation - digest: c3e4a05e2ce82a5fc83b2d136f7f367e5d9fe6659b5ef5bab99bc793db0d5163 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr - icon: https://truecharts.org/_static/img/appicons/tdarr-icon.png - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tdarr - sources: - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tdarr-1.0.37/tdarr-1.0.37.tgz - version: 1.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48522,39 +42118,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-1.0.23/tdarr-1.0.23.tgz version: 1.0.23 tdarr-node: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.13 - created: "2022-01-13T17:23:15.234928355Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Audio/Video library transcoding automation - digest: 6d0faedde4f8fa0a06550e83d67e63cb69fe228057cde7362466d1d84c9cce7a - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node - icon: https://truecharts.org/_static/img/appicons/tdarr-node-icon.png - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tdarr-node - sources: - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr_node - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tdarr-node-1.0.37/tdarr-node-1.0.37.tgz - version: 1.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48820,40 +42383,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-node-1.0.23/tdarr-node-1.0.23.tgz version: 1.0.23 teamspeak3: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - voice - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.13.6 - created: "2022-01-13T17:23:15.374625638Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: TeamSpeak is software for quality voice communication via the Internet. - digest: b20028307d69436940fb8b27b9fe485c15095f2dd1771c14057a721afa7d8ce0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 - icon: https://truecharts.org/_static/img/appicons/teamspeak3-icon.png - keywords: - - voice server - - teamspeak - - teamspeak3 - - teamspeak server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: teamspeak3 - sources: - - https://hub.docker.com/_/teamspeak - - https://www.teamspeak.com/en/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/teamspeak3-2.0.31/teamspeak3-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48991,43 +42520,6 @@ entries: - https://github.com/truecharts/apps/releases/download/teamspeak3-2.0.21/teamspeak3-2.0.21.tgz version: 2.0.21 teedy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.10" - created: "2022-01-13T17:23:15.575121918Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Teedy is an open source, lightweight document management system for - individuals and businesses. - digest: afdc1dbdada66001245079cada1af7def0292eb5dbff4ad9f20d42a3d65ad745 - home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy - icon: https://truecharts.org/_static/img/appicons/teedy-icon.png - keywords: - - teedy - - documents - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: teedy - sources: - - https://github.com/sismics/docs - - https://github.com/truecharts/apps/tree/master/charts/teedy - urls: - - https://github.com/truecharts/apps/releases/download/teedy-4.0.23/teedy-4.0.23.tgz - version: 4.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49214,39 +42706,6 @@ entries: - https://github.com/truecharts/apps/releases/download/teedy-4.0.12/teedy-4.0.12.tgz version: 4.0.12 thelounge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.0 - created: "2022-01-13T17:23:15.751725081Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: The Lounge, modern web IRC client designed for self-hosting - digest: 2d011e5120e7856836183edd35b779bcd1c4ebbed8db39f916eef88ae0b30d63 - home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge - icon: https://truecharts.org/_static/img/appicons/thelounge-icon.png - keywords: - - thelounge - - IRC - - The Lounge - - docker - - thelounge-docker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: thelounge - sources: - - https://github.com/thelounge/thelounge - urls: - - https://github.com/truecharts/apps/releases/download/thelounge-4.0.33/thelounge-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49413,41 +42872,6 @@ entries: - https://github.com/truecharts/apps/releases/download/thelounge-4.0.21/thelounge-4.0.21.tgz version: 4.0.21 traccar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4.14" - created: "2022-01-13T17:23:15.918577296Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Traccar is an open source GPS tracking system. - digest: c0addc276533357641cb93c36eb9acc2cd4026e7ab8ce4f9caa32f20e9d5a985 - home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar - icon: https://truecharts.org/_static/img/appicons/traccar-icon.png - keywords: - - traccar - - gps - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: traccar - sources: - - https://github.com/traccar/traccar - - https://hub.docker.com/r/traccar/traccar - urls: - - https://github.com/truecharts/apps/releases/download/traccar-4.0.22/traccar-4.0.22.tgz - version: 4.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49589,39 +43013,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traccar-4.0.12/traccar-4.0.12.tgz version: 4.0.12 traefik: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - network - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.6 - created: "2022-01-13T17:23:16.067079322Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Test App for Traefik - digest: 5d7e51f64f19e8b98ad586651682c72d7bf78e6f77f3be569752d8f1be251898 - home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik - icon: https://truecharts.org/_static/img/appicons/traefik-icon.png - keywords: - - traefik - - ingress - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: traefik - sources: - - https://github.com/traefik/traefik - - https://github.com/traefik/traefik-helm-chart - - https://traefik.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/traefik-10.0.38/traefik-10.0.38.tgz - version: 10.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49854,39 +43245,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traefik-10.0.24/traefik-10.0.24.tgz version: 10.0.24 transmission: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - download-tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: "3.00" - created: "2022-01-13T17:23:16.256079846Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: API Support for your favorite torrent trackers. - digest: 842ada1bc502bd53679a314383f9464a6783c5e79130d0103aa9eea449fd5096 - home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission - icon: https://truecharts.org/_static/img/appicons/transmission-icon.png - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: transmission - sources: - - https://github.com/transmission/transmission - - https://hub.docker.com/r/linuxserver/transmission - type: application - urls: - - https://github.com/truecharts/apps/releases/download/transmission-10.0.13/transmission-10.0.13.tgz - version: 10.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50086,36 +43444,6 @@ entries: - https://github.com/truecharts/apps/releases/download/transmission-10.0.0/transmission-10.0.0.tgz version: 10.0.0 truecommand: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Administration - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.2 - created: "2022-01-13T17:23:16.411485905Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Aggregated management of TrueNAS devices - digest: 6ee821a051a153d0741d2a74eae206f371f40232729d6f2008343a2b2edf4692 - home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand - icon: https://truecharts.org/_static/img/appicons/truecommand-icon.png - keywords: - - truecommand - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: truecommand - sources: - - https://hub.docker.com/r/ixsystems/truecommand - type: application - urls: - - https://github.com/truecharts/apps/releases/download/truecommand-9.0.32/truecommand-9.0.32.tgz - version: 9.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50267,40 +43595,6 @@ entries: - https://github.com/truecharts/apps/releases/download/truecommand-9.0.20/truecommand-9.0.20.tgz version: 9.0.20 tt-rss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9090.0 - created: "2022-01-13T17:23:16.579012224Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) - reader and aggregator - digest: dce879f841215642aeffaa43bb2646f75d88c1ef7b4216bc870d4d194e1a0712 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss - icon: https://truecharts.org/_static/img/appicons/tt-rss-icon.png - keywords: - - tt-rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tt-rss - sources: - - https://git.tt-rss.org/fox/tt-rss - urls: - - https://github.com/truecharts/apps/releases/download/tt-rss-4.0.33/tt-rss-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50608,39 +43902,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tt-rss-4.0.15/tt-rss-4.0.15.tgz version: 4.0.15 tvheadend: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "63784405" - created: "2022-01-13T17:23:16.738081901Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: TVheadend - a TV streaming server and digital video recorder - digest: 0dd10be5959dcc518d39794c14c3ef9852fed8415097541c4cc0485ddaff5e97 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend - icon: https://truecharts.org/_static/img/appicons/tvheadend-icon.png - keywords: - - tvheadend - - tv - - streaming - - dvb - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tvheadend - sources: - - https://github.com/tvheadend/tvheadend - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tvheadend-10.0.31/tvheadend-10.0.31.tgz - version: 10.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50774,41 +44035,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tvheadend-10.0.21/tvheadend-10.0.21.tgz version: 10.0.21 twtxt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.1 - created: "2022-01-13T17:23:16.892855458Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. - No ads, no tracking, your content, your data! - digest: 692e7bd0d97f346fa340273d470b873c9feaca185b4fa2bd6a50cc2647121e7b - home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt - icon: https://truecharts.org/_static/img/appicons/twtxt-icon.png - keywords: - - twtxt - - blogging - - blog - - social-network - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: twtxt - sources: - - https://github.com/prologic/twtxt - - https://github.com/nicholaswilde/docker-twtxt - type: application - urls: - - https://github.com/truecharts/apps/releases/download/twtxt-1.0.31/twtxt-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50950,37 +44176,6 @@ entries: - https://github.com/truecharts/apps/releases/download/twtxt-1.0.21/twtxt-1.0.21.tgz version: 1.0.21 ubooquity: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.2 - created: "2022-01-13T17:23:17.053837444Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Ubooquity is a free, lightweight and easy-to-use home server for - your comics and ebooks. - digest: 49c6b7aa786f6a441e01d38fa21b3ff31e489cc08cefec1b6511be2062074bd8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ubooquity - icon: https://truecharts.org/_static/img/appicons/ubooquity-icon.png - keywords: - - ubooquity - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ubooquity - sources: - - https://hub.docker.com/r/linuxserver/ubooquity - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ubooquity-0.0.12/ubooquity-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51137,38 +44332,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ubooquity-0.0.1/ubooquity-0.0.1.tgz version: 0.0.1 unifi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.5.55 - created: "2022-01-13T17:23:17.238763148Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Ubiquiti Network's Unifi Controller - digest: 3e13cb6fc7139d6570227734a097fa7b01aa03e8773cb5ee0e167c76d7b084ad - home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi - icon: https://truecharts.org/_static/img/appicons/unifi-icon.png - keywords: - - ubiquiti - - unifi - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unifi - sources: - - https://github.com/jacobalberty/unifi-docker - - https://unifi-network.ui.com - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unifi-9.0.35/unifi-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51426,43 +44589,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unifi-9.0.20/unifi-9.0.20.tgz version: 9.0.20 unpackerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.9 - created: "2022-01-13T17:23:17.418341426Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - 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: 6d17ba792a3d12fed1316f7ec19e101e5ae653ba3413466f388448e37a40c765 - home: https://github.com/truecharts/apps/tree/master/charts/stable/unpackrr - icon: https://truecharts.org/_static/img/appicons/unpackerr-icon.png - keywords: - - unpackerr - - sonarr - - radarr - - lidarr - - readarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unpackerr - sources: - - https://github.com/davidnewhall/unpackerr - - https://hub.docker.com/r/golift/unpackerr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unpackerr-4.0.33/unpackerr-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51686,40 +44812,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-4.0.20/unpackerr-4.0.20.tgz version: 4.0.20 unpoller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.3 - created: "2022-01-13T17:23:17.583457333Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Collect ALL UniFi Controller, Site, Device & Client Data - Export - to InfluxDB or Prometheus - digest: 0fd0d5fdec9d3113a4add14a0a08a0878d25d0214de077785aab8e37ebc82b05 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/unifi-poller - icon: https://truecharts.org/_static/img/appicons/unpoller-icon.png - keywords: - - unifi - - unifi-poller - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unpoller - sources: - - https://github.com/unifi-poller/unifi-poller - - https://hub.docker.com/r/golift/unifi-poller - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unpoller-1.0.23/unpoller-1.0.23.tgz - version: 1.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51891,37 +44983,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpoller-1.0.12/unpoller-1.0.12.tgz version: 1.0.12 uptime-kuma: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.10.2 - created: "2022-01-13T17:23:17.742644511Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A fancy self-hosted monitoring tool - digest: 690c463a2e77a3a120c9c91c1364683f9928da42dd99d8b6cb529b1d0161120c - home: https://github.com/louislam/uptime-kuma - icon: https://truecharts.org/_static/img/appicons/uptime-kuma-icon.png - keywords: - - monitoring - - uptime - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: uptime-kuma - sources: - - https://github.com/louislam/uptime-kuma - type: application - urls: - - https://github.com/truecharts/apps/releases/download/uptime-kuma-1.0.32/uptime-kuma-1.0.32.tgz - version: 1.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52047,40 +45108,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptime-kuma-1.0.22/uptime-kuma-1.0.22.tgz version: 1.0.22 uptimerobot-prometheus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.1 - created: "2022-01-13T17:23:17.929364223Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Prometheus Exporter for the official uptimerobot CLI - digest: faa4edf042c66eb4bb00679ea3a0c8a11726be82363ea5c65191605426a3f084 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/uptimerobot-prometheus - icon: https://truecharts.org/_static/img/appicons/uptimerobot-prometheus-icon.png - keywords: - - uptimerobot - - prometheus - - grafana - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: uptimerobot-prometheus - sources: - - https://github.com/lekpamartin/uptimerobot_exporter - - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus - type: application - urls: - - https://github.com/truecharts/apps/releases/download/uptimerobot-prometheus-2.0.12/uptimerobot-prometheus-2.0.12.tgz - version: 2.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52252,37 +45279,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptimerobot-prometheus-2.0.0/uptimerobot-prometheus-2.0.0.tgz version: 2.0.0 valheim: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-13T17:23:18.093554225Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Valheim dedicated gameserver with automatic update and world backup - support - digest: 650d7aa8e1c950cf60aeeecfd8cb51427ecd634e8a9b3fffd6e845c3405accb4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/valheim - icon: https://truecharts.org/_static/img/appicons/valheim-icon.png - keywords: - - valheim - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: valheim - sources: - - https://github.com/lloesche/valheim-server-docker - - https://hub.docker.com/r/lloesche/valheim-server - urls: - - https://github.com/truecharts/apps/releases/download/valheim-2.0.12/valheim-2.0.12.tgz - version: 2.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52439,45 +45435,6 @@ entries: - https://github.com/truecharts/apps/releases/download/valheim-2.0.0/valheim-2.0.0.tgz version: 2.0.0 vaultwarden: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.23.1 - created: "2022-01-13T17:23:18.256454022Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Unofficial Bitwarden compatible server written in Rust - digest: 503ea74f24e7700be06c7fe0e64b7e688560329fe93ec07a5a9ae035c0927a36 - home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden - icon: https://truecharts.org/_static/img/appicons/vaultwarden-icon.png - keywords: - - bitwarden - - bitwardenrs - - bitwarden_rs - - vaultwarden - - password - - rust - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: vaultwarden - sources: - - https://github.com/dani-garcia/vaultwarden - type: application - urls: - - https://github.com/truecharts/apps/releases/download/vaultwarden-13.0.24/vaultwarden-13.0.24.tgz - version: 13.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52713,36 +45670,6 @@ entries: - https://github.com/truecharts/apps/releases/download/vaultwarden-13.0.11/vaultwarden-13.0.11.tgz version: 13.0.11 webgrabplus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.2 - created: "2022-01-13T17:23:18.418475313Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Webgrabplus is a multi-site incremental xmltv epg grabber. - digest: 149a9c3796b4dafa6da6c86386de28c624fb6d3adce138a566a420dc830ecae2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/webgrabplus - icon: https://truecharts.org/_static/img/appicons/webgrabplus-icon.png - keywords: - - webgrabplus - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: webgrabplus - sources: - - https://hub.docker.com/r/linuxserver/webgrabplus - type: application - urls: - - https://github.com/truecharts/apps/releases/download/webgrabplus-0.0.13/webgrabplus-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52924,38 +45851,6 @@ entries: - https://github.com/truecharts/apps/releases/download/webgrabplus-0.0.1/webgrabplus-0.0.1.tgz version: 0.0.1 whoogle: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.7.0 - created: "2022-01-13T17:23:18.568189293Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: A self-hosted, ad-free, privacy-respecting metasearch engine - digest: 18ea5e2bb4a2ea21ec7923cd49b958f164f55ede5b56a100c68a3952bd601036 - home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle - icon: https://truecharts.org/_static/img/appicons/whoogle-icon.png - keywords: - - whoogle - - search - - open source - - privacy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: whoogle - sources: - - https://github.com/benbusby/whoogle-search - urls: - - https://github.com/truecharts/apps/releases/download/whoogle-1.0.32/whoogle-1.0.32.tgz - version: 1.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53085,42 +45980,6 @@ entries: - https://github.com/truecharts/apps/releases/download/whoogle-1.0.21/whoogle-1.0.21.tgz version: 1.0.21 wikijs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.268 - created: "2022-01-13T17:23:18.75666473Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.49 - description: Make documentation a joy to write using Wiki.js's beautiful and intuitive - interface! - digest: 6644ebea57530c104ee5567a615d38bf5be90bac1663f6c97b222f1bd421775b - home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs - icon: https://truecharts.org/_static/img/appicons/wikijs-icon.png - keywords: - - wiki - - wikijs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: wikijs - sources: - - https://hub.docker.com/r/linuxserver/wikijs/ - - https://github.com/Requarks/wiki - urls: - - https://github.com/truecharts/apps/releases/download/wikijs-4.0.24/wikijs-4.0.24.tgz - version: 4.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53302,37 +46161,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wikijs-4.0.11/wikijs-4.0.11.tgz version: 4.0.11 wireshark: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.4.5 - created: "2022-01-13T17:23:18.921323011Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Wireshark is the world’s foremost and widely-used network protocol - analyzer. - digest: 251290aa097af0cb096968e0843ce982ab9524fb4fd54707f6ba916cb2382762 - home: https://github.com/truecharts/apps/tree/master/charts/stable/wireshark - icon: https://truecharts.org/_static/img/appicons/wireshark-icon.png - keywords: - - wireshark - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: wireshark - sources: - - https://hub.docker.com/r/linuxserver/wireshark - type: application - urls: - - https://github.com/truecharts/apps/releases/download/wireshark-0.0.12/wireshark-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53489,41 +46317,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wireshark-0.0.1/wireshark-0.0.1.tgz version: 0.0.1 xbackbone: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - files - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.3.3 - created: "2022-01-13T17:23:19.08117226Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.51 - description: XBackBone is a simple, self-hosted, lightweight PHP file manager - digest: 50c3117856715789509100d34f7ef96060c8311d9d31e11575f8d5657cacfc2d - home: https://github.com/truechartsapps/tree/master/charts/stable/xbackbone - icon: https://truecharts.org/_static/img/appicons/xbackbone-icon.png - keywords: - - xbackbone - - xshare - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: xbackbone - sources: - - https://github.com/SergiX44/XBackBone - - https://hub.docker.com/r/pe46dro/xbackbone-docker - urls: - - https://github.com/truecharts/apps/releases/download/xbackbone-0.0.20/xbackbone-0.0.20.tgz - version: 0.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53665,39 +46458,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xbackbone-0.0.10/xbackbone-0.0.10.tgz version: 0.0.10 xteve: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0.200 - created: "2022-01-13T17:23:19.246870447Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: M3U Proxy for Plex DVR and Emby Live TV. - digest: 9ac4fa4a1f97a3c2b9ae0e64c3dc817f56bbc124aced87df176656b095c54a41 - home: https://github.com/truechartsapps/tree/master/charts/stable/xteve - icon: https://truecharts.org/_static/img/appicons/xteve-icon.png - keywords: - - xteve - - iptv - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: xteve - sources: - - https://github.com/xteve-project/xTeVe - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/xteve-4.0.31/xteve-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53831,38 +46591,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-4.0.21/xteve-4.0.21.tgz version: 4.0.21 zigbee2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.2 - created: "2022-01-13T17:23:19.399892652Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Bridges events and allows you to control your Zigbee devices via - MQTT - digest: 1ea8b26d9f11224b43585d95bd33279ba6db9ec41a8f4140e3551ce0d7913dc0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt - icon: https://truecharts.org/_static/img/appicons/zigbee2mqtt-icon.png - keywords: - - zigbee - - mqtt - - home-assistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: zigbee2mqtt - sources: - - https://github.com/Koenkk/zigbee2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-1.0.33/zigbee2mqtt-1.0.33.tgz - version: 1.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54024,37 +46752,6 @@ entries: - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-1.0.22/zigbee2mqtt-1.0.22.tgz version: 1.0.22 znc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.2 - created: "2022-01-13T17:23:19.561227411Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Znc is an IRC network bouncer or BNC. It can detach the client from - the actual IRC server, and also from selected channels. - digest: 7f171edbae3f772c75c8e00b5b61b7cc56c1cd13ec9657eac1e5b9ec4f32c0df - home: https://github.com/truecharts/apps/tree/master/charts/stable/znc - icon: https://truecharts.org/_static/img/appicons/znc-icon.png - keywords: - - znc - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: znc - sources: - - https://hub.docker.com/r/linuxserver/znc - type: application - urls: - - https://github.com/truecharts/apps/releases/download/znc-0.0.12/znc-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54211,41 +46908,6 @@ entries: - https://github.com/truecharts/apps/releases/download/znc-0.0.1/znc-0.0.1.tgz version: 0.0.1 zwavejs2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.3.0 - created: "2022-01-13T17:23:19.712133201Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.0 - description: Fully configurable Zwave to MQTT gateway and Control Panel using - NodeJS and Vue - digest: a9019f310cb68dacc4c575e344e6035b15985772819f4501edf77d28c7327afa - home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt - icon: https://truecharts.org/_static/img/appicons/zwavejs2mqtt-icon.png - keywords: - - zwavejs2mqtt - - zwave-js - - z-wave - - zwave - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: zwavejs2mqtt - sources: - - https://github.com/zwave-js/zwavejs2mqtt - - https://hub.docker.com/r/zwavejs/zwavejs2mqtt - type: application - urls: - - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.39/zwavejs2mqtt-9.0.39.tgz - version: 9.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54456,4 +47118,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz version: 9.0.24 -generated: "2022-01-13T17:23:19.718846845Z" +generated: "2022-01-13T17:30:37.861041189Z"