diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md index 00b669746a4..99337014b86 100644 --- a/charts/stable/jackett/CHANGELOG.md +++ b/charts/stable/jackett/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-9.0.28](https://github.com/truecharts/apps/compare/jackett-9.0.27...jackett-9.0.28) (2021-12-03) + +#### Feat + +* Render security scan results during build ([#1451](https://github.com/truecharts/apps/issues/1451)) + + + ### [jackett-9.0.27](https://github.com/truecharts/apps/compare/jackett-9.0.26...jackett-9.0.27) (2021-12-03) diff --git a/charts/stable/jackett/sec-scan.md b/charts/stable/jackett/sec-scan.md new file mode 100644 index 00000000000..173c0dd1a6e --- /dev/null +++ b/charts/stable/jackett/sec-scan.md @@ -0,0 +1,601 @@ +# Security Scan + +## Helm-Chart + +##### Scan Results + +``` +2021-12-03T18:33:16.449Z INFO Need to update the built-in policies +2021-12-03T18:33:16.449Z INFO Downloading the built-in policies... +2021-12-03T18:33:17.259Z INFO Detected config files: 1 + +jackett/templates/common.yaml (kubernetes) +========================================== +Tests: 40 (SUCCESSES: 28, FAILURES: 12, EXCEPTIONS: 0) +Failures: 12 (UNKNOWN: 0, LOW: 5, MEDIUM: 7, HIGH: 0, CRITICAL: 0) + ++---------------------------+------------+-----------------------------------+----------+------------------------------------------+ +| TYPE | MISCONF ID | CHECK | SEVERITY | MESSAGE | ++---------------------------+------------+-----------------------------------+----------+------------------------------------------+ +| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should add 'ALL' to | +| | | | | 'securityContext.capabilities.drop' | +| | | | | -->avd.aquasec.com/appshield/ksv003 | ++ +------------+-----------------------------------+----------+------------------------------------------+ +| | KSV012 | Runs as root user | MEDIUM | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsNonRoot' to | +| | | | | true -->avd.aquasec.com/appshield/ksv012 | ++ +------------+-----------------------------------+----------+------------------------------------------+ +| | KSV013 | Image tag ':latest' used | LOW | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should specify an image tag | +| | | | | -->avd.aquasec.com/appshield/ksv013 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should specify an image tag | +| | | | | -->avd.aquasec.com/appshield/ksv013 | ++ +------------+-----------------------------------+ +------------------------------------------+ +| | KSV014 | Root file system is not read-only | | Container 'RELEASE-NAME-jackett' | +| | | | | of Deployment | +| | | | | 'RELEASE-NAME-jackett' should set | +| | | | | 'securityContext.readOnlyRootFilesystem' | +| | | | | to true | +| | | | | -->avd.aquasec.com/appshield/ksv014 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' | +| | | | | of Deployment | +| | | | | 'RELEASE-NAME-jackett' should set | +| | | | | 'securityContext.readOnlyRootFilesystem' | +| | | | | to true | +| | | | | -->avd.aquasec.com/appshield/ksv014 | ++ +------------+-----------------------------------+----------+------------------------------------------+ +| | KSV019 | Seccomp policies disabled | MEDIUM | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should specify a seccomp profile | +| | | | | -->avd.aquasec.com/appshield/ksv019 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should specify a seccomp profile | +| | | | | -->avd.aquasec.com/appshield/ksv019 | ++ +------------+-----------------------------------+ +------------------------------------------+ +| | KSV020 | Runs with low user ID | | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsUser' > 10000 | +| | | | | -->avd.aquasec.com/appshield/ksv020 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsUser' > 10000 | +| | | | | -->avd.aquasec.com/appshield/ksv020 | ++ +------------+-----------------------------------+ +------------------------------------------+ +| | KSV021 | Runs with low group ID | | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsGroup' > 10000 | +| | | | | -->avd.aquasec.com/appshield/ksv021 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsGroup' > 10000 | +| | | | | -->avd.aquasec.com/appshield/ksv021 | ++---------------------------+------------+-----------------------------------+----------+------------------------------------------+ +``` + +## Containers + +##### Detected Containers + + ghcr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c + tccr.io/truecharts/jackett:v0.20.83@sha256:b24ade69bfc1b9725c42043c0b4aab341aed7c2cb462fdc21bb5287aaa574d79 + +##### Scan Results + +**Container: ghcr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c** + +``` +2021-12-03T18:33:17.339Z INFO Need to update DB +2021-12-03T18:33:17.340Z INFO Downloading DB... +2021-12-03T18:33:19.939Z INFO Detected OS: alpine +2021-12-03T18:33:19.939Z INFO Detecting Alpine vulnerabilities... +2021-12-03T18:33:19.941Z INFO Number of language-specific files: 0 + +ghcr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c (alpine 3.14.2) +========================================================================================================================= +Total: 22 (UNKNOWN: 0, LOW: 0, MEDIUM: 4, HIGH: 18, CRITICAL: 0) + ++------------+------------------+----------+-------------------+---------------+---------------------------------------+ +| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | TITLE | ++------------+------------------+----------+-------------------+---------------+---------------------------------------+ +| busybox | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42378 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42379 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42379 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42380 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42380 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42381 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42381 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42382 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42382 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42383 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42383 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42384 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42384 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42385 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42385 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42386 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42386 | ++ +------------------+----------+ +---------------+---------------------------------------+ +| | CVE-2021-42374 | MEDIUM | | 1.33.1-r4 | busybox: out-of-bounds read | +| | | | | | in unlzma applet leads to | +| | | | | | information leak and denial... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42374 | ++ +------------------+ + +---------------+---------------------------------------+ +| | CVE-2021-42375 | | | 1.33.1-r5 | busybox: incorrect handling | +| | | | | | of a special element in | +| | | | | | ash applet leads to... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42375 | ++------------+------------------+----------+ +---------------+---------------------------------------+ +| ssl_client | CVE-2021-42378 | HIGH | | 1.33.1-r6 | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42378 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42379 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42379 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42380 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42380 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42381 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42381 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42382 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42382 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42383 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42383 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42384 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42384 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42385 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42385 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42386 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42386 | ++ +------------------+----------+ +---------------+---------------------------------------+ +| | CVE-2021-42374 | MEDIUM | | 1.33.1-r4 | busybox: out-of-bounds read | +| | | | | | in unlzma applet leads to | +| | | | | | information leak and denial... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42374 | ++ +------------------+ + +---------------+---------------------------------------+ +| | CVE-2021-42375 | | | 1.33.1-r5 | busybox: incorrect handling | +| | | | | | of a special element in | +| | | | | | ash applet leads to... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42375 | ++------------+------------------+----------+-------------------+---------------+---------------------------------------+ +``` + +**Container: tccr.io/truecharts/jackett:v0.20.83@sha256:b24ade69bfc1b9725c42043c0b4aab341aed7c2cb462fdc21bb5287aaa574d79** + +``` +2021-12-03T18:33:24.300Z INFO Detected OS: ubuntu +2021-12-03T18:33:24.300Z INFO Detecting Ubuntu vulnerabilities... +2021-12-03T18:33:24.303Z INFO Number of language-specific files: 1 +2021-12-03T18:33:24.303Z INFO Detecting gobinary vulnerabilities... + +tccr.io/truecharts/jackett:v0.20.83@sha256:b24ade69bfc1b9725c42043c0b4aab341aed7c2cb462fdc21bb5287aaa574d79 (ubuntu 20.04) +========================================================================================================================== +Total: 76 (UNKNOWN: 0, LOW: 52, MEDIUM: 24, HIGH: 0, CRITICAL: 0) + ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | TITLE | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| bash | CVE-2019-18276 | LOW | 5.0-6ubuntu1.1 | | bash: when effective UID is not | +| | | | | | equal to its real UID the... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-18276 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| bind9-dnsutils | CVE-2021-25219 | MEDIUM | 1:9.16.1-0ubuntu2.8 | 1:9.16.1-0ubuntu2.9 | bind: Lame cache can be abused to | +| | | | | | severely degrade resolver performance | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-25219 | ++----------------------+ + + + + + +| bind9-host | | | | | | +| | | | | | | +| | | | | | | ++----------------------+ + + + + + +| bind9-libs | | | | | | +| | | | | | | +| | | | | | | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| coreutils | CVE-2016-2781 | LOW | 8.30-3ubuntu2 | | coreutils: Non-privileged | +| | | | | | session can escape to the | +| | | | | | parent session in chroot | +| | | | | | -->avd.aquasec.com/nvd/cve-2016-2781 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| dnsutils | CVE-2021-25219 | MEDIUM | 1:9.16.1-0ubuntu2.8 | 1:9.16.1-0ubuntu2.9 | bind: Lame cache can be abused to | +| | | | | | severely degrade resolver performance | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-25219 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libasn1-8-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libc-bin | CVE-2021-35942 | MEDIUM | 2.31-0ubuntu9.2 | | glibc: Arbitrary read in wordexp() | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-35942 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-38604 | | | | glibc: NULL pointer dereference in | +| | | | | | helper_thread() in mq_notify.c while | +| | | | | | handling NOTIFY_REMOVED messages... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-38604 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2016-10228 | LOW | | | glibc: iconv program can hang | +| | | | | | when invoked with the -c option | +| | | | | | -->avd.aquasec.com/nvd/cve-2016-10228 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2019-25013 | | | | glibc: buffer over-read in | +| | | | | | iconv when processing invalid | +| | | | | | multi-byte input sequences in... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-25013 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-27618 | | | | glibc: iconv when processing | +| | | | | | invalid multi-byte input | +| | | | | | sequences fails to advance the... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-27618 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-29562 | | | | glibc: assertion failure in iconv | +| | | | | | when converting invalid UCS4 | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-29562 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-6096 | | | | glibc: signed comparison | +| | | | | | vulnerability in the | +| | | | | | ARMv7 memcpy function | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-6096 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-27645 | | | | glibc: Use-after-free in | +| | | | | | addgetnetgrentX function | +| | | | | | in netgroupcache.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-27645 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3326 | | | | glibc: Assertion failure in | +| | | | | | ISO-2022-JP-3 gconv module | +| | | | | | related to combining characters | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3326 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-33574 | | | | glibc: mq_notify does | +| | | | | | not handle separately | +| | | | | | allocated thread attributes | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-33574 | ++----------------------+------------------+----------+ +-------------------------+-----------------------------------------+ +| libc6 | CVE-2021-35942 | MEDIUM | | | glibc: Arbitrary read in wordexp() | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-35942 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-38604 | | | | glibc: NULL pointer dereference in | +| | | | | | helper_thread() in mq_notify.c while | +| | | | | | handling NOTIFY_REMOVED messages... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-38604 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2016-10228 | LOW | | | glibc: iconv program can hang | +| | | | | | when invoked with the -c option | +| | | | | | -->avd.aquasec.com/nvd/cve-2016-10228 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2019-25013 | | | | glibc: buffer over-read in | +| | | | | | iconv when processing invalid | +| | | | | | multi-byte input sequences in... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-25013 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-27618 | | | | glibc: iconv when processing | +| | | | | | invalid multi-byte input | +| | | | | | sequences fails to advance the... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-27618 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-29562 | | | | glibc: assertion failure in iconv | +| | | | | | when converting invalid UCS4 | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-29562 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-6096 | | | | glibc: signed comparison | +| | | | | | vulnerability in the | +| | | | | | ARMv7 memcpy function | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-6096 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-27645 | | | | glibc: Use-after-free in | +| | | | | | addgetnetgrentX function | +| | | | | | in netgroupcache.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-27645 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3326 | | | | glibc: Assertion failure in | +| | | | | | ISO-2022-JP-3 gconv module | +| | | | | | related to combining characters | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3326 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-33574 | | | | glibc: mq_notify does | +| | | | | | not handle separately | +| | | | | | allocated thread attributes | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-33574 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libgmp10 | CVE-2021-43618 | | 2:6.2.0+dfsg-4 | | gmp: Integer overflow and resultant | +| | | | | | buffer overflow via crafted input | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-43618 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libgssapi-krb5-2 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | krb5: Sending a request containing | +| | | | | | PA-ENCRYPTED-CHALLENGE padata | +| | | | | | element without using FAST could... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-36222 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2018-5709 | LOW | | | krb5: integer overflow | +| | | | | | in dbentry->n_key_data | +| | | | | | in kadmin/dbutil/dump.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-5709 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libgssapi3-heimdal | CVE-2021-3671 | | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+ + + +-------------------------+ + +| libhcrypto4-heimdal | | | | | | +| | | | | | | +| | | | | | | ++----------------------+ + + +-------------------------+ + +| libheimbase1-heimdal | | | | | | +| | | | | | | +| | | | | | | ++----------------------+ + + +-------------------------+ + +| libheimntlm0-heimdal | | | | | | +| | | | | | | +| | | | | | | ++----------------------+ + + +-------------------------+ + +| libhx509-5-heimdal | | | | | | +| | | | | | | +| | | | | | | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libk5crypto3 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | krb5: Sending a request containing | +| | | | | | PA-ENCRYPTED-CHALLENGE padata | +| | | | | | element without using FAST could... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-36222 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2018-5709 | LOW | | | krb5: integer overflow | +| | | | | | in dbentry->n_key_data | +| | | | | | in kadmin/dbutil/dump.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-5709 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libkrb5-26-heimdal | CVE-2021-3671 | | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libkrb5-3 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | krb5: Sending a request containing | +| | | | | | PA-ENCRYPTED-CHALLENGE padata | +| | | | | | element without using FAST could... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-36222 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2018-5709 | LOW | | | krb5: integer overflow | +| | | | | | in dbentry->n_key_data | +| | | | | | in kadmin/dbutil/dump.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-5709 | ++----------------------+------------------+----------+ +-------------------------+-----------------------------------------+ +| libkrb5support0 | CVE-2021-36222 | MEDIUM | | | krb5: Sending a request containing | +| | | | | | PA-ENCRYPTED-CHALLENGE padata | +| | | | | | element without using FAST could... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-36222 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2018-5709 | LOW | | | krb5: integer overflow | +| | | | | | in dbentry->n_key_data | +| | | | | | in kadmin/dbutil/dump.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-5709 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libpcre3 | CVE-2017-11164 | | 2:8.39-12build1 | | pcre: OP_KETRMAX feature in the | +| | | | | | match function in pcre_exec.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2017-11164 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2019-20838 | | | | pcre: Buffer over-read in JIT | +| | | | | | when UTF is disabled and \X or... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-20838 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-14155 | | | | pcre: Integer overflow when | +| | | | | | parsing callout numeric arguments | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-14155 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libpython3.8-minimal | CVE-2021-29921 | MEDIUM | 3.8.10-0ubuntu1~20.04 | 3.8.10-0ubuntu1~20.04.1 | python-ipaddress: Improper input | +| | | | | | validation of octal strings | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-29921 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3737 | | | | python: urllib: HTTP client | +| | | | | | possible infinite loop on | +| | | | | | a 100 Continue response... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3737 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2021-23336 | LOW | | | python: Web cache poisoning | +| | | | | | via urllib.parse.parse_qsl | +| | | | | | and urllib.parse.parse_qs | +| | | | | | by using a semicolon... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-23336 | ++----------------------+------------------+----------+ +-------------------------+-----------------------------------------+ +| libpython3.8-stdlib | CVE-2021-29921 | MEDIUM | | 3.8.10-0ubuntu1~20.04.1 | python-ipaddress: Improper input | +| | | | | | validation of octal strings | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-29921 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3737 | | | | python: urllib: HTTP client | +| | | | | | possible infinite loop on | +| | | | | | a 100 Continue response... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3737 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2021-23336 | LOW | | | python: Web cache poisoning | +| | | | | | via urllib.parse.parse_qsl | +| | | | | | and urllib.parse.parse_qs | +| | | | | | by using a semicolon... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-23336 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libroken18-heimdal | CVE-2021-3671 | | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libsqlite3-0 | CVE-2020-9794 | MEDIUM | 3.31.1-4ubuntu0.2 | | An out-of-bounds read was | +| | | | | | addressed with improved bounds | +| | | | | | checking. This issue is... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-9794 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2020-9849 | LOW | | | An information disclosure issue | +| | | | | | was addressed with improved | +| | | | | | state management. This issue... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-9849 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-9991 | | | | This issue was addressed | +| | | | | | with improved checks. | +| | | | | | This issue is fixed in... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-9991 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libtasn1-6 | CVE-2018-1000654 | | 4.16.0-2 | | libtasn1: Infinite loop in | +| | | | | | _asn1_expand_object_id(ptree) | +| | | | | | leads to memory exhaustion | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-1000654 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libwind0-heimdal | CVE-2021-3671 | | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| locales | CVE-2021-35942 | MEDIUM | 2.31-0ubuntu9.2 | | glibc: Arbitrary read in wordexp() | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-35942 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-38604 | | | | glibc: NULL pointer dereference in | +| | | | | | helper_thread() in mq_notify.c while | +| | | | | | handling NOTIFY_REMOVED messages... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-38604 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2016-10228 | LOW | | | glibc: iconv program can hang | +| | | | | | when invoked with the -c option | +| | | | | | -->avd.aquasec.com/nvd/cve-2016-10228 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2019-25013 | | | | glibc: buffer over-read in | +| | | | | | iconv when processing invalid | +| | | | | | multi-byte input sequences in... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-25013 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-27618 | | | | glibc: iconv when processing | +| | | | | | invalid multi-byte input | +| | | | | | sequences fails to advance the... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-27618 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-29562 | | | | glibc: assertion failure in iconv | +| | | | | | when converting invalid UCS4 | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-29562 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-6096 | | | | glibc: signed comparison | +| | | | | | vulnerability in the | +| | | | | | ARMv7 memcpy function | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-6096 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-27645 | | | | glibc: Use-after-free in | +| | | | | | addgetnetgrentX function | +| | | | | | in netgroupcache.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-27645 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3326 | | | | glibc: Assertion failure in | +| | | | | | ISO-2022-JP-3 gconv module | +| | | | | | related to combining characters | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3326 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-33574 | | | | glibc: mq_notify does | +| | | | | | not handle separately | +| | | | | | allocated thread attributes | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-33574 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| login | CVE-2013-4235 | | 1:4.8.1-1ubuntu5.20.04.1 | | shadow-utils: TOCTOU race | +| | | | | | conditions by copying and | +| | | | | | removing directory trees | +| | | | | | -->avd.aquasec.com/nvd/cve-2013-4235 | ++----------------------+ + + +-------------------------+ + +| passwd | | | | | | +| | | | | | | +| | | | | | | +| | | | | | | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| perl-base | CVE-2020-16156 | MEDIUM | 5.30.0-9ubuntu0.2 | | [Signature Verification Bypass] | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-16156 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| python3.8 | CVE-2021-29921 | | 3.8.10-0ubuntu1~20.04 | 3.8.10-0ubuntu1~20.04.1 | python-ipaddress: Improper input | +| | | | | | validation of octal strings | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-29921 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3737 | | | | python: urllib: HTTP client | +| | | | | | possible infinite loop on | +| | | | | | a 100 Continue response... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3737 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2021-23336 | LOW | | | python: Web cache poisoning | +| | | | | | via urllib.parse.parse_qsl | +| | | | | | and urllib.parse.parse_qs | +| | | | | | by using a semicolon... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-23336 | ++----------------------+------------------+----------+ +-------------------------+-----------------------------------------+ +| python3.8-minimal | CVE-2021-29921 | MEDIUM | | 3.8.10-0ubuntu1~20.04.1 | python-ipaddress: Improper input | +| | | | | | validation of octal strings | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-29921 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3737 | | | | python: urllib: HTTP client | +| | | | | | possible infinite loop on | +| | | | | | a 100 Continue response... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3737 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2021-23336 | LOW | | | python: Web cache poisoning | +| | | | | | via urllib.parse.parse_qsl | +| | | | | | and urllib.parse.parse_qs | +| | | | | | by using a semicolon... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-23336 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ + +usr/local/bin/micro (gobinary) +============================== +Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0) + ++------------------+------------------+----------+-------------------+---------------+---------------------------------------+ +| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | TITLE | ++------------------+------------------+----------+-------------------+---------------+---------------------------------------+ +| gopkg.in/yaml.v2 | CVE-2019-11254 | MEDIUM | v2.2.7 | v2.2.8 | kubernetes: Denial of | +| | | | | | service in API server via | +| | | | | | crafted YAML payloads by... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-11254 | ++------------------+------------------+----------+-------------------+---------------+---------------------------------------+ +``` + diff --git a/docs/apps/stable/jackett/CHANGELOG.md b/docs/apps/stable/jackett/CHANGELOG.md index 00b669746a4..99337014b86 100644 --- a/docs/apps/stable/jackett/CHANGELOG.md +++ b/docs/apps/stable/jackett/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-9.0.28](https://github.com/truecharts/apps/compare/jackett-9.0.27...jackett-9.0.28) (2021-12-03) + +#### Feat + +* Render security scan results during build ([#1451](https://github.com/truecharts/apps/issues/1451)) + + + ### [jackett-9.0.27](https://github.com/truecharts/apps/compare/jackett-9.0.26...jackett-9.0.27) (2021-12-03) diff --git a/docs/apps/stable/jackett/sec-scan.md b/docs/apps/stable/jackett/sec-scan.md new file mode 100644 index 00000000000..173c0dd1a6e --- /dev/null +++ b/docs/apps/stable/jackett/sec-scan.md @@ -0,0 +1,601 @@ +# Security Scan + +## Helm-Chart + +##### Scan Results + +``` +2021-12-03T18:33:16.449Z INFO Need to update the built-in policies +2021-12-03T18:33:16.449Z INFO Downloading the built-in policies... +2021-12-03T18:33:17.259Z INFO Detected config files: 1 + +jackett/templates/common.yaml (kubernetes) +========================================== +Tests: 40 (SUCCESSES: 28, FAILURES: 12, EXCEPTIONS: 0) +Failures: 12 (UNKNOWN: 0, LOW: 5, MEDIUM: 7, HIGH: 0, CRITICAL: 0) + ++---------------------------+------------+-----------------------------------+----------+------------------------------------------+ +| TYPE | MISCONF ID | CHECK | SEVERITY | MESSAGE | ++---------------------------+------------+-----------------------------------+----------+------------------------------------------+ +| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should add 'ALL' to | +| | | | | 'securityContext.capabilities.drop' | +| | | | | -->avd.aquasec.com/appshield/ksv003 | ++ +------------+-----------------------------------+----------+------------------------------------------+ +| | KSV012 | Runs as root user | MEDIUM | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsNonRoot' to | +| | | | | true -->avd.aquasec.com/appshield/ksv012 | ++ +------------+-----------------------------------+----------+------------------------------------------+ +| | KSV013 | Image tag ':latest' used | LOW | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should specify an image tag | +| | | | | -->avd.aquasec.com/appshield/ksv013 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should specify an image tag | +| | | | | -->avd.aquasec.com/appshield/ksv013 | ++ +------------+-----------------------------------+ +------------------------------------------+ +| | KSV014 | Root file system is not read-only | | Container 'RELEASE-NAME-jackett' | +| | | | | of Deployment | +| | | | | 'RELEASE-NAME-jackett' should set | +| | | | | 'securityContext.readOnlyRootFilesystem' | +| | | | | to true | +| | | | | -->avd.aquasec.com/appshield/ksv014 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' | +| | | | | of Deployment | +| | | | | 'RELEASE-NAME-jackett' should set | +| | | | | 'securityContext.readOnlyRootFilesystem' | +| | | | | to true | +| | | | | -->avd.aquasec.com/appshield/ksv014 | ++ +------------+-----------------------------------+----------+------------------------------------------+ +| | KSV019 | Seccomp policies disabled | MEDIUM | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should specify a seccomp profile | +| | | | | -->avd.aquasec.com/appshield/ksv019 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' | +| | | | | should specify a seccomp profile | +| | | | | -->avd.aquasec.com/appshield/ksv019 | ++ +------------+-----------------------------------+ +------------------------------------------+ +| | KSV020 | Runs with low user ID | | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsUser' > 10000 | +| | | | | -->avd.aquasec.com/appshield/ksv020 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsUser' > 10000 | +| | | | | -->avd.aquasec.com/appshield/ksv020 | ++ +------------+-----------------------------------+ +------------------------------------------+ +| | KSV021 | Runs with low group ID | | Container 'RELEASE-NAME-jackett' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsGroup' > 10000 | +| | | | | -->avd.aquasec.com/appshield/ksv021 | ++ + + + +------------------------------------------+ +| | | | | Container 'autopermissions' of | +| | | | | Deployment 'RELEASE-NAME-jackett' should | +| | | | | set 'securityContext.runAsGroup' > 10000 | +| | | | | -->avd.aquasec.com/appshield/ksv021 | ++---------------------------+------------+-----------------------------------+----------+------------------------------------------+ +``` + +## Containers + +##### Detected Containers + + ghcr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c + tccr.io/truecharts/jackett:v0.20.83@sha256:b24ade69bfc1b9725c42043c0b4aab341aed7c2cb462fdc21bb5287aaa574d79 + +##### Scan Results + +**Container: ghcr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c** + +``` +2021-12-03T18:33:17.339Z INFO Need to update DB +2021-12-03T18:33:17.340Z INFO Downloading DB... +2021-12-03T18:33:19.939Z INFO Detected OS: alpine +2021-12-03T18:33:19.939Z INFO Detecting Alpine vulnerabilities... +2021-12-03T18:33:19.941Z INFO Number of language-specific files: 0 + +ghcr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c (alpine 3.14.2) +========================================================================================================================= +Total: 22 (UNKNOWN: 0, LOW: 0, MEDIUM: 4, HIGH: 18, CRITICAL: 0) + ++------------+------------------+----------+-------------------+---------------+---------------------------------------+ +| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | TITLE | ++------------+------------------+----------+-------------------+---------------+---------------------------------------+ +| busybox | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42378 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42379 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42379 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42380 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42380 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42381 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42381 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42382 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42382 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42383 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42383 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42384 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42384 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42385 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42385 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42386 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42386 | ++ +------------------+----------+ +---------------+---------------------------------------+ +| | CVE-2021-42374 | MEDIUM | | 1.33.1-r4 | busybox: out-of-bounds read | +| | | | | | in unlzma applet leads to | +| | | | | | information leak and denial... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42374 | ++ +------------------+ + +---------------+---------------------------------------+ +| | CVE-2021-42375 | | | 1.33.1-r5 | busybox: incorrect handling | +| | | | | | of a special element in | +| | | | | | ash applet leads to... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42375 | ++------------+------------------+----------+ +---------------+---------------------------------------+ +| ssl_client | CVE-2021-42378 | HIGH | | 1.33.1-r6 | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42378 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42379 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42379 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42380 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42380 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42381 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42381 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42382 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42382 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42383 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42383 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42384 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42384 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42385 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42385 | ++ +------------------+ + + +---------------------------------------+ +| | CVE-2021-42386 | | | | busybox: use-after-free in | +| | | | | | awk applet leads to denial | +| | | | | | of service and possibly... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42386 | ++ +------------------+----------+ +---------------+---------------------------------------+ +| | CVE-2021-42374 | MEDIUM | | 1.33.1-r4 | busybox: out-of-bounds read | +| | | | | | in unlzma applet leads to | +| | | | | | information leak and denial... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42374 | ++ +------------------+ + +---------------+---------------------------------------+ +| | CVE-2021-42375 | | | 1.33.1-r5 | busybox: incorrect handling | +| | | | | | of a special element in | +| | | | | | ash applet leads to... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-42375 | ++------------+------------------+----------+-------------------+---------------+---------------------------------------+ +``` + +**Container: tccr.io/truecharts/jackett:v0.20.83@sha256:b24ade69bfc1b9725c42043c0b4aab341aed7c2cb462fdc21bb5287aaa574d79** + +``` +2021-12-03T18:33:24.300Z INFO Detected OS: ubuntu +2021-12-03T18:33:24.300Z INFO Detecting Ubuntu vulnerabilities... +2021-12-03T18:33:24.303Z INFO Number of language-specific files: 1 +2021-12-03T18:33:24.303Z INFO Detecting gobinary vulnerabilities... + +tccr.io/truecharts/jackett:v0.20.83@sha256:b24ade69bfc1b9725c42043c0b4aab341aed7c2cb462fdc21bb5287aaa574d79 (ubuntu 20.04) +========================================================================================================================== +Total: 76 (UNKNOWN: 0, LOW: 52, MEDIUM: 24, HIGH: 0, CRITICAL: 0) + ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | TITLE | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| bash | CVE-2019-18276 | LOW | 5.0-6ubuntu1.1 | | bash: when effective UID is not | +| | | | | | equal to its real UID the... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-18276 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| bind9-dnsutils | CVE-2021-25219 | MEDIUM | 1:9.16.1-0ubuntu2.8 | 1:9.16.1-0ubuntu2.9 | bind: Lame cache can be abused to | +| | | | | | severely degrade resolver performance | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-25219 | ++----------------------+ + + + + + +| bind9-host | | | | | | +| | | | | | | +| | | | | | | ++----------------------+ + + + + + +| bind9-libs | | | | | | +| | | | | | | +| | | | | | | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| coreutils | CVE-2016-2781 | LOW | 8.30-3ubuntu2 | | coreutils: Non-privileged | +| | | | | | session can escape to the | +| | | | | | parent session in chroot | +| | | | | | -->avd.aquasec.com/nvd/cve-2016-2781 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| dnsutils | CVE-2021-25219 | MEDIUM | 1:9.16.1-0ubuntu2.8 | 1:9.16.1-0ubuntu2.9 | bind: Lame cache can be abused to | +| | | | | | severely degrade resolver performance | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-25219 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libasn1-8-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libc-bin | CVE-2021-35942 | MEDIUM | 2.31-0ubuntu9.2 | | glibc: Arbitrary read in wordexp() | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-35942 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-38604 | | | | glibc: NULL pointer dereference in | +| | | | | | helper_thread() in mq_notify.c while | +| | | | | | handling NOTIFY_REMOVED messages... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-38604 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2016-10228 | LOW | | | glibc: iconv program can hang | +| | | | | | when invoked with the -c option | +| | | | | | -->avd.aquasec.com/nvd/cve-2016-10228 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2019-25013 | | | | glibc: buffer over-read in | +| | | | | | iconv when processing invalid | +| | | | | | multi-byte input sequences in... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-25013 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-27618 | | | | glibc: iconv when processing | +| | | | | | invalid multi-byte input | +| | | | | | sequences fails to advance the... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-27618 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-29562 | | | | glibc: assertion failure in iconv | +| | | | | | when converting invalid UCS4 | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-29562 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-6096 | | | | glibc: signed comparison | +| | | | | | vulnerability in the | +| | | | | | ARMv7 memcpy function | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-6096 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-27645 | | | | glibc: Use-after-free in | +| | | | | | addgetnetgrentX function | +| | | | | | in netgroupcache.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-27645 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3326 | | | | glibc: Assertion failure in | +| | | | | | ISO-2022-JP-3 gconv module | +| | | | | | related to combining characters | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3326 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-33574 | | | | glibc: mq_notify does | +| | | | | | not handle separately | +| | | | | | allocated thread attributes | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-33574 | ++----------------------+------------------+----------+ +-------------------------+-----------------------------------------+ +| libc6 | CVE-2021-35942 | MEDIUM | | | glibc: Arbitrary read in wordexp() | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-35942 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-38604 | | | | glibc: NULL pointer dereference in | +| | | | | | helper_thread() in mq_notify.c while | +| | | | | | handling NOTIFY_REMOVED messages... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-38604 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2016-10228 | LOW | | | glibc: iconv program can hang | +| | | | | | when invoked with the -c option | +| | | | | | -->avd.aquasec.com/nvd/cve-2016-10228 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2019-25013 | | | | glibc: buffer over-read in | +| | | | | | iconv when processing invalid | +| | | | | | multi-byte input sequences in... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-25013 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-27618 | | | | glibc: iconv when processing | +| | | | | | invalid multi-byte input | +| | | | | | sequences fails to advance the... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-27618 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-29562 | | | | glibc: assertion failure in iconv | +| | | | | | when converting invalid UCS4 | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-29562 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-6096 | | | | glibc: signed comparison | +| | | | | | vulnerability in the | +| | | | | | ARMv7 memcpy function | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-6096 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-27645 | | | | glibc: Use-after-free in | +| | | | | | addgetnetgrentX function | +| | | | | | in netgroupcache.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-27645 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3326 | | | | glibc: Assertion failure in | +| | | | | | ISO-2022-JP-3 gconv module | +| | | | | | related to combining characters | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3326 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-33574 | | | | glibc: mq_notify does | +| | | | | | not handle separately | +| | | | | | allocated thread attributes | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-33574 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libgmp10 | CVE-2021-43618 | | 2:6.2.0+dfsg-4 | | gmp: Integer overflow and resultant | +| | | | | | buffer overflow via crafted input | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-43618 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libgssapi-krb5-2 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | krb5: Sending a request containing | +| | | | | | PA-ENCRYPTED-CHALLENGE padata | +| | | | | | element without using FAST could... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-36222 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2018-5709 | LOW | | | krb5: integer overflow | +| | | | | | in dbentry->n_key_data | +| | | | | | in kadmin/dbutil/dump.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-5709 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libgssapi3-heimdal | CVE-2021-3671 | | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+ + + +-------------------------+ + +| libhcrypto4-heimdal | | | | | | +| | | | | | | +| | | | | | | ++----------------------+ + + +-------------------------+ + +| libheimbase1-heimdal | | | | | | +| | | | | | | +| | | | | | | ++----------------------+ + + +-------------------------+ + +| libheimntlm0-heimdal | | | | | | +| | | | | | | +| | | | | | | ++----------------------+ + + +-------------------------+ + +| libhx509-5-heimdal | | | | | | +| | | | | | | +| | | | | | | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libk5crypto3 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | krb5: Sending a request containing | +| | | | | | PA-ENCRYPTED-CHALLENGE padata | +| | | | | | element without using FAST could... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-36222 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2018-5709 | LOW | | | krb5: integer overflow | +| | | | | | in dbentry->n_key_data | +| | | | | | in kadmin/dbutil/dump.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-5709 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libkrb5-26-heimdal | CVE-2021-3671 | | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libkrb5-3 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | krb5: Sending a request containing | +| | | | | | PA-ENCRYPTED-CHALLENGE padata | +| | | | | | element without using FAST could... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-36222 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2018-5709 | LOW | | | krb5: integer overflow | +| | | | | | in dbentry->n_key_data | +| | | | | | in kadmin/dbutil/dump.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-5709 | ++----------------------+------------------+----------+ +-------------------------+-----------------------------------------+ +| libkrb5support0 | CVE-2021-36222 | MEDIUM | | | krb5: Sending a request containing | +| | | | | | PA-ENCRYPTED-CHALLENGE padata | +| | | | | | element without using FAST could... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-36222 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2018-5709 | LOW | | | krb5: integer overflow | +| | | | | | in dbentry->n_key_data | +| | | | | | in kadmin/dbutil/dump.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-5709 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libpcre3 | CVE-2017-11164 | | 2:8.39-12build1 | | pcre: OP_KETRMAX feature in the | +| | | | | | match function in pcre_exec.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2017-11164 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2019-20838 | | | | pcre: Buffer over-read in JIT | +| | | | | | when UTF is disabled and \X or... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-20838 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-14155 | | | | pcre: Integer overflow when | +| | | | | | parsing callout numeric arguments | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-14155 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libpython3.8-minimal | CVE-2021-29921 | MEDIUM | 3.8.10-0ubuntu1~20.04 | 3.8.10-0ubuntu1~20.04.1 | python-ipaddress: Improper input | +| | | | | | validation of octal strings | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-29921 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3737 | | | | python: urllib: HTTP client | +| | | | | | possible infinite loop on | +| | | | | | a 100 Continue response... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3737 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2021-23336 | LOW | | | python: Web cache poisoning | +| | | | | | via urllib.parse.parse_qsl | +| | | | | | and urllib.parse.parse_qs | +| | | | | | by using a semicolon... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-23336 | ++----------------------+------------------+----------+ +-------------------------+-----------------------------------------+ +| libpython3.8-stdlib | CVE-2021-29921 | MEDIUM | | 3.8.10-0ubuntu1~20.04.1 | python-ipaddress: Improper input | +| | | | | | validation of octal strings | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-29921 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3737 | | | | python: urllib: HTTP client | +| | | | | | possible infinite loop on | +| | | | | | a 100 Continue response... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3737 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2021-23336 | LOW | | | python: Web cache poisoning | +| | | | | | via urllib.parse.parse_qsl | +| | | | | | and urllib.parse.parse_qs | +| | | | | | by using a semicolon... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-23336 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libroken18-heimdal | CVE-2021-3671 | | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| libsqlite3-0 | CVE-2020-9794 | MEDIUM | 3.31.1-4ubuntu0.2 | | An out-of-bounds read was | +| | | | | | addressed with improved bounds | +| | | | | | checking. This issue is... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-9794 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2020-9849 | LOW | | | An information disclosure issue | +| | | | | | was addressed with improved | +| | | | | | state management. This issue... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-9849 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-9991 | | | | This issue was addressed | +| | | | | | with improved checks. | +| | | | | | This issue is fixed in... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-9991 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libtasn1-6 | CVE-2018-1000654 | | 4.16.0-2 | | libtasn1: Infinite loop in | +| | | | | | _asn1_expand_object_id(ptree) | +| | | | | | leads to memory exhaustion | +| | | | | | -->avd.aquasec.com/nvd/cve-2018-1000654 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| libwind0-heimdal | CVE-2021-3671 | | 7.7.0+dfsg-1ubuntu1 | | samba: Null pointer dereference | +| | | | | | on missing sname in TGS-REQ | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3671 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| locales | CVE-2021-35942 | MEDIUM | 2.31-0ubuntu9.2 | | glibc: Arbitrary read in wordexp() | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-35942 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-38604 | | | | glibc: NULL pointer dereference in | +| | | | | | helper_thread() in mq_notify.c while | +| | | | | | handling NOTIFY_REMOVED messages... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-38604 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2016-10228 | LOW | | | glibc: iconv program can hang | +| | | | | | when invoked with the -c option | +| | | | | | -->avd.aquasec.com/nvd/cve-2016-10228 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2019-25013 | | | | glibc: buffer over-read in | +| | | | | | iconv when processing invalid | +| | | | | | multi-byte input sequences in... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-25013 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-27618 | | | | glibc: iconv when processing | +| | | | | | invalid multi-byte input | +| | | | | | sequences fails to advance the... | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-27618 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-29562 | | | | glibc: assertion failure in iconv | +| | | | | | when converting invalid UCS4 | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-29562 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2020-6096 | | | | glibc: signed comparison | +| | | | | | vulnerability in the | +| | | | | | ARMv7 memcpy function | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-6096 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-27645 | | | | glibc: Use-after-free in | +| | | | | | addgetnetgrentX function | +| | | | | | in netgroupcache.c | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-27645 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3326 | | | | glibc: Assertion failure in | +| | | | | | ISO-2022-JP-3 gconv module | +| | | | | | related to combining characters | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3326 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-33574 | | | | glibc: mq_notify does | +| | | | | | not handle separately | +| | | | | | allocated thread attributes | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-33574 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| login | CVE-2013-4235 | | 1:4.8.1-1ubuntu5.20.04.1 | | shadow-utils: TOCTOU race | +| | | | | | conditions by copying and | +| | | | | | removing directory trees | +| | | | | | -->avd.aquasec.com/nvd/cve-2013-4235 | ++----------------------+ + + +-------------------------+ + +| passwd | | | | | | +| | | | | | | +| | | | | | | +| | | | | | | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ +| perl-base | CVE-2020-16156 | MEDIUM | 5.30.0-9ubuntu0.2 | | [Signature Verification Bypass] | +| | | | | | -->avd.aquasec.com/nvd/cve-2020-16156 | ++----------------------+------------------+ +--------------------------+-------------------------+-----------------------------------------+ +| python3.8 | CVE-2021-29921 | | 3.8.10-0ubuntu1~20.04 | 3.8.10-0ubuntu1~20.04.1 | python-ipaddress: Improper input | +| | | | | | validation of octal strings | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-29921 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3737 | | | | python: urllib: HTTP client | +| | | | | | possible infinite loop on | +| | | | | | a 100 Continue response... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3737 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2021-23336 | LOW | | | python: Web cache poisoning | +| | | | | | via urllib.parse.parse_qsl | +| | | | | | and urllib.parse.parse_qs | +| | | | | | by using a semicolon... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-23336 | ++----------------------+------------------+----------+ +-------------------------+-----------------------------------------+ +| python3.8-minimal | CVE-2021-29921 | MEDIUM | | 3.8.10-0ubuntu1~20.04.1 | python-ipaddress: Improper input | +| | | | | | validation of octal strings | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-29921 | ++ +------------------+ + +-------------------------+-----------------------------------------+ +| | CVE-2021-3737 | | | | python: urllib: HTTP client | +| | | | | | possible infinite loop on | +| | | | | | a 100 Continue response... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-3737 | ++ +------------------+----------+ +-------------------------+-----------------------------------------+ +| | CVE-2021-23336 | LOW | | | python: Web cache poisoning | +| | | | | | via urllib.parse.parse_qsl | +| | | | | | and urllib.parse.parse_qs | +| | | | | | by using a semicolon... | +| | | | | | -->avd.aquasec.com/nvd/cve-2021-23336 | ++----------------------+------------------+----------+--------------------------+-------------------------+-----------------------------------------+ + +usr/local/bin/micro (gobinary) +============================== +Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0) + ++------------------+------------------+----------+-------------------+---------------+---------------------------------------+ +| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | TITLE | ++------------------+------------------+----------+-------------------+---------------+---------------------------------------+ +| gopkg.in/yaml.v2 | CVE-2019-11254 | MEDIUM | v2.2.7 | v2.2.8 | kubernetes: Denial of | +| | | | | | service in API server via | +| | | | | | crafted YAML payloads by... | +| | | | | | -->avd.aquasec.com/nvd/cve-2019-11254 | ++------------------+------------------+----------+-------------------+---------------+---------------------------------------+ +``` + diff --git a/docs/index.yaml b/docs/index.yaml index 13e4f126274..75d5882e51a 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,37 +1,6 @@ apiVersion: v1 entries: airsonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.6.2 - created: "2021-12-03T15:43:40.370652868Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Airsonic is a Free and Open Source community driven media server - digest: d12cb2ff4c5a8279ac148f8fe14c9ce81ea599064e43f5fa5bb0eb8314ef2b83 - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png - keywords: - - airsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: airsonic - sources: - - https://github.com/airsonic/airsonic - - https://github.com/linuxserver/docker-airsonic - - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - urls: - - https://github.com/truecharts/apps/releases/download/airsonic-4.0.16/airsonic-4.0.16.tgz - version: 4.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2169,35 +2138,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-1.0.0/airsonic-1.0.0.tgz version: 1.0.0 amcrest2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.11 - created: "2021-12-03T15:43:40.573239643Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Expose all events from an Amcrest device to an MQTT broker - digest: 849222290d1907784dfa6269706e4328f2d15b99f8d0cd1a2e8b7f9b384dcc0f - home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt - icon: https://raw.githubusercontent.com/k8s-at-home/organization/main/logo/k8s-at-home-400.png - keywords: - - amcrest2mqtt - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: amcrest2mqtt - sources: - - https://github.com/dchesterton/amcrest2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.16/amcrest2mqtt-2.0.16.tgz - version: 2.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2469,39 +2409,6 @@ entries: - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-0.0.2/amcrest2mqtt-0.0.2.tgz version: 0.0.2 anonaddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - email - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.7 - created: "2021-12-03T15:43:40.783935504Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - description: Protect your email from spam using disposable addresses. - digest: bd3c2dacdbf1b2ee1ae0bdaa3814e8ba84fb1eb37774a6cb9613d05e84e1aacf - home: https://github.com/truechartsapps/tree/master/charts/stable/anonaddy - icon: https://avatars.githubusercontent.com/u/51450862?s=200&v=4?sanitize=true - 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.3/anonaddy-6.0.3.tgz - version: 6.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2602,38 +2509,6 @@ entries: - https://github.com/truecharts/apps/releases/download/anonaddy-6.0.0/anonaddy-6.0.0.tgz version: 6.0.0 apache-musicindex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.1 - created: "2021-12-03T15:43:40.997933001Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Index and stream music using apache-musicindex and m3u playlists - digest: dbb25e6a6f001667b6c091d330198bcdebea6093900c11bd51526ef8f764bc7e - home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex - icon: https://en.wikipedia.org/wiki/Apache_HTTP_Server#/media/File:Apache_HTTP_server_logo_(2019-present).svg - keywords: - - apache-musicindex - - streaming - - m3u - - playlist - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/apache-musicindex-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2871,43 +2746,6 @@ entries: - https://github.com/truecharts/apps/releases/download/apache-musicindex-0.0.2/apache-musicindex-0.0.2.tgz version: 0.0.2 appdaemon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.1.0 - created: "2021-12-03T15:43:41.208125712Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - 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: 50d73780c3bb6a87bef63dfac9d375eb2c6198937fa93f18b18de79f3d079aac - home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon - icon: https://github.com/hassio-addons/addon-appdaemon/blob/main/appdaemon/icon.png?raw=true - keywords: - - appdaemon - - homeautomation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-6.0.14/appdaemon-6.0.14.tgz - version: 6.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5937,35 +5775,6 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz version: 0.1.3 aria2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:43:41.429860871Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: aria server for downloading web content - digest: eab01f9f20962dc291847a2616647466684bbe0c5e50947465cdacbae2628ab1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2 - icon: https://avatars.githubusercontent.com/u/13545224?s=200&v=4 - keywords: - - aria2 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: aria2 - sources: - - https://github.com/P3TERX/Aria2-Pro-Docker - urls: - - https://github.com/truecharts/apps/releases/download/aria2-2.0.14/aria2-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6208,41 +6017,6 @@ entries: - https://github.com/truecharts/apps/releases/download/aria2-0.0.2/aria2-0.0.2.tgz version: 0.0.2 audacity: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.2 - created: "2021-12-03T15:43:41.660372176Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: An easy-to-use, multi-track audio editor and recorder - digest: 164f0374beefd41659eef20828a68217a8e83d2dddfc283c4b7afeac71d22894 - home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png - keywords: - - audacity - - music - - recorder - - editor - - audio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/audacity-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6504,55 +6278,6 @@ entries: - https://github.com/truecharts/apps/releases/download/audacity-0.0.2/audacity-0.0.2.tgz version: 0.0.2 authelia: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.33.0 - created: "2021-12-03T15:43:41.893032392Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 1.0.19 - description: Authelia is a Single Sign-On Multi-Factor portal for web apps - digest: 4f6996ab0a6870432ca3578ec5358b400d0d739ac3c72feb33071566c656df6f - home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia - icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4 - keywords: - - authelia - - authentication - - login - - SSO - - Authentication - - Security - - Two-Factor - - U2F - - YubiKey - - Push Notifications - - LDAP - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.6/authelia-8.0.6.tgz - version: 8.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10540,46 +10265,6 @@ entries: - https://github.com/truecharts/apps/releases/download/authelia-0.0.1/authelia-0.0.1.tgz version: 0.0.1 babybuddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.1 - created: "2021-12-03T15:43:42.121488685Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - 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: 2d06ed3c7ed5a0cdf7336c38a44555f5fde6901c9ea68f8a2aec913e99686c1c - home: https://github.com/truecharts/apps/tree/main/charts/babybuddy - icon: https://github.com/babybuddy/babybuddy/raw/master/babybuddy/static_src/logo/icon.png - keywords: - - baby - - buddy - - tracker - - parents - - parenting - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.8/babybuddy-5.0.8.tgz - version: 5.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11131,43 +10816,6 @@ entries: - https://github.com/truecharts/apps/releases/download/babybuddy-0.0.1/babybuddy-0.0.1.tgz version: 0.0.1 bazarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.1 - created: "2021-12-03T15:43:42.350491882Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Bazarr is a companion application to Sonarr and Radarr. It manages - and downloads subtitles based on your requirements - digest: 9165fbac82eea2855298e8d15cb0733ba35593b44088dff423921873033c6500 - home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png - keywords: - - bazarr - - radarr - - sonarr - - subtitles - - usenet - - torrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.16/bazarr-9.0.16.tgz - version: 9.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14578,41 +14226,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bazarr-3.1.5/bazarr-3.1.5.tgz version: 3.1.5 beets: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-12-03T15:43:42.556853361Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A music library manager and not, for the most part, a music player. - digest: fa74961e1fe88d489c05f24e6c140d417eb7e2b1b3336028be9e60d38f01c6d9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/beets - icon: https://github.com/truecharts/apps/raw/main/images/beets.png - keywords: - - music - - library - - manager - - player - - beets - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.16/beets-2.0.16.tgz - version: 2.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15213,44 +14826,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bitwarden-1.2.5/bitwarden-1.2.5.tgz version: 1.2.5 blog: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - hosting - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:43:42.77674021Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: Lightweight self-hosted facebook-styled PHP blog. - digest: dbd4dc85a1e2a3b695ea20e3b1495d79f7750634edd230d956a15ef2d9f67f48 - home: https://github.com/truechartsapps/tree/master/charts/stable/blog - icon: https://demo.photoprism.org/static/img/logo-avatar.svg - 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.3/blog-0.0.3.tgz - version: 0.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15328,38 +14903,6 @@ entries: - https://github.com/truecharts/apps/releases/download/blog-0.0.1/blog-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: "2021-12-03T15:43:42.973686739Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Booksonic is a platform for accessing the audibooks you own wherever - you are - digest: a94081c0c4a9c1dda3e4c532bfcaa295135b1fee74156492f857f681e7d041f3 - home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png - keywords: - - booksonic - - audiobook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: booksonic-air - sources: - - https://github.com/popeen/Booksonic-Air - - https://hub.docker.com/r/linuxserver/booksonic-air - urls: - - https://github.com/truecharts/apps/releases/download/booksonic-air-4.0.15/booksonic-air-4.0.15.tgz - version: 4.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17006,46 +16549,6 @@ entries: - https://github.com/truecharts/apps/releases/download/booksonic-air-1.0.1/booksonic-air-1.0.1.tgz version: 1.0.1 bookstack: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 21.11.2021 - created: "2021-12-03T15:43:43.178821411Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - description: A simple, self-hosted, easy-to-use platform for organising and storing - information. - digest: 3f957aa87bed4785c1bf2481479c1285c422470e19996941b041491477a8e604 - home: https://github.com/truechartsapps/tree/master/charts/stable/bookstack - icon: https://avatars3.githubusercontent.com/u/20912696?s=400&v=4?sanitize=true - 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.4/bookstack-0.0.4.tgz - version: 0.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17167,36 +16670,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bookstack-0.0.1/bookstack-0.0.1.tgz version: 0.0.1 calibre: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.32.0 - created: "2021-12-03T15:43:43.379171058Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Calibre is a powerful and easy to use e-book manager. - digest: 18018cde160c148d1298f8372d36219496eab1e49e3ed6f7901df8a7b5901af5 - home: https://github.com/truechartsapps/tree/master/charts/stable/calibre - icon: https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png - keywords: - - calibre - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: calibre - sources: - - https://hub.docker.com/r/linuxserver/calibre/ - - https://github.com/kovidgoyal/calibre/ - urls: - - https://github.com/truecharts/apps/releases/download/calibre-4.0.17/calibre-4.0.17.tgz - version: 4.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18853,40 +18326,6 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-1.0.1/calibre-1.0.1.tgz version: 1.0.1 calibre-web: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.12 - created: "2021-12-03T15:43:43.581927618Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Calibre-Web is a web app providing a clean interface for browsing, - reading and downloading eBooks using an existing Calibre database. - digest: 47a5644b951d61c8a67f3998b9623d5682f0c927f1b0ef9b713870f46d66783e - home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre-web - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png - keywords: - - calibre-web - - calibre - - ebook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/calibre-web-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21575,45 +21014,6 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-web-3.1.5/calibre-web-3.1.5.tgz version: 3.1.5 clarkson: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - vehicle - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.1.2 - created: "2021-12-03T15:43:43.808538049Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - 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: dded8251a5cee590a0756c0f6dcc45262e09c922aa0b22a2c4461c6d7573bb34 - home: https://github.com/truechartsapps/tree/master/charts/stable/clarkson - icon: https://github.com/linuxserver/Clarkson/raw/master/src/mstile-150x150.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.4/clarkson-0.0.4.tgz - version: 0.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21732,41 +21132,6 @@ entries: - https://github.com/truecharts/apps/releases/download/clarkson-0.0.1/clarkson-0.0.1.tgz version: 0.0.1 cloud9: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.29.2 - created: "2021-12-03T15:43:44.002028631Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A complete web based IDE with terminal access - digest: 4737e006e0352f1ecccde9cf147a53a9c240ac74ae9c3739a15bf3b9aaf94120 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9 - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png - keywords: - - cloud9 - - ide - - terminal - - web - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.17/cloud9-2.0.17.tgz - version: 2.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22133,40 +21498,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cloud9-0.0.2/cloud9-0.0.2.tgz version: 0.0.2 code-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.12.0 - created: "2021-12-03T15:43:44.181647913Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Run VS Code on any machine anywhere and access it in the browser. - digest: 2e319780ce1964ea0d79cbb6fdbfb9bc488f3bfe6060cc51bb8739eb8a60a73f - home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server - icon: https://github.com/truecharts/apps/raw/main/images/code-server.jpg - keywords: - - code - - vs - - visual studio - - vscode - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: code-server - sources: - - https://github.com/cdr/code-server - - https://hub.docker.com/r/linuxserver/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/code-server-2.0.14/code-server-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -25620,27 +24951,6 @@ entries: - https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz version: 3.1.5 common: - - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:43:44.379075723Z" - description: Function library for TrueCharts - digest: 9acd29a22a67cc2f8105349f8e9206e7d6ae78acad3c838e62b96dc01091879f - home: https://github.com/truecharts/apps/tree/master/charts/common - icon: https://avatars.githubusercontent.com/u/76400755 - keywords: - - truecharts - - library-chart - - common - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: common - type: library - urls: - - https://github.com/truecharts/apps/releases/download/common-8.9.9/common-8.9.9.tgz - version: 8.9.9 - apiVersion: v2 appVersion: latest created: "2021-12-01T11:04:01.967712002Z" @@ -29521,34 +28831,6 @@ entries: - https://github.com/truecharts/apps/releases/download/common-2.0.2/common-2.0.2.tgz version: 2.0.2 common-test: - - apiVersion: v2 - appVersion: 1.6.1 - created: "2021-12-03T15:43:44.558237702Z" - dependencies: - - name: common - repository: file://../common - version: latest - description: Helper chart to test different use cases of the common library - digest: bf1e9c744407745ec092c6256699d3ac7df7e9c694aac5b79dd08aae279a2f47 - home: https://github.com/truecharts/apps/tree/master/charts/library/common-test - icon: https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png - keywords: - - common-test - - truecharts - - common - - test - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: common-test - sources: - - https://github.com/truecharts/apps/tree/master/charts/library/common-test - type: application - urls: - - https://github.com/truecharts/apps/releases/download/common-test-3.3.1/common-test-3.3.1.tgz - version: 3.3.1 - apiVersion: v2 appVersion: 1.6.1 created: "2021-10-20T14:13:24.104799972Z" @@ -30306,35 +29588,6 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz version: 2.0.0 cryptofolio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0 - created: "2021-12-03T15:43:44.754816806Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Track your cryptocurrency holdings/portfolio - digest: cf816f16088454eff0b72475ea2e6665626093b47456673936a5f0781b930e45 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio - icon: https://raw.githubusercontent.com/Xtrendence/Cryptofolio/main/website/assets/img/Logo.png - keywords: - - cryptofolio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: cryptofolio - sources: - - https://github.com/Xtrendence/cryptofolio - urls: - - https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.14/cryptofolio-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30548,36 +29801,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cryptofolio-0.0.2/cryptofolio-0.0.2.tgz version: 0.0.2 custom-app: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - custom - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.20.83 - created: "2021-12-03T15:43:44.947435982Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Advanced tool to create your own TrueCharts-based App - digest: 1b9517dac6188536eb5f46517e438b9b2fc099c21a32f80da311f42df73f413a - home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - icon: https://truecharts.org/_static/img/custom-app-icon.png - keywords: - - custom - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.24/custom-app-3.0.24.tgz - version: 3.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31849,40 +31072,6 @@ entries: - https://github.com/truecharts/apps/releases/download/custom-app-0.0.1/custom-app-0.0.1.tgz version: 0.0.1 davos: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.1 - created: "2021-12-03T15:43:45.129170579Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: An FTP automation tool that periodically scans given host locations - for new files. - digest: e745d0912c5bb9077284062c211fe09c46716430dfdb5dafec722f36254956c8 - home: https://github.com/truecharts/apps/tree/master/charts/stable/davos - icon: https://github.com/linuxserver/davos/raw/master/src/main/resources/static/android-chrome-192x192.png - keywords: - - davos - - ftp - - automation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/davos-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33965,39 +33154,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deconz-1.0.1/deconz-1.0.1.tgz version: 1.0.1 deepstack-cpu: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.09.1 - created: "2021-12-03T15:43:45.325011678Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: 8b8193c7d53d5b9b834d9718570f5aad49335bfb3f1b24ce374a8cd4c4d3a042 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-cpu - icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png - keywords: - - AI - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deepstack-cpu - sources: - - https://github.com/johnolafenwa/DeepStack - - https://hub.docker.com/r/deepquestai/deepstack - - https://www.deepstack.cc/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deepstack-cpu-7.0.14/deepstack-cpu-7.0.14.tgz - version: 7.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36819,39 +35975,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-cpu-1.0.3/deepstack-cpu-1.0.3.tgz version: 1.0.3 deepstack-gpu: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.09.1 - created: "2021-12-03T15:43:45.51442863Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: b1ade017480752524a64c3cf90b8ad3590bd043afcac523f4b7558d65344f9a2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-gpu - icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png - keywords: - - AI - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deepstack-gpu - sources: - - https://github.com/johnolafenwa/DeepStack - - https://hub.docker.com/r/deepquestai/deepstack - - https://www.deepstack.cc/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deepstack-gpu-2.0.14/deepstack-gpu-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37087,38 +36210,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-gpu-1.0.0/deepstack-gpu-1.0.0.tgz version: 1.0.0 deluge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.3 - created: "2021-12-03T15:43:45.696786333Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Deluge App for TrueNAS SCALE - digest: 1913e39e732420e29cf280b8dbe1b7a43cda20c5eddf209a82b1f1978085e946 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge - icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200 - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.15/deluge-9.0.15.tgz - version: 9.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39696,41 +38787,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deluge-3.1.5/deluge-3.1.5.tgz version: 3.1.5 digikam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.3.0 - created: "2021-12-03T15:43:45.90795384Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Professional Photo Management with the Power of Open Source - digest: cbcfcfa6fc4149f37e3df8374698ab0393fb51b502fed5dacca7f6388af3b13b - home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png - keywords: - - digikam - - photo - - management - - image - - gallery - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.16/digikam-2.0.16.tgz - version: 2.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41591,40 +40647,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-1.0.1/dizquetv-1.0.1.tgz version: 1.0.1 doublecommander: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.2 - created: "2021-12-03T15:43:46.090779946Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A free cross platform open source file manager with two panels side - by side. - digest: 275313973c0694eb28f9498a71876b3ccbd31f88a1657150f487d6f235dac1f4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doublecommander-icon.png - keywords: - - doublecommander - - file - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.17/doublecommander-2.0.17.tgz - version: 2.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42331,36 +41353,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dsmr-reader-0.0.1/dsmr-reader-0.0.1.tgz version: 0.0.1 duplicati: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: beta - created: "2021-12-03T15:43:46.300854146Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Store securely encrypted backups on cloud storage services! - digest: b5f365201398475f18c20e9bd1091263c835f1649a5955bc2560cfdd78874113 - home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati - icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4 - keywords: - - duplicati - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: duplicati - sources: - - https://hub.docker.com/r/linuxserver/duplicati/ - - https://github.com/duplicati/duplicati - urls: - - https://github.com/truecharts/apps/releases/download/duplicati-4.0.14/duplicati-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43912,39 +42904,6 @@ entries: - https://github.com/truecharts/apps/releases/download/duplicati-1.0.1/duplicati-1.0.1.tgz version: 1.0.1 emby: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.6.7.0 - created: "2021-12-03T15:43:46.479882325Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Emby Server is a home media server - digest: 91a293fc34b8c77e770589a225da642741c074570a113e7cfa9932de91c80145 - home: https://github.com/truecharts/apps/master/stable/emby - icon: https://truecharts.org/_static/img/emby-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.16/emby-9.0.16.tgz - version: 9.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49977,46 +48936,6 @@ entries: - https://github.com/truecharts/apps/releases/download/esphome-3.1.5/esphome-3.1.5.tgz version: 3.1.5 etherpad: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.14 - created: "2021-12-03T15:43:46.676082626Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: A real-time collaborative editor scalable to thousands of simultaneous - real time users. - digest: b6830df695c838ed85a6dd804259e3e2a1423dda1b5002831ffab3639572f1c1 - home: https://github.com/truecharts/apps/tree/main/charts/etherpad - icon: https://github.com/truecharts/apps/raw/main/images/etherpad.jpg - keywords: - - etherpad - - editor - - notepad - - pad - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.5/etherpad-5.0.5.tgz - version: 5.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51673,41 +50592,6 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz version: 0.0.1 filezilla: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.51.0 - created: "2021-12-03T15:43:46.867579493Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A Helm chart for Kubernetes - digest: a8ed4261a25732bfa6ca1b9acbdf274c95947c7cbaf8de59cd4484f0b4f2f8a9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/filezilla-logo.png - keywords: - - filezilla - - ftp - - sftp - - ftps - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/filezilla-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51969,41 +50853,6 @@ entries: - https://github.com/truecharts/apps/releases/download/filezilla-0.0.2/filezilla-0.0.2.tgz version: 0.0.2 fireflyiii: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - finacial - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.5.12 - created: "2021-12-03T15:43:47.079433106Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: A free and open source personal finance manager - digest: 7e241f8408bede149a707f900948d27bfbe910821ac720011707e146e7df283e - home: https://github.com/firefly-iii/firefly-iii/ - icon: https://www.firefly-iii.org/assets/logo/color.png - keywords: - - fireflyiii - - finacial - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.0.5/fireflyiii-13.0.5.tgz - version: 13.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -56824,45 +55673,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fireflyiii-1.0.1/fireflyiii-1.0.1.tgz version: 1.0.1 firefox-syncserver: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.0 - created: "2021-12-03T15:43:47.296859658Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: This is an all-in-one package for running a self-hosted Firefox Sync - server. - digest: c18357b99c128d664613d72b3125405ee6c6c070ea4b236cd0d8cdd2ac75e05c - home: https://github.com/truecharts/apps/tree/main/charts/firefox-syncserver - icon: https://upload.wikimedia.org/wikipedia/en/0/01/Firefox_Sync_logo.png - keywords: - - server - - sync - - syncserver - - firefox - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.5/firefox-syncserver-5.0.5.tgz - version: 5.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -57244,37 +56054,6 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-syncserver-0.0.1/firefox-syncserver-0.0.1.tgz version: 0.0.1 flaresolverr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.2 - created: "2021-12-03T15:43:47.483233289Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: FlareSolverr is a proxy server to bypass Cloudflare protection - digest: ed4e26b7138835e9196fdfdd4cb82cfa6139599c8a01da3551497f663353d579 - home: https://github.com/truechartsapps/tree/master/charts/stable/flaresolverr - icon: https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg - keywords: - - flaresolverr - - jackett - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: flaresolverr - sources: - - https://github.com/FlareSolverr/FlareSolverr - - https://hub.docker.com/r/flaresolverr/flaresolverr - urls: - - https://github.com/truecharts/apps/releases/download/flaresolverr-4.0.15/flaresolverr-4.0.15.tgz - version: 4.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -60454,40 +59233,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flood-1.0.1/flood-1.0.1.tgz version: 1.0.1 focalboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.0 - created: "2021-12-03T15:43:47.675634363Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Focalboard is an open source, self-hosted alternative to Trello, - Notion, and Asana. - digest: 6d51fc372b6d99b55617bdffd1e154efdedae18907a42df83d863cdba625ef58 - home: https://github.com/truechartsapps/tree/master/charts/stable/focalboard - icon: https://github.com/mattermost/focalboard/raw/main/webapp/static/favicon.svg - keywords: - - focalboard - - kanban - - project management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: focalboard - sources: - - https://www.focalboard.com/ - - https://github.com/mattermost/focalboard - - https://github.com/FlipEnergy/container-images/blob/main/focalboard - urls: - - https://github.com/truecharts/apps/releases/download/focalboard-4.0.14/focalboard-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -62191,38 +60936,6 @@ entries: - https://github.com/truecharts/apps/releases/download/focalboard-1.0.1/focalboard-1.0.1.tgz version: 1.0.1 fossil: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.15.1 - created: "2021-12-03T15:43:47.884725456Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A simple, high-reliability, distributed software configuration management - system - digest: 03e5017a2035e0a431a0c969b2a46e3464b150869f80f103ed758bf10f2eaed9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil - icon: https://fossil-scm.org/home/doc/trunk/www/fossil3.gif - keywords: - - fossil - - scm - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fossil - sources: - - https://fossil-scm.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fossil-2.0.14/fossil-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -64102,38 +62815,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freeradius-1.0.0/freeradius-1.0.0.tgz version: 1.0.0 freshrss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.1 - created: "2021-12-03T15:43:48.091799235Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: FreshRSS is a self-hosted RSS feed aggregator - digest: d2f1336d97b19947aeced9d304f9db98f8dc4ccf3473ee65575ddb17d3189754 - home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss - icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true - keywords: - - freshrss - - rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.18/freshrss-9.0.18.tgz - version: 9.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66815,41 +65496,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freshrss-3.1.5/freshrss-3.1.5.tgz version: 3.1.5 friendica: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2021.09" - created: "2021-12-03T15:43:48.31796045Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - description: Welcome to the free social web - digest: 2ea5267c2d34100cdf1b417323950483ca09fc2f25e69084f64e4766f20bd0f4 - home: https://github.com/truechartsapps/tree/master/charts/stable/friendica - icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-friendica-logo.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.4/friendica-0.0.4.tgz - version: 0.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -66956,39 +65602,6 @@ entries: - https://github.com/truecharts/apps/releases/download/friendica-0.0.1/friendica-0.0.1.tgz version: 0.0.1 gaps: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.8 - created: "2021-12-03T15:43:48.512369338Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. - digest: 77f5e8c88581a18c8b1011d099af9a66516fec7c4234792ac07898fc39fde731 - home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps - icon: https://raw.githubusercontent.com/JasonHHouse/gaps/master/images/Final-Black.png - keywords: - - gaps - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gaps - sources: - - https://github.com/JasonHHouse/gaps - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gaps-9.0.14/gaps-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -69528,51 +68141,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-3.1.5/gaps-3.1.5.tgz version: 3.1.5 gitea: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GIT - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.15.7 - created: "2021-12-03T15:43:48.722251537Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - - condition: memcached.enabled - name: memcached - repository: https://truecharts.org/ - version: 1.0.18 - description: Self hosted GIT repositories - digest: aae6a2cb5b77ac49ee05a9dbc5c1db274de6c31e5e28dc4fb80d485b211579e2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea - icon: https://docs.gitea.io/images/gitea.png - keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.6/gitea-5.0.6.tgz - version: 5.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -70934,41 +69502,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gitea-0.0.1/gitea-0.0.1.tgz version: 0.0.1 golinks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 154c581 - created: "2021-12-03T15:43:48.905820248Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - 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: cbb239296d76e90407b485c66cec1bdf0023a99bb26f66238cf14d6254258bca - home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks - keywords: - - search - - browser - - bookmarks - - smart-bookmarks - - golinks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/golinks-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -72733,44 +71266,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-1.0.1/gonic-1.0.1.tgz version: 1.0.1 gotify: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.0 - created: "2021-12-03T15:43:49.131482459Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: a simple server for sending and receiving messages - digest: d3f0b247fdf18d91240e179233bf6e911498f7565927686a16c0bdbe15c39894 - home: https://github.com/truecharts/apps/tree/main/charts/gotify - icon: https://gotify.net/img/logo.png - keywords: - - server - - gotify - - messages - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.5/gotify-5.0.5.tgz - version: 5.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -73142,41 +71637,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gotify-0.0.1/gotify-0.0.1.tgz version: 0.0.1 grafana: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.3.0 - created: "2021-12-03T15:43:49.317289186Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Grafana is an open source, feature rich metrics dashboard and graph - editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. - digest: d70aa5f0e133b719c6c8a907ef70680a798018a1ea98f85c967b2483a623514e - home: https://github.com/truecharts/apps/tree/master/charts/stable/grafana - icon: https://bitnami.com/assets/stacks/grafana/img/grafana-stack-220x234.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-1.0.4/grafana-1.0.4.tgz - version: 1.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -73319,40 +71779,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grafana-0.0.1/grafana-0.0.1.tgz version: 0.0.1 grav: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.18 - created: "2021-12-03T15:43:49.520241335Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A Fast, Simple, and Flexible, file-based Web-platform. - digest: 90b5b876095a4350773bceaf89ed3453a5678b3de0e63213ee367f7c6c27bf37 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grav - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png - keywords: - - grav - - web - - platform - - file - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/grav-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -73606,37 +72032,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grav-0.0.2/grav-0.0.2.tgz version: 0.0.2 grocy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Home-Automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.1.1 - created: "2021-12-03T15:43:49.714100419Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: ERP beyond your fridge - grocy is a web-based self-hosted groceries - & household management solution for your home - digest: aedb02b5ef7977b6697df9df272766c56ffa8ece2f11aa553707d5d62aae1e73 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grocy - icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grocy - sources: - - https://github.com/grocy/grocy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grocy-9.0.14/grocy-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -79268,39 +77663,6 @@ entries: - https://github.com/truecharts/apps/releases/download/handbrake-3.1.5/handbrake-3.1.5.tgz version: 3.1.5 haste-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:43:49.908571508Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Simple text sharing - digest: 44154da6f10daed67d05d19b57aadebd6f3feb1aef3797fdff27b8b5cc8273f6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/haste - icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png - keywords: - - haste - - hastebin - - haste-server - - pastebin - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/haste-server-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -81422,40 +79784,6 @@ entries: - https://github.com/truecharts/apps/releases/download/haste-server-1.0.0/haste-server-1.0.0.tgz version: 1.0.0 headphones: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 58edc604 - created: "2021-12-03T15:43:50.102010289Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: An automated music downloader for NZB and Torrent, written in Python. - It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. - digest: 9b721709f3917283bda3ced920c53edb66606d2ccc5eaa26e13066acc918ca43 - home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/headphones-banner.png - keywords: - - headphones - - music - - downloader - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/headphones-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -81709,40 +80037,6 @@ entries: - https://github.com/truecharts/apps/releases/download/headphones-0.0.2/headphones-0.0.2.tgz version: 0.0.2 healthchecks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.0 - created: "2021-12-03T15:43:50.301762216Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - 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: 7a4f0542280addd84d965d8bac864bae84366dfc1f2eeb9bbba2492037ccb585 - home: https://github.com/truechartsapps/tree/master/charts/stable/healthchecks - icon: https://avatars.githubusercontent.com/u/13053880?s=200&v=4 - keywords: - - cron - - monitoring - - alert - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: healthchecks - sources: - - https://github.com/healthchecks/healthchecks - - https://hub.docker.com/r/linuxserver/healthchecks - urls: - - https://github.com/truecharts/apps/releases/download/healthchecks-4.0.14/healthchecks-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -83620,36 +81914,6 @@ entries: - https://github.com/truecharts/apps/releases/download/healthchecks-1.0.1/healthchecks-1.0.1.tgz version: 1.0.1 heimdall: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.2 - created: "2021-12-03T15:43:50.50817219Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: An Application dashboard and launcher - digest: a9f3f7e9375fc0895a7131eec0afaa9903c37cb56a1f38d3c9c6b2af003c475a - home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall - icon: https://i.imgur.com/mM4tcO5.png - keywords: - - heimdall - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: heimdall - sources: - - https://github.com/linuxserver/Heimdall/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/heimdall-9.0.19/heimdall-9.0.19.tgz - version: 9.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -89896,37 +88160,6 @@ entries: - https://github.com/truecharts/apps/releases/download/home-assistant-3.1.5/home-assistant-3.1.5.tgz version: 3.1.5 hyperion-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.12 - created: "2021-12-03T15:43:50.699244354Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Hyperion is an opensource Bias or Ambient Lighting implementation - digest: 9d5efab6e510a4415070a81749a5aa82667aa4c9e2b7f2f39ab357d534cdc51f - home: https://github.com/truechartsapps/tree/master/charts/stable/hyperion-ng - icon: https://avatars.githubusercontent.com/u/17778452?s=200&v=4 - keywords: - - hyperion-ng - - hyperion - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: hyperion-ng - sources: - - https://github.com/hyperion-project/hyperion.ng - - https://hub.docker.com/r/sirfragalot/hyperion.ng - urls: - - https://github.com/truecharts/apps/releases/download/hyperion-ng-4.0.16/hyperion-ng-4.0.16.tgz - version: 4.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -91487,39 +89720,6 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz version: 1.0.1 icantbelieveitsnotvaletudo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.2.1 - created: "2021-12-03T15:43:50.904459119Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Create live map data from Valetudo powered robots - digest: 94470edb56d90276b709fe3dc57b6b83377ac1d16767993e5c98f39340108795 - home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo - icon: https://raw.githubusercontent.com/Hypfer/Valetudo/master/assets/logo/valetudo_logo_small.svg - keywords: - - icantbelieveitsnotvaletudo - - MQTT - - valetudo - - iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/icantbelieveitsnotvaletudo-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -91765,42 +89965,6 @@ entries: - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-0.0.2/icantbelieveitsnotvaletudo-0.0.2.tgz version: 0.0.2 icinga2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.1 - created: "2021-12-03T15:43:51.125969201Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - description: A monitoring system which checks the availability of your network - resources, notifies users of outages, and generates performance data for reporting. - digest: 568829147a8aaa04aec0536a9fe1267e3a5ec52d2145393b7e299cc2c11758ba - home: https://github.com/truechartsapps/tree/master/charts/stable/icinga2 - icon: https://avatars.githubusercontent.com/u/835441?s=200&v=4 - 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.3/icinga2-0.0.3.tgz - version: 0.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -91882,13 +90046,13 @@ entries: truecharts.org/grade: U apiVersion: v2 appVersion: 0.20.83 - created: "2021-12-03T15:43:51.317362268Z" + created: "2021-12-03T18:36:22.558793256Z" dependencies: - name: common repository: https://truecharts.org version: 8.9.7 description: API Support for your favorite torrent trackers. - digest: 1bb2a655771186792d84b9a28c0fee59ae28e435504ec1b41d1c4cd4cb914ef7 + digest: bee8a4003fd94bcc9a9f9f53c6601221a10354c947bb981aca174d0d37af4b92 home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett icon: https://truecharts.org/_static/img/jackett-icon.png keywords: @@ -91905,8 +90069,8 @@ entries: - https://github.com/Jackett/Jackett type: application urls: - - https://github.com/truecharts/apps/releases/download/jackett-9.0.27/jackett-9.0.27.tgz - version: 9.0.27 + - https://github.com/truecharts/apps/releases/download/jackett-9.0.28/jackett-9.0.28.tgz + version: 9.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -96141,41 +94305,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jackett-3.1.5/jackett-3.1.5.tgz version: 3.1.5 jdownloader2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - downloads - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.1 - created: "2021-12-03T15:43:51.535604326Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - 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: be0924f3bffb5649183bf34dc700cb6584262b90551ebe1fad8d677afe1c747b - home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett - icon: https://jdownloader.org/_media/knowledge/wiki/jdownloader.png?w=150 - keywords: - - jdownloader - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.15/jdownloader2-4.0.15.tgz - version: 4.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -97365,38 +95494,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jdownloader2-0.0.1/jdownloader2-0.0.1.tgz version: 0.0.1 jellyfin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.7.7 - created: "2021-12-03T15:43:51.745265423Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Jellyfin is a Free Software Media System - digest: 3509e588f87b7ddd16df851c1e142386748e1bea9f51ea072d80397dda96538b - home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin - icon: https://truecharts.org/_static/img/jellyfin-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jellyfin - sources: - - https://github.com/jellyfin/jellyfin - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jellyfin-9.0.14/jellyfin-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -100217,42 +98314,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz version: 3.1.5 joplin-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.1 - created: "2021-12-03T15:43:51.954931219Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: This server allows you to sync any Joplin client - digest: ccd56cf008e05ae219d83001ac4b98765a11a208dabc1afe80e000ecd43c1a97 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jopplin-server - icon: https://raw.githubusercontent.com/laurent22/joplin/master/Assets/LinuxIcons/256x256.png?raw=true - keywords: - - joplin - - notes - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.5/joplin-server-5.0.5.tgz - version: 5.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -100604,37 +98665,6 @@ entries: - https://github.com/truecharts/apps/releases/download/joplin-server-0.0.1/joplin-server-0.0.1.tgz version: 0.0.1 k8s-gateway: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.8 - created: "2021-12-03T15:43:52.149635966Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A Helm chart for the k8s_gateway CoreDNS plugin - digest: fe322c783625a9df0b215cfef68717789b6ac7366f14ecdd0233bea7417ccf27 - home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway - icon: https://cncf-branding.netlify.app/img/projects/coredns/icon/black/coredns-icon-black.png - keywords: - - DNS - - networking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.15/k8s-gateway-4.0.15.tgz - version: 4.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -101337,40 +99367,6 @@ entries: - https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.1/k8s-gateway-0.0.1.tgz version: 0.0.1 kanboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.20 - created: "2021-12-03T15:43:52.379204318Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: Kanboard is a free and open source Kanban project management software. - digest: 80824f2032d1231cbb21da8ca1c8297dcaab5a858674c17a31e3c88b014c4e8e - home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard - icon: https://raw.githubusercontent.com/kanboard/website/master/assets/img/icon.svg - keywords: - - kanboard - - kanban - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kanboard - sources: - - https://github.com/kanboard/kanboard - urls: - - https://github.com/truecharts/apps/releases/download/kanboard-5.0.5/kanboard-5.0.5.tgz - version: 5.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -101702,36 +99698,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kanboard-0.0.1/kanboard-0.0.1.tgz version: 0.0.1 kms: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - graywares - truecharts.org/grade: U - apiVersion: v2 - appVersion: minimal - created: "2021-12-03T15:43:52.598803611Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Private Windows Activation Server for development and testing - digest: 6845eea71a98784d06f7ce1b3d8db4e4ebcc128dcc825601803a92cf0fe81f61 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kms - icon: https://truecharts.org/_static/img/kms-icon.jpg - keywords: - - kms - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.16/kms-9.0.16.tgz - version: 9.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -104377,39 +102343,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz version: 3.1.5 komga: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.134.0 - created: "2021-12-03T15:43:52.825360346Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A comics/mangas server to serve/stream pages via API - digest: cd3e6fe5a0e59a62e03128e9ac98ca170fd3fa656d98b738353df59f2473122d - home: https://github.com/truechartsapps/tree/master/charts/stable/komga - icon: https://komga.org/assets/media/logo.svg - keywords: - - komga - - comics - - mangas - - server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: komga - sources: - - https://komga.org/ - - https://github.com/gotson/komga - urls: - - https://github.com/truecharts/apps/releases/download/komga-4.0.19/komga-4.0.19.tgz - version: 4.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -106691,38 +104624,6 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-1.0.1/komga-1.0.1.tgz version: 1.0.1 lazylibrarian: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:43:53.02298981Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Get all your books, like series with Sonarr... - digest: 92cd15dc9fa120378d819459715c9001fb59a9acdf07d02403c74cbe905b524d - home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian - icon: https://lazylibrarian.gitlab.io/logo.svg - keywords: - - lazylibrarian - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.19/lazylibrarian-9.0.19.tgz - version: 9.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -109721,40 +107622,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lazylibrarian-3.1.5/lazylibrarian-3.1.5.tgz version: 3.1.5 leaf2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "0.5" - created: "2021-12-03T15:43:53.205572485Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Nissan Leaf connected services to MQTT adapter - digest: f6e31a0647521c67349d2de52d474b72bda5f35c6e2caeea9bbf8f4b48cd1f60 - home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt - icon: https://www.nissanusa.com/content/dam/Nissan/us/Navigation/nissan-logo-black.svg - keywords: - - leaf2mqtt - - leaf - - nissan - - kamereon - - carwings - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/leaf2mqtt-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -110008,43 +107875,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leaf2mqtt-0.0.2/leaf2mqtt-0.0.2.tgz version: 0.0.2 leantime: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.7 - created: "2021-12-03T15:43:53.419859247Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - description: Straightforward open source project management system to make your - ideas reality. - digest: 3ccacb4d62cdafbe9a24cb607e622be09c116eb0455fbb557c43cc1bb1256ab9 - home: https://github.com/truechartsapps/tree/master/charts/stable/leantime - icon: https://github.com/nicholaswilde/helm-charts/raw/main/images/leantime.jpg - 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-0.0.3/leantime-0.0.3.tgz - version: 0.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -110120,38 +107950,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leantime-0.0.1/leantime-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: "2021-12-03T15:43:53.656698142Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Librespeed is a HTML5 webpage to test upload and download speeds - digest: 644833857e95e31d151c048b3ac2f66dbdc1910547f998d0bba7df6ac59dc5b7 - home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed - icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true - keywords: - - librespeed - - speedtest - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: librespeed - sources: - - https://github.com/librespeed/speedtest - - https://hub.docker.com/r/linuxserver/librespeed - - https://github.com/truechartsapps/tree/master/charts/librespeed - urls: - - https://github.com/truecharts/apps/releases/download/librespeed-4.0.18/librespeed-4.0.18.tgz - version: 4.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -112109,38 +109907,6 @@ entries: - https://github.com/truecharts/apps/releases/download/librespeed-0.0.1/librespeed-0.0.1.tgz version: 0.0.1 lidarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0.2255 - created: "2021-12-03T15:43:53.8533345Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Looks and smells like Sonarr but made for music - digest: 1469df4d688dfefddac54fcdb4e4c861c59d1c2b425aa04b6042976f472adea4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr - icon: https://avatars3.githubusercontent.com/u/28475832?s=400&v=4 - keywords: - - lidarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lidarr - sources: - - https://github.com/Lidarr/Lidarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lidarr-9.0.14/lidarr-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -114931,37 +112697,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-3.1.5/lidarr-3.1.5.tgz version: 3.1.5 littlelink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:43:54.077865223Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Easy platform to combine all your social links - digest: 63b526843defacd9a33456cd7d62ea8abc34fc1d965053ab0a696fbb7c811491 - home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink - icon: https://littlelink.io/images/avatar@2x.png - keywords: - - littlelink - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.22/littlelink-4.0.22.tgz - version: 4.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -116685,41 +114420,6 @@ entries: - https://github.com/truecharts/apps/releases/download/littlelink-1.0.0/littlelink-1.0.0.tgz version: 1.0.0 logitech-media-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - audio - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.3.0 - created: "2021-12-03T15:43:54.274039278Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Logitech Media Server is a platform for home/office audio streaming. - digest: 822a66fc3b181964bcf2cddcf3d23e66bb394523647ee959886f68bf1a55c840 - home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server - icon: https://www.mysqueezebox.com/static/images/logitech_mediaserver.png - keywords: - - logitech-media-server - - squeezebox - - audio - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.22/logitech-media-server-2.0.22.tgz - version: 2.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -117287,40 +114987,6 @@ entries: - https://github.com/truecharts/apps/releases/download/logitech-media-server-1.0.0/logitech-media-server-1.0.0.tgz version: 1.0.0 loki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - logs - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.4.1 - created: "2021-12-03T15:43:54.480800196Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: promtail.enabled - name: promtail - repository: https://truecharts.org - version: 1.0.4 - description: 'Loki: like Prometheus, but for logs.' - digest: cc5176e15af372cebf162b5ecd5c336bdb7791bdea0f6a7817da80995edb2c22 - home: https://github.com/truecharts/apps/tree/master/charts/stable/loki - icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.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.2/loki-2.0.2.tgz - version: 2.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -120319,42 +117985,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lychee-3.1.5/lychee-3.1.5.tgz version: 3.1.5 mariadb: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - database - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.6.5 - created: "2021-12-03T15:43:54.669627708Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Fast, reliable, scalable, and easy to use open-source relational - database system. - digest: 3a75451f584a90d91a710d0e3e15d53dd7cdd14dea8520e7371f164975ec5655 - home: https://github.com/truecharts/apps/tree/master/stable/mariadb - icon: https://bitnami.com/assets/stacks/mariadb/img/mariadb-stack-220x234.png - keywords: - - mariadb - - mysql - - database - - sql - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mariadb - sources: - - https://github.com/bitnami/bitnami-docker-mariadb - - https://github.com/prometheus/mysqld_exporter - - https://mariadb.org - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mariadb-1.0.19/mariadb-1.0.19.tgz - version: 1.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -120968,36 +118598,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mariadb-0.0.1/mariadb-0.0.1.tgz version: 0.0.1 mealie: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.4 - created: "2021-12-03T15:43:54.86190584Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Mealie is a self hosted recipe manager and meal planner with a RestAPI - backend - digest: 340e5c83c6329b5f91e948482e6c07be418d9e826603a8dddda64aa7a0eed9d2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie - icon: https://raw.githubusercontent.com/hay-kot/mealie/gh-pages/assets/img/favicon.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mealie - sources: - - https://github.com/hay-kot/mealie - urls: - - https://github.com/truecharts/apps/releases/download/mealie-4.0.15/mealie-4.0.15.tgz - version: 4.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -123073,42 +120673,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mealie-1.0.0/mealie-1.0.0.tgz version: 1.0.0 medusa: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.20 - created: "2021-12-03T15:43:55.073280885Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: An automatic Video Library Manager for TV Shows - digest: cfaa8859e641399a632a52c78414815cb4ae689afd568e5e7508edeff5433cf5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png - keywords: - - medusa - - video - - library - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.16/medusa-1.0.16.tgz - version: 1.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -123450,40 +121014,6 @@ entries: - https://github.com/truecharts/apps/releases/download/medusa-0.0.2/medusa-0.0.2.tgz version: 0.0.2 memcached: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - database - - cache - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.6.12 - created: "2021-12-03T15:43:55.275965879Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Memcached is a memory-backed database caching solution - digest: 50535b2adeac7f591eb8e682f438e119188483aa12a82694cbd92914c828c9b3 - home: https://github.com/truecharts/apps/tree/master/stable/memcached - icon: https://bitnami.com/assets/stacks/memcached/img/memcached-stack-220x234.png - keywords: - - memcached - - database - - cache - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: memcached - sources: - - https://github.com/bitnami/bitnami-docker-memcached - - http://memcached.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/memcached-1.0.19/memcached-1.0.19.tgz - version: 1.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -124196,41 +121726,6 @@ entries: - https://github.com/truecharts/apps/releases/download/metallb-0.0.1/metallb-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.33 - created: "2021-12-03T15:43:55.477872068Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: Miniflux is a minimalist and opinionated feed reader. - digest: 090ad1db47f3c498a23bd89d3b0d464095a2b48bcb987e00575aaf6a85a7a028 - home: https://github.com/truecharts/apps/tree/master/charts/miniflux - icon: https://raw.githubusercontent.com/miniflux/logo/master/icon.svg - keywords: - - miniflux - - rss - - news - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: miniflux - sources: - - https://github.com/miniflux/v2 - urls: - - https://github.com/truecharts/apps/releases/download/miniflux-4.0.5/miniflux-4.0.5.tgz - version: 4.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -124572,37 +122067,6 @@ entries: - https://github.com/truecharts/apps/releases/download/miniflux-0.0.1/miniflux-0.0.1.tgz version: 0.0.1 minio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:43:55.676615039Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Minio is a self-hosted S3 storage server - digest: ca83c4caad9ea849141b164b52ae1d0e34a95c1b7946372d1325428be53c733f - home: https://github.com/truecharts/apps/tree/master/charts/incubator/minio - icon: https://min.io/resources/img/logo/MINIO_wordmark.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.2/minio-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -125019,41 +122483,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-console-0.0.2/minio-console-0.0.2.tgz version: 0.0.2 monica: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - crm - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.5.0 - created: "2021-12-03T15:43:55.880320338Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - description: Straightforward open source project management system to make your - ideas reality. - digest: fd5088dc9d4ad0762bfe906e1ff04bec34471d0737590e9839319dc454c22626 - home: https://github.com/truechartsapps/tree/master/charts/stable/monica - icon: https://pbs.twimg.com/profile_images/951820722191720450/mtCNuIXX.jpg - 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.4/monica-0.0.4.tgz - version: 0.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -125160,38 +122589,6 @@ entries: - https://github.com/truecharts/apps/releases/download/monica-0.0.1/monica-0.0.1.tgz version: 0.0.1 mosquitto: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - homeautomation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.14 - created: "2021-12-03T15:43:56.07581279Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Eclipse Mosquitto - An open source MQTT broker - digest: 3f750539288486f4f70903032295594635c25c33aa4b23f7973c324659c3bb64 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto - icon: https://projects.eclipse.org/sites/default/files/mosquitto-200px.png - keywords: - - mosquitto - - MQTT - - eclipse-iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mosquitto - sources: - - https://github.com/eclipse/mosquitto - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mosquitto-4.0.16/mosquitto-4.0.16.tgz - version: 4.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -127356,39 +124753,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mosquitto-1.0.0/mosquitto-1.0.0.tgz version: 1.0.0 mstream: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.5 - created: "2021-12-03T15:43:56.300161811Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A personal music streaming server - digest: c8d043e2326c5b5418ee79d739dd0d187e2a0f5f01e6a1dab2fb1861ed16b3b3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream - icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/mstream.png - keywords: - - mstream - - server - - music - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/mstream-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -127634,41 +124998,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mstream-0.0.2/mstream-0.0.2.tgz version: 0.0.2 muximux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "057352e8" - created: "2021-12-03T15:43:56.490257331Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A lightweight portal to view & manage your HTPC apps without having - to run anything more than a PHP enabled webserver - digest: 6eaaee735c2d59cd0200da756fc6916099a08b2ed78a3f9e3c6f69044190fcf3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/muximux-icon.png - keywords: - - muximux - - htpc - - manage - - portal - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.18/muximux-1.0.18.tgz - version: 1.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -128035,37 +125364,6 @@ entries: - https://github.com/truecharts/apps/releases/download/muximux-0.0.2/muximux-0.0.2.tgz version: 0.0.2 mylar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.3 - created: "2021-12-03T15:43:56.689529404Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Mylar is a automated Comic Book downloader - digest: f3f1281eabbb4726a4af963ff6fbed9c91d2f85913a18b49b21f216acd796786 - home: https://github.com/truechartsapps/tree/master/charts/stable/mylar - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png - keywords: - - mylar - kubeVersion: '>=1.16.0-0' - maintainers: - - 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.14/mylar-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -138905,37 +136203,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nextcloud-1.0.0/nextcloud-1.0.0.tgz version: 1.0.0 node-red: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.4 - created: "2021-12-03T15:43:56.879979126Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Node-RED is low-code programming for event-driven applications - digest: 52969044dadd38a4556845f66818f785fec7a27f678b9e55198dbe4eae78b801 - home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red - icon: https://nodered.org/about/resources/media/node-red-icon-2.png - keywords: - - node-red - - nodered - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/node-red-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -141707,39 +138974,6 @@ entries: - https://github.com/truecharts/apps/releases/download/notes-0.0.2/notes-0.0.2.tgz version: 0.0.2 novnc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0 - created: "2021-12-03T15:43:57.080496107Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: The open source VNC client - digest: 35dbe57c5dad38da818e70c2082a2a997ade0e0a90f94cc97aa353612c97ae43 - home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc - icon: https://github.com/truecharts/apps/raw/main/images/novnc.png - keywords: - - novnc - - vnc - - remote - - desktop - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: novnc - sources: - - https://novnc.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/novnc-1.0.14/novnc-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -141985,35 +139219,6 @@ entries: - https://github.com/truecharts/apps/releases/download/novnc-0.0.2/novnc-0.0.2.tgz version: 0.0.2 nullserv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.3.0 - created: "2021-12-03T15:43:57.290046441Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A simple null file http and https server - digest: e70c31155e6a4cf95c6bbeaa204a1971d720d8169632ab6c687ad9f7a8b7da0e - home: https://github.com/truechartsapps/tree/master/charts/stable/nullserv - icon: https://miro.medium.com/max/800/1*UL9RWkTUtJlyHW7kGm20hQ.png - keywords: - - nullserv - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nullserv - sources: - - https://github.com/bmrzycki/nullserv - urls: - - https://github.com/truecharts/apps/releases/download/nullserv-4.0.14/nullserv-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -143379,37 +140584,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nullserv-1.0.1/nullserv-1.0.1.tgz version: 1.0.1 nzbget: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "21.1" - created: "2021-12-03T15:43:57.493092037Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: NZBGet is a Usenet downloader client - digest: 2e9bffc7a8c0bccdce01e27dbb1d93d5c9b818b7682052c4c8b6a15b48276abf - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget - icon: https://avatars1.githubusercontent.com/u/3368377?s=400&v=4 - keywords: - - nzbget - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nzbget - sources: - - https://nzbget.net/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbget-9.0.15/nzbget-9.0.15.tgz - version: 9.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -145841,34 +143015,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbget-3.1.5/nzbget-3.1.5.tgz version: 3.1.5 nzbhydra: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.18.1 - created: "2021-12-03T15:43:57.699269551Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - deprecated: true - description: Usenet meta search - digest: d2a6a62be4748467ce00b767aea48f4650105edafe36cacaee50d5a6d21db971 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png - keywords: - - nzbhydra - - usenet - kubeVersion: '>=1.16.0-0' - name: nzbhydra - sources: - - https://github.com/theotherp/nzbhydra2 - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbhydra-9.0.16/nzbhydra-9.0.16.tgz - version: 9.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -149819,48 +146965,6 @@ entries: - https://github.com/truecharts/apps/releases/download/octoprint-1.0.1/octoprint-1.0.1.tgz version: 1.0.1 odoo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "14.0" - created: "2021-12-03T15:43:57.898819527Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, - PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. - digest: f2550713dcba985b4ba7a31bc124d882ec614099b765be4ff79b103c8b19ef7b - home: https://github.com/truecharts/apps/tree/main/charts/odoo - icon: https://pbs.twimg.com/profile_images/970608340014419969/1bpCWJhS_400x400.jpg - keywords: - - odoo - - crm - - pm - - hr - - accounting - - mrp - - marketing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.5/odoo-4.0.5.tgz - version: 4.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -150272,36 +147376,6 @@ entries: - https://github.com/truecharts/apps/releases/download/odoo-0.0.1/odoo-0.0.1.tgz version: 0.0.1 omada-controller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4.4" - created: "2021-12-03T15:43:58.107319555Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Omada is a SDN tool for TP-Link Omada hardware - digest: 1bfcaebbfe5d4cbfd947ba2cf68c613b526703ce4a145280226128c03ddcb0e7 - home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller - icon: https://www.tp-link.com/assets/images/icon/logo-white.svg - keywords: - - omada-controller - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: omada-controller - sources: - - https://github.com/mbentley/docker-omada-controller - - https://github.com/truechartsapps/tree/master/charts/omada-controller - urls: - - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.21/omada-controller-4.0.21.tgz - version: 4.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -155705,42 +152779,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ombi-3.1.5/ombi-3.1.5.tgz version: 3.1.5 onlyoffice-document-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.2.6 - created: "2021-12-03T15:43:58.321484516Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - 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: ced7798bfae80de8fb584a4dc7d8bdba23785320cea580aeea714a9110431ca1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-ds-ce - icon: https://avatars.githubusercontent.com/u/1426033?s=200&v=4 - keywords: - - onlyoffice - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-2.0.14/onlyoffice-document-server-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -156104,43 +153142,6 @@ entries: - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-0.0.1/onlyoffice-document-server-0.0.1.tgz version: 0.0.1 openkm: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.3.11 - created: "2021-12-03T15:43:58.533935167Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: OpenKM integrates all essential documents management, collaboration - and an advanced search functionality into one easy to use solution. - digest: e5dcd836a0a1e2db8fda085c3bdfa9dd78c9cba5dc487821ecde2e1d5342bad6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm - icon: https://raw.githubusercontent.com/openkm/document-management-system/master/src/main/webapp/img/logo_favicon.ico - keywords: - - openkm - - documentation management - - docs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.5/openkm-4.0.5.tgz - version: 4.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -156502,40 +153503,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openkm-0.0.1/openkm-0.0.1.tgz version: 0.0.1 openldap: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-12-03T15:43:58.737099564Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Community developed LDAP software - digest: 0af285ec2292fb1c0eda8a2d79bddb24e6241101337f3aed96835bd59f1029f2 - home: https://www.openldap.org - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/7/71/Database-openldap.svg/640px-Database-openldap.svg.png - keywords: - - ldap - - openldap - - iam-stack - - high availability - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.19/openldap-4.0.19.tgz - version: 4.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -158548,37 +155515,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openldap-1.0.0/openldap-1.0.0.tgz version: 1.0.0 organizr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:43:58.950800622Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: HTPC/Homelab Services Organizer - digest: db4c47e7b1be20a8c54edc78a726714fa5cab842f3d12a2c42932cc247c8d0e1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr - icon: https://github.com/causefx/Organizr/blob/v2-master/plugins/images/organizr/logo.png?raw=true - keywords: - - organizr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.15/organizr-9.0.15.tgz - version: 9.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -161023,36 +157959,6 @@ entries: - https://github.com/truecharts/apps/releases/download/organizr-3.1.5/organizr-3.1.5.tgz version: 3.1.5 oscam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - DIY - truecharts.org/grade: U - apiVersion: v2 - appVersion: "11693" - created: "2021-12-03T15:43:59.143238756Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Open Source Conditional Access Module software - digest: 37e1490152819bb37e065314d9ad1ea7f12e68384d9094f625d98e58a5b37c9f - home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png - keywords: - - oscam - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/oscam-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -161474,41 +158380,6 @@ entries: - https://github.com/truecharts/apps/releases/download/oscam-1.0.0/oscam-1.0.0.tgz version: 1.0.0 overseerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.27.0 - created: "2021-12-03T15:43:59.348996368Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - 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: 59ee5143f35225fd10bfe7949faf2c89e9fb016bdc005f42f5d9f37549b7449f - home: https://github.com/truechartsapps/tree/master/charts/stable/overseerr - icon: https://i.imgur.com/TMoEG7g.png - keywords: - - overseerr - - plex - - sonarr - - radarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: overseerr - sources: - - https://github.com/sct/overseerr - - https://hub.docker.com/r/sctx/overseerr - urls: - - https://github.com/truecharts/apps/releases/download/overseerr-4.0.14/overseerr-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -167080,38 +163951,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncloud-ocis-1.0.1/owncloud-ocis-1.0.1.tgz version: 1.0.1 pgadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.2" - created: "2021-12-03T15:43:59.541082599Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Web-Based postgresql database management utility - digest: ee60ad1c7c2da683161d1b902bf97a0709606185af267001f4505a846d726c7b - home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin - icon: https://www.postgresql.org/message-id/attachment/1139/pgAdmin.svg - keywords: - - pgadmin - - db - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pgadmin - sources: - - https://www.pgadmin.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pgadmin-4.0.15/pgadmin-4.0.15.tgz - version: 4.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -168962,44 +165801,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pgadmin-1.0.1/pgadmin-1.0.1.tgz version: 1.0.1 photoprism: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "20211130" - created: "2021-12-03T15:43:59.744086995Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - description: PhotoPrism® is a server-based application for browsing, organizing - and sharing your personal photo collection - digest: faa88107f51b1c88d7a1cc5381030965fa11f7f72c7a57453e94e19593a27b1a - home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism - icon: https://demo.photoprism.org/static/img/logo-avatar.svg - keywords: - - photos - - photoprism - - pictures - - sharing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: photoprism - sources: - - https://github.com/photoprism/photoprism - - https://hub.docker.com/r/photoprism/photoprism - urls: - - https://github.com/truecharts/apps/releases/download/photoprism-6.0.4/photoprism-6.0.4.tgz - version: 6.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -170937,41 +167738,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoprism-1.0.1/photoprism-1.0.1.tgz version: 1.0.1 photoshow: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 48aabb98 - created: "2021-12-03T15:43:59.961622527Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A gallery software at its easiest, it doesn't even require a database. - digest: b3acd8499c3e8c8ffb597a96c94867eeef7d557b91d600381ccb0659171aa61f - home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png - keywords: - - photoshow - - photo - - show - - gallary - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.18/photoshow-1.0.18.tgz - version: 1.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -171338,38 +168104,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoshow-0.0.2/photoshow-0.0.2.tgz version: 0.0.2 phpldapadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.0 - created: "2021-12-03T15:44:00.178216735Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Web-based LDAP browser to manage your LDAP server - digest: 733fa184f647c43bfd83ed3aaee3ce3512f43ed62e5a18a8c726e7688ac0ad43 - home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin - icon: https://repository-images.githubusercontent.com/3665191/dd213f80-766c-11e9-8117-6b639095ef99 - keywords: - - phpldapadmin - - openldap - - userrights - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/phpldapadmin-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -172948,37 +169682,6 @@ entries: - https://github.com/truecharts/apps/releases/download/phpldapadmin-1.0.1/phpldapadmin-1.0.1.tgz version: 1.0.1 piaware: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.1" - created: "2021-12-03T15:44:00.387841504Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Program for forwarding ADS-B data to FlightAware - digest: 1abd49716561edd1cc04ebdc32646a9cf74f343ba8839a307d56d53f0721345d - home: https://github.com/truechartsapps/tree/master/charts/stable/piaware - icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg - keywords: - - piaware - - flight-aware - - flight-tracker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: piaware - sources: - - https://github.com/flightaware/piaware - urls: - - https://github.com/truecharts/apps/releases/download/piaware-4.0.14/piaware-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -175360,41 +172063,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pihole-0.0.1/pihole-0.0.1.tgz version: 0.0.1 piwigo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 11.5.0 - created: "2021-12-03T15:44:00.596384567Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A is photo gallery software for the web, built by an active community - of users and developers. - digest: 84e27b621140dc8913cd8123987689600ccb219f7cfe7e5b1ccc27ab9ed4c634 - home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo - icon: https://avatars.githubusercontent.com/u/9326886?s=200&v=4 - keywords: - - piwigo - - gallery - - photo - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.15/piwigo-1.0.15.tgz - version: 1.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -175691,41 +172359,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piwigo-0.0.2/piwigo-0.0.2.tgz version: 0.0.2 pixapop: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.2" - created: "2021-12-03T15:44:00.808101748Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: An open-source single page application to view your photos in the - easiest way possible. - digest: 5012922c6826f5ea707fef88af594a22706467eb0acd3ac0623d0f18b9d28245 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png - keywords: - - pixapop - - photo - - gallery - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/pixapop-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -175987,37 +172620,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pixapop-0.0.2/pixapop-0.0.2.tgz version: 0.0.2 plex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.5.517 - created: "2021-12-03T15:44:01.175421096Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Plex Media Server - digest: 261664ca4739b7fbad541ce951c4cc4e58cac909b3b276385dd2cbae4e7de34e - home: https://github.com/truecharts/apps/tree/master/charts/stable/plex - icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png - keywords: - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.15/plex-8.0.15.tgz - version: 8.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -178881,38 +175483,6 @@ entries: - https://github.com/truecharts/apps/releases/download/plex-2.1.5/plex-2.1.5.tgz version: 2.1.5 podgrab: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - mutlimedia - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0 - created: "2021-12-03T15:44:01.549504283Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A self-hosted podcast manager to download episodes as soon as they - become live. - digest: 8da46d7d9c56afa144441d558048dd519f38d51b5edd8a5e56fd43a0f5c5eef2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/podgrab - icon: https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Podcasts_%28iOS%29.svg/1024px-Podcasts_%28iOS%29.svg.png - keywords: - - podgrab - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-7.0.14/podgrab-7.0.14.tgz - version: 7.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -181716,39 +178286,6 @@ entries: - https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz version: 0.0.1 postgresql: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - database - truecharts.org/grade: U - apiVersion: v2 - appVersion: 14.1.0 - created: "2021-12-03T15:44:01.895235811Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: PostgresSQL - digest: aeb68abff2b2300b6c98e4a31b8284e400a19b12e99b1ac7a99a4eb98c1ca42c - home: https://github.com/truecharts/apps/tree/master/stable/postgres - icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png - keywords: - - postgres - - postgressql - - dtabase - - sql - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: postgresql - sources: - - https://www.postgresql.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/postgresql-6.0.17/postgresql-6.0.17.tgz - version: 6.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -185118,39 +181655,6 @@ entries: - https://github.com/truecharts/apps/releases/download/postgresql-1.0.0/postgresql-1.0.0.tgz version: 1.0.0 pretend-youre-xyzzy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4" - created: "2021-12-03T15:44:02.132919236Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: pretend-youre-xyzzy, a cards against humanity clone - digest: a3b3ea0b7a48909609a26e93af4de10e88531b2d79819d950b1c1949bddc4665 - home: https://github.com/truechartsapps/tree/master/charts/stable/pretend-youre-xyzzy - icon: https://apk-google.com/wp-content/uploads/2020/12/Client-for-Pretend-Youre-Xyzzy-open-source-5.0.1.png - keywords: - - pretend-youre-xyzzy - - cards - - against - - humanity - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pretend-youre-xyzzy - sources: - - https://github.com/ajanata/PretendYoureXyzzy - - https://github.com/emcniece/DockerYourXyzzy - urls: - - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-4.0.14/pretend-youre-xyzzy-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -186740,38 +183244,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-1.0.1/pretend-youre-xyzzy-1.0.1.tgz version: 1.0.1 promcord: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:44:02.468074006Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Discord bot that provides metrics from a Discord server - digest: 1b539b6205f43ed9f3f4187b095bf274a5f0dd668575b08664fa92357068d108 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/promcord - icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.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-1.0.2/promcord-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -186869,48 +183341,6 @@ entries: - https://github.com/truecharts/apps/releases/download/promcord-0.0.1/promcord-0.0.1.tgz version: 0.0.1 prometheus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.52.1 - created: "2021-12-03T15:44:02.812286625Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: exporters.enabled,exporters.node-exporter.enabled - name: node-exporter - repository: https://charts.bitnami.com/bitnami - version: 2.3.16 - - condition: exporters.enabled,exporters.kube-state-metrics.enabled - name: kube-state-metrics - repository: https://charts.bitnami.com/bitnami - version: 2.1.18 - 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: 477ecd3dd622b918f13e42c3129f882606921303bfc2a1f0d38845a215a682fa - home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus - icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.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.4/prometheus-1.1.4.tgz - version: 1.1.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -187310,41 +183740,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prometheus-0.0.1/prometheus-0.0.1.tgz version: 0.0.1 promtail: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - - logs - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.4.1 - created: "2021-12-03T15:44:03.113299804Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Promtail is an agent which ships the contents of local logs to a - Loki instance - digest: e3ba641d73fbf7ed2abeae1f24ce8a1eac6717e11c252a914f0fa50b77337679 - home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus - icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png - keywords: - - metrics - - logs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: promtail - sources: - - https://github.com/grafana/loki - - https://grafana.com/oss/loki/ - - https://grafana.com/docs/loki/latest/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/promtail-1.0.5/promtail-1.0.5.tgz - version: 1.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -187626,37 +184021,6 @@ entries: - https://github.com/truecharts/apps/releases/download/promtail-0.0.1/promtail-0.0.1.tgz version: 0.0.1 protonmail-bridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.10 - created: "2021-12-03T15:44:03.361258187Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Container for protonmail bridge to work on the network. - digest: 6d920187c9fe3db007f879257fe2ed892eb9ad5f46777259bcb6b258e7f9c164 - home: https://github.com/truechartsapps/tree/master/charts/stable/protonmail-bridge - icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png - keywords: - - protonmail - - protonmail-bridge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: protonmail-bridge - sources: - - https://github.com/shenxn/protonmail-bridge-docker - - https://hub.docker.com/r/shenxn/protonmail-bridge - urls: - - https://github.com/truecharts/apps/releases/download/protonmail-bridge-4.0.14/protonmail-bridge-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -190934,39 +187298,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prototypegui-6.8.7/prototypegui-6.8.7.tgz version: 6.8.7 prowlarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.6.1184 - created: "2021-12-03T15:44:03.700264578Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Indexer manager/proxy built on the popular arr net base stack to - integrate with your various PVR apps. - digest: 0b5fab272b60e074cf459c8b19aa2e3151306341f21a56eb984133314561adeb - home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr - icon: https://raw.githubusercontent.com/Prowlarr/Prowlarr/develop/Logo/400.png - keywords: - - prowlarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.24/prowlarr-4.0.24.tgz - version: 4.0.24 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -194113,39 +190444,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prowlarr-1.0.0/prowlarr-1.0.0.tgz version: 1.0.0 pyload: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5de90278 - created: "2021-12-03T15:44:03.919569701Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - 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: f3fe837be8c2843026845db3bac20af46008af345f39d74160536413b3d59531 - home: https://github.com/truechartsapps/tree/master/charts/stable/pyload - icon: https://avatars.githubusercontent.com/u/3521496?s=200&v=4 - keywords: - - pyload - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pyload - sources: - - https://github.com/pyload/pyload - - https://hub.docker.com/r/linuxserver/pyload - urls: - - https://github.com/truecharts/apps/releases/download/pyload-4.0.14/pyload-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -195735,37 +192033,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pyload-1.0.1/pyload-1.0.1.tgz version: 1.0.1 qbittorrent: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.9 - created: "2021-12-03T15:44:04.201385172Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: qBittorrent is a cross-platform free and open-source BitTorrent client - digest: 6be02b2212467f13299dbb3f76339122891a9669b2da7f7ae5e4cb555cd5f7d9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent - icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png - keywords: - - qbittorrent - - torrrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: qbittorrent - sources: - - https://github.com/qbittorrent/qBittorrent - type: application - urls: - - https://github.com/truecharts/apps/releases/download/qbittorrent-9.0.17/qbittorrent-9.0.17.tgz - version: 9.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -198136,38 +194403,6 @@ entries: - https://github.com/truecharts/apps/releases/download/qbittorrent-3.1.5/qbittorrent-3.1.5.tgz version: 3.1.5 radarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.2.5080 - created: "2021-12-03T15:44:04.458054904Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A fork of Sonarr to work with movies à la Couchpotato - digest: c230a07be51bb88e82489f157a78d8bdebf560630bea454e700fb7b707f90756 - home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr - icon: https://nzbusenet.com/wp-content/uploads/2017/10/radarr-logo.png - keywords: - - radarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: radarr - sources: - - https://github.com/Radarr/Radarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/radarr-9.0.14/radarr-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -200958,41 +197193,6 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-3.1.5/radarr-3.1.5.tgz version: 3.1.5 readarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0.1081 - created: "2021-12-03T15:44:04.656817913Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A fork of Radarr to work with Books & AudioBooks - digest: 8022a81caa2ef1f3185dee645f9bebf9a3c894f8655a0de6ca981becfa8cd946 - home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr - icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true - keywords: - - readarr - - torrent - - usenet - - AudioBooks - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.23/readarr-9.0.23.tgz - version: 9.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -204960,43 +201160,6 @@ entries: - https://github.com/truecharts/apps/releases/download/readarr-3.1.5/readarr-3.1.5.tgz version: 3.1.5 recipes: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.2 - created: "2021-12-03T15:44:04.874234725Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - 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: 734569c0cfedfe99509f9dd2082f03676b1380ab8a17e305ba50a140473243bf - home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes - icon: https://raw.githubusercontent.com/vabene1111/recipes/develop/docs/logo_color.svg - keywords: - - recipes - - cooking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-4.0.9/recipes-4.0.9.tgz - version: 4.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -205654,40 +201817,6 @@ entries: - https://github.com/truecharts/apps/releases/download/recipes-0.0.1/recipes-0.0.1.tgz version: 0.0.1 redis: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - database - - cache - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.2.6 - created: "2021-12-03T15:44:05.104349608Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Open source, advanced key-value store. - digest: 5ed6bb49fa51b0d7fff91153550a6b5b59d56ba0b9598897ef4f3d5b0d142e52 - home: https://github.com/truecharts/apps/tree/master/stable/redis - icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png - keywords: - - redis - - keyvalue - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: redis - sources: - - https://github.com/bitnami/bitnami-docker-redis - - http://redis.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/redis-1.0.21/redis-1.0.21.tgz - version: 1.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -208366,40 +204495,6 @@ entries: - https://github.com/truecharts/apps/releases/download/reg-1.0.0/reg-1.0.0.tgz version: 1.0.0 remmina: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0-rcgi - created: "2021-12-03T15:44:05.305970633Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A remote desktop client written in GTK - digest: 5bc76a52954f37c5d6c6e4e18d0914defdbfce64718bb31a63a13da69da037e5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina - icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png - keywords: - - remina - - remote - - desktop - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.18/remmina-1.0.18.tgz - version: 1.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -208755,39 +204850,6 @@ entries: - https://github.com/truecharts/apps/releases/download/remmina-0.0.2/remmina-0.0.2.tgz version: 0.0.2 resilio-sync: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.2.1375 - created: "2021-12-03T15:44:05.536488319Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Resilio Sync is a fast, reliable, and simple file sync and share - solution, powered by P2P technology - digest: f9955077f0c7a0d489f6ca3a813e4d0752dc09bcaae3d4af4709ca3ffae7d290 - home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync - icon: https://blog.resilio.com/wp-content/uploads/2016/06/SyncSymbol-260x260px.png - keywords: - - resilio - - sync - - btsync - - bittorrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: resilio-sync - sources: - - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync - urls: - - https://github.com/truecharts/apps/releases/download/resilio-sync-4.0.14/resilio-sync-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -210405,37 +206467,6 @@ entries: - https://github.com/truecharts/apps/releases/download/resilio-sync-1.0.1/resilio-sync-1.0.1.tgz version: 1.0.1 sabnzbd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.4.2 - created: "2021-12-03T15:44:05.742854469Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Free and easy binary newsreader - digest: b06eabed6c06aa185189f683deafdd4914a3228cb603f6296cfad60b2630dd61 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd - icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4 - keywords: - - sabnzbd - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sabnzbd - sources: - - https://sabnzbd.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sabnzbd-9.0.14/sabnzbd-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -212888,36 +208919,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sabnzbd-3.1.5/sabnzbd-3.1.5.tgz version: 3.1.5 ser2sock: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:44:05.936383649Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Serial to Socket Redirector - digest: f05cc143a087a852ce3465ee32e7260025d6e146baee7513a0321557dcee4b7e - home: https://github.com/truechartsapps/tree/master/charts/stable/ser2sock - icon: https://i.imgur.com/GfZ7McO.png - keywords: - - ser2sock - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ser2sock - sources: - - https://github.com/nutechsoftware/ser2sock - - https://github.com/tenstartups/ser2sock - urls: - - https://github.com/truecharts/apps/releases/download/ser2sock-4.0.14/ser2sock-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -214339,44 +210340,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz version: 1.0.1 shiori: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2021-12-03T15:44:06.158505188Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: A simple bookmark manager built with Go - digest: 7c49db540f8800d354a4ae704b094353097ad620a7357b676e51f7d5029cbce1 - home: https://github.com/truecharts/apps/tree/main/charts/shiori - icon: https://github.com/go-shiori/shiori/raw/master/internal/view/res/apple-touch-icon-152x152.png - keywords: - - shiori - - bookmark - - bookmark-manager - - web-interface - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.5/shiori-4.0.5.tgz - version: 4.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -214748,39 +210711,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shiori-0.0.1/shiori-0.0.1.tgz version: 0.0.1 shorturl: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0 - created: "2021-12-03T15:44:06.387606565Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Self hosted web app for shortening urls (URL shortener) - digest: 07a7252197b573a4d4f931b58172d6247ff77bb00e1c846795ef538373221a1d - home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl - keywords: - - url - - shortener - - shorten - - shorturl - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/shorturl-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -215026,40 +210956,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shorturl-0.0.2/shorturl-0.0.2.tgz version: 0.0.2 sickchill: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.5.10 - created: "2021-12-03T15:44:06.580519741Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: An Automatic Video Library Manager for TV Shows - digest: fa9c3518dbab305358b9d3702a10af4755bb8446214ef7a0bf2da4dfcdc243e3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill - icon: https://github.com/SickChill/SickChill/raw/master/sickchill/gui/slick/images/ico/android-chrome-256x256.png - keywords: - - sickchill - - video - - library - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/sickchill-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -215313,41 +211209,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickchill-0.0.2/sickchill-0.0.2.tgz version: 0.0.2 sickgear: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.25.4 - created: "2021-12-03T15:44:06.787927498Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more - digest: 2227c60be027b385abf8ee238aa38379e781fb8d51c0506effa081b4f79344e9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear - icon: https://avatars.githubusercontent.com/u/9690267?s=200&v=4 - keywords: - - sickgear - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/sickgear-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -215609,39 +211470,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickgear-0.0.2/sickgear-0.0.2.tgz version: 0.0.2 smokeping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.3 - created: "2021-12-03T15:44:06.985657901Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Keep track of your network latency. - digest: e59780e987037e717438cc3952a358b3b60839846c0339f25fadc9541408ee8c - home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping - icon: https://github.com/truecharts/apps/raw/main/images/smokeping.png - keywords: - - smokeping - - network - - latency - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.16/smokeping-1.0.16.tgz - version: 1.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -215953,43 +211781,6 @@ entries: - https://github.com/truecharts/apps/releases/download/smokeping-0.0.2/smokeping-0.0.2.tgz version: 0.0.2 snipe-it: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.3.3 - created: "2021-12-03T15:44:07.338508669Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - description: Open source asset management - digest: b45fa2c180986f1bcd7fca0f4392d196b52898184f833c1eb7df0651e396d7f6 - home: https://github.com/truechartsapps/tree/master/charts/stable/snipe-it - icon: https://github.com/nicholaswilde/helm-charts/raw/main/images/snipe-it.jpg - 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.4/snipe-it-0.0.4.tgz - version: 0.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -217027,38 +212818,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sogo-0.0.1/sogo-0.0.1.tgz version: 0.0.1 sonarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.6.1342 - created: "2021-12-03T15:44:07.559788003Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Smart PVR for newsgroup and bittorrent users - digest: c163d4f9f646b15c8f3e3b931525c0001842acb2c5525f0ca583feb8bc33f71f - home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr - icon: https://github.com/Sonarr/Sonarr/blob/phantom-develop/Logo/512.png?raw=true - keywords: - - sonarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sonarr - sources: - - https://github.com/Sonarr/Sonarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sonarr-9.0.15/sonarr-9.0.15.tgz - version: 9.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -220040,41 +215799,6 @@ entries: - https://github.com/truecharts/apps/releases/download/speedtest-exporter-0.0.1/speedtest-exporter-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: "2021-12-03T15:44:07.750133664Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite - digest: 8fcd2d777064f2bccbdc477a34992ccf30d6a0693b6a4c5bf4b88b40f4bb373a - home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser - icon: https://sqlitebrowser.org/images/sqlitebrowser.svg - keywords: - - sqlite - - browser - - sqlitebrowser - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.18/sqlitebrowser-1.0.18.tgz - version: 1.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -221992,40 +217716,6 @@ entries: - https://github.com/truecharts/apps/releases/download/stash-1.0.2/stash-1.0.2.tgz version: 1.0.2 static: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: ee8a20c - created: "2021-12-03T15:44:07.963240769Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A self-hosted static file serving app which does nothing more than - just serve up static files from a mounted volume. - digest: ce284b094de1eb9c566c017125daa9a1b0de5006ea74cf06ee3b043fde47eb31 - home: https://github.com/truecharts/apps/tree/master/charts/stable/static - keywords: - - app - - web - - filesystem - - static - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/static-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -222279,41 +217969,6 @@ entries: - https://github.com/truecharts/apps/releases/download/static-0.0.2/static-0.0.2.tgz version: 0.0.2 statping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.90.74 - created: "2021-12-03T15:44:08.187651145Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: Status page for monitoring your websites and applications - digest: d62adc992ed72b487e4788bedb607522135f10f5bec2308e3842e4b89b1c18e6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/statping - icon: https://avatars.githubusercontent.com/u/61949049?s=200&v=4 - keywords: - - statping - - status - - status-page - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: statping - sources: - - https://github.com/statping/statping - urls: - - https://github.com/truecharts/apps/releases/download/statping-4.0.5/statping-4.0.5.tgz - version: 4.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -225528,37 +221183,6 @@ entries: - https://github.com/truecharts/apps/releases/download/syncthing-3.1.5/syncthing-3.1.5.tgz version: 3.1.5 tautulli: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.7 - created: "2021-12-03T15:44:08.398676444Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A Python based monitoring and tracking tool for Plex Media Server - digest: 2726dd57247c313bb8f28d331b7644e951baa9474632514a93ec471678c20abf - home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli - icon: https://github.com/Tautulli/Tautulli/blob/master/data/interfaces/default/images/logo.png?raw=true - keywords: - - tautulli - - plex - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tautulli - sources: - - https://github.com/Tautulli/Tautulli - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tautulli-9.0.14/tautulli-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -228316,39 +223940,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz version: 3.1.5 tdarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.11 - created: "2021-12-03T15:44:08.611970457Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Audio/Video library transcoding automation - digest: 2c86338d1539a69d67d9bbf09edf107e58c6ebe196c26f225a08b5d216d294ec - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr - icon: https://avatars.githubusercontent.com/u/43864057?v=4 - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.16/tdarr-1.0.16.tgz - version: 1.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -228627,39 +224218,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-0.0.1/tdarr-0.0.1.tgz version: 0.0.1 tdarr-node: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.11 - created: "2021-12-03T15:44:08.819420436Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Audio/Video library transcoding automation - digest: c3d0f7b764358dd2820da6b63e4bed8050cad1aca01a454a20f453dca68526a5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node - icon: https://avatars.githubusercontent.com/u/43864057?v=4 - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.16/tdarr-node-1.0.16.tgz - version: 1.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -228938,40 +224496,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-node-0.0.1/tdarr-node-0.0.1.tgz version: 0.0.1 teamspeak3: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - voice - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.13.6 - created: "2021-12-03T15:44:09.092229887Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: TeamSpeak is software for quality voice communication via the Internet. - digest: 06c14d6b105788db22e328833b6661bb4221529f512d1596a250b0db6c8fe8fb - home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 - icon: https://raw.githubusercontent.com/docker-library/docs/618191cf82de051ff6661c3c8b82cfca1b663972/teamspeak/logo.png - keywords: - - voice server - - teamspeak - - teamspeak3 - - teamspeak server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/teamspeak3-2.0.14.tgz - version: 2.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -229428,43 +224952,6 @@ entries: - https://github.com/truecharts/apps/releases/download/teamspeak3-0.0.1/teamspeak3-0.0.1.tgz version: 0.0.1 teedy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.9" - created: "2021-12-03T15:44:09.305543Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: Teedy is an open source, lightweight document management system for - individuals and businesses. - digest: 60a7d9c398de6885b8830c0e315996ab74fbb7dfbd24a152f4cb2e48876a1173 - home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy - icon: https://raw.githubusercontent.com/sismics/docs/v1.9/docs-web/src/main/resources/image/logo.png - keywords: - - teedy - - documents - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.5/teedy-4.0.5.tgz - version: 4.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -230599,39 +226086,6 @@ entries: - https://github.com/truecharts/apps/releases/download/testrc2-0.0.1/testrc2-0.0.1.tgz version: 0.0.1 thelounge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.0 - created: "2021-12-03T15:44:09.503695426Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: The Lounge, modern web IRC client designed for self-hosting - digest: 3d811740ddae21a2dea096b886e0e63c6c3a9a31b571974ac67e418c732c3bd4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge - icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4 - keywords: - - thelounge - - IRC - - The Lounge - - docker - - thelounge-docker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: thelounge - sources: - - https://github.com/thelounge/thelounge - urls: - - https://github.com/truecharts/apps/releases/download/thelounge-4.0.15/thelounge-4.0.15.tgz - version: 4.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -232814,41 +228268,6 @@ entries: - https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz version: 1.0.0 traccar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4.14" - created: "2021-12-03T15:44:09.737400655Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: Traccar is an open source GPS tracking system. - digest: 0608232c3539c1b56e6a2d7c64982ea1a01a894350516b2d709ffbc81fcf488b - home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar - icon: https://github.com/traccar/traccar-web/raw/master/web/icon.png - keywords: - - traccar - - gps - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.5/traccar-4.0.5.tgz - version: 4.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -233190,39 +228609,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traccar-0.0.1/traccar-0.0.1.tgz version: 0.0.1 traefik: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - network - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.4 - created: "2021-12-03T15:44:09.952216876Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Test App for Traefik - digest: f220071741da88ca055d55f8713e17534df4d628e0f4f540e1f3339d46d9c3c5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik - icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png - keywords: - - traefik - - ingress - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.17/traefik-10.0.17.tgz - version: 10.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -237515,39 +232901,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traefik-0.0.1/traefik-0.0.1.tgz version: 0.0.1 transmission: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - download-tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: "3.00" - created: "2021-12-03T15:44:10.181813181Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: API Support for your favorite torrent trackers. - digest: bd47ba3507dd5a3ba9474e6c20643e7f29955bb7642029a1ef5caa6f4551edd3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission - icon: https://upload.wikimedia.org/wikipedia/commons/6/6d/Transmission_icon.png - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-9.0.16/transmission-9.0.16.tgz - version: 9.0.16 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -240469,36 +235822,6 @@ entries: - https://github.com/truecharts/apps/releases/download/transmission-3.1.5/transmission-3.1.5.tgz version: 3.1.5 truecommand: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Administration - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.2 - created: "2021-12-03T15:44:10.38745405Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Aggregated management of TrueNAS devices - digest: 21e539ac5d94a1d8f5a0087e21f395ff3e54f5e02ebd1322954cf2d0a8ca6cbd - home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand - icon: https://www.ixsystems.com/documentation/truecommand/1.2/_static/tv-logo.png - keywords: - - truecommand - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/truecommand-9.0.14.tgz - version: 9.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -243050,40 +238373,6 @@ entries: - https://github.com/truecharts/apps/releases/download/truecommand-3.1.5/truecommand-3.1.5.tgz version: 3.1.5 tt-rss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9075.0 - created: "2021-12-03T15:44:10.597656145Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.15 - description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) - reader and aggregator - digest: e48d5bdb9e182c69f8eafb992055b9f254c02048729bc4d741a81d0f1f806b05 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss - icon: https://git.tt-rss.org/fox/tt-rss/raw/branch/master/images/favicon-72px.png - keywords: - - tt-rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.10/tt-rss-4.0.10.tgz - version: 4.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -243721,39 +239010,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tt-rss-0.0.1/tt-rss-0.0.1.tgz version: 0.0.1 tvheadend: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "63784405" - created: "2021-12-03T15:44:10.808727745Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: TVheadend - a TV streaming server and digital video recorder - digest: 2170e3f7765fa56ebc92388a411b3a95ede792fa02f0fb9e33d76477cb9fe7f4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend - icon: https://avatars.githubusercontent.com/u/1908588?s=200&v=4 - keywords: - - tvheadend - - tv - - streaming - - dvb - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tvheadend - sources: - - https://github.com/tvheadend/tvheadend - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tvheadend-10.0.14/tvheadend-10.0.14.tgz - version: 10.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -246323,41 +241579,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tvheadend-4.1.5/tvheadend-4.1.5.tgz version: 4.1.5 twtxt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.1 - created: "2021-12-03T15:44:11.005071261Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. - No ads, no tracking, your content, your data! - digest: 336edb1b4e0f0902af6287de85ebaef9123a1c507fbf957e1dea52481b77f55a - home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt - icon: https://twtxt.net/media/XsLsDHuisnXcL6NuUkYguK.png - keywords: - - twtxt - - blogging - - blog - - social-network - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/twtxt-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -249320,43 +244541,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unifi-poller-0.0.1/unifi-poller-0.0.1.tgz version: 0.0.1 unpackerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.8 - created: "2021-12-03T15:44:11.21239824Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - 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: 46c95b7e42a504761ad27299df68ed3cd896dffda034a13e921270f566a7fdee - home: https://github.com/truecharts/apps/tree/master/charts/stable/unpackrr - icon: https://raw.githubusercontent.com/wiki/davidnewhall/unpackerr/images/unpackerr-logo-text.png - keywords: - - unpackerr - - sonarr - - radarr - - lidarr - - readarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.14/unpackerr-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -251810,40 +246994,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz version: 1.0.0 unpoller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.3 - created: "2021-12-03T15:44:11.40952356Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Collect ALL UniFi Controller, Site, Device & Client Data - Export - to InfluxDB or Prometheus - digest: c0da2a6f3ae2444e6080127e6297821bc63acf0fb2f851e483030baaa7fed6f5 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/unifi-poller - icon: https://raw.githubusercontent.com/wiki/unifi-poller/unifi-poller/images/unifi-poller-logo.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.5/unpoller-1.0.5.tgz - version: 1.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -251947,37 +247097,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpoller-1.0.1/unpoller-1.0.1.tgz version: 1.0.1 uptime-kuma: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.10.2 - created: "2021-12-03T15:44:11.603368662Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A fancy self-hosted monitoring tool - digest: 091e1c0a3762fdceec6eb8f421cb2bfae9026c54a120f38a61b13e18229c9e46 - home: https://github.com/louislam/uptime-kuma - icon: https://raw.githubusercontent.com/louislam/uptime-kuma/master/public/icon.png - keywords: - - monitoring - - uptime - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.15/uptime-kuma-1.0.15.tgz - version: 1.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -252233,40 +247352,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptime-kuma-0.0.1/uptime-kuma-0.0.1.tgz version: 0.0.1 uptimerobot-prometheus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.1 - created: "2021-12-03T15:44:11.790511726Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Prometheus Exporter for the official uptimerobot CLI - digest: cd26babe9e7b8cb1cc4231cdb3aa922b39ecdcf1dd9ee6dad00ebfdd3cbbc120 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/uptimerobot-prometheus - icon: https://cdn.foliovision.com/images/2019/03/icon-uptimerobot-1024.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-1.0.4/uptimerobot-prometheus-1.0.4.tgz - version: 1.0.4 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -252404,37 +247489,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptimerobot-prometheus-0.0.1/uptimerobot-prometheus-0.0.1.tgz version: 0.0.1 valheim: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2021-12-03T15:44:11.978754896Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Valheim dedicated gameserver with automatic update and world backup - support - digest: ab715f217ad8be67a1dc74b70bfc845312ae653cfd3958bd66b30b0907ad5d24 - home: https://github.com/truecharts/apps/tree/master/charts/stable/valheim - icon: https://raw.githubusercontent.com/lloesche/valheim-server-docker/main/misc/Logo_valheim.png - keywords: - - valheim - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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-1.0.14/valheim-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -258276,38 +253330,6 @@ entries: - https://github.com/truecharts/apps/releases/download/vaultwarden-1.0.0/vaultwarden-1.0.0.tgz version: 1.0.0 whoogle: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.0 - created: "2021-12-03T15:44:12.162650042Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A self-hosted, ad-free, privacy-respecting metasearch engine - digest: 43ec6b716bb250ac7865fc7176b164980902b90cb366df31a6481d42f55b5542 - home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle - icon: https://raw.githubusercontent.com/benbusby/whoogle-search/develop/docs/banner.png - keywords: - - whoogle - - search - - open source - - privacy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: whoogle - sources: - - https://github.com/benbusby/whoogle-search - urls: - - https://github.com/truecharts/apps/releases/download/whoogle-1.0.14/whoogle-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -258545,40 +253567,6 @@ entries: - https://github.com/truecharts/apps/releases/download/whoogle-0.0.2/whoogle-0.0.2.tgz version: 0.0.2 wiki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 900b76a - created: "2021-12-03T15:44:12.353856629Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: A self-hosted well uh wiki engine or content management system. - digest: d110f065d1dea771ffae5a5474a6bc99e6ce0329ff9e9742e8900b07084e48f7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/wiki - keywords: - - wiki - - web - - blog - - cms - - app - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: wiki - sources: - - https://github.com/prologic/wiki - - https://github.com/nicholaswilde/docker-wiki - type: application - urls: - - https://github.com/truecharts/apps/releases/download/wiki-1.0.14/wiki-1.0.14.tgz - version: 1.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -259183,41 +254171,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wikijs-0.0.1/wikijs-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: "2021-12-03T15:44:13.703954504Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.17 - description: XBackBone is a simple, self-hosted, lightweight PHP file manager - digest: f2e11322f850ad5298b6dd795844ac340c2ae3e4d8b3bad97f7916653560de1d - home: https://github.com/truechartsapps/tree/master/charts/stable/xbackbone - icon: https://github.com/SergiX44/XBackBone/raw/master/.github/xbackbone.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.3/xbackbone-0.0.3.tgz - version: 0.0.3 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -259289,39 +254242,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xbackbone-0.0.1/xbackbone-0.0.1.tgz version: 0.0.1 xteve: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0.200 - created: "2021-12-03T15:44:13.926350568Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: M3U Proxy for Plex DVR and Emby Live TV. - digest: df2456da3f716b7c5937e9a35c3a26b9ba2a9da7e8e9319c4f62108e053795d2 - home: https://github.com/truechartsapps/tree/master/charts/stable/xteve - icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg - keywords: - - xteve - - iptv - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: xteve - sources: - - https://github.com/xteve-project/xTeVe - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/xteve-4.0.14/xteve-4.0.14.tgz - version: 4.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -260939,38 +255859,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz version: 1.0.1 zigbee2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.1 - created: "2021-12-03T15:44:14.117046052Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Bridges events and allows you to control your Zigbee devices via - MQTT - digest: b21b1822485511229b113f3ac647399e1645e9abc94ca525ae9e37f48edfef81 - home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt - icon: https://www.zigbee2mqtt.io/images/logo.png - keywords: - - zigbee - - mqtt - - home-assistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: zigbee2mqtt - sources: - - https://github.com/Koenkk/zigbee2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-1.0.15/zigbee2mqtt-1.0.15.tgz - version: 1.0.15 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -261240,41 +256128,6 @@ entries: - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-0.0.2/zigbee2mqtt-0.0.2.tgz version: 0.0.2 zwavejs2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.0.3 - created: "2021-12-03T15:44:14.335477994Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.9.7 - description: Fully configurable Zwave to MQTT gateway and Control Panel using - NodeJS and Vue - digest: b18b629f41fbd195fe8ba5cf49f99614005e1bc34f87475aa3ddcc0eb72666a5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt - icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png - keywords: - - zwavejs2mqtt - - zwave-js - - z-wave - - zwave - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: 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.18/zwavejs2mqtt-9.0.18.tgz - version: 9.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -265199,4 +260052,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz version: 3.1.5 -generated: "2021-12-03T15:44:14.443037805Z" +generated: "2021-12-03T18:36:22.636435085Z"