diff --git a/charts/incubator/airdcpp-webclient/CHANGELOG.md b/charts/incubator/airdcpp-webclient/CHANGELOG.md new file mode 100644 index 00000000000..5684ecd5662 --- /dev/null +++ b/charts/incubator/airdcpp-webclient/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog
+ + + +### airdcpp-webclient-0.0.1 (2022-01-22) + +#### Feat + +* Add airdcpp-webclient ([#1752](https://github.com/truecharts/apps/issues/1752)) + diff --git a/charts/incubator/airdcpp-webclient/CONFIG.md b/charts/incubator/airdcpp-webclient/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/charts/incubator/airdcpp-webclient/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/airdcpp-webclient/README.md b/charts/incubator/airdcpp-webclient/README.md new file mode 100644 index 00000000000..6b70b6254a7 --- /dev/null +++ b/charts/incubator/airdcpp-webclient/README.md @@ -0,0 +1,39 @@ +# Introduction + +AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. + +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.13.1 | + +## 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/charts/incubator/airdcpp-webclient/helm-values.md b/charts/incubator/airdcpp-webclient/helm-values.md new file mode 100644 index 00000000000..26288a77037 --- /dev/null +++ b/charts/incubator/airdcpp-webclient/helm-values.md @@ -0,0 +1,35 @@ +# 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 | +|-----|------|---------|-------------| +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"tccr.io/truecharts/airdcpp-webclient"` | | +| image.tag | string | `"v2.11.2@sha256:9dfc8d1ca4ff738c9586c902eaf3dc92d914412e5a8f3ec9a5002633a58d7a35"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/.airdcpp"` | | +| service.encrypted-tcp.enabled | bool | `true` | | +| service.encrypted-tcp.ports.encrypted-tcp.enabled | bool | `true` | | +| service.encrypted-tcp.ports.encrypted-tcp.port | int | `21249` | | +| service.encrypted-tcp.ports.encrypted-tcp.targetPort | int | `21249` | | +| service.main.ports.main.port | int | `10155` | | +| service.main.ports.main.targetPort | int | `5600` | | +| service.search-udp.enabled | bool | `true` | | +| service.search-udp.ports.search-udp.enabled | bool | `true` | | +| service.search-udp.ports.search-udp.port | int | `21248` | | +| service.search-udp.ports.search-udp.protocol | string | `"UDP"` | | +| service.search-udp.ports.search-udp.targetPort | int | `21248` | | +| service.unencrypted-tcp.enabled | bool | `true` | | +| service.unencrypted-tcp.ports.unencrypted-tcp.enabled | bool | `true` | | +| service.unencrypted-tcp.ports.unencrypted-tcp.port | int | `21248` | | +| service.unencrypted-tcp.ports.unencrypted-tcp.targetPort | int | `21248` | | + +All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/airdcpp-webclient/security.md b/charts/incubator/airdcpp-webclient/security.md new file mode 100644 index 00000000000..f3d53edada2 --- /dev/null +++ b/charts/incubator/airdcpp-webclient/security.md @@ -0,0 +1,71 @@ +--- +hide: + - toc +--- + +# Security Overview + + + +## Helm-Chart + +##### Scan Results + +#### Chart Object: airdcpp-webclient/templates/common.yaml + + + +| Type | Misconfiguration ID | Check | Severity | Explaination | Links | +|:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------| +| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


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


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


Container 'autopermissions' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| +| Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-airdcpp-webclient' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| +| Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| +| Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-airdcpp-webclient' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv021
| +| Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv021
| +| Kubernetes Security Check | KSV029 | A root primary or supplementary GID set | LOW |
Expand... Containers should be forbidden from running with a root primary or supplementary GID.


Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'spec.securityContext.runAsGroup', 'spec.securityContext.supplementalGroups[*]' and 'spec.securityContext.fsGroup' to integer greater than 0
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv029
| + +## Containers + +##### Detected Containers + + tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c + tccr.io/truecharts/airdcpp-webclient:v2.11.2@sha256:9dfc8d1ca4ff738c9586c902eaf3dc92d914412e5a8f3ec9a5002633a58d7a35 + +##### Scan Results + + +#### Container: tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c (alpine 3.14.2) + + +**alpine** + + +| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | +|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| +| busybox | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42379 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42380 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42381 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42382 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42383 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
| +| busybox | CVE-2021-42384 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42385 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42386 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42374 | MEDIUM | 1.33.1-r3 | 1.33.1-r4 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 |
Expand...https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
| +| ssl_client | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42379 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42380 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42381 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42382 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42383 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
| +| ssl_client | CVE-2021-42384 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42385 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42386 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42374 | MEDIUM | 1.33.1-r3 | 1.33.1-r4 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 |
Expand...https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
| + + + diff --git a/docs/apps/incubator/airdcpp-webclient/CHANGELOG.md b/docs/apps/incubator/airdcpp-webclient/CHANGELOG.md new file mode 100644 index 00000000000..5684ecd5662 --- /dev/null +++ b/docs/apps/incubator/airdcpp-webclient/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog
+ + + +### airdcpp-webclient-0.0.1 (2022-01-22) + +#### Feat + +* Add airdcpp-webclient ([#1752](https://github.com/truecharts/apps/issues/1752)) + diff --git a/docs/apps/incubator/airdcpp-webclient/CONFIG.md b/docs/apps/incubator/airdcpp-webclient/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/docs/apps/incubator/airdcpp-webclient/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/airdcpp-webclient/helm-values.md b/docs/apps/incubator/airdcpp-webclient/helm-values.md new file mode 100644 index 00000000000..26288a77037 --- /dev/null +++ b/docs/apps/incubator/airdcpp-webclient/helm-values.md @@ -0,0 +1,35 @@ +# 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 | +|-----|------|---------|-------------| +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"tccr.io/truecharts/airdcpp-webclient"` | | +| image.tag | string | `"v2.11.2@sha256:9dfc8d1ca4ff738c9586c902eaf3dc92d914412e5a8f3ec9a5002633a58d7a35"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/.airdcpp"` | | +| service.encrypted-tcp.enabled | bool | `true` | | +| service.encrypted-tcp.ports.encrypted-tcp.enabled | bool | `true` | | +| service.encrypted-tcp.ports.encrypted-tcp.port | int | `21249` | | +| service.encrypted-tcp.ports.encrypted-tcp.targetPort | int | `21249` | | +| service.main.ports.main.port | int | `10155` | | +| service.main.ports.main.targetPort | int | `5600` | | +| service.search-udp.enabled | bool | `true` | | +| service.search-udp.ports.search-udp.enabled | bool | `true` | | +| service.search-udp.ports.search-udp.port | int | `21248` | | +| service.search-udp.ports.search-udp.protocol | string | `"UDP"` | | +| service.search-udp.ports.search-udp.targetPort | int | `21248` | | +| service.unencrypted-tcp.enabled | bool | `true` | | +| service.unencrypted-tcp.ports.unencrypted-tcp.enabled | bool | `true` | | +| service.unencrypted-tcp.ports.unencrypted-tcp.port | int | `21248` | | +| service.unencrypted-tcp.ports.unencrypted-tcp.targetPort | int | `21248` | | + +All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/airdcpp-webclient/index.md b/docs/apps/incubator/airdcpp-webclient/index.md new file mode 100644 index 00000000000..6b70b6254a7 --- /dev/null +++ b/docs/apps/incubator/airdcpp-webclient/index.md @@ -0,0 +1,39 @@ +# Introduction + +AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. + +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.13.1 | + +## 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/airdcpp-webclient/security.md b/docs/apps/incubator/airdcpp-webclient/security.md new file mode 100644 index 00000000000..f3d53edada2 --- /dev/null +++ b/docs/apps/incubator/airdcpp-webclient/security.md @@ -0,0 +1,71 @@ +--- +hide: + - toc +--- + +# Security Overview + + + +## Helm-Chart + +##### Scan Results + +#### Chart Object: airdcpp-webclient/templates/common.yaml + + + +| Type | Misconfiguration ID | Check | Severity | Explaination | Links | +|:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------| +| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


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


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


Container 'autopermissions' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| +| Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-airdcpp-webclient' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| +| Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| +| Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-airdcpp-webclient' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv021
| +| Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv021
| +| Kubernetes Security Check | KSV029 | A root primary or supplementary GID set | LOW |
Expand... Containers should be forbidden from running with a root primary or supplementary GID.


Deployment 'RELEASE-NAME-airdcpp-webclient' should set 'spec.securityContext.runAsGroup', 'spec.securityContext.supplementalGroups[*]' and 'spec.securityContext.fsGroup' to integer greater than 0
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv029
| + +## Containers + +##### Detected Containers + + tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c + tccr.io/truecharts/airdcpp-webclient:v2.11.2@sha256:9dfc8d1ca4ff738c9586c902eaf3dc92d914412e5a8f3ec9a5002633a58d7a35 + +##### Scan Results + + +#### Container: tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c (alpine 3.14.2) + + +**alpine** + + +| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | +|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| +| busybox | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42379 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42380 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42381 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42382 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42383 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
| +| busybox | CVE-2021-42384 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42385 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42386 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42374 | MEDIUM | 1.33.1-r3 | 1.33.1-r4 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| busybox | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 |
Expand...https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
| +| ssl_client | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42379 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42380 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42381 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42382 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42383 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
| +| ssl_client | CVE-2021-42384 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42385 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42386 | HIGH | 1.33.1-r3 | 1.33.1-r6 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42374 | MEDIUM | 1.33.1-r3 | 1.33.1-r4 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374
https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
https://ubuntu.com/security/notices/USN-5179-1
| +| ssl_client | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 |
Expand...https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/
https://security.netapp.com/advisory/ntap-20211223-0002/
| + + + diff --git a/docs/index.yaml b/docs/index.yaml index ecff9814528..874b7cc4c50 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,37 +1,43 @@ apiVersion: v1 entries: - airsonic: + airdcpp-webclient: - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | - media truecharts.org/grade: U apiVersion: v2 - appVersion: 10.6.2 - created: "2022-01-22T14:27:59.334864037Z" + appVersion: 2.11.2 + created: "2022-01-22T20:56:56.143121261Z" dependencies: - name: common repository: https://truecharts.org - version: 8.13.5 - description: Airsonic is a Free and Open Source community driven media server - digest: 3e45cb983efd105083a92bef6c62ad130e238831a96ba0d077b99c413ba08ff2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic - icon: https://truecharts.org/_static/img/appicons/airsonic-icon.png + version: 8.13.1 + description: AirDC++ Web Client is a locally installed application, which is designed + for flexible sharing of files or directories within groups of people in a local + network or over internet. + digest: 2e68df0a9b9331542395f54649a8f1d543b808a92d852a44a9fe4aa50d51732d + home: https://github.com/truecharts/apps/tree/master/charts/stable/airdcpp-webclient + icon: https://truecharts.org/_static/img/appicons/airdcpp-webclient-icon.png keywords: - - airsonic + - DC++ + - dcpp + - airdcpp kubeVersion: '>=1.16.0-0' maintainers: - email: info@truecharts.org name: TrueCharts url: https://truecharts.org - name: airsonic + name: airdcpp-webclient sources: - - https://github.com/airsonic/airsonic - - https://github.com/linuxserver/docker-airsonic - - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic + - https://airdcpp-web.github.io/ + - https://github.com/airdcpp-web/airdcpp-webclient + - https://hub.docker.com/r/gangefors/airdcpp-webclient + type: application urls: - - https://github.com/truecharts/apps/releases/download/airsonic-4.0.36/airsonic-4.0.36.tgz - version: 4.0.36 + - https://github.com/truecharts/apps/releases/download/airdcpp-webclient-0.0.1/airdcpp-webclient-0.0.1.tgz + version: 0.0.1 + airsonic: - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -157,40 +163,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-22T14:27:59.546992018Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Airsonic is a Free and Open Source community driven media server - digest: 0db524ceae452d9c7ae986c93748cc4a7e4497c8dcb343d411162585ae763fee - 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.8/airsonic-advanced-1.0.8.tgz - version: 1.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -294,35 +266,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-22T14:27:59.732464052Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Expose all events from an Amcrest device to an MQTT broker - digest: 3743cfe122f867bf986f60d80def17da7ad3d547d530071d70f9807019db10c7 - 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.37/amcrest2mqtt-2.0.37.tgz - version: 2.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -469,43 +412,6 @@ entries: - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.23/amcrest2mqtt-2.0.23.tgz version: 2.0.23 anonaddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - email - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.10 - created: "2022-01-22T14:27:59.965670412Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.61 - description: Protect your email from spam using disposable addresses. - digest: da995cc0de887fa69a507a2bd5604cb8dca8d21c85ce48bf753e80a5a08ddee4 - 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.29/anonaddy-6.0.29.tgz - version: 6.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -840,38 +746,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-22T14:28:00.157966707Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Index and stream music using apache-musicindex and m3u playlists - digest: 15db0c48a695880c22ae0ca61e2fc697b46e28611f04c16014f9221c8ee19f12 - 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.34/apache-musicindex-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1001,43 +875,6 @@ entries: - https://github.com/truecharts/apps/releases/download/apache-musicindex-2.0.21/apache-musicindex-2.0.21.tgz version: 2.0.21 appdaemon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.2.1 - created: "2022-01-22T14:28:00.342649746Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: 0608806694e3aafec940cc37e05f63e0db2b8de00529c9cffc80dcf9240ad349 - 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.17/appdaemon-7.0.17.tgz - version: 7.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1298,35 +1135,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-22T14:28:00.540897007Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: aria server for downloading web content - digest: 051b0a09d008c021a4d8fb7fccdff08d6d4c0354cc51e2227a9e1efd25c0b108 - 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.15/aria2-3.0.15.tgz - version: 3.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1473,41 +1281,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-22T14:28:00.731592212Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: An easy-to-use, multi-track audio editor and recorder - digest: 1af1c98d118ee8ce3984d5ee91a96632686a6edcc1955c2a1a2c501b49cd5153 - 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.34/audacity-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1649,55 +1422,6 @@ entries: - https://github.com/truecharts/apps/releases/download/audacity-2.0.21/audacity-2.0.21.tgz version: 2.0.21 authelia: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.33.2 - created: "2022-01-22T14:28:01.180813731Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 1.0.61 - description: Authelia is a Single Sign-On Multi-Factor portal for web apps - digest: 268ff1fa8dea4c654e2c69148d1142d4220e96b27e8df288a9b281ae3306231b - 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.32/authelia-8.0.32.tgz - version: 8.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2091,46 +1815,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-22T14:28:01.470650411Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - 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: 18a4c60e701afceb46d17ec3ce8230a1ed40fa58ad013175b7430cd46707e61f - 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.32/babybuddy-5.0.32.tgz - version: 5.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2372,43 +2056,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-22T14:28:01.71273625Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Bazarr is a companion application to Sonarr and Radarr. It manages - and downloads subtitles based on your requirements - digest: 0b816415f2b67f949499bb9c29553be0a43bd95f3a4f3360bf85dc9093627393 - 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.38/bazarr-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2632,41 +2279,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-22T14:28:01.939061198Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A music library manager and not, for the most part, a music player. - digest: 487bce74e6e22fbf0a4e92026b3c8ad2189174bee8adc78110bfdd5f21dc3395 - 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.37/beets-2.0.37.tgz - version: 2.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2843,44 +2455,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-22T14:28:02.477458635Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Lightweight self-hosted facebook-styled PHP blog. - digest: fc00ad505dd63f43a2ddfea6ed2fa33db66939ca086d8d0fdad1eb484f86ef02 - 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.27/blog-0.0.27.tgz - version: 0.0.27 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3186,37 +2760,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-22T14:28:02.692176843Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: BOINC is a platform for high-throughput computing on a large scale - (thousands or millions of computers). - digest: 7d9453a9bbc7851936cd4a5093ddf978d40b6346566cd90befba6f0f93dd5992 - 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.15/boinc-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3373,38 +2916,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-22T14:28:02.9439549Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Booksonic is a platform for accessing the audibooks you own wherever - you are - digest: 7cee685bb8fe151143174029f3c9be68b5403dbe4e46c1f64bbc9aeececcaf27 - 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.36/booksonic-air-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3566,46 +3077,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-22T14:28:03.188081164Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - description: A simple, self-hosted, easy-to-use platform for organising and storing - information. - digest: ebd31f8621b4fbf18834c66f43886d0b83429296cef1ad68c7b55938fda1547f - 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.26/bookstack-0.0.26.tgz - version: 0.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3807,36 +3278,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-22T14:28:03.42659226Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Calibre is a powerful and easy to use e-book manager. - digest: 8bb895613be1812f417e1f07f1c34e434f470053b3f4d75b5220c8727d64253b - 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.16/calibre-5.0.16.tgz - version: 5.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4018,40 +3459,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-22T14:28:03.617484078Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Calibre-Web is a web app providing a clean interface for browsing, - reading and downloading eBooks using an existing Calibre database. - digest: af05d01f79f9c9d8f8d5444afb6734997f5fde83c24a30f3ce75737f10d44a39 - 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.34/calibre-web-9.0.34.tgz - version: 9.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4365,40 +3772,6 @@ entries: - https://github.com/truecharts/apps/releases/download/chevereto-0.0.1/chevereto-0.0.1.tgz version: 0.0.1 clamav: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.104.2 - created: "2022-01-22T14:28:03.795044234Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: ClamAV® is an open source antivirus engine for detecting trojans, - viruses, malware & other malicious threats. - digest: b49291a9d54e28bdce873317c30f8f59bcccb0778995e6b837ad60363fffec8a - home: https://github.com/truecharts/apps/tree/master/charts/stable/clamav - icon: https://truecharts.org/_static/img/appicons/clamav-icon.png - keywords: - - clamav - - antivirus - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: clamav - sources: - - https://github.com/Cisco-Talos/clamav - - https://hub.docker.com/r/clamav/clamav - - https://docs.clamav.net/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/clamav-1.0.2/clamav-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4434,45 +3807,6 @@ entries: - https://github.com/truecharts/apps/releases/download/clamav-0.0.1/clamav-0.0.1.tgz version: 0.0.1 clarkson: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - vehicle - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.1.2 - created: "2022-01-22T14:28:03.995741771Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - 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: 826dfbb1526e3f0f84131f227f9a0155fea0bbe3c4591dc40199f02021d2fe15 - 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.28/clarkson-0.0.28.tgz - version: 0.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4747,41 +4081,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-22T14:28:04.198683135Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A complete web based IDE with terminal access - digest: a41c65e9e3ba5e09e65f7535e55bd1cb8030b7abb8f5a769a63cbb2feadda816 - 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.37/cloud9-2.0.37.tgz - version: 2.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4923,39 +4222,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-22T14:28:04.388006033Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Run VS Code on any machine anywhere and access it in the browser. - digest: d9b2f7b66eb5b0ee823f1303b0b2c5b8a6727f450e0fef5a8e596bb4d2af5733 - 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.18/code-server-2.1.18.tgz - version: 2.1.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5254,41 +4520,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.3 - created: "2022-01-22T14:28:04.598082684Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Collabora Online Development Edition – an awesome, Online Office - suite image suitable for home use. - digest: fa0008da86e8f33ae8e741914766590612edf9da64f601b88c4916ef90cbce44 - 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.19/collabora-online-10.0.19.tgz - version: 10.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6286,36 +5517,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-22T14:28:04.788980602Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Couchpotato is an automatic NZB and torrent downloader. - digest: 333c6fd2c265a12408bf9404ba8c4527dec32df34670049cc737a9443e1db3ad - 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.15/couchpotato-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6467,35 +5668,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-22T14:28:04.979410214Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Track your cryptocurrency holdings/portfolio - digest: be088d57fc2de53af7748f0ee250c7ce095a20ba3a6c5df30866c96d4a99e2b8 - 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.34/cryptofolio-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6613,36 +5785,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.417 - created: "2022-01-22T14:28:05.202654725Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Advanced tool to create your own TrueCharts-based App - digest: 062ea513892c66b5766d1d33eb29eeae5a9e1788fb183ba0bd0b17283db1f058 - 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.61/custom-app-3.0.61.tgz - version: 3.0.61 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7184,37 +6326,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-22T14:28:05.381199393Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Darktable is an open source photography workflow application and - raw developer. - digest: 9f80e52ded3ec9ec82eda86d6eba2bf8b8615263c9c2e3171a7087e010ef8ec6 - 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.16/darktable-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7402,40 +6513,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-22T14:28:05.588696112Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: An FTP automation tool that periodically scans given host locations - for new files. - digest: aa11c7d49313ba2a18c362e4544b5d646c3b36cf7777862d6da781eaf068ac2b - 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.34/davos-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7573,37 +6650,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-22T14:28:05.773114928Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Ddclient is a Perl client used to update dynamic DNS entries for - accounts on Dynamic DNS Network Service Provider. - digest: a85272def691157efb0bbdc037d52292d5fa9cf2f2bd1afa957b9b59b5bef755 - 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.15/ddclient-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7760,40 +6806,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-22T14:28:05.966551941Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: 37a4667febeb52bfe544647dc914099751f9878aea6ec662690bddf9ad125f7f - 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.15/deconz-6.0.15.tgz - version: 6.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7999,39 +7011,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-22T14:28:06.191783437Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: b2d13784ba22bfb405e05dba3d054498a08474c00f89059296a515b50eea54b4 - 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.7/deepstack-1.0.7.tgz - version: 1.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8464,38 +7443,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-22T14:28:06.37045912Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Deluge App for TrueNAS SCALE - digest: 988f69b00e0fa16497917403614edf5ecbd889b84809258467dfc7dffefc8956 - 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.35/deluge-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8625,41 +7572,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-22T14:28:06.54320435Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Professional Photo Management with the Power of Open Source - digest: 22d6cc8227b422bb21794fcef2e9b892293fcd48fc50f2dd59592e96e1906c9f - 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.36/digikam-2.0.36.tgz - version: 2.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8801,37 +7713,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-22T14:28:06.737990776Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS - powered HTML5 Markdown editor. - digest: d52f26c7088f94b503e4323fba60e5fb9b056d57f58bfdcb31057e73b420f583 - 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.15/dillinger-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8988,37 +7869,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-22T14:28:06.915111845Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Create live TV channel streams from media on your Plex servers. - digest: 652e48802d925df155fdfd5cd5ce92c6c98378634e6a0603fd4334602504d575 - 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.15/dizquetv-5.0.15.tgz - version: 5.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9206,37 +8056,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-22T14:28:07.08608756Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Dokuwiki is a simple to use and highly versatile Open Source wiki - software that doesn't require a database. - digest: e20ece46a5a4f87419295faa2c16c28ac00dc73caf3bce4043f6fd5f4b811f5f - 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.15/dokuwiki-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9393,37 +8212,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-22T14:28:07.273771322Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Domoticz is a Home Automation System that lets you monitor and configure - various devices like Lights, Switches and much more. - digest: 4cd6be1bab971799a0f6a2aa59ce7048c47926bdfa436a616bbade675b4eb4ab - 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.20/domoticz-0.0.20.tgz - version: 0.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9735,40 +8523,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-22T14:28:07.462634096Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A free cross platform open source file manager with two panels side - by side. - digest: b8a8cb134414f99345979f4d05ca42850f18e5c3ad6b9f667a8b287ad6b02351 - 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.37/doublecommander-2.0.37.tgz - version: 2.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9906,42 +8660,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-22T14:28:07.686295377Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: DSMR-protocol reader, telegram data storage and energy consumption - visualizer. - digest: 91d622965819c7cbd40b9713892f0924d637f84dcc4c0bd988aa2eb72cbf9753 - 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.25/dsmr-reader-5.0.25.tgz - version: 5.0.25 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10123,37 +8841,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-22T14:28:07.86042662Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Duckdns is a free service which will point a DNS (sub domains of - duckdns.org) to an IP of your choice. - digest: de4944d4ba4d1f5b2be2da921c6593cad296024456b8402bf2b9c7ea4dc60893 - 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.15/duckdns-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10310,36 +8997,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-22T14:28:08.057086062Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Store securely encrypted backups on cloud storage services! - digest: e812d74001f4dc5e0dfc40c591f3ce5249aa29523cef1edcc704034f0e4968ef - 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.34/duplicati-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10461,39 +9118,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-22T14:28:08.249146464Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Emby Server is a home media server - digest: 3ae66a57aae0a321a72bd89bdbcc932a54e698aea9fa5c71080c2e836c362b0c - 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.36/emby-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10627,37 +9251,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-22T14:28:08.4338589Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Embystat is a personal web server that can calculate all kinds of - statistics from your (local) Emby server. - digest: f37ea53c9f2dce3a19cf3a29c9c6ad5b5b1e3deb86a3d9e616476f87d6c18c50 - 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.15/embystat-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10814,37 +9407,6 @@ entries: - https://github.com/truecharts/apps/releases/download/embystat-0.0.1/embystat-0.0.1.tgz version: 0.0.1 emulatorjs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.6.1 - created: "2022-01-22T14:28:08.619391544Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Emulatorjs - In browser web based emulation portable to nearly any - device for many retro consoles. - digest: 857cf023eeafc94461a94f5af3f5aefb5e9b7cb84283f9e727779971aa457bfd - 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.21/emulatorjs-0.0.21.tgz - version: 0.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11156,37 +9718,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-22T14:28:08.800819651Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Endlessh is an SSH tarpit that very slowly sends an endless, random - SSH banner. - digest: 50e25c718534160e1f386406d5b37b93b4e5f4c458ac3f4f70e73f88f19b2c31 - 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.15/endlessh-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11343,38 +9874,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-22T14:28:08.998831405Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: 88b181cf128d9df1dc643e37949789f9ab67d8e893d9c3a979431e383fdd98f1 - 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.42/esphome-9.0.42.tgz - version: 9.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11664,46 +10163,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-22T14:28:09.191522112Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: A real-time collaborative editor scalable to thousands of simultaneous - real time users. - digest: 432e51ea9e9351e6199c330ad108f60abc52831e7633de4b4e08b610cacd8598 - 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.26/etherpad-5.0.26.tgz - version: 5.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11905,37 +10364,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-22T14:28:09.378075865Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Allow external services to be used like Apps. - digest: ad93131686a6c48c6876f7b84f24d37d57e7319122b82088aa4a8c5a1516b7b6 - 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.33/external-service-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12061,41 +10489,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-22T14:28:09.565780528Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A Helm chart for Kubernetes - digest: 918bf2f49f4fcc4166e427c11081e5ee361664b6ede83956c9872f405bceb62e - 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.34/filezilla-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12237,45 +10630,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-22T14:28:09.801295515Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.61 - description: A free and open source personal finance manager - digest: 2f9532b5ab0d71de841851e716b4ad45aee7d5c030bab67337554dfd54ab5648 - 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.19/fireflyiii-13.1.19.tgz - version: 13.1.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12620,36 +10974,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-22T14:28:09.990855794Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, - digest: c752aac8a312f3ad5987cfd15f01c646fa206db81ae765ea4393f59d8f8144d3 - 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.16/firefox-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12801,45 +11125,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-22T14:28:10.203531778Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: This is an all-in-one package for running a self-hosted Firefox Sync - server. - digest: 2e55dcc30827092ac403819cc7d16f15c546657e14c50e1329d5279b6dd99aa7 - 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.26/firefox-syncserver-5.0.26.tgz - version: 5.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13036,37 +11321,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-22T14:28:10.381763257Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: FlareSolverr is a proxy server to bypass Cloudflare protection - digest: cf257be8d83c7f842e02052297f9263471d5816977015bd46442566a123a086e - 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.36/flaresolverr-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13223,41 +11477,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-22T14:28:10.59200362Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - description: Fleet provides an online web interface which displays a set of maintained - images from one or more owned repositories. - digest: 3a14fbdb6340cb95214eca273e634b32504f582e11348b7401b857d07f296467 - 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.16/fleet-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13469,39 +11688,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-22T14:28:10.771644111Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Flood is a monitoring service for various torrent clients - digest: a38cecdc1dd4cd816527ce4a9f214dff3e8bf4818b5361c3dabbb9f92037ba5e - 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.34/flood-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13668,40 +11854,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-22T14:28:10.960934488Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Focalboard is an open source, self-hosted alternative to Trello, - Notion, and Asana. - digest: 2d558a6aab16d0243494bd9e4d89cdfb143cd86196ae45621e6603e1b92c3497 - 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.35/focalboard-4.0.35.tgz - version: 4.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13873,38 +12025,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-22T14:28:11.148464249Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: c03f9bae7d7ab2fe47a05fdff28b030fc0477ec84ee2e4e64011e6710c78eafd - 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.16/foldingathome-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14098,38 +12218,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-22T14:28:12.331690232Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A simple, high-reliability, distributed software configuration management - system - digest: cdd6daa8efc668ff276a622a6e1fddb83d5b4325952e915f5e841b6c0d9d228c - 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.34/fossil-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14259,38 +12347,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-22T14:28:12.517643879Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: OpenSource Radius implementation - digest: 05ddf373200eb4369ed6b07ce9118fbe4511102a2ddb332439d2495938ec2969 - 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.37/freeradius-4.0.37.tgz - version: 4.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14452,38 +12508,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-22T14:28:12.701866411Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: FreshRSS is a self-hosted RSS feed aggregator - digest: 9ab4f3fdc02498e1d050b950d57e1e8996a97b157e3c1bff59fc22fc7143857a - 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.38/freshrss-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14613,45 +12637,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-22T14:28:12.917091218Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.61 - description: Welcome to the free social web - digest: 1db6e3028570cb4df016eff09b885df89faaf25452f57b788699f678ac870899 - 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.31/friendica-0.0.31.tgz - version: 0.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15004,40 +12989,6 @@ entries: - https://github.com/truecharts/apps/releases/download/friendica-0.0.10/friendica-0.0.10.tgz version: 0.0.10 frigate: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - nvr - truecharts.org/grade: U - apiVersion: v2 - appVersion: idia - created: "2022-01-22T14:28:13.123137144Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: NVR With Realtime Object Detection for IP Cameras - digest: 254ea63ebf345f35304da7913dcf8f6cbcf95245ccbdef90a2fd3adb77fdc3d1 - home: https://github.com/truecharts/apps/tree/master/charts/incubator/frigate - icon: https://truecharts.org/_static/img/appicons/frigate-icon.png - keywords: - - encode - - nvr - - media - - frigate - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: frigate - sources: - - https://github.com/blakeblackshear/frigate - - https://hub.docker.com/r/blakeblackshear/frigate - type: application - urls: - - https://github.com/truecharts/apps/releases/download/frigate-0.0.7/frigate-0.0.7.tgz - version: 0.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15073,39 +13024,6 @@ entries: - https://github.com/truecharts/apps/releases/download/frigate-0.0.4/frigate-0.0.4.tgz version: 0.0.4 gaps: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.12 - created: "2022-01-22T14:28:13.291077531Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. - digest: 4cab9c4ffd5f4d48a8c50bbd040bc56398ec4f7048c9452e27cb9761757fdfae - home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps - icon: https://truecharts.org/_static/img/appicons/gaps-icon.png - keywords: - - gaps - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gaps - sources: - - https://github.com/JasonHHouse/gaps - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gaps-9.0.36/gaps-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15305,51 +13223,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.10 - created: "2022-01-22T14:28:13.493313223Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - - condition: memcached.enabled - name: memcached - repository: https://truecharts.org/ - version: 1.0.58 - description: Self hosted GIT repositories - digest: 930438ddefe7011b251fd7fa8c2f362df1b2748a33a51496c61a7457e7923efc - 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.33/gitea-5.0.33.tgz - version: 5.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15846,42 +13719,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-22T14:28:13.676405645Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: a564b577e873b13b5c2b0bb0c1517ea794e97a119a51688848f8157d8ea9649a - 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.34/golinks-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16027,37 +13864,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-22T14:28:13.870318132Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Music streaming server / subsonic server API implementation - digest: 7abe8454b1cd5ef70cde764859b52389f94d05312a1bee9b68e5ffc37869cd4c - 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.34/gonic-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16214,44 +14020,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-4.0.19/gonic-4.0.19.tgz version: 4.0.19 gotify: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.4 - created: "2022-01-22T14:28:14.069277399Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: a simple server for sending and receiving messages - digest: 662afb4805a27344db4527429ac45db2387de1ab332124e08aea2f7a7a575911 - 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.28/gotify-5.0.28.tgz - version: 5.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16481,41 +14249,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gotify-5.0.13/gotify-5.0.13.tgz version: 5.0.13 grafana: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.3.4 - created: "2022-01-22T14:28:14.250367769Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Grafana is an open source, feature rich metrics dashboard and graph - editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. - digest: 74548c1dde72992dce9adefa7f3ae79de5fc89ba69e5c0eb937da6e5fdd50c64 - 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.30/grafana-2.0.30.tgz - version: 2.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17182,40 +14915,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-22T14:28:14.434640657Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A Fast, Simple, and Flexible, file-based Web-platform. - digest: 7af7aa205f9b4dc5451ba416431f5d650043995e27d286a82b74019ea660ee07 - 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.34/grav-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17353,37 +15052,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grav-2.0.21/grav-2.0.21.tgz version: 2.0.21 grocy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Home-Automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.1.3 - created: "2022-01-22T14:28:14.606966581Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: ERP beyond your fridge - grocy is a web-based self-hosted groceries - & household management solution for your home - digest: 5f7ce2a1a35d6cb4b846deb6752914ab8900092fe4bd7e1d00fe4e27f1337a90 - 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.36/grocy-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17571,43 +15239,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grocy-9.0.19/grocy-9.0.19.tgz version: 9.0.19 guacamole-client: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.0 - created: "2022-01-22T14:28:14.802077326Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Apache Guacamole is a clientless remote desktop gateway. - digest: b4e754b550be7b521a592fc49af4afa45dfbcc9adaeefbcb5d422af04acf0ffb - home: https://github.com/truecharts/apps/tree/master/charts/stable/guacamole-client - icon: https://truecharts.org/_static/img/appicons/guacamole-client-icon.png - keywords: - - guacamole - - remote - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: guacamole-client - sources: - - https://github.com/apache/guacamole-client - - https://hub.docker.com/r/guacamole/guacamole - - http://guacamole.incubator.apache.org/doc/gug/introduction.html - type: application - urls: - - https://github.com/truecharts/apps/releases/download/guacamole-client-1.0.5/guacamole-client-1.0.5.tgz - version: 1.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17757,39 +15388,6 @@ entries: - https://github.com/truecharts/apps/releases/download/guacamole-client-0.0.1/guacamole-client-0.0.1.tgz version: 0.0.1 guacd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.0 - created: "2022-01-22T14:28:14.982299292Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Guacd - Apache Guacamole is a clientless remote desktop gateway. - digest: 58e9484ff65227b9f0adaf1140212eaf761ea254bb5c7f3e236084ef2fce6a5b - 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.18/guacd-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18004,37 +15602,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-22T14:28:15.161989655Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: cab0de3e5493d45fc4954b4cce209dd04c9a738f8d8a26106366ce55f7b4d997 - 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.16/habridge-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18222,41 +15789,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-22T14:28:15.352926879Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: HandBrake is a tool for converting video from nearly any format to - a selection of modern, widely supported codecs. - digest: b2233a4e12112aeff0c96ad02fd0833152e103ee5912138ec79866d15f2cafcb - 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.15/handbrake-10.0.15.tgz - version: 10.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18468,39 +16000,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-22T14:28:15.534275751Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Simple text sharing - digest: 6a80863e5415c866f9db6b85407286ad9099a4061ec77fd70ccb2e7a021747e8 - 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.34/haste-server-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18634,40 +16133,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-22T14:28:15.72250456Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: An automated music downloader for NZB and Torrent, written in Python. - It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. - digest: bf97cf0489b90eedad847b630224c54f4e9b1292954b021a9e32bf99b786dbcc - 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.34/headphones-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18805,40 +16270,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-22T14:28:15.919504715Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: 750b05855287738bf9cc00e643ec1c1c1c50f8088eecfc08675b87cb26e2d66d - 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.15/healthchecks-5.0.15.tgz - version: 5.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19010,40 +16441,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-22T14:28:16.117902779Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - description: HedgeDoc lets you create real-time collaborative markdown notes. - digest: e9a6fafce3b79b1c3842e11dedeb2db0787787db9ac65e65afc8cfcbd9195585 - 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.16/hedgedoc-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19249,36 +16646,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-22T14:28:16.301512163Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: An Application dashboard and launcher - digest: 0fb08da025e4a6d2545946f798ab52b1acd47873fd290b4f97965524e22d0992 - 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.39/heimdall-9.0.39.tgz - version: 9.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19400,43 +16767,6 @@ entries: - https://github.com/truecharts/apps/releases/download/heimdall-9.0.26/heimdall-9.0.26.tgz version: 9.0.26 home-assistant: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - home-automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.10 - created: "2022-01-22T14:28:16.504795252Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: home-assistant App for TrueNAS SCALE - digest: ee65a704bd4e77c7ad5e1b068be05a7833b742a16812dbe611a392a0f0f1b166 - 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.36/home-assistant-12.0.36.tgz - version: 12.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19882,36 +17212,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-22T14:28:16.681854901Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Htpcmanager is a front end for many htpc related applications. - digest: 48c83a267d7f6fe0be22c324c335521f10528759f1512bec4568df925d6f1918 - 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.15/htpcmanager-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20063,37 +17363,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-22T14:28:16.870609113Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Hyperion is an opensource Bias or Ambient Lighting implementation - digest: 2beac04eba8e20309a85c4f571c26551923cd62cfb06a9fb433884774b9b7de4 - 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.39/hyperion-ng-4.0.39.tgz - version: 4.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20312,39 +17581,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-22T14:28:17.045750652Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Create live map data from Valetudo powered robots - digest: b72a002019f87347ab214c547099998c674966c047140613295a6f74dfab9aa6 - 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.34/icantbelieveitsnotvaletudo-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20478,42 +17714,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-22T14:28:17.24320721Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - description: A monitoring system which checks the availability of your network - resources, notifies users of outages, and generates performance data for reporting. - digest: 3b8ad4cd249266705d8d65cb8882038e9acdfff9feda8395be9c2acc711740cb - 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.24/icinga2-0.0.24.tgz - version: 0.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20695,37 +17895,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-22T14:28:17.430777315Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Ipfs - A peer-to-peer hypermedia protocol designed to make the web - faster, safer, and more open - digest: 92acf57034c3bd59eb930dcf05fa7293156f0dbd6f536d7855f6788bd580a8b2 - 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.16/ipfs-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20913,39 +18082,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.417 - created: "2022-01-22T14:28:17.616968313Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: API Support for your favorite torrent trackers. - digest: 9f523a30fd84c7184f6f03bc14ba3283abb1ecc1a6529863db9891ca876adb1d - 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.70/jackett-9.0.70.tgz - version: 9.0.70 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21541,41 +18677,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-22T14:28:17.794221263Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: b0979ff48aeab8cda2f7bc865f50a2f32ac26b943f7f0fed50f40e5aa58ceb4c - 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.15/jdownloader2-5.0.15.tgz - version: 5.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21787,38 +18888,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-22T14:28:17.968057095Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Jellyfin is a Free Software Media System - digest: 811a95795563cf10873fff842fad2a25c7c5af14cb52f40e2ef98f812e05f57e - 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.35/jellyfin-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21980,42 +19049,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-22T14:28:18.175440506Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: This server allows you to sync any Joplin client - digest: 888e49c1033feef4aba3a21d07955dcad807aeb316e3e3370fd9bfcbe9832098 - 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.28/joplin-server-5.0.28.tgz - version: 5.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22269,37 +19302,6 @@ entries: - https://github.com/truecharts/apps/releases/download/joplin-server-5.0.12/joplin-server-5.0.12.tgz version: 5.0.12 k8s-gateway: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.2.1 - created: "2022-01-22T14:28:18.381529311Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A Helm chart for the k8s_gateway CoreDNS plugin - digest: 8f17e6a72426f5ad83bda435b41c58bfcde661d2dedd7f86485e0765a89354ae - 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.35/k8s-gateway-4.0.35.tgz - version: 4.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22456,40 +19458,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-22T14:28:18.578753068Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Kanboard is a free and open source Kanban project management software. - digest: b001b760fdbef0ea4c5c5ab02b7f20e2078160cd722a7a68aee9b04bc8e72c67 - 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.27/kanboard-5.0.27.tgz - version: 5.0.27 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22695,36 +19663,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-22T14:28:18.754908112Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Private Windows Activation Server for development and testing - digest: af7761d2abee7eb1cebd8a2a71ff8894871c6e622377595a39d3a90eeeef0241 - 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.41/kms-9.0.41.tgz - version: 9.0.41 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22966,36 +19904,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-22T14:28:18.953612177Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A headless install of kodi in a docker container. - digest: f7ae3853b7e5dfdcb5c9e7751d49a486f8f96000e73a47ab93ca56b7de8f2fd6 - 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.16/kodi-headless-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23177,39 +20085,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.144.0 - created: "2022-01-22T14:28:19.134526747Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A comics/mangas server to serve/stream pages via API - digest: 142de6c854195fc148944862ce27edeec4f3a95f7eee5243f35b2d594f444b82 - 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.46/komga-4.0.46.tgz - version: 4.0.46 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23541,38 +20416,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-22T14:28:19.312581401Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Get all your books, like series with Sonarr... - digest: e617bd663b46c0516d2ff893a7b82a66571aea45e3926b13a5c4cee84c600cc5 - 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.46/lazylibrarian-9.0.46.tgz - version: 9.0.46 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23894,40 +20737,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-22T14:28:19.500523808Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Nissan Leaf connected services to MQTT adapter - digest: 6ea7f9514fbdec3fb87b2afbe4bb6756d277d0f1ab76c6ac65b83fe67e0da7f9 - 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.34/leaf2mqtt-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24065,43 +20874,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-22T14:28:19.715701862Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - description: Straightforward open source project management system to make your - ideas reality. - digest: bc2a1ab30cf3df09c9b1492a8f3f3343a52cc4541ab2796259f6b2fb84a66300 - 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.13/leantime-1.0.13.tgz - version: 1.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24362,37 +21134,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-22T14:28:19.897840304Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: LibreOffice is a free and powerful office suite, and a successor - to OpenOffice.org. - digest: 33b67c5fee23aa6f4a0eb9b02ff7da1e6017ffea9d845281b36be5e30299a8cc - 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.16/libreoffice-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24580,38 +21321,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-22T14:28:20.077532014Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Librespeed is a HTML5 webpage to test upload and download speeds - digest: afa5d5268f7cdc5d553093cf94525142497b2589dfec8deed111933981f063ed - 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.38/librespeed-4.0.38.tgz - version: 4.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24741,38 +21450,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.2426 - created: "2022-01-22T14:28:20.265406501Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Looks and smells like Sonarr but made for music - digest: bc9fb9de945ac44a1a92572a089605b76eba517645bedca7ce18a250f01f19c1 - 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.42/lidarr-9.0.42.tgz - version: 9.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25062,37 +21739,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-22T14:28:20.443257294Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Easy platform to combine all your social links - digest: f447bbe2941ba9c67e7be83ff3da8bd25a7192b2c794791ff8e5d646752f6e16 - 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.52/littlelink-4.0.52.tgz - version: 4.0.52 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25528,41 +22174,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-22T14:28:20.612480904Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Logitech Media Server is a platform for home/office audio streaming. - digest: 9f21858455414a03337b4fba8321445ac76bcb20bcf992f39b39adb3f3964106 - 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.52/logitech-media-server-2.0.52.tgz - version: 2.0.52 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26019,40 +22630,6 @@ entries: - https://github.com/truecharts/apps/releases/download/logitech-media-server-2.0.29/logitech-media-server-2.0.29.tgz version: 2.0.29 loki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - logs - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.4.2 - created: "2022-01-22T14:28:20.82126909Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: promtail.enabled - name: promtail - repository: https://truecharts.org - version: 1.0.27 - description: 'Loki: like Prometheus, but for logs.' - digest: 6b02e4145972afdd3102d0cb47b96151e89913fba3a5064c70f223dd106ef849 - 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.24/loki-2.0.24.tgz - version: 2.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26258,40 +22835,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-22T14:28:20.995790351Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Lychee is a free photo-management tool, which runs on your server - or web-space - digest: 75a7074bd4464648371a378faaaad505311420440a7155142fb38c41b35fa273 - 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.35/lychee-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27508,40 +24051,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-22T14:28:21.188968489Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Mealie is a self hosted recipe manager and meal planner with a RestAPI - backend - digest: 0db6929f15a1723c2a13d0ab7331a9f72ebc7687c428eb6857f3a72dc56b2f3f - 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.17/mealie-5.0.17.tgz - version: 5.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27781,42 +24290,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-22T14:28:21.366300576Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: An automatic Video Library Manager for TV Shows - digest: 538c71e00587715ec28fc3c6e14ef45d34bb32582d33f77a01880b3730deec4b - 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.40/medusa-1.0.40.tgz - version: 1.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29124,37 +25597,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-22T14:28:21.54220205Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Minetest (server) is a near-infinite-world block sandbox game and - a game engine. - digest: e896230fd0e81aba2e3c63d12341145fe4550560a5896f7a220d34f8d1542425 - 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.15/minetest-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29311,41 +25753,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-22T14:28:21.734412279Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Miniflux is a minimalist and opinionated feed reader. - digest: f285ed8702261795ca95250be53f9e7fb95966f704cf341d7ae56b2a36b04377 - 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.27/miniflux-4.0.27.tgz - version: 4.0.27 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29557,37 +25964,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-22T14:28:21.90111387Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Minio is a self-hosted S3 storage server - digest: 9829f35ccb64af6b98ad401f21faaf553be3300e4456f7cc447e12acad3fd772 - 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.22/minio-1.0.22.tgz - version: 1.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29713,37 +26089,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-22T14:28:22.07859344Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A management console for minio server and operator - digest: fbb5a3853a82009dadf9006b48dfc4ea70d1b14706e43e836515f778f2dc42d0 - 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.42/minio-console-1.0.42.tgz - version: 1.0.42 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29962,37 +26307,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-22T14:28:22.257714916Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Minisatip is a multi-threaded satip server version 1.2 that runs - under Linux. - digest: 91b284d6047b588b9fb5f5feb05c822f51370c9570eef5d58ef04836ccca4a72 - 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.16/minisatip-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30180,41 +26494,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minisatip-0.0.1/minisatip-0.0.1.tgz version: 0.0.1 monica: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - crm - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.6.1 - created: "2022-01-22T14:28:22.451387255Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - description: Straightforward open source project management system to make your - ideas reality. - digest: 22c2c5e5a5943993ef16e91a4c0d98c28726ce752ccd9c4396476e55a296bcac - 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.32/monica-0.0.32.tgz - version: 0.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30566,38 +26845,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-22T14:28:22.737849997Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Eclipse Mosquitto - An open source MQTT broker - digest: ef25d3dc6b5b3ecd1fb217fdd762598acf8dc57a0190e46ed14d5bc33a3a2470 - 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.36/mosquitto-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30727,39 +26974,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-22T14:28:22.912230453Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A personal music streaming server - digest: ba5617785b35dde3eafd38d2fffca39f3cfe302250d4ff9bbc62213a46c411d6 - 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.34/mstream-1.0.34.tgz - version: 1.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30893,41 +27107,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-22T14:28:23.101128572Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A lightweight portal to view & manage your HTPC apps without having - to run anything more than a PHP enabled webserver - digest: 8841dbca3b02caa3bfadf4b29db579ed3754bb21453262c1627528b63f3b4dfa - 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.38/muximux-1.0.38.tgz - version: 1.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31069,37 +27248,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-22T14:28:23.274523623Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Mylar is a automated Comic Book downloader - digest: 2310c372775e0fa13595b306ab2d9dcd564aaa1789f1397f7a56b5f59cbf0a06 - 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.34/mylar-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31225,37 +27373,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mylar-4.0.21/mylar-4.0.21.tgz version: 4.0.21 mysql-workbench: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.0.28 - created: "2022-01-22T14:28:23.422648565Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: MySQL Workbench is a unified visual tool for database architects, - developers and DBAs. - digest: bc810a12413ff2998e35c9ed4209e2fac96ba09d05b3dc3dd7a6f0d1dcb73cda - 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.16/mysql-workbench-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31412,37 +27529,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-22T14:28:23.600929738Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Nano-wallet is a digital payment protocol designed to be accessible - and lightweight. - digest: eff27f6325466a694e67d87ec64b68ff397a57c66bd1efdea3677e58a9fed1df - 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.18/nano-wallet-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31599,40 +27685,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-22T14:28:23.777361903Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Navidrome is an open source web-based music collection server and - streamer - digest: d59e3f91646a6c780ba402c08f6bf720ccf29d19453b3069466dc7dd945b9113 - 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.35/navidrome-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31804,50 +27856,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-22T14:28:24.019424852Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.61 - description: A private cloud server that puts the control and security of your - own data back into your hands. - digest: 9499a6e7af44ad677f47bde3b3f915ce78adf45afdb6c6a9719293fe3b0b0d00 - 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.22/nextcloud-11.0.22.tgz - version: 11.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32333,37 +28341,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-22T14:28:24.197131122Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Ngircd is a free, portable and lightweight Internet Relay Chat server - for small or private networks. - digest: 912ce571f38bde75a8e49d90be4136a84f73d1508f3fb6f9b0799638aa429c69 - 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.15/ngircd-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32520,37 +28497,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-22T14:28:24.371816979Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Nntp2nntp proxy allow you to use your NNTP Account from multiple - systems, each with own user name and password. - digest: 435ad455b7466188face0540b5760af65e0a555a322c39147933f1cc942e8f29 - 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.16/nntp2nntp-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32738,37 +28684,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.6 - created: "2022-01-22T14:28:24.551693059Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Node-RED is low-code programming for event-driven applications - digest: f9f36362e91d1def92d93fba2565d31475e562674e86431f70cdaa2d94f609cb - 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.36/node-red-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32956,39 +28871,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-22T14:28:24.722319898Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: The open source VNC client - digest: cc58d6fa983b89b61101e26293367aa161e1d37e3bc357be4c7618e63e45d912 - 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.34/novnc-1.0.34.tgz - version: 1.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33122,35 +29004,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-22T14:28:24.907592501Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A simple null file http and https server - digest: 3667e064142dca26e60a34581916d2c537701b8a4d8550d31b9dfffdcd16ee0b - 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.34/nullserv-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33268,37 +29121,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-22T14:28:25.087117879Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: NZBGet is a Usenet downloader client - digest: 585a6523b7df754d771c641a9cae9f13fa4ef06779ab89e1464c22797176c0da - 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.35/nzbget-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33424,34 +29246,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-22T14:28:25.270227873Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - deprecated: true - description: Usenet meta search - digest: 78389f11a708bdccc69858b7367bd0cd095039236597a64ff5317c25c11a0b8b - 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.39/nzbhydra-9.0.39.tgz - version: 9.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33649,38 +29443,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-22T14:28:25.468582333Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: OctoPrint is the snappy web interface for your 3D printer - digest: 155441afdfe24e47e5bc17151f1ce758ccc8c925ee72cf7b0b89cc368764281b - 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.36/octoprint-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33842,48 +29604,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-22T14:28:25.659741461Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, - PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. - digest: 40a350aa5765edfb9602a26a8b588842138b4581dfaa8075b2e7bc901a0fffbb - 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.26/odoo-4.0.26.tgz - version: 4.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34095,36 +29815,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-22T14:28:25.84179645Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Omada is a SDN tool for TP-Link Omada hardware - digest: 78076a7a94ab9e09072cbba6fb971a055bfff8e4bb8e9c05ad721a8c75c25e1e - 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.52/omada-controller-4.0.52.tgz - version: 4.0.52 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34546,41 +30236,6 @@ entries: - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.28/omada-controller-4.0.28.tgz version: 4.0.28 ombi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.10.0 - created: "2022-01-22T14:28:26.017309611Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Want a Movie or TV Show on Plex or Emby? Use Ombi! - digest: 6f5d1df6892e464787caada1f1a0441fe728dd627b60f03ad542cba6a16ae9c3 - 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.40/ombi-9.0.40.tgz - version: 9.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34932,42 +30587,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-22T14:28:26.199567901Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: 28b21b6b0a19693cdbe9f6b97a6375ae140f789d4e9e18e03c0a0eb8954b8ded - 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.15/onlyoffice-document-server-3.0.15.tgz - version: 3.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35149,43 +30768,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-22T14:28:26.409639112Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: OpenKM integrates all essential documents management, collaboration - and an advanced search functionality into one easy to use solution. - digest: b1b5c9fc61efdda2855166d38aece1122eb8d347c91e01dee07c769adc8c2c31 - 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.26/openkm-4.0.26.tgz - version: 4.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35372,40 +30954,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-22T14:28:26.604150555Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Community developed LDAP software - digest: 64f2745242a7757367b29723a3ee0a5080ae8b352e54e39a835c4a60bc22d5bf - 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.17/openldap-5.0.17.tgz - version: 5.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35679,37 +31227,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-22T14:28:26.782343127Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Openvscode-server provides a version of VS Code that runs a server - on a remote machine. - digest: c1258210e75b964d43a839f8e6454d3242e091ed4f7c356a041d667e73b586db - 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.18/openvscode-server-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35959,37 +31476,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-22T14:28:26.965745922Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: HTPC/Homelab Services Organizer - digest: 27e55ebb158fa28c40d1385b3d07ab29d088ff1a5f641f70565f88c50c0b505e - 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.35/organizr-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36115,36 +31601,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-22T14:28:27.153656829Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Open Source Conditional Access Module software - digest: 3a35feb10fb492e1b23fafcaeca5ce90693bdef9138d57f89c68d3384eb65847 - 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.35/oscam-4.0.35.tgz - version: 4.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36296,41 +31752,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-22T14:28:27.329106046Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: ecb9c5080afd452512244eea9e21bf28608de08a6606bdae37c4beb736545518 - 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.35/overseerr-4.0.35.tgz - version: 4.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36507,40 +31928,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-22T14:28:27.527694263Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Take control over your live stream video by running it yourself. - Streaming + chat out of the box. - digest: 26bc82d5cd08b094ba13072cb06a580e6b1633e8be9bd0983feb9f36a65b8dcc - 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.34/owncast-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36712,43 +32099,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-22T14:28:27.712283659Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: ownCloud Infinite Scale is a self-hosted file sync and share server. - digest: 875caca1a2e5c5cee10deb7dc8452614bcb2d840a858dabf0b0c7534a9c34f45 - 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.37/owncloud-ocis-4.0.37.tgz - version: 4.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36935,45 +32285,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-22T14:28:27.931576555Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.61 - description: Paperless-ng is an application by Daniel Quinn and contributors that - indexes your scanned documents. - digest: 95471dace59a7636a79c0e6be720f0abeb22650b0d74dfe8ef8a1c0dbdce8247 - 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.14/paperless-ng-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37294,41 +32605,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-22T14:28:28.117177259Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.61 - description: Papermerge is an open source document management system (DMS) primarily - designed for archiving and retrieving your digital documents. - digest: e825d493bd943c190c4ef7dd51f8d1e051f3f22d2423549ca5e7bce228f7346b - 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.17/papermerge-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37563,38 +32839,6 @@ entries: - https://github.com/truecharts/apps/releases/download/papermerge-0.0.1/papermerge-0.0.1.tgz version: 0.0.1 pgadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.4" - created: "2022-01-22T14:28:28.287430932Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Web-Based postgresql database management utility - digest: 01380aabed2ad93724f3805be18f6b9842d587ce18274125e6089cdd460cfc84 - 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.17/pgadmin-5.0.17.tgz - version: 5.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37820,44 +33064,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-22T14:28:28.473101737Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - description: PhotoPrism® is a server-based application for browsing, organizing - and sharing your personal photo collection - digest: 774193265735e2b52e1cd919ebfc9d71ed1d777cb1f2befa5d7e18c48a4663b2 - 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.20/photoprism-7.0.20.tgz - version: 7.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -38201,41 +33407,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-22T14:28:28.648970857Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A gallery software at its easiest, it doesn't even require a database. - digest: c8519fccea350a1dc26426a6dbb940d5ff8cc553817d5592d0f6cdbedad37e0c - 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.38/photoshow-1.0.38.tgz - version: 1.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -38377,38 +33548,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-22T14:28:28.853656427Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Web-based LDAP browser to manage your LDAP server - digest: 5baa5ad5211e2404c1b53d3249e0cfda6b801a4baaadd61bd6a070fde7bb78d9 - 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.35/phpldapadmin-4.0.35.tgz - version: 4.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -38570,37 +33709,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-22T14:28:29.036396007Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Program for forwarding ADS-B data to FlightAware - digest: bad5081734dcec79bd4d174bba2214cf1c90f2e120d76168e1e5e93c397ae446 - 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.46/piaware-4.0.46.tgz - version: 4.0.46 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39036,37 +34144,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-22T14:28:29.221652409Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Pidgin is a chat program which lets you log into accounts on multiple - chat networks simultaneously. - digest: c301e1a83274e29f4722ff434a5758ccb89562e7a23ef92c77f23802f36d4500 - 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.16/pidgin-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39254,38 +34331,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-22T14:28:29.417682404Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: DNS and Ad-filtering for your network - digest: e5b392caa9927ccc121e6920238512f7703e6d8864e7f751f362b3fbe31a3368 - 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.39/pihole-4.0.39.tgz - version: 4.0.39 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39479,41 +34524,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-22T14:28:29.585352754Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A is photo gallery software for the web, built by an active community - of users and developers. - digest: 0e3927b8a5a9f7a278ed4b5b0f892678e150308eb25f0db7c794254d1c0b2815 - 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.35/piwigo-1.0.35.tgz - version: 1.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39655,41 +34665,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-22T14:28:29.761957681Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: An open-source single page application to view your photos in the - easiest way possible. - digest: 0c604fae60c5a0e30c46fb8e5fb685d347e43ab35fad4de5a1e476c09a4d5486 - 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.34/pixapop-1.0.34.tgz - version: 1.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39831,37 +34806,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.3.540 - created: "2022-01-22T14:28:29.94264909Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Plex Media Server - digest: 692c0e7090453e82f8a0de541be4c8a782b2bb66d020e71bc90559382fda572f - 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.37/plex-8.0.37.tgz - version: 8.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40049,38 +34993,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-22T14:28:30.114538341Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A self-hosted podcast manager to download episodes as soon as they - become live. - digest: 2c07c96eac70ff10665e051b62654d48073666f5599e249412cbbb488adeda5a - 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.15/podgrab-8.0.15.tgz - version: 8.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41265,39 +36177,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-22T14:28:30.282839844Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: pretend-youre-xyzzy, a cards against humanity clone - digest: d3b75e08c5a1fed21e5f1ac001c86d10d34dbb2cbaa2b4511ec94e782b96cb0d - 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.34/pretend-youre-xyzzy-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41431,35 +36310,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-22T14:28:30.452155761Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Projectsend is a self-hosted application that lets you upload files - and assign them to specific clients that you create yourself. - digest: 4447590ec4ab47757290ef27f02bde473a3cd96620cb676515f1c91b52aafd03 - 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.15/projectsend-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41609,38 +36459,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-22T14:28:30.630162291Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Discord bot that provides metrics from a Discord server - digest: 0011511ee825c3eb5d4ba4fa6a933e18a3356eb53af2056b57152ce7f4275865 - 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.15/promcord-2.0.15.tgz - version: 2.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41802,48 +36620,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-22T14:28:30.848216846Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: exporters.enabled,exporters.node-exporter.enabled - name: node-exporter - repository: https://charts.bitnami.com/bitnami - version: 2.4.1 - - condition: exporters.enabled,exporters.kube-state-metrics.enabled - name: kube-state-metrics - repository: https://charts.bitnami.com/bitnami - version: 2.2.4 - description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, - and Prometheus rules combined with documentation and scripts to provide easy - to operate end-to-end Kubernetes cluster monitoring with Prometheus using the - Prometheus Operator. - digest: b1841a972b2a741143d39260f0a2375591852b2d95279cd2444947394d4386ce - 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.50/prometheus-1.1.50.tgz - version: 1.1.50 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43498,37 +38274,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-22T14:28:31.032020752Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Container for protonmail bridge to work on the network. - digest: 5c80e026f057f71b602a298d79bb36f1de0d375bc9a17e3e6eccb7588d3ffda3 - 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.34/protonmail-bridge-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43654,39 +38399,6 @@ entries: - https://github.com/truecharts/apps/releases/download/protonmail-bridge-4.0.21/protonmail-bridge-4.0.21.tgz version: 4.0.21 prowlarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.2.0.1419 - created: "2022-01-22T14:28:31.217074275Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Indexer manager/proxy built on the popular arr net base stack to - integrate with your various PVR apps. - digest: 6813551a36a6126f9253c2ce4e8c37b4ffe0933165b7b307dd3cbe4050b17621 - 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.60/prowlarr-4.0.60.tgz - version: 4.0.60 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44249,37 +38961,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-22T14:28:31.403944921Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: a94c18de6c55aec8e9e73dfe28ce8bcc1138a07868da7516caffc807e28ee64a - 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.15/pwndrop-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44436,36 +39117,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-22T14:28:31.577863398Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Pydio-cells is the nextgen file sharing platform for organizations. - digest: f989cf3ae22e8aca9c1d52b89df72a7026e14e191e599cf02ff486d8ef2e5449 - 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.16/pydio-cells-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44647,39 +39298,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-22T14:28:31.763095923Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: 03e69892f87e68075b0b4e26a5cb79bda57681aab35973621123c7f295afbf39 - 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.34/pyload-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44813,36 +39431,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-22T14:28:31.941128353Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Pylon is a web based integrated development environment. - digest: ea8467bb9517bc96c71c742fb14907e72e1bf12d31d3ce8b44ee71a00d4d4389 - 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.15/pylon-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44994,37 +39582,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-22T14:28:32.137224421Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: qBittorrent is a cross-platform free and open-source BitTorrent client - digest: faf1e3e936464d012ef75f278638b3f6cdcde8fd34e9ee823dddf7fcfdfa4b8d - 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.38/qbittorrent-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45181,40 +39738,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-22T14:28:32.326072993Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Quassel-core is a modern, cross-platform, distributed IRC client. - digest: eb7056897b899e556c129802d102cd98da41304828c6b72c0370c05bbad582da - 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.18/quassel-core-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45488,36 +40011,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-22T14:28:32.614826773Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Quassel-web is a web client for Quassel. - digest: 2d5a9aaadefc219d8591208b6864f6622a6743ee5c6e8d840f39adeb7f7b7845 - 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.16/quassel-web-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45669,38 +40162,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-22T14:28:32.796857056Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A fork of Sonarr to work with movies à la Couchpotato - digest: c90f3735ac35aea2a3c7fd4a87433ee62412ecc3a5f6841aeef34f16504fc3d6 - 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.36/radarr-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45862,41 +40323,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.1180 - created: "2022-01-22T14:28:32.979273444Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A fork of Radarr to work with Books & AudioBooks - digest: cfe71a5f3a78cb05e377f0627d716b43353fb5c62b2fc47962ff0bfb58c2d9d9 - 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.54/readarr-9.0.54.tgz - version: 9.0.54 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46318,43 +40744,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-22T14:28:33.187543071Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - 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: 5b0038a7a8798b389c847a6118e14a97a2cc4dd12388dbf432e6dbf14e238d06 - 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.15/recipes-5.0.15.tgz - version: 5.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47636,37 +42025,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-22T14:28:33.357219692Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Docker registry v2 command line client and repo listing generator - with security checks. - digest: fae687268dde315c783b85ea5b9fbcac8d0479f732b3823ca97d2b734f07462f - 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.33/reg-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47792,40 +42150,6 @@ entries: - https://github.com/truecharts/apps/releases/download/reg-4.0.20/reg-4.0.20.tgz version: 4.0.20 remmina: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0-rcgi - created: "2022-01-22T14:28:33.537645954Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A remote desktop client written in GTK - digest: 7185071fec0e59eb942f5ac9c52e25545d0b99c6ba25f17e88af536f44e92dc0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina - icon: https://truecharts.org/_static/img/appicons/remmina-icon.png - keywords: - - remina - - remote - - desktop - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: remmina - sources: - - https://github.com/linuxserver/docker-remmina - - https://remmina.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/remmina-1.0.38/remmina-1.0.38.tgz - version: 1.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47963,37 +42287,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-22T14:28:33.885445308Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi - via the use of chat. - digest: e65652eb6ba0d3b2648acdffccfc2eadc59ed3641acd45ef3244727ff4433d8f - 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.15/requestrr-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48150,39 +42443,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-22T14:28:34.064767455Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Resilio Sync is a fast, reliable, and simple file sync and share - solution, powered by P2P technology - digest: 7688ca927a2b1f85521ed2ede610fe2a89cc1edd1ce96b97b0f1de74b52d91eb - 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.35/resilio-sync-4.0.35.tgz - version: 4.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48349,36 +42609,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-22T14:28:34.238872334Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Rsnapshot is a filesystem snapshot utility based on rsync. - digest: fa8d669b34f4c7fe26a5bcffe2e9eb5d64cdc7fa728d3dcc830277caceaff421 - 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.15/rsnapshot-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48530,37 +42760,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-22T14:28:34.430728746Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Free and easy binary newsreader - digest: 8409300df40088b6ce44133a4b02df1b20455e61c26cccace643e863c56f79c7 - 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.34/sabnzbd-9.0.34.tgz - version: 9.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48686,37 +42885,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-22T14:28:34.629715751Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard - Drive Health Dashboard & Monitoring solution. - digest: 4c9226108a31bbd43b665786e4185118bfb78626311649ede4b72cd748cf933e - 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.17/scrutiny-0.0.17.tgz - version: 0.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48904,36 +43072,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-22T14:28:34.803420025Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Serial to Socket Redirector - digest: 795bbb278bc4f62092f6b182f9d80a17681cdb04be8e139996130c54abc9a5c1 - 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.34/ser2sock-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49055,44 +43193,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-22T14:28:35.01610301Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: A simple bookmark manager built with Go - digest: c9b69ab57dea7590050d7fbd7cb5fee5a3379b11af79fa1c9a0b48f9d146c3bf - 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.26/shiori-4.0.26.tgz - version: 4.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49284,46 +43384,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-22T14:28:35.22316522Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 1.0.61 - description: A PHP-based self-hosted URL shortener that can be used to serve shortened - URLs under your own custom domain. - digest: b63086557daf990c2782918ee6e23be7b60a3f14f975f3d2f82b8f4fa4f315a3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink - icon: https://truecharts.org/_static/img/appicons/shlink-icon.png - keywords: - - url - - shortener - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shlink - sources: - - https://github.com/shlinkio/shlink - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shlink-1.0.3/shlink-1.0.3.tgz - version: 1.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49485,38 +43545,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-22T14:28:35.400027936Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A ReactJS-based progressive web application for Shlink. - digest: 6a2cacb2554734ad53a5078ca556cc3e8b6737b51252970c0fcbd15b492feaf6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink-web-client - icon: https://truecharts.org/_static/img/appicons/shlink-web-client-icon.png - keywords: - - url - - shortener - - frontend - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shlink-web-client - sources: - - https://github.com/shlinkio/shlink-web-client - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shlink-web-client-1.0.2/shlink-web-client-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49646,40 +43674,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-22T14:28:35.62414687Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Self hosted web app for shortening urls (URL shortener) - digest: 7cd6343442c2a23010209d6d978ded226d6fa30a724272b74bd321f06b089a98 - 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.34/shorturl-1.0.34.tgz - version: 1.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49817,40 +43811,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-22T14:28:35.804779775Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: An Automatic Video Library Manager for TV Shows - digest: 57d76b6f59d08347c8f5c95b47396932811b32863d0285fce0ef2d0848c0dcbb - 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.34/sickchill-1.0.34.tgz - version: 1.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49988,41 +43948,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-22T14:28:35.977949756Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more - digest: e38187f433c8ce1333359f76366545bb20f2c46180fe2f06903ab85fd122bb02 - 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.34/sickgear-1.0.34.tgz - version: 1.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50164,39 +44089,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-22T14:28:36.15475687Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Keep track of your network latency. - digest: d7f29ea748c600bee3cb24e42269ab447f7da170ad0508a18e37825ed81906c2 - 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.36/smokeping-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50330,43 +44222,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.7 - created: "2022-01-22T14:28:36.334570611Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - description: Open source asset management - digest: b316de6fb346fbec124ff4b5eb8f1ec712fc38a6ca509b526960aa242cc2afe2 - 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.30/snipe-it-0.0.30.tgz - version: 0.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50738,38 +44593,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-22T14:28:36.51078822Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Smart PVR for newsgroup and bittorrent users - digest: a621036ddbfb1800d50b91d51eb381c6fe22787940cade6c6f52295e0313d741 - 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.36/sonarr-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50931,38 +44754,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-22T14:28:36.695792009Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Speedtest Exporter made in python using the official speedtest bin - digest: c312a13d6413d9f68de513236ba97c7194d3dc11e5d5ef4ec80db3bb129fc66a - 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.22/speedtest-exporter-1.0.22.tgz - version: 1.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51124,45 +44915,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-22T14:28:36.88976668Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Spotweb is a decentralized usenet community based on the Spotnet - protocol. - digest: ba927fb6d312a38c159ce8b00dcf1357512e949729c4e4cde2de1315598b062f - 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.11/spotweb-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51320,41 +45072,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-22T14:28:37.067466902Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite - digest: 3142e7b0e53eb7e10b3c6080967e6d4029b31a4c77aa970d515d2c5f4d2f2027 - 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.38/sqlitebrowser-1.0.38.tgz - version: 1.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51496,36 +45213,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-22T14:28:37.235089832Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: An organizer for your porn, written in Go - digest: 6ca8c8ea612311c41f2630627402f7fdde7d593d75241e4d45335551a603701e - 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.16/stash-5.0.16.tgz - version: 5.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51737,41 +45424,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-22T14:28:37.412018847Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A self-hosted static file serving app which does nothing more than - just serve up static files from a mounted volume. - digest: 5848ac5cce1953d3c68c57a1d56ef19d8401f55bb96280d7e13406495174c77b - 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.34/static-1.0.34.tgz - version: 1.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51911,41 +45563,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-22T14:28:37.61170487Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Status page for monitoring your websites and applications - digest: 4f310da9bec575b75de12a97984bbbb6a558d07c7cf844389915aca9478f7bb8 - 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.26/statping-4.0.26.tgz - version: 4.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52122,37 +45739,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.112 - created: "2022-01-22T14:28:37.787293073Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Synclounge is a third party tool that allows you to watch Plex in - sync with your friends/family, wherever you are. - digest: 117e655cd05948a432e7989f372f2344c23401d2506042892e3b1d8062718829 - 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.16/synclounge-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52340,38 +45926,6 @@ entries: - https://github.com/truecharts/apps/releases/download/synclounge-0.0.1/synclounge-0.0.1.tgz version: 0.0.1 syncthing: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.6 - created: "2022-01-22T14:28:37.958534011Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: P2P file synchronization application - digest: c3e83e2bf14fb7872687f3f554f862ebd20a2d119cecd13a361c04abcca6d8b1 - 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.37/syncthing-9.0.37.tgz - version: 9.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52597,37 +46151,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-22T14:28:38.145215008Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: syslog-ng allows you to flexibly collect, parse, classify, rewrite - and correlate logs. - digest: 29537e1fa1bbdce5854f2e085f021d8ee6dbff8f70c3a339d3d34c0c1dfe7cbf - 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.16/syslog-ng-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52815,37 +46338,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-22T14:28:38.323815936Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A Python based monitoring and tracking tool for Plex Media Server - digest: 1f3e51204938b0c29be0b1f13fb82e00f1c2334b60e7b79f3b883592394e90bd - 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.36/tautulli-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53033,39 +46525,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-22T14:28:38.508098282Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Audio/Video library transcoding automation - digest: 35277b7d2da95b8668b4c557d570100efa8e37b7af083b5a35ad0768a192b755 - 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.40/tdarr-1.0.40.tgz - version: 1.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53331,39 +46790,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-22T14:28:38.693033743Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Audio/Video library transcoding automation - digest: 7a3c508c80006326bc55486e5fe7d2252ce0888f9e28aa71c203bba2ede5ac45 - 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.40/tdarr-node-1.0.40.tgz - version: 1.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53629,40 +47055,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-22T14:28:38.87017594Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: TeamSpeak is software for quality voice communication via the Internet. - digest: 0f43dca0b5b028e45d0d333dcbcc1f765ad679b5a6b4da014fb6ca2d35a30646 - 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.34/teamspeak3-2.0.34.tgz - version: 2.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53800,43 +47192,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-22T14:28:39.094262718Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Teedy is an open source, lightweight document management system for - individuals and businesses. - digest: f90e171924fc549ae809e78aae2fc3e9ceca293affbbf6e762371a9343eae328 - 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.27/teedy-4.0.27.tgz - version: 4.0.27 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54060,39 +47415,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-22T14:28:39.275880909Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: The Lounge, modern web IRC client designed for self-hosting - digest: 56a57b25f831e99135c0d80b5f60db095acb1a813d1129e0fae33fad927beae1 - 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.36/thelounge-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54259,41 +47581,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-22T14:28:39.477391115Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Traccar is an open source GPS tracking system. - digest: 44d50c084ef979d7376cead2576f65123901410605e6ca82d79d48f9ac50bcf2 - 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.26/traccar-4.0.26.tgz - version: 4.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54470,39 +47757,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-22T14:28:39.652623873Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Test App for Traefik - digest: b59909801ea703bc683c993161ab0ec9b605ef9632c943e961c81c52d9a2d73b - 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.41/traefik-10.0.41.tgz - version: 10.0.41 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54735,39 +47989,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-22T14:28:39.861283629Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: API Support for your favorite torrent trackers. - digest: bdad01ac77ca6524b84d87b81357a4c444d5647f0278a17530b4e8e37e915846 - 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.16/transmission-10.0.16.tgz - version: 10.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54967,41 +48188,6 @@ entries: - https://github.com/truecharts/apps/releases/download/transmission-10.0.0/transmission-10.0.0.tgz version: 10.0.0 trilium-notes: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.49.5 - created: "2022-01-22T14:28:40.045278169Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Trilium Notes is a hierarchical note taking application with focus - on building large personal knowledge bases. - digest: 4c84ff093ff42e38fa67d1b1735048079938c15e20ddd14a2699302dbcb74814 - home: https://github.com/truecharts/apps/tree/master/charts/stable/trilium-notes - icon: https://truecharts.org/_static/img/appicons/trilium-notes-icon.png - keywords: - - trilium - - notes - - note - - information - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: trilium-notes - sources: - - https://hub.docker.com/r/zadam/trilium - - https://github.com/zadam/trilium - type: application - urls: - - https://github.com/truecharts/apps/releases/download/trilium-notes-1.0.3/trilium-notes-1.0.3.tgz - version: 1.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55108,36 +48294,6 @@ entries: - https://github.com/truecharts/apps/releases/download/trilium-notes-0.0.1/trilium-notes-0.0.1.tgz version: 0.0.1 truecommand: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Administration - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.2 - created: "2022-01-22T14:28:40.233409496Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Aggregated management of TrueNAS devices - digest: d1f2d85f83064f9df04123bac5561ca592c2991df9b28f336d9dbe1da11c827e - 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.35/truecommand-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55289,40 +48445,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-22T14:28:40.437068247Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) - reader and aggregator - digest: 6f18dc1394203a4c40e0b6b23855e3e606d24e0956db0133902adf9574429104 - 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.37/tt-rss-4.0.37.tgz - version: 4.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55630,39 +48752,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-22T14:28:40.602287996Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: TVheadend - a TV streaming server and digital video recorder - digest: 9f7406b109a5089029cd600b5fe639cade0a468c28a58c5e02d7dea03fe7c581 - 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.34/tvheadend-10.0.34.tgz - version: 10.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55796,41 +48885,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-22T14:28:40.792491366Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. - No ads, no tracking, your content, your data! - digest: 67554ebfc00a997c35d60ad834fb158f2922cbc5841681218b1f905ef23ebe4e - 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.34/twtxt-1.0.34.tgz - version: 1.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -55972,37 +49026,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-22T14:28:40.983198047Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Ubooquity is a free, lightweight and easy-to-use home server for - your comics and ebooks. - digest: 2c55c010d3e279153b0ce2616e1d8b7f63b1a4b61bc7b890893e3c645b5ef2b1 - 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.15/ubooquity-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56159,38 +49182,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-22T14:28:41.165108144Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Ubiquiti Network's Unifi Controller - digest: 172546ad7d2348a7a64de22cd8e3db4ab2dcb2955985b33977d5d5df7c665f63 - 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.38/unifi-9.0.38.tgz - version: 9.0.38 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56448,43 +49439,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-22T14:28:41.337050834Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: f073e948ad48153b9490c780265eeea32b27dfebd06ab3f085faf1fc84596693 - 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.36/unpackerr-4.0.36.tgz - version: 4.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56708,40 +49662,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-22T14:28:41.522412903Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Collect ALL UniFi Controller, Site, Device & Client Data - Export - to InfluxDB or Prometheus - digest: d8d7e01f668c2e8bc8579ffe87fa3484707e53c814390b2fb19f0f4a0e6297b9 - 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.26/unpoller-1.0.26.tgz - version: 1.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56913,37 +49833,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpoller-1.0.12/unpoller-1.0.12.tgz version: 1.0.12 uptime-kuma: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.11.3 - created: "2022-01-22T14:28:41.692125145Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A fancy self-hosted monitoring tool - digest: 79e98884db98ae2367b405d71031a991920b324f4fb5fb62eaa154dad47e2d55 - 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.35/uptime-kuma-1.0.35.tgz - version: 1.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57069,40 +49958,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-22T14:28:41.887069914Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Prometheus Exporter for the official uptimerobot CLI - digest: 23a8bb8764dc2b689926209d82174d5ce40ace89b432a99be0517794d2dbdae9 - 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.15/uptimerobot-prometheus-2.0.15.tgz - version: 2.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57274,37 +50129,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-22T14:28:42.075301844Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Valheim dedicated gameserver with automatic update and world backup - support - digest: fa3866072cd78db4eec6a6eddfd587926b06488a4a1145b441a9d8087a911370 - 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.15/valheim-2.0.15.tgz - version: 2.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57461,45 +50285,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-22T14:28:42.277999439Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Unofficial Bitwarden compatible server written in Rust - digest: aac0c9c590c790bd54b0488155a017280707d10e2a6dc106cfe8c2fb3be67b36 - 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.28/vaultwarden-13.0.28.tgz - version: 13.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57774,36 +50559,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-22T14:28:42.443848704Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Webgrabplus is a multi-site incremental xmltv epg grabber. - digest: 2c75242e45d88591d06fb60dbbc7476f73c01601ee65579a71e201a5b9bb139a - 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.16/webgrabplus-0.0.16.tgz - version: 0.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57985,38 +50740,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-22T14:28:42.618268256Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: A self-hosted, ad-free, privacy-respecting metasearch engine - digest: 25c33fd178449d554244acf76ecb595e688473620f3d00558067d3fe50b9f04f - 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.35/whoogle-1.0.35.tgz - version: 1.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58146,42 +50869,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-22T14:28:42.82088529Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.56 - description: Make documentation a joy to write using Wiki.js's beautiful and intuitive - interface! - digest: d8dbd02ec82d1a3bd51233d8d31373795ef1d25e79fa5e1ebffdd951b67824c1 - 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.28/wikijs-4.0.28.tgz - version: 4.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58399,37 +51086,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-22T14:28:43.010303092Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Wireshark is the world’s foremost and widely-used network protocol - analyzer. - digest: 96047d3a7b4a309cccba1bf4826c7f44408912300b2973513e801ec9bb011bf3 - 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.15/wireshark-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58586,41 +51242,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-22T14:28:43.213317531Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.59 - description: XBackBone is a simple, self-hosted, lightweight PHP file manager - digest: 69d6d65002b37bea5e9f8b9cb89685df9142120c726a0cd17b33894f7d7297cc - 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.24/xbackbone-0.0.24.tgz - version: 0.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58797,39 +51418,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-22T14:28:43.404964155Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: M3U Proxy for Plex DVR and Emby Live TV. - digest: 229fa1220a4005c520447059741b9eb233c053baf7b7bd7a5dee0c223c8d9b99 - 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.34/xteve-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -58963,38 +51551,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-22T14:28:43.587011183Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Bridges events and allows you to control your Zigbee devices via - MQTT - digest: b56b4d60e55678cbb2ab6874ffec5d244eda5b17a3d663b7f42bbef0f3519622 - 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.36/zigbee2mqtt-1.0.36.tgz - version: 1.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59156,37 +51712,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-22T14:28:43.766442785Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - 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: 0441463e55fb0f06296539e29f724e10461bcef9e8874be161c0125152829843 - 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.15/znc-0.0.15.tgz - version: 0.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59343,41 +51868,6 @@ entries: - https://github.com/truecharts/apps/releases/download/znc-0.0.1/znc-0.0.1.tgz version: 0.0.1 zwavejs2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.0 - created: "2022-01-22T14:28:43.941485342Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.13.5 - description: Fully configurable Zwave to MQTT gateway and Control Panel using - NodeJS and Vue - digest: 82267c75247843b8c7b27febed23ae25768ac058d7e1d29dd8b9823c2b8cde0d - 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.43/zwavejs2mqtt-9.0.43.tgz - version: 9.0.43 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -59623,4 +52113,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-22T14:28:43.949388622Z" +generated: "2022-01-22T20:56:56.147872479Z"