diff --git a/charts/stable/guacd/CHANGELOG.md b/charts/stable/guacd/CHANGELOG.md index f626499cc78..fbe95b80959 100644 --- a/charts/stable/guacd/CHANGELOG.md +++ b/charts/stable/guacd/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [guacd-0.0.13](https://github.com/truecharts/apps/compare/guacd-0.0.12...guacd-0.0.13) (2022-01-12) + +#### Fix + +* run as root as it's needed for freerdp ([#1695](https://github.com/truecharts/apps/issues/1695)) + + + ### [guacd-0.0.12](https://github.com/truecharts/apps/compare/guacd-0.0.11...guacd-0.0.12) (2022-01-11) diff --git a/charts/stable/guacd/README.md b/charts/stable/guacd/README.md index adacb4ed2d8..f1df7231fdc 100644 --- a/charts/stable/guacd/README.md +++ b/charts/stable/guacd/README.md @@ -7,7 +7,8 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu ## Source Code -* +* +* ## Requirements diff --git a/charts/stable/guacd/helm-values.md b/charts/stable/guacd/helm-values.md index ca296738d00..746d8c8341d 100644 --- a/charts/stable/guacd/helm-values.md +++ b/charts/stable/guacd/helm-values.md @@ -14,6 +14,10 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"tccr.io/truecharts/guacamole-server"` | | | image.tag | string | `"v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee"` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `4822` | | | service.main.ports.main.targetPort | int | `4822` | | diff --git a/charts/stable/guacd/security.md b/charts/stable/guacd/security.md index 331b83c6fb7..2603c13a9e4 100644 --- a/charts/stable/guacd/security.md +++ b/charts/stable/guacd/security.md @@ -18,7 +18,9 @@ hide: | Type | Misconfiguration ID | Check | Severity | Explaination | Links | |:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------| | Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


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


Container 'RELEASE-NAME-guacd' of Deployment 'RELEASE-NAME-guacd' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


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


Container 'RELEASE-NAME-guacd' of Deployment 'RELEASE-NAME-guacd' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


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


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


Container 'autopermissions' of Deployment 'RELEASE-NAME-guacd' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| @@ -316,7 +318,7 @@ hide: | liblz4-1 | CVE-2019-17543 | LOW | 1.8.3-1+deb10u1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00069.html
http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00070.html
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15941
https://github.com/lz4/lz4/compare/v1.9.1...v1.9.2
https://github.com/lz4/lz4/issues/801
https://github.com/lz4/lz4/pull/756
https://github.com/lz4/lz4/pull/760
https://lists.apache.org/thread.html/25015588b770d67470b7ba7ea49a305d6735dd7f00eabe7d50ec1e17@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/543302d55e2d2da4311994e9b0debdc676bf3fd05e1a2be3407aa2d6@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/793012683dc0fa6819b7c2560e6cf990811014c40c7d75412099c357@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/9ff0606d16be2ab6a81619e1c9e23c3e251756638e36272c8c8b7fa3@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/f0038c4fab2ee25aee849ebeff6b33b3aa89e07ccfb06b5c87b36316@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/f506bc371d4a068d5d84d7361293568f61167d3a1c3e91f0def2d7d3@%3Cdev.arrow.apache.org%3E
https://lists.apache.org/thread.html/r0fb226357e7988a241b06b93bab065bcea2eb38658b382e485960e26@%3Cissues.kudu.apache.org%3E
https://lists.apache.org/thread.html/r4068ba81066792f2b4d208b39c4c4713c5d4c79bd8cb6c1904af5720@%3Cissues.kudu.apache.org%3E
https://lists.apache.org/thread.html/r7bc72200f94298bc9a0e35637f388deb53467ca4b2e2ad1ff66d8960@%3Cissues.kudu.apache.org%3E
https://www.oracle.com//security-alerts/cpujul2021.html
https://www.oracle.com/security-alerts/cpuoct2020.html
| | libmount1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | |
Expand...https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c
https://github.com/karelzak/util-linux/issues/1395
https://security.netapp.com/advisory/ntap-20210902-0002/
| | libncursesw6 | CVE-2021-39537 | LOW | 6.1+20181013-2+deb10u2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
| -| libopenjp2-7 | CVE-2021-3575 | HIGH | 2.3.0-2+deb10u2 | |
Expand...https://linux.oracle.com/cve/CVE-2021-3575.html
https://linux.oracle.com/errata/ELSA-2021-4251.html
| +| libopenjp2-7 | CVE-2021-3575 | HIGH | 2.3.0-2+deb10u2 | |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3575
https://linux.oracle.com/cve/CVE-2021-3575.html
https://linux.oracle.com/errata/ELSA-2021-4251.html
| | libopenjp2-7 | CVE-2019-12973 | MEDIUM | 2.3.0-2+deb10u2 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00088.html
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00090.html
http://www.securityfocus.com/bid/108900
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12973
https://github.com/uclouvain/openjpeg/commit/8ee335227bbcaf1614124046aa25e53d67b11ec3
https://github.com/uclouvain/openjpeg/pull/1185/commits/cbe7384016083eac16078b359acd7a842253d503
https://linux.oracle.com/cve/CVE-2019-12973.html
https://linux.oracle.com/errata/ELSA-2021-4251.html
https://lists.debian.org/debian-lts-announce/2020/07/msg00008.html
https://security.gentoo.org/glsa/202101-29
https://www.oracle.com/security-alerts/cpujul2020.html
| | libopenjp2-7 | CVE-2021-29338 | MEDIUM | 2.3.0-2+deb10u2 | |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29338
https://github.com/uclouvain/openjpeg/issues/1338
https://github.com/uclouvain/openjpeg/pull/1346
https://linux.oracle.com/cve/CVE-2021-29338.html
https://linux.oracle.com/errata/ELSA-2021-4251.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EZ54FGM2IGAP4AWSJ22JKHOPHCR3FGYU/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QB6AI7CWXWMEDZIQY4LQ6DMIEXMDOHUP/
| | libopenjp2-7 | CVE-2016-10505 | LOW | 2.3.0-2+deb10u2 | |
Expand...https://github.com/uclouvain/openjpeg/issues/776
https://github.com/uclouvain/openjpeg/issues/784
https://github.com/uclouvain/openjpeg/issues/785
https://github.com/uclouvain/openjpeg/issues/792
https://security.gentoo.org/glsa/201710-26
| @@ -413,11 +415,11 @@ hide: | libswscale5 | CVE-2021-38094 | LOW | 7:4.1.8-0+deb10u1 | |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094
https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23
https://trac.ffmpeg.org/ticket/8263
| | libsystemd0 | CVE-2019-3843 | HIGH | 247.3-6~bpo10+1 | |
Expand...http://www.securityfocus.com/bid/108116
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3843
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3843
https://github.com/systemd/systemd-stable/pull/54 (backport for v241-stable)
https://linux.oracle.com/cve/CVE-2019-3843.html
https://linux.oracle.com/errata/ELSA-2020-1794.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5JXQAKSTMABZ46EVCRMW62DHWYHTTFES/
https://security.netapp.com/advisory/ntap-20190619-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| | libsystemd0 | CVE-2019-3844 | HIGH | 247.3-6~bpo10+1 | |
Expand...http://www.securityfocus.com/bid/108096
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3844
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3844
https://linux.oracle.com/cve/CVE-2019-3844.html
https://linux.oracle.com/errata/ELSA-2020-1794.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://security.netapp.com/advisory/ntap-20190619-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| +| libsystemd0 | CVE-2021-3997 | MEDIUM | 247.3-6~bpo10+1 | |
Expand...https://www.openwall.com/lists/oss-security/2022/01/10/2
| | libsystemd0 | CVE-2013-4392 | LOW | 247.3-6~bpo10+1 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| | libsystemd0 | CVE-2019-20386 | LOW | 247.3-6~bpo10+1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00014.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20386
https://github.com/systemd/systemd/commit/b2774a3ae692113e1f47a336a6c09bac9cfb49ad
https://linux.oracle.com/cve/CVE-2019-20386.html
https://linux.oracle.com/errata/ELSA-2020-4553.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZPCOMW5X6IZZXASCDD2CNW2DLF3YADC/
https://security.netapp.com/advisory/ntap-20200210-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| | libsystemd0 | CVE-2020-13529 | LOW | 247.3-6~bpo10+1 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| | libsystemd0 | CVE-2020-13776 | LOW | 247.3-6~bpo10+1 | |
Expand...https://github.com/systemd/systemd/issues/15985
https://linux.oracle.com/cve/CVE-2020-13776.html
https://linux.oracle.com/errata/ELSA-2021-1611.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IYGLFEKG45EYBJ7TPQMLWROWPTZBEU63/
https://security.netapp.com/advisory/ntap-20200611-0003/
| -| libsystemd0 | CVE-2021-3997 | UNKNOWN | 247.3-6~bpo10+1 | |
Expand...
| | libtasn1-6 | CVE-2018-1000654 | LOW | 4.13-3 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00009.html
http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00018.html
http://www.securityfocus.com/bid/105151
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000654
https://gitlab.com/gnutls/libtasn1/issues/4
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| | libtiff5 | CVE-2014-8130 | LOW | 4.1.0+git191117-2~deb10u3 | |
Expand...http://bugzilla.maptools.org/show_bug.cgi?id=2483
http://lists.apple.com/archives/security-announce/2015/Jun/msg00001.html
http://lists.apple.com/archives/security-announce/2015/Jun/msg00002.html
http://openwall.com/lists/oss-security/2015/01/24/15
http://rhn.redhat.com/errata/RHSA-2016-1546.html
http://rhn.redhat.com/errata/RHSA-2016-1547.html
http://support.apple.com/kb/HT204941
http://support.apple.com/kb/HT204942
http://www.conostix.com/pub/adv/CVE-2014-8130-LibTIFF-Division_By_Zero.txt
http://www.securityfocus.com/bid/72353
http://www.securitytracker.com/id/1032760
https://bugzilla.redhat.com/show_bug.cgi?id=1185817
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8130
https://github.com/vadz/libtiff/commit/3c5eb8b1be544e41d2c336191bc4936300ad7543
https://linux.oracle.com/cve/CVE-2014-8130.html
https://linux.oracle.com/errata/ELSA-2016-1547.html
https://security.gentoo.org/glsa/201701-16
https://ubuntu.com/security/notices/USN-2553-1
| | libtiff5 | CVE-2017-16232 | LOW | 4.1.0+git191117-2~deb10u3 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2018-01/msg00036.html
http://lists.opensuse.org/opensuse-security-announce/2018-01/msg00041.html
http://packetstormsecurity.com/files/150896/LibTIFF-4.0.8-Memory-Leak.html
http://seclists.org/fulldisclosure/2018/Dec/32
http://seclists.org/fulldisclosure/2018/Dec/47
http://www.openwall.com/lists/oss-security/2017/11/01/11
http://www.openwall.com/lists/oss-security/2017/11/01/3
http://www.openwall.com/lists/oss-security/2017/11/01/7
http://www.openwall.com/lists/oss-security/2017/11/01/8
http://www.securityfocus.com/bid/101696
| @@ -431,11 +433,11 @@ hide: | libtinfo6 | CVE-2021-39537 | LOW | 6.1+20181013-2+deb10u2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
| | libudev1 | CVE-2019-3843 | HIGH | 247.3-6~bpo10+1 | |
Expand...http://www.securityfocus.com/bid/108116
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3843
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3843
https://github.com/systemd/systemd-stable/pull/54 (backport for v241-stable)
https://linux.oracle.com/cve/CVE-2019-3843.html
https://linux.oracle.com/errata/ELSA-2020-1794.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5JXQAKSTMABZ46EVCRMW62DHWYHTTFES/
https://security.netapp.com/advisory/ntap-20190619-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| | libudev1 | CVE-2019-3844 | HIGH | 247.3-6~bpo10+1 | |
Expand...http://www.securityfocus.com/bid/108096
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3844
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3844
https://linux.oracle.com/cve/CVE-2019-3844.html
https://linux.oracle.com/errata/ELSA-2020-1794.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://security.netapp.com/advisory/ntap-20190619-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| +| libudev1 | CVE-2021-3997 | MEDIUM | 247.3-6~bpo10+1 | |
Expand...https://www.openwall.com/lists/oss-security/2022/01/10/2
| | libudev1 | CVE-2013-4392 | LOW | 247.3-6~bpo10+1 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| | libudev1 | CVE-2019-20386 | LOW | 247.3-6~bpo10+1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00014.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20386
https://github.com/systemd/systemd/commit/b2774a3ae692113e1f47a336a6c09bac9cfb49ad
https://linux.oracle.com/cve/CVE-2019-20386.html
https://linux.oracle.com/errata/ELSA-2020-4553.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZPCOMW5X6IZZXASCDD2CNW2DLF3YADC/
https://security.netapp.com/advisory/ntap-20200210-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| | libudev1 | CVE-2020-13529 | LOW | 247.3-6~bpo10+1 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| | libudev1 | CVE-2020-13776 | LOW | 247.3-6~bpo10+1 | |
Expand...https://github.com/systemd/systemd/issues/15985
https://linux.oracle.com/cve/CVE-2020-13776.html
https://linux.oracle.com/errata/ELSA-2021-1611.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IYGLFEKG45EYBJ7TPQMLWROWPTZBEU63/
https://security.netapp.com/advisory/ntap-20200611-0003/
| -| libudev1 | CVE-2021-3997 | UNKNOWN | 247.3-6~bpo10+1 | |
Expand...
| | libuuid1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | |
Expand...https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c
https://github.com/karelzak/util-linux/issues/1395
https://security.netapp.com/advisory/ntap-20210902-0002/
| | libuv1 | CVE-2020-8252 | LOW | 1.24.1-1+deb10u1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00011.html
http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00023.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8252
https://hackerone.com/reports/965914
https://linux.oracle.com/cve/CVE-2020-8252.html
https://linux.oracle.com/errata/ELSA-2021-0548.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4OOYAMJVLLCLXDTHW3V5UXNULZBBK4O6/
https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/
https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/#fs-realpath-native-on-may-cause-buffer-overflow-medium-cve-2020-8252
https://security.gentoo.org/glsa/202009-15
https://security.netapp.com/advisory/ntap-20201009-0004/
https://ubuntu.com/security/notices/USN-4548-1
https://usn.ubuntu.com/4548-1/
| | libvncclient1 | CVE-2017-18922 | CRITICAL | 0.9.11+dfsg-1.3+deb10u4 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00020.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00028.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00033.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00055.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00066.html
http://www.openwall.com/lists/oss-security/2020/06/30/3
https://bugzilla.redhat.com/show_bug.cgi?id=1852356
https://cert-portal.siemens.com/productcert/pdf/ssa-390195.pdf
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18922
https://github.com/LibVNC/libvncserver/commit/aac95a9dcf4bbba87b76c72706c3221a842ca433
https://linux.oracle.com/cve/CVE-2017-18922.html
https://linux.oracle.com/errata/ELSA-2020-3385.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4F6FUH4EFK4NAP6GT4TQRTBKWIRCZLIY/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NVP7TJVYJDXDFRHVQ3ENEN3H354QPXEZ/
https://ubuntu.com/security/notices/USN-4407-1
https://usn.ubuntu.com/4407-1/
https://www.openwall.com/lists/oss-security/2020/06/30/2
| @@ -499,7 +501,7 @@ hide: | passwd | CVE-2013-4235 | LOW | 1:4.5-1.1 | |
Expand...https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| | passwd | CVE-2018-7169 | LOW | 1:4.5-1.1 | |
Expand...https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1729357
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7169
https://github.com/shadow-maint/shadow/pull/97
https://security.gentoo.org/glsa/201805-09
| | passwd | CVE-2019-19882 | LOW | 1:4.5-1.1 | |
Expand...https://bugs.archlinux.org/task/64836
https://bugs.gentoo.org/702252
https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75
https://github.com/shadow-maint/shadow/pull/199
https://github.com/void-linux/void-packages/pull/17580
https://security.gentoo.org/glsa/202008-09
| -| perl-base | CVE-2020-16156 | HIGH | 5.28.1-6+deb10u1 | |
Expand...http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156
https://github.com/andk/cpanpm/commit/b27c51adf0fda25dee84cb72cb2b1bf7d832148c
https://metacpan.org/pod/distribution/CPAN/scripts/cpan
| +| perl-base | CVE-2020-16156 | HIGH | 5.28.1-6+deb10u1 | |
Expand...http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156
https://github.com/andk/cpanpm/commit/b27c51adf0fda25dee84cb72cb2b1bf7d832148c
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SD6RYOJII7HRJ6WVORFNVTYNOFY5JDXN/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SZ32AJIV4RHJMLWLU5QULGKMMIHYOMDC/
https://metacpan.org/pod/distribution/CPAN/scripts/cpan
| | perl-base | CVE-2011-4116 | LOW | 5.28.1-6+deb10u1 | |
Expand...http://www.openwall.com/lists/oss-security/2011/11/04/2
http://www.openwall.com/lists/oss-security/2011/11/04/4
https://github.com/Perl-Toolchain-Gang/File-Temp/issues/14
https://rt.cpan.org/Public/Bug/Display.html?id=69106
https://seclists.org/oss-sec/2011/q4/238
| | tar | CVE-2005-2541 | LOW | 1.30+dfsg-6 | |
Expand...http://marc.info/?l=bugtraq&m=112327628230258&w=2
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
| | tar | CVE-2019-9923 | LOW | 1.30+dfsg-6 | |
Expand...http://git.savannah.gnu.org/cgit/tar.git/commit/?id=cb07844454d8cc9fb21f53ace75975f91185a120
http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00077.html
http://savannah.gnu.org/bugs/?55369
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1810241
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9923
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://ubuntu.com/security/notices/USN-4692-1
| diff --git a/docs/apps/stable/guacd/CHANGELOG.md b/docs/apps/stable/guacd/CHANGELOG.md index f626499cc78..fbe95b80959 100644 --- a/docs/apps/stable/guacd/CHANGELOG.md +++ b/docs/apps/stable/guacd/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [guacd-0.0.13](https://github.com/truecharts/apps/compare/guacd-0.0.12...guacd-0.0.13) (2022-01-12) + +#### Fix + +* run as root as it's needed for freerdp ([#1695](https://github.com/truecharts/apps/issues/1695)) + + + ### [guacd-0.0.12](https://github.com/truecharts/apps/compare/guacd-0.0.11...guacd-0.0.12) (2022-01-11) diff --git a/docs/apps/stable/guacd/helm-values.md b/docs/apps/stable/guacd/helm-values.md index ca296738d00..746d8c8341d 100644 --- a/docs/apps/stable/guacd/helm-values.md +++ b/docs/apps/stable/guacd/helm-values.md @@ -14,6 +14,10 @@ You will, however, be able to use all values referenced in the common chart here | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"tccr.io/truecharts/guacamole-server"` | | | image.tag | string | `"v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee"` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `4822` | | | service.main.ports.main.targetPort | int | `4822` | | diff --git a/docs/apps/stable/guacd/index.md b/docs/apps/stable/guacd/index.md index adacb4ed2d8..f1df7231fdc 100644 --- a/docs/apps/stable/guacd/index.md +++ b/docs/apps/stable/guacd/index.md @@ -7,7 +7,8 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu ## Source Code -* +* +* ## Requirements diff --git a/docs/apps/stable/guacd/security.md b/docs/apps/stable/guacd/security.md index 331b83c6fb7..2603c13a9e4 100644 --- a/docs/apps/stable/guacd/security.md +++ b/docs/apps/stable/guacd/security.md @@ -18,7 +18,9 @@ hide: | Type | Misconfiguration ID | Check | Severity | Explaination | Links | |:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------| | Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


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


Container 'RELEASE-NAME-guacd' of Deployment 'RELEASE-NAME-guacd' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


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


Container 'RELEASE-NAME-guacd' of Deployment 'RELEASE-NAME-guacd' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


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


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


Container 'autopermissions' of Deployment 'RELEASE-NAME-guacd' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| @@ -316,7 +318,7 @@ hide: | liblz4-1 | CVE-2019-17543 | LOW | 1.8.3-1+deb10u1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00069.html
http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00070.html
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15941
https://github.com/lz4/lz4/compare/v1.9.1...v1.9.2
https://github.com/lz4/lz4/issues/801
https://github.com/lz4/lz4/pull/756
https://github.com/lz4/lz4/pull/760
https://lists.apache.org/thread.html/25015588b770d67470b7ba7ea49a305d6735dd7f00eabe7d50ec1e17@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/543302d55e2d2da4311994e9b0debdc676bf3fd05e1a2be3407aa2d6@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/793012683dc0fa6819b7c2560e6cf990811014c40c7d75412099c357@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/9ff0606d16be2ab6a81619e1c9e23c3e251756638e36272c8c8b7fa3@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/f0038c4fab2ee25aee849ebeff6b33b3aa89e07ccfb06b5c87b36316@%3Cissues.arrow.apache.org%3E
https://lists.apache.org/thread.html/f506bc371d4a068d5d84d7361293568f61167d3a1c3e91f0def2d7d3@%3Cdev.arrow.apache.org%3E
https://lists.apache.org/thread.html/r0fb226357e7988a241b06b93bab065bcea2eb38658b382e485960e26@%3Cissues.kudu.apache.org%3E
https://lists.apache.org/thread.html/r4068ba81066792f2b4d208b39c4c4713c5d4c79bd8cb6c1904af5720@%3Cissues.kudu.apache.org%3E
https://lists.apache.org/thread.html/r7bc72200f94298bc9a0e35637f388deb53467ca4b2e2ad1ff66d8960@%3Cissues.kudu.apache.org%3E
https://www.oracle.com//security-alerts/cpujul2021.html
https://www.oracle.com/security-alerts/cpuoct2020.html
| | libmount1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | |
Expand...https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c
https://github.com/karelzak/util-linux/issues/1395
https://security.netapp.com/advisory/ntap-20210902-0002/
| | libncursesw6 | CVE-2021-39537 | LOW | 6.1+20181013-2+deb10u2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
| -| libopenjp2-7 | CVE-2021-3575 | HIGH | 2.3.0-2+deb10u2 | |
Expand...https://linux.oracle.com/cve/CVE-2021-3575.html
https://linux.oracle.com/errata/ELSA-2021-4251.html
| +| libopenjp2-7 | CVE-2021-3575 | HIGH | 2.3.0-2+deb10u2 | |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3575
https://linux.oracle.com/cve/CVE-2021-3575.html
https://linux.oracle.com/errata/ELSA-2021-4251.html
| | libopenjp2-7 | CVE-2019-12973 | MEDIUM | 2.3.0-2+deb10u2 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00088.html
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00090.html
http://www.securityfocus.com/bid/108900
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12973
https://github.com/uclouvain/openjpeg/commit/8ee335227bbcaf1614124046aa25e53d67b11ec3
https://github.com/uclouvain/openjpeg/pull/1185/commits/cbe7384016083eac16078b359acd7a842253d503
https://linux.oracle.com/cve/CVE-2019-12973.html
https://linux.oracle.com/errata/ELSA-2021-4251.html
https://lists.debian.org/debian-lts-announce/2020/07/msg00008.html
https://security.gentoo.org/glsa/202101-29
https://www.oracle.com/security-alerts/cpujul2020.html
| | libopenjp2-7 | CVE-2021-29338 | MEDIUM | 2.3.0-2+deb10u2 | |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29338
https://github.com/uclouvain/openjpeg/issues/1338
https://github.com/uclouvain/openjpeg/pull/1346
https://linux.oracle.com/cve/CVE-2021-29338.html
https://linux.oracle.com/errata/ELSA-2021-4251.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EZ54FGM2IGAP4AWSJ22JKHOPHCR3FGYU/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QB6AI7CWXWMEDZIQY4LQ6DMIEXMDOHUP/
| | libopenjp2-7 | CVE-2016-10505 | LOW | 2.3.0-2+deb10u2 | |
Expand...https://github.com/uclouvain/openjpeg/issues/776
https://github.com/uclouvain/openjpeg/issues/784
https://github.com/uclouvain/openjpeg/issues/785
https://github.com/uclouvain/openjpeg/issues/792
https://security.gentoo.org/glsa/201710-26
| @@ -413,11 +415,11 @@ hide: | libswscale5 | CVE-2021-38094 | LOW | 7:4.1.8-0+deb10u1 | |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094
https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23
https://trac.ffmpeg.org/ticket/8263
| | libsystemd0 | CVE-2019-3843 | HIGH | 247.3-6~bpo10+1 | |
Expand...http://www.securityfocus.com/bid/108116
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3843
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3843
https://github.com/systemd/systemd-stable/pull/54 (backport for v241-stable)
https://linux.oracle.com/cve/CVE-2019-3843.html
https://linux.oracle.com/errata/ELSA-2020-1794.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5JXQAKSTMABZ46EVCRMW62DHWYHTTFES/
https://security.netapp.com/advisory/ntap-20190619-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| | libsystemd0 | CVE-2019-3844 | HIGH | 247.3-6~bpo10+1 | |
Expand...http://www.securityfocus.com/bid/108096
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3844
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3844
https://linux.oracle.com/cve/CVE-2019-3844.html
https://linux.oracle.com/errata/ELSA-2020-1794.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://security.netapp.com/advisory/ntap-20190619-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| +| libsystemd0 | CVE-2021-3997 | MEDIUM | 247.3-6~bpo10+1 | |
Expand...https://www.openwall.com/lists/oss-security/2022/01/10/2
| | libsystemd0 | CVE-2013-4392 | LOW | 247.3-6~bpo10+1 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| | libsystemd0 | CVE-2019-20386 | LOW | 247.3-6~bpo10+1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00014.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20386
https://github.com/systemd/systemd/commit/b2774a3ae692113e1f47a336a6c09bac9cfb49ad
https://linux.oracle.com/cve/CVE-2019-20386.html
https://linux.oracle.com/errata/ELSA-2020-4553.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZPCOMW5X6IZZXASCDD2CNW2DLF3YADC/
https://security.netapp.com/advisory/ntap-20200210-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| | libsystemd0 | CVE-2020-13529 | LOW | 247.3-6~bpo10+1 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| | libsystemd0 | CVE-2020-13776 | LOW | 247.3-6~bpo10+1 | |
Expand...https://github.com/systemd/systemd/issues/15985
https://linux.oracle.com/cve/CVE-2020-13776.html
https://linux.oracle.com/errata/ELSA-2021-1611.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IYGLFEKG45EYBJ7TPQMLWROWPTZBEU63/
https://security.netapp.com/advisory/ntap-20200611-0003/
| -| libsystemd0 | CVE-2021-3997 | UNKNOWN | 247.3-6~bpo10+1 | |
Expand...
| | libtasn1-6 | CVE-2018-1000654 | LOW | 4.13-3 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00009.html
http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00018.html
http://www.securityfocus.com/bid/105151
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000654
https://gitlab.com/gnutls/libtasn1/issues/4
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| | libtiff5 | CVE-2014-8130 | LOW | 4.1.0+git191117-2~deb10u3 | |
Expand...http://bugzilla.maptools.org/show_bug.cgi?id=2483
http://lists.apple.com/archives/security-announce/2015/Jun/msg00001.html
http://lists.apple.com/archives/security-announce/2015/Jun/msg00002.html
http://openwall.com/lists/oss-security/2015/01/24/15
http://rhn.redhat.com/errata/RHSA-2016-1546.html
http://rhn.redhat.com/errata/RHSA-2016-1547.html
http://support.apple.com/kb/HT204941
http://support.apple.com/kb/HT204942
http://www.conostix.com/pub/adv/CVE-2014-8130-LibTIFF-Division_By_Zero.txt
http://www.securityfocus.com/bid/72353
http://www.securitytracker.com/id/1032760
https://bugzilla.redhat.com/show_bug.cgi?id=1185817
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8130
https://github.com/vadz/libtiff/commit/3c5eb8b1be544e41d2c336191bc4936300ad7543
https://linux.oracle.com/cve/CVE-2014-8130.html
https://linux.oracle.com/errata/ELSA-2016-1547.html
https://security.gentoo.org/glsa/201701-16
https://ubuntu.com/security/notices/USN-2553-1
| | libtiff5 | CVE-2017-16232 | LOW | 4.1.0+git191117-2~deb10u3 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2018-01/msg00036.html
http://lists.opensuse.org/opensuse-security-announce/2018-01/msg00041.html
http://packetstormsecurity.com/files/150896/LibTIFF-4.0.8-Memory-Leak.html
http://seclists.org/fulldisclosure/2018/Dec/32
http://seclists.org/fulldisclosure/2018/Dec/47
http://www.openwall.com/lists/oss-security/2017/11/01/11
http://www.openwall.com/lists/oss-security/2017/11/01/3
http://www.openwall.com/lists/oss-security/2017/11/01/7
http://www.openwall.com/lists/oss-security/2017/11/01/8
http://www.securityfocus.com/bid/101696
| @@ -431,11 +433,11 @@ hide: | libtinfo6 | CVE-2021-39537 | LOW | 6.1+20181013-2+deb10u2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
| | libudev1 | CVE-2019-3843 | HIGH | 247.3-6~bpo10+1 | |
Expand...http://www.securityfocus.com/bid/108116
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3843
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3843
https://github.com/systemd/systemd-stable/pull/54 (backport for v241-stable)
https://linux.oracle.com/cve/CVE-2019-3843.html
https://linux.oracle.com/errata/ELSA-2020-1794.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5JXQAKSTMABZ46EVCRMW62DHWYHTTFES/
https://security.netapp.com/advisory/ntap-20190619-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| | libudev1 | CVE-2019-3844 | HIGH | 247.3-6~bpo10+1 | |
Expand...http://www.securityfocus.com/bid/108096
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3844
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3844
https://linux.oracle.com/cve/CVE-2019-3844.html
https://linux.oracle.com/errata/ELSA-2020-1794.html
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://security.netapp.com/advisory/ntap-20190619-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| +| libudev1 | CVE-2021-3997 | MEDIUM | 247.3-6~bpo10+1 | |
Expand...https://www.openwall.com/lists/oss-security/2022/01/10/2
| | libudev1 | CVE-2013-4392 | LOW | 247.3-6~bpo10+1 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| | libudev1 | CVE-2019-20386 | LOW | 247.3-6~bpo10+1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00014.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20386
https://github.com/systemd/systemd/commit/b2774a3ae692113e1f47a336a6c09bac9cfb49ad
https://linux.oracle.com/cve/CVE-2019-20386.html
https://linux.oracle.com/errata/ELSA-2020-4553.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZPCOMW5X6IZZXASCDD2CNW2DLF3YADC/
https://security.netapp.com/advisory/ntap-20200210-0002/
https://ubuntu.com/security/notices/USN-4269-1
https://usn.ubuntu.com/4269-1/
| | libudev1 | CVE-2020-13529 | LOW | 247.3-6~bpo10+1 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| | libudev1 | CVE-2020-13776 | LOW | 247.3-6~bpo10+1 | |
Expand...https://github.com/systemd/systemd/issues/15985
https://linux.oracle.com/cve/CVE-2020-13776.html
https://linux.oracle.com/errata/ELSA-2021-1611.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IYGLFEKG45EYBJ7TPQMLWROWPTZBEU63/
https://security.netapp.com/advisory/ntap-20200611-0003/
| -| libudev1 | CVE-2021-3997 | UNKNOWN | 247.3-6~bpo10+1 | |
Expand...
| | libuuid1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | |
Expand...https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c
https://github.com/karelzak/util-linux/issues/1395
https://security.netapp.com/advisory/ntap-20210902-0002/
| | libuv1 | CVE-2020-8252 | LOW | 1.24.1-1+deb10u1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00011.html
http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00023.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8252
https://hackerone.com/reports/965914
https://linux.oracle.com/cve/CVE-2020-8252.html
https://linux.oracle.com/errata/ELSA-2021-0548.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4OOYAMJVLLCLXDTHW3V5UXNULZBBK4O6/
https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/
https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/#fs-realpath-native-on-may-cause-buffer-overflow-medium-cve-2020-8252
https://security.gentoo.org/glsa/202009-15
https://security.netapp.com/advisory/ntap-20201009-0004/
https://ubuntu.com/security/notices/USN-4548-1
https://usn.ubuntu.com/4548-1/
| | libvncclient1 | CVE-2017-18922 | CRITICAL | 0.9.11+dfsg-1.3+deb10u4 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00020.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00028.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00033.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00055.html
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00066.html
http://www.openwall.com/lists/oss-security/2020/06/30/3
https://bugzilla.redhat.com/show_bug.cgi?id=1852356
https://cert-portal.siemens.com/productcert/pdf/ssa-390195.pdf
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18922
https://github.com/LibVNC/libvncserver/commit/aac95a9dcf4bbba87b76c72706c3221a842ca433
https://linux.oracle.com/cve/CVE-2017-18922.html
https://linux.oracle.com/errata/ELSA-2020-3385.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4F6FUH4EFK4NAP6GT4TQRTBKWIRCZLIY/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NVP7TJVYJDXDFRHVQ3ENEN3H354QPXEZ/
https://ubuntu.com/security/notices/USN-4407-1
https://usn.ubuntu.com/4407-1/
https://www.openwall.com/lists/oss-security/2020/06/30/2
| @@ -499,7 +501,7 @@ hide: | passwd | CVE-2013-4235 | LOW | 1:4.5-1.1 | |
Expand...https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| | passwd | CVE-2018-7169 | LOW | 1:4.5-1.1 | |
Expand...https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1729357
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7169
https://github.com/shadow-maint/shadow/pull/97
https://security.gentoo.org/glsa/201805-09
| | passwd | CVE-2019-19882 | LOW | 1:4.5-1.1 | |
Expand...https://bugs.archlinux.org/task/64836
https://bugs.gentoo.org/702252
https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75
https://github.com/shadow-maint/shadow/pull/199
https://github.com/void-linux/void-packages/pull/17580
https://security.gentoo.org/glsa/202008-09
| -| perl-base | CVE-2020-16156 | HIGH | 5.28.1-6+deb10u1 | |
Expand...http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156
https://github.com/andk/cpanpm/commit/b27c51adf0fda25dee84cb72cb2b1bf7d832148c
https://metacpan.org/pod/distribution/CPAN/scripts/cpan
| +| perl-base | CVE-2020-16156 | HIGH | 5.28.1-6+deb10u1 | |
Expand...http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156
https://github.com/andk/cpanpm/commit/b27c51adf0fda25dee84cb72cb2b1bf7d832148c
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SD6RYOJII7HRJ6WVORFNVTYNOFY5JDXN/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SZ32AJIV4RHJMLWLU5QULGKMMIHYOMDC/
https://metacpan.org/pod/distribution/CPAN/scripts/cpan
| | perl-base | CVE-2011-4116 | LOW | 5.28.1-6+deb10u1 | |
Expand...http://www.openwall.com/lists/oss-security/2011/11/04/2
http://www.openwall.com/lists/oss-security/2011/11/04/4
https://github.com/Perl-Toolchain-Gang/File-Temp/issues/14
https://rt.cpan.org/Public/Bug/Display.html?id=69106
https://seclists.org/oss-sec/2011/q4/238
| | tar | CVE-2005-2541 | LOW | 1.30+dfsg-6 | |
Expand...http://marc.info/?l=bugtraq&m=112327628230258&w=2
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
| | tar | CVE-2019-9923 | LOW | 1.30+dfsg-6 | |
Expand...http://git.savannah.gnu.org/cgit/tar.git/commit/?id=cb07844454d8cc9fb21f53ace75975f91185a120
http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00077.html
http://savannah.gnu.org/bugs/?55369
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1810241
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9923
https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E
https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E
https://ubuntu.com/security/notices/USN-4692-1
| diff --git a/docs/index.yaml b/docs/index.yaml index 3e12045bc9e..eb4f943e289 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,37 +1,6 @@ apiVersion: v1 entries: airsonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.6.2 - created: "2022-01-11T18:33:59.391979039Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Airsonic is a Free and Open Source community driven media server - digest: 4f2094d64983b1272ea8be1d00f91d5dcabf0982bf3bc3694a03195ea70e5170 - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic - icon: https://truecharts.org/_static/img/appicons/airsonic-icon.png - keywords: - - airsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: airsonic - sources: - - https://github.com/airsonic/airsonic - - https://github.com/linuxserver/docker-airsonic - - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - urls: - - https://github.com/truecharts/apps/releases/download/airsonic-4.0.31/airsonic-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -157,40 +126,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-4.0.23/airsonic-4.0.23.tgz version: 4.0.23 airsonic-advanced: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 11.0.0 - created: "2022-01-11T18:33:59.541633378Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Airsonic is a Free and Open Source community driven media server - digest: 1c5dd834437bc9fcbdc56700c421ed10759e9d0361716c016f94da4f5342a788 - home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic-advanced - icon: https://truecharts.org/_static/img/appicons/airsonic-icon.png - keywords: - - airsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: airsonic-advanced - sources: - - https://github.com/airsonic/airsonic-advanced - - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced - urls: - - https://github.com/truecharts/apps/releases/download/airsonic-advanced-1.0.2/airsonic-advanced-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -260,35 +195,6 @@ entries: - https://github.com/truecharts/apps/releases/download/airsonic-advanced-1.0.0/airsonic-advanced-1.0.0.tgz version: 1.0.0 amcrest2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.15 - created: "2022-01-11T18:33:59.680043925Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Expose all events from an Amcrest device to an MQTT broker - digest: a8f067cf2d03a76313fe9404fbe5d59b7bf195355917d7e9a06428301ef6cba3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt - icon: https://truecharts.org/_static/img/appicons/amcrest2mqtt-icon.png - keywords: - - amcrest2mqtt - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: amcrest2mqtt - sources: - - https://github.com/dchesterton/amcrest2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.32/amcrest2mqtt-2.0.32.tgz - version: 2.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -435,43 +341,6 @@ entries: - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-2.0.23/amcrest2mqtt-2.0.23.tgz version: 2.0.23 anonaddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - email - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.9 - created: "2022-01-11T18:33:59.84678924Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.50 - description: Protect your email from spam using disposable addresses. - digest: 01cee4ebb05bf3c4584a51d34dbc2b607c240f68e36a85286cc3b1b78d844011 - home: https://github.com/truechartsapps/tree/master/charts/stable/anonaddy - icon: https://truecharts.org/_static/img/appicons/anonaddy-icon.png - keywords: - - anonaddy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: anonaddy - sources: - - https://github.com/anonaddy/docker - urls: - - https://github.com/truecharts/apps/releases/download/anonaddy-6.0.21/anonaddy-6.0.21.tgz - version: 6.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -695,38 +564,6 @@ entries: - https://github.com/truecharts/apps/releases/download/anonaddy-6.0.9/anonaddy-6.0.9.tgz version: 6.0.9 apache-musicindex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.1 - created: "2022-01-11T18:33:59.984052989Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Index and stream music using apache-musicindex and m3u playlists - digest: 3a39b3894a9b3824b03b9f2ceb65c0cadd8da4823273f11d7a91d61b8b38b6e1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex - icon: https://truecharts.org/_static/img/appicons/apache-musicindex-icon.png - keywords: - - apache-musicindex - - streaming - - m3u - - playlist - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: apache-musicindex - sources: - - http://hacks.slashdirt.org/sw/musicindex/ - urls: - - https://github.com/truecharts/apps/releases/download/apache-musicindex-2.0.29/apache-musicindex-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -856,43 +693,6 @@ entries: - https://github.com/truecharts/apps/releases/download/apache-musicindex-2.0.21/apache-musicindex-2.0.21.tgz version: 2.0.21 appdaemon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.2.0 - created: "2022-01-11T18:34:00.123494334Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - 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: 1ede7254dfa8c1859128e52cd5533157b377bbf6f0ddc1e44db333e3f34bb779 - home: https://github.com/truecharts/apps/tree/master/charts/stable/appdaemon - icon: https://truecharts.org/_static/img/appicons/appdaemon-icon.png - keywords: - - appdaemon - - homeautomation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - - email: 20650065+warllo54@users.noreply.github.com - name: warllo54 - url: truecharts.org - name: appdaemon - sources: - - https://github.com/AppDaemon/appdaemon - type: application - urls: - - https://github.com/truecharts/apps/releases/download/appdaemon-7.0.11/appdaemon-7.0.11.tgz - version: 7.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1116,35 +916,6 @@ entries: - https://github.com/truecharts/apps/releases/download/appdaemon-7.0.0/appdaemon-7.0.0.tgz version: 7.0.0 aria2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:00.258588885Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: aria server for downloading web content - digest: da1a4b425da8d0f212e90eab0a0370b2331a6231dc7729d1ef1efc53676b8b96 - home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2 - icon: https://truecharts.org/_static/img/appicons/aria2-icon.png - keywords: - - aria2 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: aria2 - sources: - - https://github.com/P3TERX/Aria2-Pro-Docker - urls: - - https://github.com/truecharts/apps/releases/download/aria2-3.0.10/aria2-3.0.10.tgz - version: 3.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1291,41 +1062,6 @@ entries: - https://github.com/truecharts/apps/releases/download/aria2-3.0.0/aria2-3.0.0.tgz version: 3.0.0 audacity: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.2 - created: "2022-01-11T18:34:00.420508506Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: An easy-to-use, multi-track audio editor and recorder - digest: 2ec6cc9aeb11bba1333447f7de2b8d9bbeb2be9806983c7534128d5fa8c1ae6a - home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity - icon: https://truecharts.org/_static/img/appicons/audacity-icon.png - keywords: - - audacity - - music - - recorder - - editor - - audio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: audacity - sources: - - https://github.com/linuxserver/docker-audacity - - https://www.audacityteam.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/audacity-2.0.29/audacity-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1467,55 +1203,6 @@ entries: - https://github.com/truecharts/apps/releases/download/audacity-2.0.21/audacity-2.0.21.tgz version: 2.0.21 authelia: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.33.1 - created: "2022-01-11T18:34:00.610857095Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 1.0.50 - description: Authelia is a Single Sign-On Multi-Factor portal for web apps - digest: 3ed35a566e19cd75a718bd80539718b51cf4ebe4145e74a3fdc2d37ca5b9449d - home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia - icon: https://truecharts.org/_static/img/appicons/authelia-icon.png - keywords: - - authelia - - authentication - - login - - SSO - - Authentication - - Security - - Two-Factor - - U2F - - YubiKey - - Push Notifications - - LDAP - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: authelia - sources: - - https://github.com/authelia/chartrepo - - https://github.com/authelia/authelia - type: application - urls: - - https://github.com/truecharts/apps/releases/download/authelia-8.0.25/authelia-8.0.25.tgz - version: 8.0.25 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -1811,46 +1498,6 @@ entries: - https://github.com/truecharts/apps/releases/download/authelia-8.0.13/authelia-8.0.13.tgz version: 8.0.13 babybuddy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.3 - created: "2022-01-11T18:34:00.885581392Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - 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: 5d60f862c7fd0bde502876d3249c4c93677b6c8ca275aea7595e35927a35853c - home: https://github.com/truecharts/apps/tree/main/charts/babybuddy - icon: https://truecharts.org/_static/img/appicons/babybuddy-icon.png - keywords: - - baby - - buddy - - tracker - - parents - - parenting - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: babybuddy - sources: - - https://github.com/babybuddy/babybuddy - - https://github.com/nicholaswilde/docker-babybuddy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/babybuddy-5.0.26/babybuddy-5.0.26.tgz - version: 5.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2052,43 +1699,6 @@ entries: - https://github.com/truecharts/apps/releases/download/babybuddy-5.0.16/babybuddy-5.0.16.tgz version: 5.0.16 bazarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.2 - created: "2022-01-11T18:34:01.098888056Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Bazarr is a companion application to Sonarr and Radarr. It manages - and downloads subtitles based on your requirements - digest: 30e38ebb15c2da46aa227ed0140b36b724f09629f480cd6beade5d382e10ba14 - home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr - icon: https://truecharts.org/_static/img/appicons/bazarr-icon.png - keywords: - - bazarr - - radarr - - sonarr - - subtitles - - usenet - - torrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: bazarr - sources: - - https://github.com/morpheus65535/bazarr - - https://hub.docker.com/r/linuxserver/bazarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/bazarr-9.0.33/bazarr-9.0.33.tgz - version: 9.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2312,41 +1922,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bazarr-9.0.23/bazarr-9.0.23.tgz version: 9.0.23 beets: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-11T18:34:01.425865594Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A music library manager and not, for the most part, a music player. - digest: ca6a253d823cf9066d0199e8c48ba471d01994ab405a2fd059b544f204963ed3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/beets - icon: https://truecharts.org/_static/img/appicons/beets-icon.png - keywords: - - music - - library - - manager - - player - - beets - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: beets - sources: - - https://github.com/linuxserver/docker-beets - - https://beets.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/beets-2.0.32/beets-2.0.32.tgz - version: 2.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2523,44 +2098,6 @@ entries: - https://github.com/truecharts/apps/releases/download/beets-2.0.23/beets-2.0.23.tgz version: 2.0.23 blog: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - hosting - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:01.665464829Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Lightweight self-hosted facebook-styled PHP blog. - digest: b9117c67f7138b86ac6858dd5ba49406e624300ca5d625bb177ae5810f8cb048 - home: https://github.com/truechartsapps/tree/master/charts/stable/blog - icon: https://truecharts.org/_static/img/appicons/blog-icon.png - keywords: - - blog - - php - - self - - hosted - - facebook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: blog - sources: - - https://github.com/m1k1o/blog - - https://github.com/nicholaswilde/docker-blog - urls: - - https://github.com/truecharts/apps/releases/download/blog-0.0.20/blog-0.0.20.tgz - version: 0.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2790,37 +2327,6 @@ entries: - https://github.com/truecharts/apps/releases/download/blog-0.0.10/blog-0.0.10.tgz version: 0.0.10 boinc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 18.04.1 - created: "2022-01-11T18:34:01.855851019Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: BOINC is a platform for high-throughput computing on a large scale - (thousands or millions of computers). - digest: dda5e972ca1be3617cbbdd049b1e2f7a2f7418a7999ad46cc62c84153fc85612 - home: https://github.com/truecharts/apps/tree/master/charts/stable/boinc - icon: https://truecharts.org/_static/img/appicons/boinc-icon.png - keywords: - - boinc - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: boinc - sources: - - https://hub.docker.com/r/linuxserver/boinc - type: application - urls: - - https://github.com/truecharts/apps/releases/download/boinc-0.0.10/boinc-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -2977,38 +2483,6 @@ entries: - https://github.com/truecharts/apps/releases/download/boinc-0.0.1/boinc-0.0.1.tgz version: 0.0.1 booksonic-air: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2009.1.0 - created: "2022-01-11T18:34:02.161089881Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Booksonic is a platform for accessing the audibooks you own wherever - you are - digest: 64e75e17a7ee3b9b00d630aa4f172c6c14deb80ad7e119674fd7f800b7e1b6c8 - home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air - icon: https://truecharts.org/_static/img/appicons/booksonic-air-icon.png - keywords: - - booksonic - - audiobook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: booksonic-air - sources: - - https://github.com/popeen/Booksonic-Air - - https://hub.docker.com/r/linuxserver/booksonic-air - urls: - - https://github.com/truecharts/apps/releases/download/booksonic-air-4.0.31/booksonic-air-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3170,46 +2644,6 @@ entries: - https://github.com/truecharts/apps/releases/download/booksonic-air-4.0.20/booksonic-air-4.0.20.tgz version: 4.0.20 bookstack: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 21.12.2021 - created: "2022-01-11T18:34:02.598395498Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - description: A simple, self-hosted, easy-to-use platform for organising and storing - information. - digest: 42fa860041f1c8de2399dea6f904087972c5490e2415840cdf85c1b01482ac37 - home: https://github.com/truechartsapps/tree/master/charts/stable/bookstack - icon: https://truecharts.org/_static/img/appicons/bookstack-icon.png - keywords: - - bookstack - - book - - stack - - organizer - - server - - hosted - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: bookstack - sources: - - https://www.bookstackapp.com/ - - https://hub.docker.com/r/linuxserver/bookstack - urls: - - https://github.com/truecharts/apps/releases/download/bookstack-0.0.20/bookstack-0.0.20.tgz - version: 0.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3371,36 +2805,6 @@ entries: - https://github.com/truecharts/apps/releases/download/bookstack-0.0.11/bookstack-0.0.11.tgz version: 0.0.11 calibre: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.32.0 - created: "2022-01-11T18:34:02.803036171Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Calibre is a powerful and easy to use e-book manager. - digest: 982afef6858d2a37e2334d998890deb1a9a95a4262deb1a8f714a6eb5746621a - home: https://github.com/truechartsapps/tree/master/charts/stable/calibre - icon: https://truecharts.org/_static/img/appicons/calibre-icon.png - keywords: - - calibre - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: calibre - sources: - - https://hub.docker.com/r/linuxserver/calibre/ - - https://github.com/kovidgoyal/calibre/ - urls: - - https://github.com/truecharts/apps/releases/download/calibre-5.0.11/calibre-5.0.11.tgz - version: 5.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3582,40 +2986,6 @@ entries: - https://github.com/truecharts/apps/releases/download/calibre-5.0.0/calibre-5.0.0.tgz version: 5.0.0 calibre-web: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.6.12 - created: "2022-01-11T18:34:02.969300487Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Calibre-Web is a web app providing a clean interface for browsing, - reading and downloading eBooks using an existing Calibre database. - digest: f1a62f3650932ef1981d6483fbe00cd2d5c3c09391450f9dc89219c47e69893a - home: https://github.com/truecharts/apps/tree/master/charts/stable/calibre-web - icon: https://truecharts.org/_static/img/appicons/calibre-web-icon.png - keywords: - - calibre-web - - calibre - - ebook - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: calibre-web - sources: - - https://hub.docker.com/r/linuxserver/calibre-web/ - - https://github.com/janeczku/calibre-web - type: application - urls: - - https://github.com/truecharts/apps/releases/download/calibre-web-9.0.29/calibre-web-9.0.29.tgz - version: 9.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -3929,45 +3299,6 @@ entries: - https://github.com/truecharts/apps/releases/download/chevereto-0.0.1/chevereto-0.0.1.tgz version: 0.0.1 clarkson: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - vehicle - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.1.2 - created: "2022-01-11T18:34:03.191007142Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - 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: 9b734b240c51582d850f5f2f92aa61f3b25314f4dcc787624533dd1df4cf494f - home: https://github.com/truechartsapps/tree/master/charts/stable/clarkson - icon: https://truecharts.org/_static/img/appicons/clarkson-icon.png - keywords: - - fuel - - car - - log - - fill-up - - vehicle - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: clarkson - sources: - - https://github.com/linuxserver/Clarkson - - https://hub.docker.com/r/linuxserver/clarkson - urls: - - https://github.com/truecharts/apps/releases/download/clarkson-0.0.21/clarkson-0.0.21.tgz - version: 0.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4203,41 +3534,6 @@ entries: - https://github.com/truecharts/apps/releases/download/clarkson-0.0.9/clarkson-0.0.9.tgz version: 0.0.9 cloud9: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.29.2 - created: "2022-01-11T18:34:03.448296858Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A complete web based IDE with terminal access - digest: f3dbe0a67fde2b03d48dcb496355ff5e6f71b9af3d04f168ddb9b7800bc28284 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9 - icon: https://truecharts.org/_static/img/appicons/cloud9-icon.png - keywords: - - cloud9 - - ide - - terminal - - web - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: cloud9 - sources: - - https://aws.amazon.com/cloud9/ - - https://github.com/c9/core - - https://hub.docker.com/r/linuxserver/cloud9 - type: application - urls: - - https://github.com/truecharts/apps/releases/download/cloud9-2.0.32/cloud9-2.0.32.tgz - version: 2.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4379,39 +3675,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cloud9-2.0.24/cloud9-2.0.24.tgz version: 2.0.24 code-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.0.1 - created: "2022-01-11T18:34:03.62676526Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Run VS Code on any machine anywhere and access it in the browser. - digest: 4bbc47fe1af4637bfec44b31b670a1bffc2c33c2570e540f1cad06d56b5f4dee - home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server - icon: https://truecharts.org/_static/img/appicons/codeserver-icon.png - keywords: - - code - - vs - - visual studio - - vscode - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: code-server - sources: - - https://github.com/cdr/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/code-server-2.1.13/code-server-2.1.13.tgz - version: 2.1.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -4710,41 +3973,6 @@ entries: - https://github.com/truecharts/apps/releases/download/code-server-2.0.19/code-server-2.0.19.tgz version: 2.0.19 collabora-online: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 21.11.1.0 - created: "2022-01-11T18:34:03.914718542Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Collabora Online Development Edition – an awesome, Online Office - suite image suitable for home use. - digest: c0452127dc8f4c35aa03ac5f41f698c8d555eaf65996fad3b4a4875b212009d4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online - icon: https://truecharts.org/_static/img/appicons/collabora-icon.png - keywords: - - collabora-online - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: collabora-online - sources: - - https://hub.docker.com/r/collabora/code - - https://sdk.collaboraonline.com/contents.html - - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm - type: application - urls: - - https://github.com/truecharts/apps/releases/download/collabora-online-10.0.12/collabora-online-10.0.12.tgz - version: 10.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5504,36 +4732,6 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-3.3.6/common-test-3.3.6.tgz version: 3.3.6 couchpotato: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.22 - created: "2022-01-11T18:34:04.127115107Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Couchpotato is an automatic NZB and torrent downloader. - digest: 021b9af4c0f0045eb2b030c2242b5cadc5db5c1c0adc049ca9842811c15b97e6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/couchpotato - icon: https://truecharts.org/_static/img/appicons/couchpotato-icon.png - keywords: - - couchpotato - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: couchpotato - sources: - - https://hub.docker.com/r/linuxserver/couchpotato - type: application - urls: - - https://github.com/truecharts/apps/releases/download/couchpotato-0.0.10/couchpotato-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5685,35 +4883,6 @@ entries: - https://github.com/truecharts/apps/releases/download/couchpotato-0.0.1/couchpotato-0.0.1.tgz version: 0.0.1 cryptofolio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0 - created: "2022-01-11T18:34:04.307247108Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Track your cryptocurrency holdings/portfolio - digest: 26817c9c28d013eeb118af001068e416e378efbcbc69d8b11448730370e726f3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio - icon: https://truecharts.org/_static/img/appicons/cryptofolio-icon.png - keywords: - - cryptofolio - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: cryptofolio - sources: - - https://github.com/Xtrendence/cryptofolio - urls: - - https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.29/cryptofolio-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -5831,36 +5000,6 @@ entries: - https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.21/cryptofolio-2.0.21.tgz version: 2.0.21 custom-app: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - custom - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.20.280 - created: "2022-01-11T18:34:04.431445471Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Advanced tool to create your own TrueCharts-based App - digest: 47ec61f42deabe44a327176850281263ffa1cd83c8202302d88cb1d56da7a6b1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - icon: https://truecharts.org/_static/img/appicons/custom-app-icon.png - keywords: - - custom - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: custom-app - sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app - type: application - urls: - - https://github.com/truecharts/apps/releases/download/custom-app-3.0.53/custom-app-3.0.53.tgz - version: 3.0.53 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6312,37 +5451,6 @@ entries: - https://github.com/truecharts/apps/releases/download/custom-app-3.0.30/custom-app-3.0.30.tgz version: 3.0.30 darktable: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.6.1 - created: "2022-01-11T18:34:04.604590479Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Darktable is an open source photography workflow application and - raw developer. - digest: 3b6ddb61a04b22ff701eb5834be6c8171b410d932914813b2891cb378b4c0967 - home: https://github.com/truecharts/apps/tree/master/charts/stable/darktable - icon: https://truecharts.org/_static/img/appicons/darktable-icon.png - keywords: - - darktable - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: darktable - sources: - - https://hub.docker.com/r/linuxserver/darktable - type: application - urls: - - https://github.com/truecharts/apps/releases/download/darktable-0.0.11/darktable-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6530,40 +5638,6 @@ entries: - https://github.com/truecharts/apps/releases/download/darktable-0.0.1/darktable-0.0.1.tgz version: 0.0.1 davos: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.1 - created: "2022-01-11T18:34:04.74824802Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: An FTP automation tool that periodically scans given host locations - for new files. - digest: 1a669e1bff685becae11ac99a04e01db12b6bb43328153bb3c3afbf3eb8b0ac0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/davos - icon: https://truecharts.org/_static/img/appicons/davos-icon.png - keywords: - - davos - - ftp - - automation - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: davos - sources: - - https://github.com/linuxserver/docker-davos - - https://github.com/linuxserver/davos/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/davos-2.0.29/davos-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6701,37 +5775,6 @@ entries: - https://github.com/truecharts/apps/releases/download/davos-2.0.21/davos-2.0.21.tgz version: 2.0.21 ddclient: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.9.1 - created: "2022-01-11T18:34:04.879730875Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Ddclient is a Perl client used to update dynamic DNS entries for - accounts on Dynamic DNS Network Service Provider. - digest: 5e3c76ad7bed66a45d900f1440a33f8852a8a1120806cc2fbb37659243ffc316 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ddclient - icon: https://truecharts.org/_static/img/appicons/ddclient-icon.png - keywords: - - ddclient - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ddclient - sources: - - https://hub.docker.com/r/linuxserver/ddclient - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ddclient-0.0.10/ddclient-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -6888,40 +5931,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ddclient-0.0.1/ddclient-0.0.1.tgz version: 0.0.1 deconz: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.01 - created: "2022-01-11T18:34:05.048855188Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: deCONZ is an easy to use control software, with which you can set - up and control Zigbee networks of any size without further programming effort. - digest: 78f403175fc16aac402c736335329c12ad3bf7bd585a26154391e66aa1fa10ed - home: https://github.com/truechartsapps/tree/master/charts/stable/deconz - icon: https://truecharts.org/_static/img/appicons/deconz-icon.png - keywords: - - deconz - - home-automation - - zigbee - - conbee - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deconz - sources: - - https://github.com/dresden-elektronik/deconz-rest-plugin - - https://github.com/marthoc/docker-deconz - urls: - - https://github.com/truecharts/apps/releases/download/deconz-6.0.10/deconz-6.0.10.tgz - version: 6.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7127,39 +6136,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deconz-5.0.7/deconz-5.0.7.tgz version: 5.0.7 deepstack: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - AI - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.09.1 - created: "2022-01-11T18:34:05.229552888Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: DeepStack AI provides AI features including Face Recognition, Object - Detection, Scene Recognition and custom AI Models - digest: c42383ea89a5b9dcad0bb3b122d35ddedcade521595196a7610f7f1422c2a3a6 - home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack - icon: https://truecharts.org/_static/img/appicons/deepstack-icon.png - keywords: - - AI - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deepstack - sources: - - https://github.com/johnolafenwa/DeepStack - - https://hub.docker.com/r/deepquestai/deepstack - - https://www.deepstack.cc/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deepstack-1.0.2/deepstack-1.0.2.tgz - version: 1.0.2 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7592,38 +6568,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-gpu-3.0.0/deepstack-gpu-3.0.0.tgz version: 3.0.0 deluge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.3 - created: "2022-01-11T18:34:05.369944633Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Deluge App for TrueNAS SCALE - digest: e537dca9fbc0f7045428bfdda5ffa3421daff45fb97e145d88070392ee9141fa - home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge - icon: https://truecharts.org/_static/img/appicons/deluge-icon.png - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: deluge - sources: - - https://github.com/deluge-torrent/deluge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/deluge-9.0.30/deluge-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7753,41 +6697,6 @@ entries: - https://github.com/truecharts/apps/releases/download/deluge-9.0.22/deluge-9.0.22.tgz version: 9.0.22 digikam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.3.0 - created: "2022-01-11T18:34:05.513688074Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Professional Photo Management with the Power of Open Source - digest: be688374ef4dba44c443030b01617ed510f594547cdf32439843eb51f86cad82 - home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam - icon: https://truecharts.org/_static/img/appicons/digikam-icon.png - keywords: - - digikam - - photo - - management - - image - - gallery - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: digikam - sources: - - https://github.com/linuxserver/docker-digikam - - https://www.digikam.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/digikam-2.0.31/digikam-2.0.31.tgz - version: 2.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -7929,37 +6838,6 @@ entries: - https://github.com/truecharts/apps/releases/download/digikam-2.0.23/digikam-2.0.23.tgz version: 2.0.23 dillinger: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.39.1 - created: "2022-01-11T18:34:05.654697218Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS - powered HTML5 Markdown editor. - digest: d629f2815747359afebe3538d57b4a621c87e678dbace553d3c6cc3324bacfa3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/dillinger - icon: https://truecharts.org/_static/img/appicons/dillinger-icon.png - keywords: - - dillinger - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dillinger - sources: - - https://hub.docker.com/r/linuxserver/dillinger - type: application - urls: - - https://github.com/truecharts/apps/releases/download/dillinger-0.0.10/dillinger-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8116,37 +6994,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dillinger-0.0.1/dillinger-0.0.1.tgz version: 0.0.1 dizquetv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-11T18:34:05.798920758Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Create live TV channel streams from media on your Plex servers. - digest: 5bfe5f855f496aa4f3e465aac1f908b1774c1637d6b8c8b972e70aca4e95466f - home: https://github.com/truechartsapps/tree/master/charts/stable/dizquetv - icon: https://truecharts.org/_static/img/appicons/dizquetv-icon.png - keywords: - - dizqueTV - - dizquetv - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dizquetv - sources: - - https://github.com/vexorian/dizquetv - - https://hub.docker.com/r/vexorian/dizquetv - urls: - - https://github.com/truecharts/apps/releases/download/dizquetv-5.0.10/dizquetv-5.0.10.tgz - version: 5.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8334,37 +7181,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-4.0.19/dizquetv-4.0.19.tgz version: 4.0.19 dokuwiki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.28 - created: "2022-01-11T18:34:05.962664277Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Dokuwiki is a simple to use and highly versatile Open Source wiki - software that doesn't require a database. - digest: 5df8dfcea04facc5c70ba4f707ac9a9b79716e1e6c80d450522ba5826a9edea3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/dokuwiki - icon: https://truecharts.org/_static/img/appicons/dokuwiki-icon.png - keywords: - - dokuwiki - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dokuwiki - sources: - - https://hub.docker.com/r/linuxserver/dokuwiki - type: application - urls: - - https://github.com/truecharts/apps/releases/download/dokuwiki-0.0.10/dokuwiki-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8521,37 +7337,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dokuwiki-0.0.1/dokuwiki-0.0.1.tgz version: 0.0.1 domoticz: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.1.202 - created: "2022-01-11T18:34:06.198710416Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Domoticz is a Home Automation System that lets you monitor and configure - various devices like Lights, Switches and much more. - digest: ea615909ddb661d9fd1e4592a8f5138d5c2b61b9324cce1c26dca5a4f8a4e781 - home: https://github.com/truecharts/apps/tree/master/charts/stable/domoticz - icon: https://truecharts.org/_static/img/appicons/domoticz-icon.png - keywords: - - domoticz - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: domoticz - sources: - - https://hub.docker.com/r/linuxserver/domoticz - type: application - urls: - - https://github.com/truecharts/apps/releases/download/domoticz-0.0.14/domoticz-0.0.14.tgz - version: 0.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -8832,40 +7617,6 @@ entries: - https://github.com/truecharts/apps/releases/download/domoticz-0.0.1/domoticz-0.0.1.tgz version: 0.0.1 doublecommander: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.2 - created: "2022-01-11T18:34:06.333272168Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A free cross platform open source file manager with two panels side - by side. - digest: f43aa099b01848ccac1cb2b0ceb41d93696a8411181416790160b11edfc302bd - home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander - icon: https://truecharts.org/_static/img/appicons/doublecommander-icon.png - keywords: - - doublecommander - - file - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: doublecommander - sources: - - https://github.com/linuxserver/docker-doublecommander - - https://doublecmd.sourceforge.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/doublecommander-2.0.32/doublecommander-2.0.32.tgz - version: 2.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9003,42 +7754,6 @@ entries: - https://github.com/truecharts/apps/releases/download/doublecommander-2.0.24/doublecommander-2.0.24.tgz version: 2.0.24 dsmr-reader: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.09.02 - created: "2022-01-11T18:34:06.507090775Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: DSMR-protocol reader, telegram data storage and energy consumption - visualizer. - digest: 16041eedf0e6c38b9f052e04da9d4c26a4e1b102523cb7c871f662ee0604fb23 - home: https://github.com/truecharts/apps/tree/master/charts/stable/dsmr-reader - icon: https://truecharts.org/_static/img/appicons/dsmr-reader-icon.png - keywords: - - dsmr-reader - - energy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: dsmr-reader - sources: - - https://github.com/dsmrreader/dsmr-reader - - https://github.com/xirixiz/dsmr-reader-docker - urls: - - https://github.com/truecharts/apps/releases/download/dsmr-reader-5.0.19/dsmr-reader-5.0.19.tgz - version: 5.0.19 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9184,37 +7899,6 @@ entries: - https://github.com/truecharts/apps/releases/download/dsmr-reader-5.0.11/dsmr-reader-5.0.11.tgz version: 5.0.11 duckdns: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.17 - created: "2022-01-11T18:34:06.649483218Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Duckdns is a free service which will point a DNS (sub domains of - duckdns.org) to an IP of your choice. - digest: 114dea5027111f69814b2def299e1ecd719235830eb7616368fa5617fb463f63 - home: https://github.com/truecharts/apps/tree/master/charts/stable/duckdns - icon: https://truecharts.org/_static/img/appicons/duckdns-icon.png - keywords: - - duckdns - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: duckdns - sources: - - https://hub.docker.com/r/linuxserver/duckdns - type: application - urls: - - https://github.com/truecharts/apps/releases/download/duckdns-0.0.10/duckdns-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9371,36 +8055,6 @@ entries: - https://github.com/truecharts/apps/releases/download/duckdns-0.0.1/duckdns-0.0.1.tgz version: 0.0.1 duplicati: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: beta - created: "2022-01-11T18:34:06.849558497Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Store securely encrypted backups on cloud storage services! - digest: e13ff871d35027c71dea45a64100a4a6860a547f168759a3a7928d50191f5974 - home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati - icon: https://truecharts.org/_static/img/appicons/duplicati-icon.png - keywords: - - duplicati - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: duplicati - sources: - - https://hub.docker.com/r/linuxserver/duplicati/ - - https://github.com/duplicati/duplicati - urls: - - https://github.com/truecharts/apps/releases/download/duplicati-4.0.29/duplicati-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9522,39 +8176,6 @@ entries: - https://github.com/truecharts/apps/releases/download/duplicati-4.0.21/duplicati-4.0.21.tgz version: 4.0.21 emby: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.6.7.0 - created: "2022-01-11T18:34:06.981541251Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Emby Server is a home media server - digest: bb42197f5615b6371cf6aade643aa5c9f2df6f6cdf741daca6af55062b5fbe47 - home: https://github.com/truecharts/apps/master/stable/emby - icon: https://truecharts.org/_static/img/appicons/emby-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: emby - sources: - - https://hub.docker.com/r/linuxserver/emby - - https://github.com/linuxserver/docker-emby.git - type: application - urls: - - https://github.com/truecharts/apps/releases/download/emby-9.0.31/emby-9.0.31.tgz - version: 9.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9688,37 +8309,6 @@ entries: - https://github.com/truecharts/apps/releases/download/emby-9.0.23/emby-9.0.23.tgz version: 9.0.23 embystat: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.2.0 - created: "2022-01-11T18:34:07.128299088Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Embystat is a personal web server that can calculate all kinds of - statistics from your (local) Emby server. - digest: 49c924959e1cce5fba826146029b91b6f64e51428b6556067e59bb3315b20f66 - home: https://github.com/truecharts/apps/tree/master/charts/stable/embystat - icon: https://truecharts.org/_static/img/appicons/embystat-icon.png - keywords: - - embystat - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: embystat - sources: - - https://hub.docker.com/r/linuxserver/embystat - type: application - urls: - - https://github.com/truecharts/apps/releases/download/embystat-0.0.10/embystat-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -9875,37 +8465,6 @@ entries: - https://github.com/truecharts/apps/releases/download/embystat-0.0.1/embystat-0.0.1.tgz version: 0.0.1 emulatorjs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.1 - created: "2022-01-11T18:34:07.28051792Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Emulatorjs - In browser web based emulation portable to nearly any - device for many retro consoles. - digest: 01b5a3929da2003a1c18211f21203e3ad7c40cb17a8e42d58be140e3c544ec8c - home: https://github.com/truecharts/apps/tree/master/charts/stable/emulatorjs - icon: https://truecharts.org/_static/img/appicons/emulatorjs-icon.png - keywords: - - emulatorjs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: emulatorjs - sources: - - https://hub.docker.com/r/linuxserver/emulatorjs - type: application - urls: - - https://github.com/truecharts/apps/releases/download/emulatorjs-0.0.14/emulatorjs-0.0.14.tgz - version: 0.0.14 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10186,37 +8745,6 @@ entries: - https://github.com/truecharts/apps/releases/download/emulatorjs-0.0.1/emulatorjs-0.0.1.tgz version: 0.0.1 endlessh: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.21 - created: "2022-01-11T18:34:07.446830736Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Endlessh is an SSH tarpit that very slowly sends an endless, random - SSH banner. - digest: f8764aa95f25bb3ffbc6958a36e2135187552d9f2b88f20c1ed9ea44689faa31 - home: https://github.com/truecharts/apps/tree/master/charts/stable/endlessh - icon: https://truecharts.org/_static/img/appicons/endlessh-icon.png - keywords: - - endlessh - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: endlessh - sources: - - https://hub.docker.com/r/linuxserver/endlessh - type: application - urls: - - https://github.com/truecharts/apps/releases/download/endlessh-0.0.10/endlessh-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10373,38 +8901,6 @@ entries: - https://github.com/truecharts/apps/releases/download/endlessh-0.0.1/endlessh-0.0.1.tgz version: 0.0.1 esphome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.3 - created: "2022-01-11T18:34:07.605486643Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful - configuration files and control them remotely through Home Automation systems. - digest: b69400da8cda21d5d7705ea404b8cbf270faa48b64fc660ad9bdc24ae95dce20 - home: https://github.com/truecharts/apps/tree/master/charts/stable/esphome - icon: https://truecharts.org/_static/img/appicons/esphome-icon.png - keywords: - - esphome - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: esphome - sources: - - https://github.com/esphome/esphome - - https://hub.docker.com/u/esphome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/esphome-9.0.37/esphome-9.0.37.tgz - version: 9.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10694,46 +9190,6 @@ entries: - https://github.com/truecharts/apps/releases/download/esphome-9.0.23/esphome-9.0.23.tgz version: 9.0.23 etherpad: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.14 - created: "2022-01-11T18:34:07.758025379Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: A real-time collaborative editor scalable to thousands of simultaneous - real time users. - digest: 8c11599940a4dfa759f0a16c3c5963ed6311841f46246a3bcfc9ff7e8dfd94ca - home: https://github.com/truecharts/apps/tree/main/charts/etherpad - icon: https://truecharts.org/_static/img/appicons/etherpad-icon.png - keywords: - - etherpad - - editor - - notepad - - pad - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: etherpad - sources: - - https://etherpad.org/ - - https://github.com/ether/etherpad-lite - - https://hub.docker.com/r/nicholaswilde/etherpad - type: application - urls: - - https://github.com/truecharts/apps/releases/download/etherpad-5.0.20/etherpad-5.0.20.tgz - version: 5.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -10895,37 +9351,6 @@ entries: - https://github.com/truecharts/apps/releases/download/etherpad-5.0.12/etherpad-5.0.12.tgz version: 5.0.12 external-service: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.66.6 - created: "2022-01-11T18:34:07.880317009Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Allow external services to be used like Apps. - digest: ed5233984da0a7cf2dfb4288d2bec71de7e747198fb3e54c2ec3a912e35edf13 - home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service - icon: https://truecharts.org/_static/img/appicons/external-service-icon.png - keywords: - - external-service - - reverse-proxy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: external-service - sources: - - https://github.com/truecharts/apps/tree/master/charts/stable/external-service - type: application - urls: - - https://github.com/truecharts/apps/releases/download/external-service-4.0.28/external-service-4.0.28.tgz - version: 4.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11051,41 +9476,6 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-4.0.20/external-service-4.0.20.tgz version: 4.0.20 filezilla: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.51.0 - created: "2022-01-11T18:34:08.006634939Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A Helm chart for Kubernetes - digest: 3c1a4793d48c018461dcc5e4f38962bda38b220532f3d5066bb70336b96d2664 - home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla - icon: https://truecharts.org/_static/img/appicons/filezilla-icon.png - keywords: - - filezilla - - ftp - - sftp - - ftps - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: filezilla - sources: - - https://filezilla-project.org/ - - https://github.com/linuxserver/docker-filezilla - type: application - urls: - - https://github.com/truecharts/apps/releases/download/filezilla-2.0.29/filezilla-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11227,45 +9617,6 @@ entries: - https://github.com/truecharts/apps/releases/download/filezilla-2.0.21/filezilla-2.0.21.tgz version: 2.0.21 fireflyiii: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - finacial - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.6.5 - created: "2022-01-11T18:34:08.179677881Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.50 - description: A free and open source personal finance manager - digest: 8fac16f90549921bb31e5cc4e1acef0b3e42c03e5f15e5cf62be67fd5ccb9ca4 - home: https://github.com/firefly-iii/firefly-iii/ - icon: https://truecharts.org/_static/img/appicons/fireflyiii-icon.png - keywords: - - fireflyiii - - finacial - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fireflyiii - sources: - - https://github.com/firefly-iii/firefly-iii/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fireflyiii-13.1.13/fireflyiii-13.1.13.tgz - version: 13.1.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11571,36 +9922,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fireflyiii-13.0.10/fireflyiii-13.0.10.tgz version: 13.0.10 firefox: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 78.15.0 - created: "2022-01-11T18:34:08.328826017Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, - digest: d09775ad818e6534de9e44dfd2a5fced4d784be3ee11ff43a420c3e7afb16d76 - home: https://github.com/truecharts/apps/tree/master/charts/stable/firefox - icon: https://truecharts.org/_static/img/appicons/firefox-icon.png - keywords: - - firefox - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: firefox - sources: - - https://hub.docker.com/r/linuxserver/firefox - type: application - urls: - - https://github.com/truecharts/apps/releases/download/firefox-0.0.10/firefox-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11752,45 +10073,6 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-0.0.1/firefox-0.0.1.tgz version: 0.0.1 firefox-syncserver: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.0 - created: "2022-01-11T18:34:08.533854667Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: This is an all-in-one package for running a self-hosted Firefox Sync - server. - digest: 47115016583cc81a81f615ec34a5cfd8caf1c85423ab0bbb47af760c703fc665 - home: https://github.com/truecharts/apps/tree/main/charts/firefox-syncserver - icon: https://truecharts.org/_static/img/appicons/firefox-syncserver-icon.png - keywords: - - server - - sync - - syncserver - - firefox - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: firefox-syncserver - sources: - - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html - - https://hub.docker.com/r/crazymax/firefox-syncserver - type: application - urls: - - https://github.com/truecharts/apps/releases/download/firefox-syncserver-5.0.20/firefox-syncserver-5.0.20.tgz - version: 5.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -11948,37 +10230,6 @@ entries: - https://github.com/truecharts/apps/releases/download/firefox-syncserver-5.0.12/firefox-syncserver-5.0.12.tgz version: 5.0.12 flaresolverr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.0 - created: "2022-01-11T18:34:08.687122904Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: FlareSolverr is a proxy server to bypass Cloudflare protection - digest: 16ea168d7294a8b333fddfdca8475a948ef5606dcc52878d1d4235dbd44ffe6c - home: https://github.com/truechartsapps/tree/master/charts/stable/flaresolverr - icon: https://truecharts.org/_static/img/appicons/flaresolverr-icon.png - keywords: - - flaresolverr - - jackett - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: flaresolverr - sources: - - https://github.com/FlareSolverr/FlareSolverr - - https://hub.docker.com/r/flaresolverr/flaresolverr - urls: - - https://github.com/truecharts/apps/releases/download/flaresolverr-4.0.31/flaresolverr-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12135,41 +10386,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flaresolverr-4.0.22/flaresolverr-4.0.22.tgz version: 4.0.22 fleet: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.3.2 - created: "2022-01-11T18:34:08.856130644Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - description: Fleet provides an online web interface which displays a set of maintained - images from one or more owned repositories. - digest: 16eb83e989ef3dff544dab2e6a5f249ef462feaec856951e02991e85e5702960 - home: https://github.com/truecharts/apps/tree/master/charts/stable/fleet - icon: https://truecharts.org/_static/img/appicons/fleet-icon.png - keywords: - - fleet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fleet - sources: - - https://hub.docker.com/r/linuxserver/fleet - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fleet-0.0.10/fleet-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12346,39 +10562,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fleet-0.0.1/fleet-0.0.1.tgz version: 0.0.1 flood: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.7.0 - created: "2022-01-11T18:34:08.998405279Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Flood is a monitoring service for various torrent clients - digest: 04198a25aa83b558f7365b52353ccb1c1be9d293387ffa8503ea1d11f87bf84c - home: https://github.com/truechartsapps/tree/master/charts/stable/flood - icon: https://truecharts.org/_static/img/appicons/flood-icon.png - keywords: - - flood - - rtorrent - - qbittorrent - - transmission - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: flood - sources: - - https://github.com/jesec/flood - - https://hub.docker.com/r/jesec/flood - urls: - - https://github.com/truecharts/apps/releases/download/flood-4.0.29/flood-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12545,40 +10728,6 @@ entries: - https://github.com/truecharts/apps/releases/download/flood-4.0.19/flood-4.0.19.tgz version: 4.0.19 focalboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.0 - created: "2022-01-11T18:34:09.133766711Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Focalboard is an open source, self-hosted alternative to Trello, - Notion, and Asana. - digest: 9592a84f962d44daf25d18913fc14b0a45acf221b8866515ee49e6a3907e2c41 - home: https://github.com/truechartsapps/tree/master/charts/stable/focalboard - icon: https://truecharts.org/_static/img/appicons/focalboard-icon.png - keywords: - - focalboard - - kanban - - project management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: focalboard - sources: - - https://www.focalboard.com/ - - https://github.com/mattermost/focalboard - - https://github.com/FlipEnergy/container-images/blob/main/focalboard - urls: - - https://github.com/truecharts/apps/releases/download/focalboard-4.0.30/focalboard-4.0.30.tgz - version: 4.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12750,38 +10899,6 @@ entries: - https://github.com/truecharts/apps/releases/download/focalboard-4.0.20/focalboard-4.0.20.tgz version: 4.0.20 foldingathome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.6.21 - created: "2022-01-11T18:34:09.304440953Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Folding@home is a distributed computing project for simulating protein - dynamics, including the process of protein folding and the movements of proteins - implicated in a variety of diseases. - digest: d8479812a053335627933d369544b65b2d04680cb2318a0ad4af4a929b06b9ef - home: https://github.com/truecharts/apps/tree/master/charts/stable/foldingathome - icon: https://truecharts.org/_static/img/appicons/foldingathome-icon.png - keywords: - - foldingathome - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: foldingathome - sources: - - https://hub.docker.com/r/linuxserver/foldingathome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/foldingathome-0.0.11/foldingathome-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -12975,38 +11092,6 @@ entries: - https://github.com/truecharts/apps/releases/download/foldingathome-0.0.1/foldingathome-0.0.1.tgz version: 0.0.1 fossil: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.15.1 - created: "2022-01-11T18:34:09.451445488Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A simple, high-reliability, distributed software configuration management - system - digest: 7947f655a89dd0f8702f2eec7904627c9a5eb6325065fbdb84a43dd343efcd70 - home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil - icon: https://truecharts.org/_static/img/appicons/fossil-icon.png - keywords: - - fossil - - scm - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: fossil - sources: - - https://fossil-scm.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/fossil-2.0.29/fossil-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13136,38 +11221,6 @@ entries: - https://github.com/truecharts/apps/releases/download/fossil-2.0.21/fossil-2.0.21.tgz version: 2.0.21 freeradius: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - auth - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.25 - created: "2022-01-11T18:34:09.613882727Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: OpenSource Radius implementation - digest: 434a4f4d90e365ad7eb5091b110d47577c109be35ef0e6e590b2408cbbcf9bc7 - home: https://www.openldap.org - icon: https://truecharts.org/_static/img/appicons/freeradius-icon.png - keywords: - - radius - - auth - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: freeradius - sources: - - https://hub.docker.com/r/freeradius/freeradius-server/ - - https://freeradius.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/freeradius-4.0.32/freeradius-4.0.32.tgz - version: 4.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13329,38 +11382,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freeradius-4.0.23/freeradius-4.0.23.tgz version: 4.0.23 freshrss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.1 - created: "2022-01-11T18:34:09.758292662Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: FreshRSS is a self-hosted RSS feed aggregator - digest: f451bf5ad0647db5cf3f11afc4302718b18d7f5e83d720e5822a392e8f384e76 - home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss - icon: https://truecharts.org/_static/img/appicons/freshrss-icon.png - keywords: - - freshrss - - rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: freshrss - sources: - - https://github.com/FreshRSS/FreshRSS - - https://hub.docker.com/r/linuxserver/freshrss - type: application - urls: - - https://github.com/truecharts/apps/releases/download/freshrss-9.0.33/freshrss-9.0.33.tgz - version: 9.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13490,45 +11511,6 @@ entries: - https://github.com/truecharts/apps/releases/download/freshrss-9.0.25/freshrss-9.0.25.tgz version: 9.0.25 friendica: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: "2021.09" - created: "2022-01-11T18:34:09.939406306Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.50 - description: Welcome to the free social web - digest: ab473556346d336fd57dbcb046b261950cc27ff8d2f90159015f2d1fa05fa6ec - home: https://github.com/truechartsapps/tree/master/charts/stable/friendica - icon: https://truecharts.org/_static/img/appicons/friendica-icon.png - keywords: - - friend - - social - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: friendica - sources: - - https://friendi.ca/ - - https://hub.docker.com/_/friendica - urls: - - https://github.com/truecharts/apps/releases/download/friendica-0.0.25/friendica-0.0.25.tgz - version: 0.0.25 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -13842,39 +11824,6 @@ entries: - https://github.com/truecharts/apps/releases/download/friendica-0.0.10/friendica-0.0.10.tgz version: 0.0.10 gaps: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.8.8 - created: "2022-01-11T18:34:10.094714643Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Gaps searches through your Plex Server or local folders for all movies, - then queries for known movies in the same collection. - digest: adfd21365dfd89721ddd17eb1113b992ebf756360c6ec52f25e82376cdfe47c2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/gaps - icon: https://truecharts.org/_static/img/appicons/gaps-icon.png - keywords: - - gaps - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gaps - sources: - - https://github.com/JasonHHouse/gaps - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gaps-9.0.30/gaps-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14041,51 +11990,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gaps-9.0.20/gaps-9.0.20.tgz version: 9.0.20 gitea: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GIT - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.15.9 - created: "2022-01-11T18:34:10.269910786Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - - condition: memcached.enabled - name: memcached - repository: https://truecharts.org/ - version: 1.0.47 - description: Self hosted GIT repositories - digest: ec96d08cf7a2dd659e84c9ebc3af3176b1f9a2ed0cc5da228c8b3ed3ea6a38dc - home: https://github.com/truecharts/apps/tree/master/charts/stable/gitea - icon: https://truecharts.org/_static/img/appicons/gitea-icon.png - keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gitea - sources: - - https://gitea.com/gitea/helm-chart - - https://github.com/go-gitea/gitea - - https://hub.docker.com/r/gitea/gitea/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gitea-5.0.26/gitea-5.0.26.tgz - version: 5.0.26 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14492,42 +12396,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gitea-5.0.11/gitea-5.0.11.tgz version: 5.0.11 golinks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 154c581 - created: "2022-01-11T18:34:10.401992817Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - 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: 8d3c8c4201bd7df72f7733536831f0981c178a600fc3ced2c8ab13aa6807a245 - home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks - icon: https://truecharts.org/_static/img/appicons/golinks-icon.png - keywords: - - search - - browser - - bookmarks - - smart-bookmarks - - golinks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: golinks - sources: - - https://github.com/prologic/golinks - - https://github.com/nicholaswilde/docker-golinks - type: application - urls: - - https://github.com/truecharts/apps/releases/download/golinks-2.0.29/golinks-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14673,37 +12541,6 @@ entries: - https://github.com/truecharts/apps/releases/download/golinks-2.0.21/golinks-2.0.21.tgz version: 2.0.21 gonic: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.14.0 - created: "2022-01-11T18:34:10.517042145Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Music streaming server / subsonic server API implementation - digest: 0a6479162da966741659040b96c3d9d726638699d8c1955795b52e0e6a9e0722 - home: https://github.com/truechartsapps/tree/master/charts/stable/gonic - icon: https://truecharts.org/_static/img/appicons/gonic-icon.png - keywords: - - music - - subsonic - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gonic - sources: - - https://github.com/sentriz/gonic - - https://hub.docker.com/r/sentriz/gonic - urls: - - https://github.com/truecharts/apps/releases/download/gonic-4.0.29/gonic-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -14860,44 +12697,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-4.0.19/gonic-4.0.19.tgz version: 4.0.19 gotify: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.3 - created: "2022-01-11T18:34:10.663971481Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: a simple server for sending and receiving messages - digest: 38e3a7aa5037f670a18ae4d28391fc71200736ec18223c2ef22d954ffb927ff7 - home: https://github.com/truecharts/apps/tree/main/charts/gotify - icon: https://truecharts.org/_static/img/appicons/gotify-icon.png - keywords: - - server - - gotify - - messages - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: gotify - sources: - - https://gotify.net/ - - https://github.com/gotify/server - - https://hub.docker.com/r/gotify/server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/gotify-5.0.21/gotify-5.0.21.tgz - version: 5.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15051,41 +12850,6 @@ entries: - https://github.com/truecharts/apps/releases/download/gotify-5.0.13/gotify-5.0.13.tgz version: 5.0.13 grafana: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.3.3 - created: "2022-01-11T18:34:10.798443113Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Grafana is an open source, feature rich metrics dashboard and graph - editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. - digest: 67744403682f7026892b7079b389cbc5c7eb74075b67389d8b10b69f66e80975 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grafana - icon: https://truecharts.org/_static/img/appicons/grafana-icon.png - keywords: - - analytics - - monitoring - - metrics - - logs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grafana - sources: - - https://github.com/bitnami/bitnami-docker-grafana - - https://grafana.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grafana-2.0.20/grafana-2.0.20.tgz - version: 2.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15647,40 +13411,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grafana-1.0.11/grafana-1.0.11.tgz version: 1.0.11 grav: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.18 - created: "2022-01-11T18:34:10.95229435Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A Fast, Simple, and Flexible, file-based Web-platform. - digest: ef628d3cf92306ad481d8bdb41e0bb63bc0dff697eb688e9fc91211f6e1cded9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grav - icon: https://truecharts.org/_static/img/appicons/grav-icon.png - keywords: - - grav - - web - - platform - - file - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grav - sources: - - https://github.com/linuxserver/docker-grav - - https://github.com/getgrav/grav/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grav-2.0.29/grav-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -15818,37 +13548,6 @@ entries: - https://github.com/truecharts/apps/releases/download/grav-2.0.21/grav-2.0.21.tgz version: 2.0.21 grocy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Home-Automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.1.1 - created: "2022-01-11T18:34:11.07602748Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: ERP beyond your fridge - grocy is a web-based self-hosted groceries - & household management solution for your home - digest: 9ce17fe06a90e6b2327e89f04b6c74b49e48f5be010d3735d45962f048d2f291 - home: https://github.com/truecharts/apps/tree/master/charts/stable/grocy - icon: https://truecharts.org/_static/img/appicons/grocy-icon.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: grocy - sources: - - https://github.com/grocy/grocy - type: application - urls: - - https://github.com/truecharts/apps/releases/download/grocy-9.0.30/grocy-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16012,17 +13711,19 @@ entries: truecharts.org/grade: U apiVersion: v2 appVersion: 1.4.0 - created: "2022-01-11T18:34:11.213242613Z" + created: "2022-01-12T17:16:56.989133754Z" dependencies: - name: common repository: https://truecharts.org version: 8.10.6 description: Guacd - Apache Guacamole is a clientless remote desktop gateway. - digest: ecdb20298cd99faa34935956dfdba89a7036b8950d5c7bfc94c2a6cf66fdd355 + digest: 90961a536b2fa108a92097b2cb7b478bfcce0abeefaf7332d4d3811eeeb01d35 home: https://github.com/truecharts/apps/tree/master/charts/stable/guacd icon: https://truecharts.org/_static/img/appicons/guacd-icon.png keywords: - guacd + - guacamole + - remote kubeVersion: '>=1.16.0-0' maintainers: - email: info@truecharts.org @@ -16030,11 +13731,12 @@ entries: url: https://truecharts.org name: guacd sources: - - https://hub.docker.com/r/linuxserver/guacd + - https://hub.docker.com/r/guacamole/guacd + - https://github.com/apache/guacamole-server type: application urls: - - https://github.com/truecharts/apps/releases/download/guacd-0.0.12/guacd-0.0.12.tgz - version: 0.0.12 + - https://github.com/truecharts/apps/releases/download/guacd-0.0.13/guacd-0.0.13.tgz + version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16216,37 +13918,6 @@ entries: - https://github.com/truecharts/apps/releases/download/guacd-0.0.1/guacd-0.0.1.tgz version: 0.0.1 habridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.4.0 - created: "2022-01-11T18:34:11.354153847Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Habridge emulates Philips Hue API to other home automation gateways - such as an Amazon Echo/Dot or other systems that support Philips Hue. - digest: f354db41408be4300965ed31b11afe5039fbf15e928e6fe6acacaa2fb64807dc - home: https://github.com/truecharts/apps/tree/master/charts/stable/habridge - icon: https://truecharts.org/_static/img/appicons/habridge-icon.png - keywords: - - habridge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: habridge - sources: - - https://hub.docker.com/r/linuxserver/habridge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/habridge-0.0.11/habridge-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16434,41 +14105,6 @@ entries: - https://github.com/truecharts/apps/releases/download/habridge-0.0.1/habridge-0.0.1.tgz version: 0.0.1 handbrake: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.24.2 - created: "2022-01-11T18:34:11.488215879Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: HandBrake is a tool for converting video from nearly any format to - a selection of modern, widely supported codecs. - digest: c935a552df7624d9ef3886c3c8125a6a44af9c8fc306b548a13ed879439a9f17 - home: https://github.com/truecharts/apps/tree/master/charts/stable/handbrake - icon: https://truecharts.org/_static/img/appicons/handbrake-icon.png - keywords: - - handbrake - - encode - - media - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: handbrake - sources: - - https://github.com/jlesage/docker-handbrake - - https://hub.docker.com/r/jlesage/handbrake/ - - https://handbrake.fr/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/handbrake-10.0.10/handbrake-10.0.10.tgz - version: 10.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16680,39 +14316,6 @@ entries: - https://github.com/truecharts/apps/releases/download/handbrake-9.0.19/handbrake-9.0.19.tgz version: 9.0.19 haste-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:11.617762111Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Simple text sharing - digest: 67ce74bf7c4f7d3fa642ef850d174eb6330949c9909efa9f619453d7bbd38ea7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/haste - icon: https://truecharts.org/_static/img/appicons/haste-server-icon.png - keywords: - - haste - - hastebin - - haste-server - - pastebin - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: haste-server - sources: - - https://github.com/seejohnrun/haste-server - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/haste-server-4.0.29/haste-server-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -16846,40 +14449,6 @@ entries: - https://github.com/truecharts/apps/releases/download/haste-server-4.0.21/haste-server-4.0.21.tgz version: 4.0.21 headphones: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 58edc604 - created: "2022-01-11T18:34:11.744501241Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: An automated music downloader for NZB and Torrent, written in Python. - It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. - digest: 266d2b27b96021b7709ddc1f0755d3c87ffa9474a4bc59bbc57e78f599645a24 - home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones - icon: https://truecharts.org/_static/img/appicons/headphones-icon.png - keywords: - - headphones - - music - - downloader - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: headphones - sources: - - https://github.com/linuxserver/docker-headphones - - https://github.com/rembo10/headphones - type: application - urls: - - https://github.com/truecharts/apps/releases/download/headphones-2.0.29/headphones-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17017,40 +14586,6 @@ entries: - https://github.com/truecharts/apps/releases/download/headphones-2.0.21/headphones-2.0.21.tgz version: 2.0.21 healthchecks: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.0 - created: "2022-01-11T18:34:11.842466065Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - 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: 3f51b2bd30cce68551e627bb824df3f11c853b688ec1fa4ead6fe33e9e0bb359 - home: https://github.com/truechartsapps/tree/master/charts/stable/healthchecks - icon: https://truecharts.org/_static/img/appicons/healthchecks-icon.png - keywords: - - cron - - monitoring - - alert - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: healthchecks - sources: - - https://github.com/healthchecks/healthchecks - - https://hub.docker.com/r/linuxserver/healthchecks - urls: - - https://github.com/truecharts/apps/releases/download/healthchecks-5.0.10/healthchecks-5.0.10.tgz - version: 5.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17222,40 +14757,6 @@ entries: - https://github.com/truecharts/apps/releases/download/healthchecks-5.0.0/healthchecks-5.0.0.tgz version: 5.0.0 hedgedoc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9.2 - created: "2022-01-11T18:34:11.983005399Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - description: HedgeDoc lets you create real-time collaborative markdown notes. - digest: ba2ddda5deb07f56641f3a7aa53808d81a0b5c2c167854ac63ff9d42a10d157d - home: https://github.com/truecharts/apps/tree/master/charts/stable/hedgedoc - icon: https://truecharts.org/_static/img/appicons/hedgedoc-icon.png - keywords: - - hedgedoc - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: hedgedoc - sources: - - https://hub.docker.com/r/linuxserver/hedgedoc - type: application - urls: - - https://github.com/truecharts/apps/releases/download/hedgedoc-0.0.10/hedgedoc-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17427,36 +14928,6 @@ entries: - https://github.com/truecharts/apps/releases/download/hedgedoc-0.0.1/hedgedoc-0.0.1.tgz version: 0.0.1 heimdall: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.2 - created: "2022-01-11T18:34:12.134579235Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: An Application dashboard and launcher - digest: e8711713a2ebf1aad3ef16fa781abdb30683275cc816d8eeac38e28804b7b518 - home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall - icon: https://truecharts.org/_static/img/appicons/heimdall-icon.png - keywords: - - heimdall - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: heimdall - sources: - - https://github.com/linuxserver/Heimdall/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/heimdall-9.0.34/heimdall-9.0.34.tgz - version: 9.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17578,43 +15049,6 @@ entries: - https://github.com/truecharts/apps/releases/download/heimdall-9.0.26/heimdall-9.0.26.tgz version: 9.0.26 home-assistant: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - home-automation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.8 - created: "2022-01-11T18:34:12.284289272Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: home-assistant App for TrueNAS SCALE - digest: cf205abe90f56df13ac46c95ab115ec63b496e8f7f023a2deca7fc845040fdfd - home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant - icon: https://truecharts.org/_static/img/appicons/home-assistant-icon.png - keywords: - - home-assistant - - hass - - homeassistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: home-assistant - sources: - - https://github.com/home-assistant/home-assistant - - https://github.com/cdr/code-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/home-assistant-12.0.28/home-assistant-12.0.28.tgz - version: 12.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -17986,36 +15420,6 @@ entries: - https://github.com/truecharts/apps/releases/download/home-assistant-12.0.12/home-assistant-12.0.12.tgz version: 12.0.12 htpcmanager: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.17 - created: "2022-01-11T18:34:12.408959602Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Htpcmanager is a front end for many htpc related applications. - digest: 7c9f89b2df360df7ab198954c116e677fc70899a423195aed427e26683f5117b - home: https://github.com/truecharts/apps/tree/master/charts/stable/htpcmanager - icon: https://truecharts.org/_static/img/appicons/htpcmanager-icon.png - keywords: - - htpcmanager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: htpcmanager - sources: - - https://hub.docker.com/r/linuxserver/htpcmanager - type: application - urls: - - https://github.com/truecharts/apps/releases/download/htpcmanager-0.0.10/htpcmanager-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18167,37 +15571,6 @@ entries: - https://github.com/truecharts/apps/releases/download/htpcmanager-0.0.1/htpcmanager-0.0.1.tgz version: 0.0.1 hyperion-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.12 - created: "2022-01-11T18:34:12.556078837Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Hyperion is an opensource Bias or Ambient Lighting implementation - digest: 9c35e93c04cb0c23a89d486af77f4ddae82eb42dbb2271c5c9aeefc1afdb6f2c - home: https://github.com/truechartsapps/tree/master/charts/stable/hyperion-ng - icon: https://truecharts.org/_static/img/appicons/hyperion-ng-icon.png - keywords: - - hyperion-ng - - hyperion - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: hyperion-ng - sources: - - https://github.com/hyperion-project/hyperion.ng - - https://hub.docker.com/r/sirfragalot/hyperion.ng - urls: - - https://github.com/truecharts/apps/releases/download/hyperion-ng-4.0.34/hyperion-ng-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18416,39 +15789,6 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-4.0.22/hyperion-ng-4.0.22.tgz version: 4.0.22 icantbelieveitsnotvaletudo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.2.1 - created: "2022-01-11T18:34:12.685859668Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Create live map data from Valetudo powered robots - digest: f5414cb499bae4602dadd5b14983698bbff23502ef249fac19afb415ecaf48da - home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo - icon: https://truecharts.org/_static/img/appicons/icantbelieveitsnotvaletudo-icon.png - keywords: - - icantbelieveitsnotvaletudo - - MQTT - - valetudo - - iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: icantbelieveitsnotvaletudo - sources: - - https://github.com/Hypfer/ICantBelieveItsNotValetudo - - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo - urls: - - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-2.0.29/icantbelieveitsnotvaletudo-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18582,42 +15922,6 @@ entries: - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-2.0.21/icantbelieveitsnotvaletudo-2.0.21.tgz version: 2.0.21 icinga2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.1 - created: "2022-01-11T18:34:12.844764307Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - description: A monitoring system which checks the availability of your network - resources, notifies users of outages, and generates performance data for reporting. - digest: dbf94191b6f607b13ea92f474b08efd1a1ad9e91df7bbdd698b03e751031146e - home: https://github.com/truechartsapps/tree/master/charts/stable/icinga2 - icon: https://truecharts.org/_static/img/appicons/icinga2-icon.png - keywords: - - icinga2 - - monitoring - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: icinga2 - sources: - - https://github.com/jjethwa/icinga2 - - https://icinga.com/ - urls: - - https://github.com/truecharts/apps/releases/download/icinga2-0.0.18/icinga2-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18763,37 +16067,6 @@ entries: - https://github.com/truecharts/apps/releases/download/icinga2-0.0.10/icinga2-0.0.10.tgz version: 0.0.10 ipfs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.13.0 - created: "2022-01-11T18:34:12.995800143Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Ipfs - A peer-to-peer hypermedia protocol designed to make the web - faster, safer, and more open - digest: d9361554a154184d44dbd921186cf93f209669c3562d7fd67bf73fe9be7543e5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ipfs - icon: https://truecharts.org/_static/img/appicons/ipfs-icon.png - keywords: - - ipfs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ipfs - sources: - - https://hub.docker.com/r/linuxserver/ipfs - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ipfs-0.0.11/ipfs-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -18981,39 +16254,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ipfs-0.0.1/ipfs-0.0.1.tgz version: 0.0.1 jackett: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - test - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.20.280 - created: "2022-01-11T18:34:13.118631473Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: API Support for your favorite torrent trackers. - digest: e1c6be2c3311d7c66c3976921190e993a15ed715d27b622b10fe22478cf6f96e - home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett - icon: https://truecharts.org/_static/img/appicons/jackett-icon.png - keywords: - - jackett - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jackett - sources: - - https://github.com/Jackett/Jackett - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jackett-9.0.62/jackett-9.0.62.tgz - version: 9.0.62 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19510,41 +16750,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jackett-9.0.39/jackett-9.0.39.tgz version: 9.0.39 jdownloader2: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - downloads - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.1 - created: "2022-01-11T18:34:13.257176606Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - 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: 3cdd62068cf2caae82f3bd9658331146b1959e155d346536a75f0f75a5607c7d - home: https://github.com/truecharts/apps/tree/master/charts/stable/jdownloader2 - icon: https://truecharts.org/_static/img/appicons/jdownloader2-icon.png - keywords: - - jdownloader - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jdownloader2 - sources: - - https://github.com/jlesage/docker-jdownloader-2 - - https://hub.docker.com/r/jlesage/jdownloader-2 - - https://jdownloader.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jdownloader2-5.0.10/jdownloader2-5.0.10.tgz - version: 5.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19756,38 +16961,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jdownloader2-4.0.21/jdownloader2-4.0.21.tgz version: 4.0.21 jellyfin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 10.7.7 - created: "2022-01-11T18:34:13.418514445Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Jellyfin is a Free Software Media System - digest: ad6f30a44282f50c25a3c07bfc191911c2fc0e72d567710d68428f2bbc387e54 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin - icon: https://truecharts.org/_static/img/appicons/jellyfin-icon.png - keywords: - - jellyfin - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: jellyfin - sources: - - https://github.com/jellyfin/jellyfin - type: application - urls: - - https://github.com/truecharts/apps/releases/download/jellyfin-9.0.30/jellyfin-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -19949,42 +17122,6 @@ entries: - https://github.com/truecharts/apps/releases/download/jellyfin-9.0.20/jellyfin-9.0.20.tgz version: 9.0.20 joplin-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.3 - created: "2022-01-11T18:34:13.559789179Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: This server allows you to sync any Joplin client - digest: 97e9bc95780a83b6cc06d9abaa67ef61a36838a3aa45e6a172c781df34b322c4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/jopplin-server - icon: https://truecharts.org/_static/img/appicons/joplin-server-icon.png - keywords: - - joplin - - notes - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: joplin-server - sources: - - https://github.com/laurent22/joplin/tree/dev/packages/server - - https://github.com/laurent22/joplin - - https://hub.docker.com/r/joplin/server - urls: - - https://github.com/truecharts/apps/releases/download/joplin-server-5.0.22/joplin-server-5.0.22.tgz - version: 5.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20202,37 +17339,6 @@ entries: - https://github.com/truecharts/apps/releases/download/joplin-server-5.0.12/joplin-server-5.0.12.tgz version: 5.0.12 k8s-gateway: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.8 - created: "2022-01-11T18:34:13.68680471Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A Helm chart for the k8s_gateway CoreDNS plugin - digest: 92bdbbc2711022ad6f17dc9046beea1de01170eb76a87bf343ae073e19a1b2cf - home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway - icon: https://truecharts.org/_static/img/appicons/k8s-gateway-icon.png - keywords: - - DNS - - networking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: k8s-gateway - sources: - - https://github.com/ori-edge/k8s_gateway - type: application - urls: - - https://github.com/truecharts/apps/releases/download/k8s-gateway-4.0.29/k8s-gateway-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20358,40 +17464,6 @@ entries: - https://github.com/truecharts/apps/releases/download/k8s-gateway-4.0.22/k8s-gateway-4.0.22.tgz version: 4.0.22 kanboard: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.21 - created: "2022-01-11T18:34:13.831757245Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Kanboard is a free and open source Kanban project management software. - digest: 8c06289e93c767a2d556faa2074ff636b708644fe8f787794ee4e17c160cb326 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard - icon: https://truecharts.org/_static/img/appicons/kanboard-icon.png - keywords: - - kanboard - - kanban - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kanboard - sources: - - https://github.com/kanboard/kanboard - urls: - - https://github.com/truecharts/apps/releases/download/kanboard-5.0.21/kanboard-5.0.21.tgz - version: 5.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20563,36 +17635,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kanboard-5.0.12/kanboard-5.0.12.tgz version: 5.0.12 kms: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - graywares - truecharts.org/grade: U - apiVersion: v2 - appVersion: minimal - created: "2022-01-11T18:34:13.991658984Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Private Windows Activation Server for development and testing - digest: b17a1421a3453efae1e69fe473fd28a5d1fcef2cf162bc8fda3995f50c420a01 - home: https://github.com/truecharts/apps/tree/master/charts/stable/kms - icon: https://truecharts.org/_static/img/appicons/kms-icon.png - keywords: - - kms - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kms - sources: - - https://github.com/SystemRage/py-kms - type: application - urls: - - https://github.com/truecharts/apps/releases/download/kms-9.0.36/kms-9.0.36.tgz - version: 9.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -20834,36 +17876,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-9.0.22/kms-9.0.22.tgz version: 9.0.22 kodi-headless: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: "190" - created: "2022-01-11T18:34:14.160066924Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A headless install of kodi in a docker container. - digest: 735ecd1cbb511fdabef07db61e1d09dabe570139967813e56455d3bb56fd057c - home: https://github.com/truecharts/apps/tree/master/charts/stable/kodi-headless - icon: https://truecharts.org/_static/img/appicons/kodi-headless-icon.png - keywords: - - kodi-headless - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: kodi-headless - sources: - - https://hub.docker.com/r/linuxserver/kodi-headless - type: application - urls: - - https://github.com/truecharts/apps/releases/download/kodi-headless-0.0.11/kodi-headless-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21045,39 +18057,6 @@ entries: - https://github.com/truecharts/apps/releases/download/kodi-headless-0.0.1/kodi-headless-0.0.1.tgz version: 0.0.1 komga: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.143.1 - created: "2022-01-11T18:34:14.275553452Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A comics/mangas server to serve/stream pages via API - digest: c36f6e9da90a8890da9784b41b92bd90365361a4f2eb853c5172aba8931888b3 - home: https://github.com/truechartsapps/tree/master/charts/stable/komga - icon: https://truecharts.org/_static/img/appicons/komga-icon.png - keywords: - - komga - - comics - - mangas - - server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: komga - sources: - - https://komga.org/ - - https://github.com/gotson/komga - urls: - - https://github.com/truecharts/apps/releases/download/komga-4.0.40/komga-4.0.40.tgz - version: 4.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21376,38 +18355,6 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-4.0.24/komga-4.0.24.tgz version: 4.0.24 lazylibrarian: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:14.415811986Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Get all your books, like series with Sonarr... - digest: 657999d122070980ec31eaeef14540cd744f46aa8517902bc84a88aae38cc190 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian - icon: https://truecharts.org/_static/img/appicons/lazylibrarian-icon.png - keywords: - - lazylibrarian - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lazylibrarian - sources: - - https://gitlab.com/LazyLibrarian/LazyLibrarian.git - - https://lazylibrarian.gitlab.io - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lazylibrarian-9.0.40/lazylibrarian-9.0.40.tgz - version: 9.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21697,40 +18644,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lazylibrarian-9.0.24/lazylibrarian-9.0.24.tgz version: 9.0.24 leaf2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "0.5" - created: "2022-01-11T18:34:14.55755932Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Nissan Leaf connected services to MQTT adapter - digest: 43769785b43afe4bbad12b66231dde27148b435f492925183d2032ce1eb269aa - home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt - icon: https://truecharts.org/_static/img/appicons/leaf2mqtt-icon.png - keywords: - - leaf2mqtt - - leaf - - nissan - - kamereon - - carwings - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: leaf2mqtt - sources: - - https://github.com/mitsumaui/leaf2mqtt - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/leaf2mqtt-2.0.29/leaf2mqtt-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -21868,43 +18781,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leaf2mqtt-2.0.21/leaf2mqtt-2.0.21.tgz version: 2.0.21 leantime: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.8 - created: "2022-01-11T18:34:14.711947357Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - description: Straightforward open source project management system to make your - ideas reality. - digest: cfad53f156962a9c091e4240d5f7603f66c7fe77b9566d23db6862c41df1acce - home: https://github.com/truechartsapps/tree/master/charts/stable/leantime - icon: https://truecharts.org/_static/img/appicons/leantime-icon.png - keywords: - - leantime - - project - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: leantime - sources: - - https://leantime.io/ - - https://hub.docker.com/r/nicholaswilde/leantime - urls: - - https://github.com/truecharts/apps/releases/download/leantime-1.0.7/leantime-1.0.7.tgz - version: 1.0.7 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22128,37 +19004,6 @@ entries: - https://github.com/truecharts/apps/releases/download/leantime-0.0.10/leantime-0.0.10.tgz version: 0.0.10 libreoffice: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 7.2.2 - created: "2022-01-11T18:34:14.855446892Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: LibreOffice is a free and powerful office suite, and a successor - to OpenOffice.org. - digest: 767a1f4feda50eb0dbc01668d4b88c65c793b493145e5afe9a1d4f5469ea2a92 - home: https://github.com/truecharts/apps/tree/master/charts/stable/libreoffice - icon: https://truecharts.org/_static/img/appicons/libreoffice-icon.png - keywords: - - libreoffice - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: libreoffice - sources: - - https://hub.docker.com/r/linuxserver/libreoffice - type: application - urls: - - https://github.com/truecharts/apps/releases/download/libreoffice-0.0.11/libreoffice-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22346,38 +19191,6 @@ entries: - https://github.com/truecharts/apps/releases/download/libreoffice-0.0.1/libreoffice-0.0.1.tgz version: 0.0.1 librespeed: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.4 - created: "2022-01-11T18:34:14.994341626Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Librespeed is a HTML5 webpage to test upload and download speeds - digest: 5ae1f4f2cada11f3047323032e2602f5a78159eaf324099cc84d5a2471a15ed4 - home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed - icon: https://truecharts.org/_static/img/appicons/librespeed-icon.png - keywords: - - librespeed - - speedtest - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: librespeed - sources: - - https://github.com/librespeed/speedtest - - https://hub.docker.com/r/linuxserver/librespeed - - https://github.com/truechartsapps/tree/master/charts/librespeed - urls: - - https://github.com/truecharts/apps/releases/download/librespeed-4.0.33/librespeed-4.0.33.tgz - version: 4.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22507,38 +19320,6 @@ entries: - https://github.com/truecharts/apps/releases/download/librespeed-4.0.25/librespeed-4.0.25.tgz version: 4.0.25 lidarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0.2422 - created: "2022-01-11T18:34:15.141576861Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Looks and smells like Sonarr but made for music - digest: 8918907ca6dbb17e8918465b7b5211faa9c942a38dc309084b6276d44e07ed18 - home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr - icon: https://truecharts.org/_static/img/appicons/lidarr-icon.png - keywords: - - lidarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lidarr - sources: - - https://github.com/Lidarr/Lidarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lidarr-9.0.35/lidarr-9.0.35.tgz - version: 9.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -22764,37 +19545,6 @@ entries: - https://github.com/truecharts/apps/releases/download/lidarr-9.0.21/lidarr-9.0.21.tgz version: 9.0.21 littlelink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - social - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:15.26295529Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Easy platform to combine all your social links - digest: 9bed03d74ff4346193ec2293b86497675977fda8636a7e31aaf3afaf277fc453 - home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink - icon: https://truecharts.org/_static/img/appicons/littlelink-icon.png - keywords: - - littlelink - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: littlelink - sources: - - https://github.com/techno-tim/littlelink-server - - https://github.com/sethcottle/littlelink - type: application - urls: - - https://github.com/truecharts/apps/releases/download/littlelink-4.0.46/littlelink-4.0.46.tgz - version: 4.0.46 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23199,41 +19949,6 @@ entries: - https://github.com/truecharts/apps/releases/download/littlelink-4.0.27/littlelink-4.0.27.tgz version: 4.0.27 logitech-media-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - - audio - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.3.0 - created: "2022-01-11T18:34:15.423078829Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Logitech Media Server is a platform for home/office audio streaming. - digest: d92313a6c39c7e635d8a59da4ccce3acf6eced4aef23066751b3d5d38200f679 - home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server - icon: https://truecharts.org/_static/img/appicons/logitech-media-server-icon.png - keywords: - - logitech-media-server - - squeezebox - - audio - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: logitech-media-server - sources: - - https://github.com/Logitech/slimserver - - https://hub.docker.com/r/lmscommunity/logitechmediaserver - type: application - urls: - - https://github.com/truecharts/apps/releases/download/logitech-media-server-2.0.44/logitech-media-server-2.0.44.tgz - version: 2.0.44 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23585,40 +20300,6 @@ entries: - https://github.com/truecharts/apps/releases/download/logitech-media-server-2.0.29/logitech-media-server-2.0.29.tgz version: 2.0.29 loki: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - logs - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.4.1 - created: "2022-01-11T18:34:15.56498016Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: promtail.enabled - name: promtail - repository: https://truecharts.org - version: 1.0.19 - description: 'Loki: like Prometheus, but for logs.' - digest: 2f382a026e3297c2de04c21f32e16e6a6ca006b4a6d2516346d31598ad33d041 - home: https://github.com/truecharts/apps/tree/master/charts/stable/loki - icon: https://truecharts.org/_static/img/appicons/loki-icon.png - keywords: - - logs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: loki - sources: - - https://github.com/grafana/loki - type: application - urls: - - https://github.com/truecharts/apps/releases/download/loki-2.0.17/loki-2.0.17.tgz - version: 2.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -23756,40 +20437,6 @@ entries: - https://github.com/truecharts/apps/releases/download/loki-2.0.9/loki-2.0.9.tgz version: 2.0.9 lychee: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.6 - created: "2022-01-11T18:34:15.705350652Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Lychee is a free photo-management tool, which runs on your server - or web-space - digest: bafe8b633a791b0b257f058d3fc1691dad2b0567f572ad9ea7a12fa111b2220f - home: https://github.com/truecharts/apps/tree/master/charts/stable/lychee - icon: https://truecharts.org/_static/img/appicons/lychee-icon.png - keywords: - - lychee - - photo - - pictures - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: lychee - sources: - - https://github.com/LycheeOrg/Lychee - - https://hub.docker.com/r/lycheeorg/lychee - type: application - urls: - - https://github.com/truecharts/apps/releases/download/lychee-9.0.30/lychee-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24718,40 +21365,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mariadb-1.0.25/mariadb-1.0.25.tgz version: 1.0.25 mealie: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.4 - created: "2022-01-11T18:34:15.880029242Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Mealie is a self hosted recipe manager and meal planner with a RestAPI - backend - digest: 3f00069b96615c75687e10b3a3e618d7c73d471e7d1e5df2c8fd4c5004482112 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie - icon: https://truecharts.org/_static/img/appicons/mealie-icon.png - keywords: - - grocy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mealie - sources: - - https://github.com/hay-kot/mealie - urls: - - https://github.com/truecharts/apps/releases/download/mealie-5.0.11/mealie-5.0.11.tgz - version: 5.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -24957,42 +21570,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mealie-5.0.0/mealie-5.0.0.tgz version: 5.0.0 medusa: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.22 - created: "2022-01-11T18:34:16.009335235Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: An automatic Video Library Manager for TV Shows - digest: d3f4d88c89395fd1a66eedd23d83fbc256107fe6fc3ba08399c29c8be893ea2e - home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa - icon: https://truecharts.org/_static/img/appicons/medusa-icon.png - keywords: - - medusa - - video - - library - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: medusa - sources: - - https://github.com/linuxserver/docker-medusa - - https://pymedusa.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/medusa-1.0.34/medusa-1.0.34.tgz - version: 1.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26026,37 +22603,6 @@ entries: - https://github.com/truecharts/apps/releases/download/metallb-1.0.2/metallb-1.0.2.tgz version: 1.0.2 minetest: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.4.1 - created: "2022-01-11T18:34:16.129356328Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Minetest (server) is a near-infinite-world block sandbox game and - a game engine. - digest: b87d7b51755fd520e3bf0552f412255e73303793a647f29b342f5223792ce1f1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minetest - icon: https://truecharts.org/_static/img/appicons/minetest-icon.png - keywords: - - minetest - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minetest - sources: - - https://hub.docker.com/r/linuxserver/minetest - type: application - urls: - - https://github.com/truecharts/apps/releases/download/minetest-0.0.10/minetest-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26213,41 +22759,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minetest-0.0.1/minetest-0.0.1.tgz version: 0.0.1 miniflux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.34 - created: "2022-01-11T18:34:16.299612118Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Miniflux is a minimalist and opinionated feed reader. - digest: dea3bd8aa32a73d842050444851a03a72c5145900c995f66328a90a2aab1b7fb - home: https://github.com/truecharts/apps/tree/master/charts/miniflux - icon: https://truecharts.org/_static/img/appicons/miniflux-icon.png - keywords: - - miniflux - - rss - - news - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: miniflux - sources: - - https://github.com/miniflux/v2 - urls: - - https://github.com/truecharts/apps/releases/download/miniflux-4.0.21/miniflux-4.0.21.tgz - version: 4.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26424,37 +22935,6 @@ entries: - https://github.com/truecharts/apps/releases/download/miniflux-4.0.12/miniflux-4.0.12.tgz version: 4.0.12 minio: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:16.409188611Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Minio is a self-hosted S3 storage server - digest: 5070b1259b4c32f6fab430841b89aff7b9a8307dc05a99eca5e48845e53fc3ad - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio - icon: https://truecharts.org/_static/img/appicons/minio-icon.png - keywords: - - minio - - s3 - - storage - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minio - sources: - - https://github.com/minio/minio - urls: - - https://github.com/truecharts/apps/releases/download/minio-1.0.17/minio-1.0.17.tgz - version: 1.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26580,37 +23060,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-1.0.9/minio-1.0.9.tgz version: 1.0.9 minio-console: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.13.2 - created: "2022-01-11T18:34:16.531949504Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A management console for minio server and operator - digest: b20fdbe37e2b16c7e318adcc630ce65befeadf78c2ab12255dfd6ace917c8397 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console - icon: https://truecharts.org/_static/img/appicons/minio-console-icon.png - keywords: - - minio-console - - minio - - s3 - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minio-console - sources: - - https://github.com/minio/console - urls: - - https://github.com/truecharts/apps/releases/download/minio-console-1.0.37/minio-console-1.0.37.tgz - version: 1.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -26829,37 +23278,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minio-console-1.0.24/minio-console-1.0.24.tgz version: 1.0.24 minisatip: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.01 - created: "2022-01-11T18:34:16.658098597Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Minisatip is a multi-threaded satip server version 1.2 that runs - under Linux. - digest: 964c6a68e342abdf0e6d9546cb631fef719a9a919f3a675b99f30beadc5f27f9 - home: https://github.com/truecharts/apps/tree/master/charts/stable/minisatip - icon: https://truecharts.org/_static/img/appicons/minisatip-icon.png - keywords: - - minisatip - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: minisatip - sources: - - https://hub.docker.com/r/linuxserver/minisatip - type: application - urls: - - https://github.com/truecharts/apps/releases/download/minisatip-0.0.11/minisatip-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27047,41 +23465,6 @@ entries: - https://github.com/truecharts/apps/releases/download/minisatip-0.0.1/minisatip-0.0.1.tgz version: 0.0.1 monica: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - crm - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.5.0 - created: "2022-01-11T18:34:16.824540887Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - description: Straightforward open source project management system to make your - ideas reality. - digest: 5388105eac5ee13da4972d529f26f21d7c89e1039643f658c24bcb9e7ae60d0c - home: https://github.com/truechartsapps/tree/master/charts/stable/monica - icon: https://truecharts.org/_static/img/appicons/monica-icon.png - keywords: - - crm - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: monica - sources: - - https://github.com/monicahq/monica - - https://hub.docker.com/_/monica - urls: - - https://github.com/truecharts/apps/releases/download/monica-0.0.22/monica-0.0.22.tgz - version: 0.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27293,38 +23676,6 @@ entries: - https://github.com/truecharts/apps/releases/download/monica-0.0.12/monica-0.0.12.tgz version: 0.0.12 mosquitto: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - homeautomation - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.14 - created: "2022-01-11T18:34:16.966382179Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Eclipse Mosquitto - An open source MQTT broker - digest: 85465e3323576573a1dbac36acfef4f3f09d685470b29038de735218561928f0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto - icon: https://truecharts.org/_static/img/appicons/mosquitto-icon.png - keywords: - - mosquitto - - MQTT - - eclipse-iot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mosquitto - sources: - - https://github.com/eclipse/mosquitto - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mosquitto-4.0.31/mosquitto-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27454,39 +23805,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mosquitto-4.0.23/mosquitto-4.0.23.tgz version: 4.0.23 mstream: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.2.5 - created: "2022-01-11T18:34:17.080730172Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A personal music streaming server - digest: 8f07c8a76c0e1938a5434d0d8b42ed2fb0d2e82b8082a8fb651024617b4ef06f - home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream - icon: https://truecharts.org/_static/img/appicons/mstream-icon.png - keywords: - - mstream - - server - - music - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mstream - sources: - - https://github.com/linuxserver/docker-mstream - - https://mstream.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mstream-1.0.29/mstream-1.0.29.tgz - version: 1.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27620,41 +23938,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mstream-1.0.21/mstream-1.0.21.tgz version: 1.0.21 muximux: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "057352e8" - created: "2022-01-11T18:34:17.205692665Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A lightweight portal to view & manage your HTPC apps without having - to run anything more than a PHP enabled webserver - digest: 46ef3c31bc15cee1c2f6f0e666c501ddc7a170daef05e5465122f92ed41068be - home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux - icon: https://truecharts.org/_static/img/appicons/muximux-icon.png - keywords: - - muximux - - htpc - - manage - - portal - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: muximux - sources: - - https://github.com/linuxserver/docker-muximux - - https://github.com/mescon/Muximux - type: application - urls: - - https://github.com/truecharts/apps/releases/download/muximux-1.0.33/muximux-1.0.33.tgz - version: 1.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27796,37 +24079,6 @@ entries: - https://github.com/truecharts/apps/releases/download/muximux-1.0.25/muximux-1.0.25.tgz version: 1.0.25 mylar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.5.3 - created: "2022-01-11T18:34:17.332122758Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Mylar is a automated Comic Book downloader - digest: 414e09c4456f1ceb261ed767ad8056ef6473a70c5217b05d252d4a6f39602504 - home: https://github.com/truechartsapps/tree/master/charts/stable/mylar - icon: https://truecharts.org/_static/img/appicons/mylar-icon.png - keywords: - - mylar - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mylar - sources: - - https://github.com/mylar3/mylar3 - - https://github.com/linuxserver/docker-mylar3 - - https://github.com/truechartsapps/tree/master/charts/mylar - urls: - - https://github.com/truecharts/apps/releases/download/mylar-4.0.29/mylar-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -27952,37 +24204,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mylar-4.0.21/mylar-4.0.21.tgz version: 4.0.21 mysql-workbench: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 8.0.27 - created: "2022-01-11T18:34:17.497891648Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: MySQL Workbench is a unified visual tool for database architects, - developers and DBAs. - digest: 886a8379d248e8aea7ef4d3c08c30a3fb694d174646496841947d751cb00126f - home: https://github.com/truecharts/apps/tree/master/charts/stable/mysql-workbench - icon: https://truecharts.org/_static/img/appicons/mysql-workbench-icon.png - keywords: - - mysql-workbench - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: mysql-workbench - sources: - - https://hub.docker.com/r/linuxserver/mysql-workbench - type: application - urls: - - https://github.com/truecharts/apps/releases/download/mysql-workbench-0.0.10/mysql-workbench-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28139,37 +24360,6 @@ entries: - https://github.com/truecharts/apps/releases/download/mysql-workbench-0.0.1/mysql-workbench-0.0.1.tgz version: 0.0.1 nano-wallet: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.16 - created: "2022-01-11T18:34:17.63459534Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Nano-wallet is a digital payment protocol designed to be accessible - and lightweight. - digest: cbe2ba401d3e293d7f43b95d6da38f4d75e79546e24e9582245dc2aa3c80f4f3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nano-wallet - icon: https://truecharts.org/_static/img/appicons/nano-wallet-icon.png - keywords: - - nano-wallet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nano-wallet - sources: - - https://hub.docker.com/r/linuxserver/nano-wallet - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nano-wallet-0.0.13/nano-wallet-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28326,40 +24516,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nano-wallet-0.0.1/nano-wallet-0.0.1.tgz version: 0.0.1 navidrome: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.47.0 - created: "2022-01-11T18:34:17.774260632Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Navidrome is an open source web-based music collection server and - streamer - digest: 1a284fe6a4e2fab4a1849691ca0737094e67a56571083ed9b4bbf58cb35a1446 - home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome - icon: https://truecharts.org/_static/img/appicons/navidrome-icon.png - keywords: - - navidrome - - music - - streaming - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: navidrome - sources: - - https://github.com/deluan/navidrome - - https://hub.docker.com/r/deluan/navidrome - type: application - urls: - - https://github.com/truecharts/apps/releases/download/navidrome-9.0.30/navidrome-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28531,50 +24687,6 @@ entries: - https://github.com/truecharts/apps/releases/download/navidrome-9.0.20/navidrome-9.0.20.tgz version: 9.0.20 nextcloud: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 23.0.0 - created: "2022-01-11T18:34:17.945232522Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.50 - description: A private cloud server that puts the control and security of your - own data back into your hands. - digest: 53b4a1ad3fecbdfdbb1a7e26546308cf48c40f9ecd8f4f7ad7e3560cac50d247 - home: https://nextcloud.com/ - icon: https://truecharts.org/_static/img/appicons/nextcloud-icon.png - keywords: - - nextcloud - - storage - - http - - web - - php - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nextcloud - sources: - - https://github.com/nextcloud/docker - - https://github.com/nextcloud/helm - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nextcloud-11.0.12/nextcloud-11.0.12.tgz - version: 11.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -28884,37 +24996,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nextcloud-11.0.0/nextcloud-11.0.0.tgz version: 11.0.0 ngircd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.11.21 - created: "2022-01-11T18:34:18.084156614Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Ngircd is a free, portable and lightweight Internet Relay Chat server - for small or private networks. - digest: 41d898a188e5f236d9ce6891fb7055e51e02057a938019a77f15cc89252803e3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/ngircd - icon: https://truecharts.org/_static/img/appicons/ngircd-icon.png - keywords: - - ngircd - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ngircd - sources: - - https://hub.docker.com/r/linuxserver/ngircd - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ngircd-0.0.10/ngircd-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29071,37 +25152,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ngircd-0.0.1/ngircd-0.0.1.tgz version: 0.0.1 nntp2nntp: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.3.202112 - created: "2022-01-11T18:34:18.213689507Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Nntp2nntp proxy allow you to use your NNTP Account from multiple - systems, each with own user name and password. - digest: afb6db8bb7396c33128947908c39fd70636eed01828993cc392ab4baf1b6eb2e - home: https://github.com/truecharts/apps/tree/master/charts/stable/nntp2nntp - icon: https://truecharts.org/_static/img/appicons/nntp2nntp-icon.png - keywords: - - nntp2nntp - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nntp2nntp - sources: - - https://hub.docker.com/r/linuxserver/nntp2nntp - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nntp2nntp-0.0.11/nntp2nntp-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29289,37 +25339,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nntp2nntp-0.0.1/nntp2nntp-0.0.1.tgz version: 0.0.1 node-red: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.4 - created: "2022-01-11T18:34:18.307712301Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Node-RED is low-code programming for event-driven applications - digest: 7b405b87d5505de812dfcdfbfc09f055a1618ad5b2e806582c413ab64b6764ae - home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red - icon: https://truecharts.org/_static/img/appicons/node-red-icon.png - keywords: - - node-red - - nodered - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: node-red - sources: - - https://github.com/node-red/node-red-docker - type: application - urls: - - https://github.com/truecharts/apps/releases/download/node-red-9.0.30/node-red-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29476,39 +25495,6 @@ entries: - https://github.com/truecharts/apps/releases/download/node-red-9.0.20/node-red-9.0.20.tgz version: 9.0.20 novnc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0 - created: "2022-01-11T18:34:18.435771394Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: The open source VNC client - digest: de89627c07f89ff9f0d8311b823ee5e95c8a525653c570e78a0c3bc28c79ac62 - home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc - icon: https://truecharts.org/_static/img/appicons/novnc-icon.png - keywords: - - novnc - - vnc - - remote - - desktop - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: novnc - sources: - - https://novnc.com/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/novnc-1.0.29/novnc-1.0.29.tgz - version: 1.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29642,35 +25628,6 @@ entries: - https://github.com/truecharts/apps/releases/download/novnc-1.0.21/novnc-1.0.21.tgz version: 1.0.21 nullserv: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.3.0 - created: "2022-01-11T18:34:18.586757585Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A simple null file http and https server - digest: 5e3cfb54e9a6737f381e82d0661e79277cca9ae273a43998ede31b9601ee2719 - home: https://github.com/truechartsapps/tree/master/charts/stable/nullserv - icon: https://truecharts.org/_static/img/appicons/nullserv-icon.png - keywords: - - nullserv - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nullserv - sources: - - https://github.com/bmrzycki/nullserv - urls: - - https://github.com/truecharts/apps/releases/download/nullserv-4.0.29/nullserv-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29788,37 +25745,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nullserv-4.0.21/nullserv-4.0.21.tgz version: 4.0.21 nzbget: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "21.1" - created: "2022-01-11T18:34:18.707962878Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: NZBGet is a Usenet downloader client - digest: 3c4caee7cd40aa37e998982373d64ffa14a8b86cca38c5cedcbcef8656b0d465 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget - icon: https://truecharts.org/_static/img/appicons/nzbget-icon.png - keywords: - - nzbget - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: nzbget - sources: - - https://nzbget.net/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbget-9.0.30/nzbget-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -29944,34 +25870,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbget-9.0.22/nzbget-9.0.22.tgz version: 9.0.22 nzbhydra: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.0.1 - created: "2022-01-11T18:34:18.84679917Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - deprecated: true - description: Usenet meta search - digest: 5a152d9742b02b9f0fad9692451fcefbe6ca989444cadbefdbf934bd6c266591 - home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra - icon: https://truecharts.org/_static/img/appicons/nzbhydra-icon.png - keywords: - - nzbhydra - - usenet - kubeVersion: '>=1.16.0-0' - name: nzbhydra - sources: - - https://github.com/theotherp/nzbhydra2 - type: application - urls: - - https://github.com/truecharts/apps/releases/download/nzbhydra-9.0.34/nzbhydra-9.0.34.tgz - version: 9.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30169,38 +26067,6 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbhydra-9.0.21/nzbhydra-9.0.21.tgz version: 9.0.21 octoprint: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.7.2 - created: "2022-01-11T18:34:18.991766461Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: OctoPrint is the snappy web interface for your 3D printer - digest: d706887448f03b4c474dfea99a5e0c5c2b170188e2d6ec18e719c3512e774e71 - home: https://github.com/truechartsapps/tree/master/charts/stable/octoprint - icon: https://truecharts.org/_static/img/appicons/octoprint-icon.png - keywords: - - octoprint - - 3d - - printer - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: octoprint - sources: - - https://github.com/OctoPrint/OctoPrint - - https://hub.docker.com/r/octoprint/octoprint - urls: - - https://github.com/truecharts/apps/releases/download/octoprint-4.0.31/octoprint-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30362,48 +26228,6 @@ entries: - https://github.com/truecharts/apps/releases/download/octoprint-4.0.21/octoprint-4.0.21.tgz version: 4.0.21 odoo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "14.0" - created: "2022-01-11T18:34:19.141385753Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, - PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. - digest: dbc385528289b9b7c15daf0496cdfb3860a59e3035543d4c4df8573157561af5 - home: https://github.com/truecharts/apps/tree/main/charts/odoo - icon: https://truecharts.org/_static/img/appicons/odoo-icon.png - keywords: - - odoo - - crm - - pm - - hr - - accounting - - mrp - - marketing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: odoo - sources: - - https://www.odoo.com/ - - https://hub.docker.com/repository/docker/nicholaswilde/odoo - type: application - urls: - - https://github.com/truecharts/apps/releases/download/odoo-4.0.20/odoo-4.0.20.tgz - version: 4.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30573,36 +26397,6 @@ entries: - https://github.com/truecharts/apps/releases/download/odoo-4.0.12/odoo-4.0.12.tgz version: 4.0.12 omada-controller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "5.0" - created: "2022-01-11T18:34:19.274976345Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Omada is a SDN tool for TP-Link Omada hardware - digest: 94d99a1a3d00d11bae6a0e949388d238147cb337fd80e9eef0f1e69fdfad0f39 - home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller - icon: https://truecharts.org/_static/img/appicons/omada-controller-icon.png - keywords: - - omada-controller - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: omada-controller - sources: - - https://github.com/mbentley/docker-omada-controller - - https://github.com/truechartsapps/tree/master/charts/omada-controller - urls: - - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.44/omada-controller-4.0.44.tgz - version: 4.0.44 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -30934,41 +26728,6 @@ entries: - https://github.com/truecharts/apps/releases/download/omada-controller-4.0.28/omada-controller-4.0.28.tgz version: 4.0.28 ombi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.9.0 - created: "2022-01-11T18:34:19.417245937Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Want a Movie or TV Show on Plex or Emby? Use Ombi! - digest: 3075e54d3a093f0d3307748c24514f437773a3a1fcbf988a7854b917912a2efe - home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi - icon: https://truecharts.org/_static/img/appicons/ombi-icon.png - keywords: - - ombi - - plex - - emby - - sonarr - - radarr - - couchpotato - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ombi - sources: - - https://github.com/tidusjar/Ombi - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ombi-9.0.34/ombi-9.0.34.tgz - version: 9.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31285,42 +27044,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ombi-9.0.20/ombi-9.0.20.tgz version: 9.0.20 onlyoffice-document-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.4.2.6 - created: "2022-01-11T18:34:19.555212429Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - 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: 8af74ec49f74ddbc4977bb0adf3043b1e3db73762cd9d5835ebce0a083901272 - home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-document-server - icon: https://truecharts.org/_static/img/appicons/onlyoffice-document-server-icon.png - keywords: - - onlyoffice - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: onlyoffice-document-server - sources: - - https://github.com/ONLYOFFICE/DocumentServer - - https://github.com/ONLYOFFICE/Docker-DocumentServer - - https://hub.docker.com/r/onlyoffice/documentserver/ - urls: - - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-3.0.10/onlyoffice-document-server-3.0.10.tgz - version: 3.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31502,43 +27225,6 @@ entries: - https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-3.0.0/onlyoffice-document-server-3.0.0.tgz version: 3.0.0 openkm: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.3.11 - created: "2022-01-11T18:34:19.70595402Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: OpenKM integrates all essential documents management, collaboration - and an advanced search functionality into one easy to use solution. - digest: ba5217331d1cdd04e04b4618389d4cbca32d1c7c3469aca3006cfb7c33281822 - home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm - icon: https://truecharts.org/_static/img/appicons/openkm-icon.png - keywords: - - openkm - - documentation management - - docs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openkm - sources: - - https://www.openkm.com/ - - https://github.com/openkm/document-management-system - urls: - - https://github.com/truecharts/apps/releases/download/openkm-4.0.20/openkm-4.0.20.tgz - version: 4.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31688,40 +27374,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openkm-4.0.12/openkm-4.0.12.tgz version: 4.0.12 openldap: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-11T18:34:19.850620912Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Community developed LDAP software - digest: 48481886d6a50eccfc058b4e5b01d2b8e673d28acebadc8bd092021e084d2d58 - home: https://www.openldap.org - icon: https://truecharts.org/_static/img/appicons/openldap-icon.png - keywords: - - ldap - - openldap - - iam-stack - - high availability - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openldap - sources: - - https://github.com/jp-gouin/helm-openldap - - https://github.com/osixia/docker-openldap - type: application - urls: - - https://github.com/truecharts/apps/releases/download/openldap-5.0.12/openldap-5.0.12.tgz - version: 5.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -31995,37 +27647,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openldap-4.0.25/openldap-4.0.25.tgz version: 4.0.25 openvscode-server: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.63.2 - created: "2022-01-11T18:34:19.973621404Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Openvscode-server provides a version of VS Code that runs a server - on a remote machine. - digest: 00b813e4afd1f37a4de580ca5fb0a1cd7cc1ba634c5ade0207808034fc23beda - home: https://github.com/truecharts/apps/tree/master/charts/stable/openvscode-server - icon: https://truecharts.org/_static/img/appicons/openvscode-server-icon.png - keywords: - - openvscode-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: openvscode-server - sources: - - https://hub.docker.com/r/linuxserver/openvscode-server - type: application - urls: - - https://github.com/truecharts/apps/releases/download/openvscode-server-0.0.13/openvscode-server-0.0.13.tgz - version: 0.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32275,37 +27896,6 @@ entries: - https://github.com/truecharts/apps/releases/download/openvscode-server-0.0.1/openvscode-server-0.0.1.tgz version: 0.0.1 organizr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - organizers - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:20.095045997Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: HTPC/Homelab Services Organizer - digest: 056a8876194accfe12b26ff318b1fbd56002dcd6afd8e77b2df4064a5a2c81d1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr - icon: https://truecharts.org/_static/img/appicons/organizr-icon.png - keywords: - - organizr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: organizr - sources: - - https://github.com/causefx/Organizr - - https://hub.docker.com/r/organizr/organizr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/organizr-9.0.30/organizr-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32431,36 +28021,6 @@ entries: - https://github.com/truecharts/apps/releases/download/organizr-9.0.22/organizr-9.0.22.tgz version: 9.0.22 oscam: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - DIY - truecharts.org/grade: U - apiVersion: v2 - appVersion: "11693" - created: "2022-01-11T18:34:20.211058491Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Open Source Conditional Access Module software - digest: 29e43c29afd122c25dae82940c2aa9081406f6d9eda54f0785da86c8962ed186 - home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam - icon: https://truecharts.org/_static/img/appicons/oscam-icon.png - keywords: - - oscam - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: oscam - sources: - - https://trac.streamboard.tv/oscam/browser/trunk - type: application - urls: - - https://github.com/truecharts/apps/releases/download/oscam-4.0.30/oscam-4.0.30.tgz - version: 4.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32612,41 +28172,6 @@ entries: - https://github.com/truecharts/apps/releases/download/oscam-4.0.21/oscam-4.0.21.tgz version: 4.0.21 overseerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.28.0 - created: "2022-01-11T18:34:20.354887282Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - 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: f8de0da1e8844298602e1df17f442aef93cf1f6dd67ec94262d7aae197e72e94 - home: https://github.com/truechartsapps/tree/master/charts/stable/overseerr - icon: https://truecharts.org/_static/img/appicons/overseerr-icon.png - keywords: - - overseerr - - plex - - sonarr - - radarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: overseerr - sources: - - https://github.com/sct/overseerr - - https://hub.docker.com/r/sctx/overseerr - urls: - - https://github.com/truecharts/apps/releases/download/overseerr-4.0.30/overseerr-4.0.30.tgz - version: 4.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -32823,40 +28348,6 @@ entries: - https://github.com/truecharts/apps/releases/download/overseerr-4.0.21/overseerr-4.0.21.tgz version: 4.0.21 owncast: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.10 - created: "2022-01-11T18:34:20.475172575Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Take control over your live stream video by running it yourself. - Streaming + chat out of the box. - digest: 9b9b96f32f1392c5bc23ecdfd187c76bd6f2a189abae7a0feaaa67495253229a - home: https://github.com/truechartsapps/tree/master/charts/stable/owncast - icon: https://truecharts.org/_static/img/appicons/owncast-icon.png - keywords: - - owncast - - stream - - open source - - chat - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: owncast - sources: - - https://owncast.online/ - - https://github.com/owncast/owncast - urls: - - https://github.com/truecharts/apps/releases/download/owncast-4.0.29/owncast-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33028,43 +28519,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncast-4.0.19/owncast-4.0.19.tgz version: 4.0.19 owncloud-ocis: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.16.0 - created: "2022-01-11T18:34:20.596524268Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: ownCloud Infinite Scale is a self-hosted file sync and share server. - digest: 8153d7edeb7714b287f1294d8b9851fce65ec7566af7eed4327437b5024d1e85 - home: https://github.com/truechartsapps/tree/master/charts/stable/owncloud-ocis - icon: https://truecharts.org/_static/img/appicons/owncloud-ocis-icon.png - keywords: - - owncloud - - ocis - - infinite - - scale - - self-hosted - - sync - - share - - server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: owncloud-ocis - sources: - - https://hub.docker.com/r/owncloud/ocis - - https://owncloud.dev/ocis/ - urls: - - https://github.com/truecharts/apps/releases/download/owncloud-ocis-4.0.32/owncloud-ocis-4.0.32.tgz - version: 4.0.32 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33251,45 +28705,6 @@ entries: - https://github.com/truecharts/apps/releases/download/owncloud-ocis-4.0.21/owncloud-ocis-4.0.21.tgz version: 4.0.21 paperless-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-11T18:34:20.762920959Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.50 - description: Paperless-ng is an application by Daniel Quinn and contributors that - indexes your scanned documents. - digest: 40619aed375ea5f0663733b73b94641a0f77b57cba4f04d42af8e7706fcb4462 - home: https://github.com/truecharts/apps/tree/master/charts/stable/paperless-ng - icon: https://truecharts.org/_static/img/appicons/paperless-ng-icon.png - keywords: - - paperless-ng - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: paperless-ng - sources: - - https://hub.docker.com/r/linuxserver/paperless-ng - type: application - urls: - - https://github.com/truecharts/apps/releases/download/paperless-ng-1.0.8/paperless-ng-1.0.8.tgz - version: 1.0.8 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33571,41 +28986,6 @@ entries: - https://github.com/truecharts/apps/releases/download/paperless-ng-0.0.1/paperless-ng-0.0.1.tgz version: 0.0.1 papermerge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.1 - created: "2022-01-11T18:34:20.90297935Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: redis.enabled - name: redis - repository: https://truecharts.org - version: 1.0.50 - description: Papermerge is an open source document management system (DMS) primarily - designed for archiving and retrieving your digital documents. - digest: 3354540bb1a1d539514ef622db95b57294b1206a645d5d29afedf4b0d031e29b - home: https://github.com/truecharts/apps/tree/master/charts/stable/papermerge - icon: https://truecharts.org/_static/img/appicons/papermerge-icon.png - keywords: - - papermerge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: papermerge - sources: - - https://hub.docker.com/r/linuxserver/papermerge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/papermerge-0.0.11/papermerge-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -33805,38 +29185,6 @@ entries: - https://github.com/truecharts/apps/releases/download/papermerge-0.0.1/papermerge-0.0.1.tgz version: 0.0.1 pgadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.3" - created: "2022-01-11T18:34:21.043942242Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Web-Based postgresql database management utility - digest: 470dd75ea5c7b53cd19db77e8b5d47b7b6d2d37783fe97a68cc535ee13f61547 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin - icon: https://truecharts.org/_static/img/appicons/pgadmin-icon.png - keywords: - - pgadmin - - db - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pgadmin - sources: - - https://www.pgadmin.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pgadmin-5.0.11/pgadmin-5.0.11.tgz - version: 5.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34030,44 +29378,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pgadmin-5.0.0/pgadmin-5.0.0.tgz version: 5.0.0 photoprism: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "20220107" - created: "2022-01-11T18:34:21.222582532Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - description: PhotoPrism® is a server-based application for browsing, organizing - and sharing your personal photo collection - digest: d9a2f0f71d9afbe345f1ab4081dbfa56b344abe2d33f2d73c53208d9299a911f - home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism - icon: https://truecharts.org/_static/img/appicons/photoprism-icon.png - keywords: - - photos - - photoprism - - pictures - - sharing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: photoprism - sources: - - https://github.com/photoprism/photoprism - - https://hub.docker.com/r/photoprism/photoprism - urls: - - https://github.com/truecharts/apps/releases/download/photoprism-7.0.13/photoprism-7.0.13.tgz - version: 7.0.13 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34373,41 +29683,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoprism-6.0.9/photoprism-6.0.9.tgz version: 6.0.9 photoshow: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 48aabb98 - created: "2022-01-11T18:34:21.339542125Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A gallery software at its easiest, it doesn't even require a database. - digest: 5760e44c7d3842f85517e440678b316c95a7e4b78c15a24d0747a6dc5b7983ee - home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow - icon: https://truecharts.org/_static/img/appicons/photoshow-icon.png - keywords: - - photoshow - - photo - - show - - gallary - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: photoshow - sources: - - https://github.com/thibaud-rohmer/PhotoShow - - https://github.com/linuxserver/docker-photoshow - type: application - urls: - - https://github.com/truecharts/apps/releases/download/photoshow-1.0.33/photoshow-1.0.33.tgz - version: 1.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34549,38 +29824,6 @@ entries: - https://github.com/truecharts/apps/releases/download/photoshow-1.0.25/photoshow-1.0.25.tgz version: 1.0.25 phpldapadmin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.0 - created: "2022-01-11T18:34:21.504529915Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Web-based LDAP browser to manage your LDAP server - digest: 5df509f1caad2769505043b48fb713e602a412e2de6a19c7de635a61ec945212 - home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin - icon: https://truecharts.org/_static/img/appicons/phpldapadmin-icon.png - keywords: - - phpldapadmin - - openldap - - userrights - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: phpldapadmin - sources: - - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog - type: application - urls: - - https://github.com/truecharts/apps/releases/download/phpldapadmin-4.0.30/phpldapadmin-4.0.30.tgz - version: 4.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -34742,37 +29985,6 @@ entries: - https://github.com/truecharts/apps/releases/download/phpldapadmin-4.0.20/phpldapadmin-4.0.20.tgz version: 4.0.20 piaware: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "6.1" - created: "2022-01-11T18:34:21.639271608Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Program for forwarding ADS-B data to FlightAware - digest: 552c2ce9b9455d0d013866ed5bcc096cf997f46269625b849ccf335c6daaf9f9 - home: https://github.com/truechartsapps/tree/master/charts/stable/piaware - icon: https://truecharts.org/_static/img/appicons/piaware-icon.png - keywords: - - piaware - - flight-aware - - flight-tracker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: piaware - sources: - - https://github.com/flightaware/piaware - urls: - - https://github.com/truecharts/apps/releases/download/piaware-4.0.40/piaware-4.0.40.tgz - version: 4.0.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35177,37 +30389,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piaware-4.0.20/piaware-4.0.20.tgz version: 4.0.20 pidgin: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.14.8 - created: "2022-01-11T18:34:21.7702138Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Pidgin is a chat program which lets you log into accounts on multiple - chat networks simultaneously. - digest: 1bee464646aa42bea47a66ebb736612b3335c9859be6c7759d0113fd80749585 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pidgin - icon: https://truecharts.org/_static/img/appicons/pidgin-icon.png - keywords: - - pidgin - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pidgin - sources: - - https://hub.docker.com/r/linuxserver/pidgin - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pidgin-0.0.11/pidgin-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35395,38 +30576,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pidgin-0.0.1/pidgin-0.0.1.tgz version: 0.0.1 pihole: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2022.01.1 - created: "2022-01-11T18:34:21.907457092Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: DNS and Ad-filtering for your network - digest: 3b95a1435c184e4025e9bf75e84063b26d7f027be25ef674b23b74d72634c8d2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole - icon: https://truecharts.org/_static/img/appicons/pihole-icon.png - keywords: - - DNS - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pihole - sources: - - https://pi-hole.net/ - - https://github.com/pi-hole - - https://github.com/pi-hole/docker-pi-hole - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pihole-4.0.34/pihole-4.0.34.tgz - version: 4.0.34 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35620,41 +30769,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pihole-4.0.22/pihole-4.0.22.tgz version: 4.0.22 piwigo: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 11.5.0 - created: "2022-01-11T18:34:22.170071177Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A is photo gallery software for the web, built by an active community - of users and developers. - digest: 9052d8d059a8d005ed838cc9c96f563ae771546660f5d48c499e6bb108a2c93c - home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo - icon: https://truecharts.org/_static/img/appicons/piwigo-icon.png - keywords: - - piwigo - - gallery - - photo - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: piwigo - sources: - - http://piwigo.org/ - - https://github.com/linuxserver/docker-piwigo - type: application - urls: - - https://github.com/truecharts/apps/releases/download/piwigo-1.0.30/piwigo-1.0.30.tgz - version: 1.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35796,41 +30910,6 @@ entries: - https://github.com/truecharts/apps/releases/download/piwigo-1.0.22/piwigo-1.0.22.tgz version: 1.0.22 pixapop: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.2" - created: "2022-01-11T18:34:22.29412107Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: An open-source single page application to view your photos in the - easiest way possible. - digest: f91684a1af38141d7482714ebba085ccb5656021dc07d6946c6c9d42766fb49a - home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop - icon: https://truecharts.org/_static/img/appicons/pixapop-icon.png - keywords: - - pixapop - - photo - - gallery - - image - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pixapop - sources: - - https://github.com/linuxserver/docker-pixapop - - https://github.com/bierdok/pixapop - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pixapop-1.0.29/pixapop-1.0.29.tgz - version: 1.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -35972,37 +31051,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pixapop-1.0.21/pixapop-1.0.21.tgz version: 1.0.21 plex: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.25.2.531 - created: "2022-01-11T18:34:22.435425761Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Plex Media Server - digest: 1ea419a3e3af7a10a4ab1724ed04290aeee9a7ed1c682c075b67510ea80cbeae - home: https://github.com/truecharts/apps/tree/master/charts/stable/plex - icon: https://truecharts.org/_static/img/appicons/plex-icon.png - keywords: - - plex - - plex-media-server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: plex - sources: - - https://github.com/k8s-at-home/container-images/pkgs/container/plex - type: application - urls: - - https://github.com/truecharts/apps/releases/download/plex-8.0.31/plex-8.0.31.tgz - version: 8.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -36159,38 +31207,6 @@ entries: - https://github.com/truecharts/apps/releases/download/plex-8.0.22/plex-8.0.22.tgz version: 8.0.22 podgrab: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - mutlimedia - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.0 - created: "2022-01-11T18:34:22.569406054Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A self-hosted podcast manager to download episodes as soon as they - become live. - digest: 4f08c92ab6988eb485eff7715fa6a5830196e57641390b0bafb0197de01d8737 - home: https://github.com/truecharts/apps/tree/master/charts/stable/podgrab - icon: https://truecharts.org/_static/img/appicons/podgrab-icon.png - keywords: - - podgrab - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: podgrab - sources: - - https://github.com/akhilrex/podgrab - - https://hub.docker.com/r/akhilrex/podgrab - type: application - urls: - - https://github.com/truecharts/apps/releases/download/podgrab-8.0.10/podgrab-8.0.10.tgz - version: 8.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37111,39 +32127,6 @@ entries: - https://github.com/truecharts/apps/releases/download/postgresql-6.0.22/postgresql-6.0.22.tgz version: 6.0.22 pretend-youre-xyzzy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4" - created: "2022-01-11T18:34:22.690690947Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: pretend-youre-xyzzy, a cards against humanity clone - digest: 2c9b6cc96009974c93e7c183046494fb9c193099c6dc2c4285194b618dc8c0d6 - home: https://github.com/truechartsapps/tree/master/charts/stable/pretend-youre-xyzzy - icon: https://truecharts.org/_static/img/appicons/pretend-youre-xyzzy-icon.png - keywords: - - pretend-youre-xyzzy - - cards - - against - - humanity - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pretend-youre-xyzzy - sources: - - https://github.com/ajanata/PretendYoureXyzzy - - https://github.com/emcniece/DockerYourXyzzy - urls: - - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-4.0.29/pretend-youre-xyzzy-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37277,35 +32260,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-4.0.21/pretend-youre-xyzzy-4.0.21.tgz version: 4.0.21 projectsend: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.10 - created: "2022-01-11T18:34:22.814436639Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Projectsend is a self-hosted application that lets you upload files - and assign them to specific clients that you create yourself. - digest: a6d5346c3ecffa05a4cc8c3de4fe0f8e54a20c14e93f628981c2dde4d7db167a - home: https://github.com/truecharts/apps/tree/master/charts/stable/projectsend - icon: https://truecharts.org/_static/img/appicons/projectsend-icon.png - projectsend - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: projectsend - sources: - - https://hub.docker.com/r/linuxserver/projectsend - type: application - urls: - - https://github.com/truecharts/apps/releases/download/projectsend-0.0.10/projectsend-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37455,38 +32409,6 @@ entries: - https://github.com/truecharts/apps/releases/download/projectsend-0.0.1/projectsend-0.0.1.tgz version: 0.0.1 promcord: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:22.933600433Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Discord bot that provides metrics from a Discord server - digest: 406c009042ae28062e2164bbd5a528d5636cc5bc21cadcefa3cc52a8df8df7e5 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/promcord - icon: https://truecharts.org/_static/img/appicons/promcord-icon.png - keywords: - - promcord - - discord - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: promcord - sources: - - https://github.com/nimarion/promcord - type: application - urls: - - https://github.com/truecharts/apps/releases/download/promcord-2.0.10/promcord-2.0.10.tgz - version: 2.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -37648,48 +32570,6 @@ entries: - https://github.com/truecharts/apps/releases/download/promcord-2.0.0/promcord-2.0.0.tgz version: 2.0.0 prometheus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.53.1 - created: "2022-01-11T18:34:23.098951023Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: exporters.enabled,exporters.node-exporter.enabled - name: node-exporter - repository: https://charts.bitnami.com/bitnami - version: 2.4.0 - - condition: exporters.enabled,exporters.kube-state-metrics.enabled - name: kube-state-metrics - repository: https://charts.bitnami.com/bitnami - version: 2.2.2 - description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, - and Prometheus rules combined with documentation and scripts to provide easy - to operate end-to-end Kubernetes cluster monitoring with Prometheus using the - Prometheus Operator. - digest: 82ddba182ca15eca95f7e64de3bc7aad19fadf4347509adcaa2ba452b1b8f3ce - home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus - icon: https://truecharts.org/_static/img/appicons/prometheus-icon.png - keywords: - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: prometheus - sources: - - https://github.com/prometheus-community/helm-charts - - https://github.com/prometheus-operator/kube-prometheus - type: application - urls: - - https://github.com/truecharts/apps/releases/download/prometheus-1.1.40/prometheus-1.1.40.tgz - version: 1.1.40 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39008,37 +33888,6 @@ entries: - https://github.com/truecharts/apps/releases/download/promtail-1.0.10/promtail-1.0.10.tgz version: 1.0.10 protonmail-bridge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.10 - created: "2022-01-11T18:34:23.247199514Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Container for protonmail bridge to work on the network. - digest: 63383cdafbc1244383040641abad37204b351a5396627e4cb3e443d135ee322a - home: https://github.com/truechartsapps/tree/master/charts/stable/protonmail-bridge - icon: https://truecharts.org/_static/img/appicons/protonmail-bridge-icon.png - keywords: - - protonmail - - protonmail-bridge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: protonmail-bridge - sources: - - https://github.com/shenxn/protonmail-bridge-docker - - https://hub.docker.com/r/shenxn/protonmail-bridge - urls: - - https://github.com/truecharts/apps/releases/download/protonmail-bridge-4.0.29/protonmail-bridge-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39164,39 +34013,6 @@ entries: - https://github.com/truecharts/apps/releases/download/protonmail-bridge-4.0.21/protonmail-bridge-4.0.21.tgz version: 4.0.21 prowlarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.10.137 - created: "2022-01-11T18:34:23.361143208Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Indexer manager/proxy built on the popular arr net base stack to - integrate with your various PVR apps. - digest: 9671f51df9955fff5cd15612476e2cbc7a35b4739b15f42d07a2fe7bc0ba3ed4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr - icon: https://truecharts.org/_static/img/appicons/prowlarr-icon.png - keywords: - - prowlarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: prowlarr - sources: - - https://github.com/Prowlarr/Prowlarr - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/prowlarr-4.0.52/prowlarr-4.0.52.tgz - version: 4.0.52 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39693,37 +34509,6 @@ entries: - https://github.com/truecharts/apps/releases/download/prowlarr-4.0.30/prowlarr-4.0.30.tgz version: 4.0.30 pwndrop: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.1 - created: "2022-01-11T18:34:23.5000015Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Pwndrop is a self-deployable file hosting service for sending out - red teaming payloads or securely sharing your private files over HTTP and WebDAV. - digest: d45d4fe7f9d26f1c6e5fa892dadb96990d0912f8b94189abe3d6cb8aac792fa1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/pwndrop - icon: https://truecharts.org/_static/img/appicons/pwndrop-icon.png - keywords: - - pwndrop - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pwndrop - sources: - - https://hub.docker.com/r/linuxserver/pwndrop - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pwndrop-0.0.10/pwndrop-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -39880,36 +34665,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pwndrop-0.0.1/pwndrop-0.0.1.tgz version: 0.0.1 pydio-cells: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.3 - created: "2022-01-11T18:34:23.638350083Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Pydio-cells is the nextgen file sharing platform for organizations. - digest: 098e847a7356bb5b586ff51eca83a2b28de0215372f89ab9da295ae966d8563a - home: https://github.com/truecharts/apps/tree/master/charts/stable/pydio-cells - icon: https://truecharts.org/_static/img/appicons/pydio-cells-icon.png - keywords: - - pydio-cells - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pydio-cells - sources: - - https://hub.docker.com/r/linuxserver/pydio-cells - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pydio-cells-0.0.11/pydio-cells-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40091,39 +34846,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pydio-cells-0.0.1/pydio-cells-0.0.1.tgz version: 0.0.1 pyload: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5de90278 - created: "2022-01-11T18:34:23.788360155Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - 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: 438349529e050b6e96cefd2f33173198de578547804f40894004de3541d0e3d8 - home: https://github.com/truechartsapps/tree/master/charts/stable/pyload - icon: https://truecharts.org/_static/img/appicons/pyload-icon.png - keywords: - - pyload - - download - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pyload - sources: - - https://github.com/pyload/pyload - - https://hub.docker.com/r/linuxserver/pyload - urls: - - https://github.com/truecharts/apps/releases/download/pyload-4.0.29/pyload-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40257,36 +34979,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pyload-4.0.21/pyload-4.0.21.tgz version: 4.0.21 pylon: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.0 - created: "2022-01-11T18:34:23.913399132Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Pylon is a web based integrated development environment. - digest: 7a36ad89cf41809c8a8633b3045242bdfbd14d7e168605c973751bd6b309662c - home: https://github.com/truecharts/apps/tree/master/charts/stable/pylon - icon: https://truecharts.org/_static/img/appicons/pylon-icon.png - keywords: - - pylon - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: pylon - sources: - - https://hub.docker.com/r/linuxserver/pylon - type: application - urls: - - https://github.com/truecharts/apps/releases/download/pylon-0.0.10/pylon-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40438,37 +35130,6 @@ entries: - https://github.com/truecharts/apps/releases/download/pylon-0.0.1/pylon-0.0.1.tgz version: 0.0.1 qbittorrent: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.4.0 - created: "2022-01-11T18:34:24.029410011Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: qBittorrent is a cross-platform free and open-source BitTorrent client - digest: 110e5f8dd8545353ba342dfce2cfd68062b8ad41af84a6549e0b62b6a0da08b7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent - icon: https://truecharts.org/_static/img/appicons/qbittorrent-icon.png - keywords: - - qbittorrent - - torrrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: qbittorrent - sources: - - https://github.com/qbittorrent/qBittorrent - type: application - urls: - - https://github.com/truecharts/apps/releases/download/qbittorrent-9.0.33/qbittorrent-9.0.33.tgz - version: 9.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40625,40 +35286,6 @@ entries: - https://github.com/truecharts/apps/releases/download/qbittorrent-9.0.24/qbittorrent-9.0.24.tgz version: 9.0.24 quassel-core: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.14.0 - created: "2022-01-11T18:34:24.174217685Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Quassel-core is a modern, cross-platform, distributed IRC client. - digest: ae8b5cbb0a8358583685472688f8583201f8f246b9a963031b4603f81bdfc6a3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-core - icon: https://truecharts.org/_static/img/appicons/quassel-core-icon.png - keywords: - - quassel-core - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: quassel-core - sources: - - https://hub.docker.com/r/linuxserver/quassel-core - type: application - urls: - - https://github.com/truecharts/apps/releases/download/quassel-core-0.0.12/quassel-core-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -40898,36 +35525,6 @@ entries: - https://github.com/truecharts/apps/releases/download/quassel-core-0.0.1/quassel-core-0.0.1.tgz version: 0.0.1 quassel-web: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.16 - created: "2022-01-11T18:34:24.306514561Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Quassel-web is a web client for Quassel. - digest: acd6f7ce6ba6dbc7b60ad1075b2be628e1de22e0a0f06315339871cded1478bd - home: https://github.com/truecharts/apps/tree/master/charts/stable/quassel-web - icon: https://truecharts.org/_static/img/appicons/quassel-web-icon.png - keywords: - - quassel-web - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: quassel-web - sources: - - https://hub.docker.com/r/linuxserver/quassel-web - type: application - urls: - - https://github.com/truecharts/apps/releases/download/quassel-web-0.0.11/quassel-web-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41079,38 +35676,6 @@ entries: - https://github.com/truecharts/apps/releases/download/quassel-web-0.0.1/quassel-web-0.0.1.tgz version: 0.0.1 radarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.2.5080 - created: "2022-01-11T18:34:24.451261834Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A fork of Sonarr to work with movies à la Couchpotato - digest: 1d603e4747cead678be2bfea99f6df59fe8590f670f2e2dcecbe5d6cb4099e34 - home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr - icon: https://truecharts.org/_static/img/appicons/radarr-icon.png - keywords: - - radarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: radarr - sources: - - https://github.com/Radarr/Radarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/radarr-9.0.31/radarr-9.0.31.tgz - version: 9.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41272,41 +35837,6 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-9.0.22/radarr-9.0.22.tgz version: 9.0.22 readarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0.1156 - created: "2022-01-11T18:34:24.58483741Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A fork of Radarr to work with Books & AudioBooks - digest: 2765d8bade8302c0084d7b450a1ca8d69475e27fe008d0e6468f2232192563d3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr - icon: https://truecharts.org/_static/img/appicons/readarr-icon.png - keywords: - - readarr - - torrent - - usenet - - AudioBooks - - ebooks - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: readarr - sources: - - https://github.com/Readarr/Readarr - - https://readarr.com - type: application - urls: - - https://github.com/truecharts/apps/releases/download/readarr-9.0.47/readarr-9.0.47.tgz - version: 9.0.47 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -41693,43 +36223,6 @@ entries: - https://github.com/truecharts/apps/releases/download/readarr-9.0.30/readarr-9.0.30.tgz version: 9.0.30 recipes: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.0.4 - created: "2022-01-11T18:34:24.742239881Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - 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: a6c30d114cc0ad6f50211b3a4cbfb46dde60854e7213bbe3dee4b2ca0892d762 - home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes - icon: https://truecharts.org/_static/img/appicons/recipes-icon.png - keywords: - - recipes - - cooking - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: recipes - sources: - - https://github.com/vabene1111/recipes - - https://hub.docker.com/r/vabene1111/recipes - urls: - - https://github.com/truecharts/apps/releases/download/recipes-5.0.9/recipes-5.0.9.tgz - version: 5.0.9 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42702,37 +37195,6 @@ entries: - https://github.com/truecharts/apps/releases/download/redis-1.0.27/redis-1.0.27.tgz version: 1.0.27 reg: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.16.1 - created: "2022-01-11T18:34:24.883655355Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Docker registry v2 command line client and repo listing generator - with security checks. - digest: 51bb7ff35b7893f3ea92943bef8cd7cef3910ed21b1f45b9bda6a34ca9ecbaf1 - home: https://github.com/truecharts/apps/tree/master/charts/stable/reg - icon: https://truecharts.org/_static/img/appicons/reg-icon.png - keywords: - - reg - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: reg - sources: - - https://github.com/genuinetools/reg - - https://github.com/k8s-at-home/container-images/ - urls: - - https://github.com/truecharts/apps/releases/download/reg-4.0.28/reg-4.0.28.tgz - version: 4.0.28 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -42858,40 +37320,6 @@ entries: - https://github.com/truecharts/apps/releases/download/reg-4.0.20/reg-4.0.20.tgz version: 4.0.20 remmina: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.2.0-rcgi - created: "2022-01-11T18:34:25.014000331Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A remote desktop client written in GTK - digest: bf8ee4d4a213c374a6f5154b517c2437ad7a14c67f27561d12ddc274c456a21a - home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina - icon: https://truecharts.org/_static/img/appicons/remmina-icon.png - keywords: - - remina - - remote - - desktop - - client - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: remmina - sources: - - https://github.com/linuxserver/docker-remmina - - https://remmina.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/remmina-1.0.33/remmina-1.0.33.tgz - version: 1.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43029,37 +37457,6 @@ entries: - https://github.com/truecharts/apps/releases/download/remmina-1.0.25/remmina-1.0.25.tgz version: 1.0.25 requestrr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.1 - created: "2022-01-11T18:34:25.152411106Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi - via the use of chat. - digest: 28a4140506030048874ee95379ac8b51b23d49c20322fc4a3102682baf552651 - home: https://github.com/truecharts/apps/tree/master/charts/stable/requestrr - icon: https://truecharts.org/_static/img/appicons/requestrr-icon.png - keywords: - - requestrr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: requestrr - sources: - - https://hub.docker.com/r/linuxserver/requestrr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/requestrr-0.0.10/requestrr-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43216,39 +37613,6 @@ entries: - https://github.com/truecharts/apps/releases/download/requestrr-0.0.1/requestrr-0.0.1.tgz version: 0.0.1 resilio-sync: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.2.1375 - created: "2022-01-11T18:34:25.272889184Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Resilio Sync is a fast, reliable, and simple file sync and share - solution, powered by P2P technology - digest: 208fc7cdb160ac09a15a49bb83c7decc2e304871139ef7dae7fb72f9c691d03e - home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync - icon: https://truecharts.org/_static/img/appicons/resilio-sync-icon.png - keywords: - - resilio - - sync - - btsync - - bittorrent - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: resilio-sync - sources: - - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync - urls: - - https://github.com/truecharts/apps/releases/download/resilio-sync-4.0.30/resilio-sync-4.0.30.tgz - version: 4.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43415,36 +37779,6 @@ entries: - https://github.com/truecharts/apps/releases/download/resilio-sync-4.0.21/resilio-sync-4.0.21.tgz version: 4.0.21 rsnapshot: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.4.3 - created: "2022-01-11T18:34:25.393844562Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Rsnapshot is a filesystem snapshot utility based on rsync. - digest: c9f7671261cd4aa1a9720c0d0d1c9e7cb3fe3567a90f36bc809bfee006f3695b - home: https://github.com/truecharts/apps/tree/master/charts/stable/rsnapshot - icon: https://truecharts.org/_static/img/appicons/rsnapshot-icon.png - keywords: - - rsnapshot - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: rsnapshot - sources: - - https://hub.docker.com/r/linuxserver/rsnapshot - type: application - urls: - - https://github.com/truecharts/apps/releases/download/rsnapshot-0.0.10/rsnapshot-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43596,37 +37930,6 @@ entries: - https://github.com/truecharts/apps/releases/download/rsnapshot-0.0.1/rsnapshot-0.0.1.tgz version: 0.0.1 sabnzbd: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.4.2 - created: "2022-01-11T18:34:25.51659724Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Free and easy binary newsreader - digest: 2160a671c941561fa7637b68bec9507cc0e3ee6bd7201af2cb24969b0bbb92ca - home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd - icon: https://truecharts.org/_static/img/appicons/sabnzbd-icon.png - keywords: - - sabnzbd - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sabnzbd - sources: - - https://sabnzbd.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sabnzbd-9.0.29/sabnzbd-9.0.29.tgz - version: 9.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43752,37 +38055,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sabnzbd-9.0.21/sabnzbd-9.0.21.tgz version: 9.0.21 scrutiny: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.12.16 - created: "2022-01-11T18:34:25.642578517Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard - Drive Health Dashboard & Monitoring solution. - digest: c90e12ee4ba213990dd931578c91e23881ed74fe3a1001526ecb0a52ed69d078 - home: https://github.com/truecharts/apps/tree/master/charts/stable/scrutiny - icon: https://truecharts.org/_static/img/appicons/scrutiny-icon.png - keywords: - - scrutiny - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: scrutiny - sources: - - https://hub.docker.com/r/linuxserver/scrutiny - type: application - urls: - - https://github.com/truecharts/apps/releases/download/scrutiny-0.0.12/scrutiny-0.0.12.tgz - version: 0.0.12 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -43970,36 +38242,6 @@ entries: - https://github.com/truecharts/apps/releases/download/scrutiny-0.0.1/scrutiny-0.0.1.tgz version: 0.0.1 ser2sock: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:25.775526092Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Serial to Socket Redirector - digest: dc8396c425d5098f6bff723bce18771f76e469758f0132dfc67c9a55b51f72a0 - home: https://github.com/truechartsapps/tree/master/charts/stable/ser2sock - icon: https://truecharts.org/_static/img/appicons/ser2sock-icon.png - keywords: - - ser2sock - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ser2sock - sources: - - https://github.com/nutechsoftware/ser2sock - - https://github.com/tenstartups/ser2sock - urls: - - https://github.com/truecharts/apps/releases/download/ser2sock-4.0.29/ser2sock-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44121,44 +38363,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-4.0.21/ser2sock-4.0.21.tgz version: 4.0.21 shiori: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.0 - created: "2022-01-11T18:34:25.934096263Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: A simple bookmark manager built with Go - digest: 3683506f661a2aeb9b5e466683f6b2369eb0979e9a068d0a56ce7c4f7ec6ea5c - home: https://github.com/truecharts/apps/tree/main/charts/shiori - icon: https://truecharts.org/_static/img/appicons/shiori-icon.png - keywords: - - shiori - - bookmark - - bookmark-manager - - web-interface - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shiori - sources: - - https://github.com/go-shiori/shiori - - https://github.com/nicholaswilde/docker-shiori - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shiori-4.0.20/shiori-4.0.20.tgz - version: 4.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44312,46 +38516,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shiori-4.0.12/shiori-4.0.12.tgz version: 4.0.12 shlink: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.10.2 - created: "2022-01-11T18:34:26.113513731Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - - condition: redis.enabled - name: redis - repository: https://truecharts.org/ - version: 1.0.50 - description: A PHP-based self-hosted URL shortener that can be used to serve shortened - URLs under your own custom domain. - digest: f2fbcbb79f178fa2f62edd7fbdbbda938ba9b4013f6ef39900cc9e3a64a36dd0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink - icon: https://truecharts.org/_static/img/appicons/shlink-icon.png - keywords: - - url - - shortener - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shlink - sources: - - https://github.com/shlinkio/shlink - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shlink-0.0.6/shlink-0.0.6.tgz - version: 0.0.6 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44473,38 +38637,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shlink-0.0.1/shlink-0.0.1.tgz version: 0.0.1 shlink-web-client: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.5.1 - created: "2022-01-11T18:34:26.277009401Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A ReactJS-based progressive web application for Shlink. - digest: f9694c18f3b8bdbf31f15ff5c8b54275903c0946df9e0bae3f338019976a9771 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shlink-web-client - icon: https://truecharts.org/_static/img/appicons/shlink-web-client-icon.png - keywords: - - url - - shortener - - frontend - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shlink-web-client - sources: - - https://github.com/shlinkio/shlink-web-client - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shlink-web-client-0.0.5/shlink-web-client-0.0.5.tgz - version: 0.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44634,40 +38766,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shlink-web-client-0.0.1/shlink-web-client-0.0.1.tgz version: 0.0.1 shorturl: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.0 - created: "2022-01-11T18:34:26.401369178Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Self hosted web app for shortening urls (URL shortener) - digest: 3a5f671234d7bfd8dda00ceb431ec7f37a019102410effa543398536d96e7a74 - home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl - icon: https://truecharts.org/_static/img/appicons/shorturl-icon.png - keywords: - - url - - shortener - - shorten - - shorturl - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: shorturl - sources: - - https://github.com/prologic/shorturl - - https://github.com/nicholaswilde/docker-shorturl - type: application - urls: - - https://github.com/truecharts/apps/releases/download/shorturl-1.0.29/shorturl-1.0.29.tgz - version: 1.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44805,40 +38903,6 @@ entries: - https://github.com/truecharts/apps/releases/download/shorturl-1.0.21/shorturl-1.0.21.tgz version: 1.0.21 sickchill: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2021.5.10 - created: "2022-01-11T18:34:26.537928153Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: An Automatic Video Library Manager for TV Shows - digest: 46abbda45f2ee65c6a37e586b6785ee6419775a458e4a6e19ce6a6ef7980c7cf - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill - icon: https://truecharts.org/_static/img/appicons/sickchill-icon.png - keywords: - - sickchill - - video - - library - - manager - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sickchill - sources: - - https://github.com/linuxserver/docker-sickchill - - https://github.com/SickChill/SickChill - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sickchill-1.0.29/sickchill-1.0.29.tgz - version: 1.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -44976,41 +39040,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickchill-1.0.21/sickchill-1.0.21.tgz version: 1.0.21 sickgear: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.25.4 - created: "2022-01-11T18:34:26.656842232Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Provides management of TV shows and/or Anime, it detects new episodes, - links downloader apps, and more - digest: 943e1a78101f5e513185742b9426bd457823f10c5e5d24a0cc81b3e410d5aa07 - home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear - icon: https://truecharts.org/_static/img/appicons/sickgear-icon.png - keywords: - - sickgear - - manager - - tv - - shows - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sickgear - sources: - - https://github.com/linuxserver/docker-sickgear - - https://github.com/SickGear/SickGear - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sickgear-1.0.29/sickgear-1.0.29.tgz - version: 1.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45152,39 +39181,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sickgear-1.0.21/sickgear-1.0.21.tgz version: 1.0.21 smokeping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.7.3 - created: "2022-01-11T18:34:26.791387207Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Keep track of your network latency. - digest: 52dba3896d0ce2d39e2454e976fbc4c6746ea99d1425c48ae5f8fec0d5bc969d - home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping - icon: https://truecharts.org/_static/img/appicons/smokeping-icon.png - keywords: - - smokeping - - network - - latency - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: smokeping - sources: - - https://oss.oetiker.ch/smokeping/ - - https://hub.docker.com/r/linuxserver/smokeping - type: application - urls: - - https://github.com/truecharts/apps/releases/download/smokeping-1.0.31/smokeping-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45318,43 +39314,6 @@ entries: - https://github.com/truecharts/apps/releases/download/smokeping-1.0.23/smokeping-1.0.23.tgz version: 1.0.23 snipe-it: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - management - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.3.6 - created: "2022-01-11T18:34:26.951724578Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - description: Open source asset management - digest: 56a7ecac0dce3604d76e9070a2a9650c1f88eba5d5281ee4bbcaadaeeb0cf221 - home: https://github.com/truechartsapps/tree/master/charts/stable/snipe-it - icon: https://truecharts.org/_static/img/appicons/snipe-it-icon.png - keywords: - - snipeit - - snipe - - asset - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: snipe-it - sources: - - https://snipeitapp.com/ - - https://hub.docker.com/r/linuxserver/ - urls: - - https://github.com/truecharts/apps/releases/download/snipe-it-0.0.22/snipe-it-0.0.22.tgz - version: 0.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45615,38 +39574,6 @@ entries: - https://github.com/truecharts/apps/releases/download/snipe-it-0.0.11/snipe-it-0.0.11.tgz version: 0.0.11 sonarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.0.6.1342 - created: "2022-01-11T18:34:27.088498953Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Smart PVR for newsgroup and bittorrent users - digest: 632498807a4d5e9e00e0125577a6ee8f69accedd1b24304ab6ca1e9df416c83f - home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr - icon: https://truecharts.org/_static/img/appicons/sonarr-icon.png - keywords: - - sonarr - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sonarr - sources: - - https://github.com/Sonarr/Sonarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sonarr-9.0.31/sonarr-9.0.31.tgz - version: 9.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -45808,38 +39735,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sonarr-9.0.22/sonarr-9.0.22.tgz version: 9.0.22 speedtest-exporter: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.4.0 - created: "2022-01-11T18:34:27.225684328Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Speedtest Exporter made in python using the official speedtest bin - digest: a878196c1d15d8913a2874e0905394c4dbab7eeeb696a3c0815ecbb6d4d9c97f - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/speedtest-exporter - icon: https://truecharts.org/_static/img/appicons/speedtest-exporter-icon.png - keywords: - - speedtest-exporter - - speedtest - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: speedtest-exporter - sources: - - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/speedtest-exporter-1.0.17/speedtest-exporter-1.0.17.tgz - version: 1.0.17 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46001,45 +39896,6 @@ entries: - https://github.com/truecharts/apps/releases/download/speedtest-exporter-1.0.8/speedtest-exporter-1.0.8.tgz version: 1.0.8 spotweb: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.5.1 - created: "2022-01-11T18:34:27.364393902Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Spotweb is a decentralized usenet community based on the Spotnet - protocol. - digest: e9bed64716e71199a4e35b3ecc803858aad04201140582531709cea385af5958 - home: https://github.com/truecharts/apps/master/charts/incubator/spotweb - icon: https://raw.githubusercontent.com/spotweb/spotweb/9af0ade0f618675206dcf1f744dbb3c1eae70e5a/images/spotnet.gif - keywords: - - usenet - - spotweb - - spotnet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: spotweb - sources: - - https://github.com/spotweb/spotweb - - https://hub.docker.com/r/jbaten/spotweb - - https://github.com/joachimbaten/spotweb-docker - type: application - urls: - - https://github.com/truecharts/apps/releases/download/spotweb-0.0.5/spotweb-0.0.5.tgz - version: 0.0.5 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46158,41 +40014,6 @@ entries: - https://github.com/truecharts/apps/releases/download/spotweb-0.0.1/spotweb-0.0.1.tgz version: 0.0.1 sqlitebrowser: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.12.2 - created: "2022-01-11T18:34:27.54180457Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A high quality, visual, open source tool to create, design, and edit - database files compatible with SQLite - digest: deb92fbc8bff6c09fd6e0ddea847f5b10d2d68cbc52d916684293572173ed92d - home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser - icon: https://truecharts.org/_static/img/appicons/sqlitebrowser-icon.png - keywords: - - sqlite - - browser - - sqlitebrowser - - database - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: sqlitebrowser - sources: - - https://github.com/linuxserver/docker-sqlitebrowser - - https://sqlitebrowser.org/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/sqlitebrowser-1.0.33/sqlitebrowser-1.0.33.tgz - version: 1.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46334,36 +40155,6 @@ entries: - https://github.com/truecharts/apps/releases/download/sqlitebrowser-1.0.25/sqlitebrowser-1.0.25.tgz version: 1.0.25 stash: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.12.0 - created: "2022-01-11T18:34:27.637390053Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: An organizer for your porn, written in Go - digest: 1bae3d0d787232052deefa0fb30b9f6531a860700c093fbeec45539c1d75fe38 - home: https://github.com/truechartsapps/tree/master/charts/stable/stash - icon: https://truecharts.org/_static/img/appicons/stash-icon.png - keywords: - - porn - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: stash - sources: - - https://github.com/stashapp/stash - - https://hub.docker.com/r/stashapp/stash - urls: - - https://github.com/truecharts/apps/releases/download/stash-5.0.11/stash-5.0.11.tgz - version: 5.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46575,41 +40366,6 @@ entries: - https://github.com/truecharts/apps/releases/download/stash-4.0.20/stash-4.0.20.tgz version: 4.0.20 static: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: ee8a20c - created: "2022-01-11T18:34:27.774514428Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A self-hosted static file serving app which does nothing more than - just serve up static files from a mounted volume. - digest: f803f2c8c22e99ab13d56b32fd7cf72e377196798c4332a72cf7dceff5de28c7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/static - icon: https://truecharts.org/_static/img/appicons/static-icon.png - keywords: - - app - - web - - filesystem - - static - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: static - sources: - - https://github.com/prologic/static - - https://github.com/nicholaswilde/docker-static - type: application - urls: - - https://github.com/truecharts/apps/releases/download/static-1.0.29/static-1.0.29.tgz - version: 1.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46749,41 +40505,6 @@ entries: - https://github.com/truecharts/apps/releases/download/static-1.0.21/static-1.0.21.tgz version: 1.0.21 statping: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.90.74 - created: "2022-01-11T18:34:27.912482102Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Status page for monitoring your websites and applications - digest: 5ed1f01b4e1cec1e3d60a662f1e8e97c0e92abfc9b44e7075341d3cedf36b31e - home: https://github.com/truecharts/apps/tree/master/charts/stable/statping - icon: https://truecharts.org/_static/img/appicons/statping-icon.png - keywords: - - statping - - status - - status-page - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: statping - sources: - - https://github.com/statping/statping - urls: - - https://github.com/truecharts/apps/releases/download/statping-4.0.20/statping-4.0.20.tgz - version: 4.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -46925,37 +40646,6 @@ entries: - https://github.com/truecharts/apps/releases/download/statping-4.0.12/statping-4.0.12.tgz version: 4.0.12 synclounge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 5.1.111 - created: "2022-01-11T18:34:28.041166479Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Synclounge is a third party tool that allows you to watch Plex in - sync with your friends/family, wherever you are. - digest: 0961348a5f2628800b2dc4a570ba02826d01eb6f4b53f88a26fe5375c1d4c78b - home: https://github.com/truecharts/apps/tree/master/charts/stable/synclounge - icon: https://truecharts.org/_static/img/appicons/synclounge-icon.png - keywords: - - synclounge - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: synclounge - sources: - - https://hub.docker.com/r/linuxserver/synclounge - type: application - urls: - - https://github.com/truecharts/apps/releases/download/synclounge-0.0.10/synclounge-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47112,38 +40802,6 @@ entries: - https://github.com/truecharts/apps/releases/download/synclounge-0.0.1/synclounge-0.0.1.tgz version: 0.0.1 syncthing: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.18.5 - created: "2022-01-11T18:34:28.185774752Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: P2P file synchronization application - digest: d49236b796a3e1147ec469fe51fed173e1c3a6e24b981ec5d5fe079794e14f7c - home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing - icon: https://truecharts.org/_static/img/appicons/syncthing-icon.png - keywords: - - syncthing - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: syncthing - sources: - - https://syncthing.net/ - - https://github.com/syncthing/syncthing - - https://hub.docker.com/r/syncthing/syncthing - type: application - urls: - - https://github.com/truecharts/apps/releases/download/syncthing-9.0.31/syncthing-9.0.31.tgz - version: 9.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47337,37 +40995,6 @@ entries: - https://github.com/truecharts/apps/releases/download/syncthing-9.0.20/syncthing-9.0.20.tgz version: 9.0.20 syslog-ng: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.30.1 - created: "2022-01-11T18:34:28.303533531Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: syslog-ng allows you to flexibly collect, parse, classify, rewrite - and correlate logs. - digest: 0b7070eee76a106c652ad7f42a30648504dfa127753f330f71a42a8763824344 - home: https://github.com/truecharts/apps/tree/master/charts/stable/syslog-ng - icon: https://truecharts.org/_static/img/appicons/syslog-ng-icon.png - keywords: - - syslog-ng - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: syslog-ng - sources: - - https://hub.docker.com/r/linuxserver/syslog-ng - type: application - urls: - - https://github.com/truecharts/apps/releases/download/syslog-ng-0.0.11/syslog-ng-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47555,37 +41182,6 @@ entries: - https://github.com/truecharts/apps/releases/download/syslog-ng-0.0.1/syslog-ng-0.0.1.tgz version: 0.0.1 tautulli: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.8.1 - created: "2022-01-11T18:34:28.427851208Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A Python based monitoring and tracking tool for Plex Media Server - digest: b548732f8195bc6f0e361040a0234c5e13a702b481ace22702bdf1db4f537cd3 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli - icon: https://truecharts.org/_static/img/appicons/tautulli-icon.png - keywords: - - tautulli - - plex - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tautulli - sources: - - https://github.com/Tautulli/Tautulli - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tautulli-9.0.31/tautulli-9.0.31.tgz - version: 9.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -47773,39 +41369,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tautulli-9.0.21/tautulli-9.0.21.tgz version: 9.0.21 tdarr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.13 - created: "2022-01-11T18:34:29.581845298Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Audio/Video library transcoding automation - digest: 24e9b0e8a72d02858d6ef81b70f1034937a19103766e1956734e3ed8ae1c36da - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr - icon: https://truecharts.org/_static/img/appicons/tdarr-icon.png - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tdarr - sources: - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tdarr-1.0.35/tdarr-1.0.35.tgz - version: 1.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48071,39 +41634,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-1.0.23/tdarr-1.0.23.tgz version: 1.0.23 tdarr-node: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.00.13 - created: "2022-01-11T18:34:29.694409677Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Audio/Video library transcoding automation - digest: cdb2fc03a563ae544faf6c7e5a818401be4bdefdeda4bdb34b43104d4efb0f61 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node - icon: https://truecharts.org/_static/img/appicons/tdarr-node-icon.png - keywords: - - encode - - media - - tdarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tdarr-node - sources: - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr_node - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tdarr-node-1.0.35/tdarr-node-1.0.35.tgz - version: 1.0.35 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48369,40 +41899,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tdarr-node-1.0.23/tdarr-node-1.0.23.tgz version: 1.0.23 teamspeak3: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - voice - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.13.6 - created: "2022-01-11T18:34:29.814321555Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: TeamSpeak is software for quality voice communication via the Internet. - digest: 391186f0c56566a28ed6ed4ffc7bc2ccdf9d829a006c88652c5a5b4bde453c2e - home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3 - icon: https://truecharts.org/_static/img/appicons/teamspeak3-icon.png - keywords: - - voice server - - teamspeak - - teamspeak3 - - teamspeak server - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: teamspeak3 - sources: - - https://hub.docker.com/_/teamspeak - - https://www.teamspeak.com/en/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/teamspeak3-2.0.29/teamspeak3-2.0.29.tgz - version: 2.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48540,43 +42036,6 @@ entries: - https://github.com/truecharts/apps/releases/download/teamspeak3-2.0.21/teamspeak3-2.0.21.tgz version: 2.0.21 teedy: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "1.10" - created: "2022-01-11T18:34:30.003017321Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Teedy is an open source, lightweight document management system for - individuals and businesses. - digest: 98a9bed9771344994df559ece88141edd218fafb11a37ecfd08f7f55f78d9177 - home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy - icon: https://truecharts.org/_static/img/appicons/teedy-icon.png - keywords: - - teedy - - documents - - management - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: teedy - sources: - - https://github.com/sismics/docs - - https://github.com/truecharts/apps/tree/master/charts/teedy - urls: - - https://github.com/truecharts/apps/releases/download/teedy-4.0.21/teedy-4.0.21.tgz - version: 4.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48763,39 +42222,6 @@ entries: - https://github.com/truecharts/apps/releases/download/teedy-4.0.12/teedy-4.0.12.tgz version: 4.0.12 thelounge: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - truecharts.org/grade: U - apiVersion: v2 - appVersion: 4.3.0 - created: "2022-01-11T18:34:30.136206496Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: The Lounge, modern web IRC client designed for self-hosting - digest: ae15c05f06bec85078d387bb6abd66ff84cf165ea48ba518a982e7a04004369e - home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge - icon: https://truecharts.org/_static/img/appicons/thelounge-icon.png - keywords: - - thelounge - - IRC - - The Lounge - - docker - - thelounge-docker - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: thelounge - sources: - - https://github.com/thelounge/thelounge - urls: - - https://github.com/truecharts/apps/releases/download/thelounge-4.0.31/thelounge-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -48962,41 +42388,6 @@ entries: - https://github.com/truecharts/apps/releases/download/thelounge-4.0.21/thelounge-4.0.21.tgz version: 4.0.21 traccar: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "4.14" - created: "2022-01-11T18:34:30.303146666Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Traccar is an open source GPS tracking system. - digest: f50a2a0576a92deb89dcbe0cf36630fa1b9783c4b313f5ee54b5e376e507e26f - home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar - icon: https://truecharts.org/_static/img/appicons/traccar-icon.png - keywords: - - traccar - - gps - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: traccar - sources: - - https://github.com/traccar/traccar - - https://hub.docker.com/r/traccar/traccar - urls: - - https://github.com/truecharts/apps/releases/download/traccar-4.0.20/traccar-4.0.20.tgz - version: 4.0.20 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49138,39 +42529,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traccar-4.0.12/traccar-4.0.12.tgz version: 4.0.12 traefik: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - network - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.6 - created: "2022-01-11T18:34:30.435729242Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Test App for Traefik - digest: cd0048c895015a942030112103c83de3855722eedc2fbac2f00bd568eef00cc0 - home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik - icon: https://truecharts.org/_static/img/appicons/traefik-icon.png - keywords: - - traefik - - ingress - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: traefik - sources: - - https://github.com/traefik/traefik - - https://github.com/traefik/traefik-helm-chart - - https://traefik.io/ - type: application - urls: - - https://github.com/truecharts/apps/releases/download/traefik-10.0.36/traefik-10.0.36.tgz - version: 10.0.36 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49403,39 +42761,6 @@ entries: - https://github.com/truecharts/apps/releases/download/traefik-10.0.24/traefik-10.0.24.tgz version: 10.0.24 transmission: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - download-tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: "3.00" - created: "2022-01-11T18:34:30.568248318Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: API Support for your favorite torrent trackers. - digest: bbf986097573f1391418a00cafbdeedd9c165d9fdf199dc1238117f8134b4a10 - home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission - icon: https://truecharts.org/_static/img/appicons/transmission-icon.png - keywords: - - transmission - - torrent - - usenet - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: transmission - sources: - - https://github.com/transmission/transmission - - https://hub.docker.com/r/linuxserver/transmission - type: application - urls: - - https://github.com/truecharts/apps/releases/download/transmission-10.0.11/transmission-10.0.11.tgz - version: 10.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49635,36 +42960,6 @@ entries: - https://github.com/truecharts/apps/releases/download/transmission-10.0.0/transmission-10.0.0.tgz version: 10.0.0 truecommand: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Administration - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.0.2 - created: "2022-01-11T18:34:30.697111694Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Aggregated management of TrueNAS devices - digest: c55ca42c1b33cec166985d57dd5f125ea6d972b6455aee51839257418ffc765c - home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand - icon: https://truecharts.org/_static/img/appicons/truecommand-icon.png - keywords: - - truecommand - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: truecommand - sources: - - https://hub.docker.com/r/ixsystems/truecommand - type: application - urls: - - https://github.com/truecharts/apps/releases/download/truecommand-9.0.30/truecommand-9.0.30.tgz - version: 9.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -49816,40 +43111,6 @@ entries: - https://github.com/truecharts/apps/releases/download/truecommand-9.0.20/truecommand-9.0.20.tgz version: 9.0.20 tt-rss: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.9090.0 - created: "2022-01-11T18:34:30.868597863Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) - reader and aggregator - digest: 33f1a973a9dd4cd8e6fa57a80e4b489160fea0fa6ba6a8738fd0ee982969343f - home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss - icon: https://truecharts.org/_static/img/appicons/tt-rss-icon.png - keywords: - - tt-rss - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tt-rss - sources: - - https://git.tt-rss.org/fox/tt-rss - urls: - - https://github.com/truecharts/apps/releases/download/tt-rss-4.0.31/tt-rss-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50157,39 +43418,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tt-rss-4.0.15/tt-rss-4.0.15.tgz version: 4.0.15 tvheadend: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: "63784405" - created: "2022-01-11T18:34:30.996998439Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: TVheadend - a TV streaming server and digital video recorder - digest: ecbc1154533ec0f5454001c6bdbee8f62f7bf57108e6427e5f9e646429f18411 - home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend - icon: https://truecharts.org/_static/img/appicons/tvheadend-icon.png - keywords: - - tvheadend - - tv - - streaming - - dvb - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: tvheadend - sources: - - https://github.com/tvheadend/tvheadend - type: application - urls: - - https://github.com/truecharts/apps/releases/download/tvheadend-10.0.29/tvheadend-10.0.29.tgz - version: 10.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50323,41 +43551,6 @@ entries: - https://github.com/truecharts/apps/releases/download/tvheadend-10.0.21/tvheadend-10.0.21.tgz version: 10.0.21 twtxt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.1.1 - created: "2022-01-11T18:34:31.127793316Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. - No ads, no tracking, your content, your data! - digest: f3189fe879fa0374128faa44967b4f3f2ab68cf866c4a5c44f9da235205b84d5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt - icon: https://truecharts.org/_static/img/appicons/twtxt-icon.png - keywords: - - twtxt - - blogging - - blog - - social-network - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: twtxt - sources: - - https://github.com/prologic/twtxt - - https://github.com/nicholaswilde/docker-twtxt - type: application - urls: - - https://github.com/truecharts/apps/releases/download/twtxt-1.0.29/twtxt-1.0.29.tgz - version: 1.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50499,37 +43692,6 @@ entries: - https://github.com/truecharts/apps/releases/download/twtxt-1.0.21/twtxt-1.0.21.tgz version: 1.0.21 ubooquity: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.2 - created: "2022-01-11T18:34:31.256531692Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Ubooquity is a free, lightweight and easy-to-use home server for - your comics and ebooks. - digest: d2ab80bd8c8f264ce5471d5886490661a817e36e73d6e7fa86b3733766bf195b - home: https://github.com/truecharts/apps/tree/master/charts/stable/ubooquity - icon: https://truecharts.org/_static/img/appicons/ubooquity-icon.png - keywords: - - ubooquity - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: ubooquity - sources: - - https://hub.docker.com/r/linuxserver/ubooquity - type: application - urls: - - https://github.com/truecharts/apps/releases/download/ubooquity-0.0.10/ubooquity-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50686,38 +43848,6 @@ entries: - https://github.com/truecharts/apps/releases/download/ubooquity-0.0.1/ubooquity-0.0.1.tgz version: 0.0.1 unifi: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Networking - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.5.55 - created: "2022-01-11T18:34:31.386168968Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Ubiquiti Network's Unifi Controller - digest: 666578d4bc24870a82a8a56504b930ba64d6dede96abb70e516366fbfd5b870d - home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi - icon: https://truecharts.org/_static/img/appicons/unifi-icon.png - keywords: - - ubiquiti - - unifi - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unifi - sources: - - https://github.com/jacobalberty/unifi-docker - - https://unifi-network.ui.com - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unifi-9.0.33/unifi-9.0.33.tgz - version: 9.0.33 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -50975,43 +44105,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unifi-9.0.20/unifi-9.0.20.tgz version: 9.0.20 unpackerr: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.9.9 - created: "2022-01-11T18:34:31.520364344Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - 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: 508d66d0fe4b2fb859a3a4c2a677d28be676d82d7e4a436982e0b039cad00910 - home: https://github.com/truecharts/apps/tree/master/charts/stable/unpackrr - icon: https://truecharts.org/_static/img/appicons/unpackerr-icon.png - keywords: - - unpackerr - - sonarr - - radarr - - lidarr - - readarr - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unpackerr - sources: - - https://github.com/davidnewhall/unpackerr - - https://hub.docker.com/r/golift/unpackerr - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unpackerr-4.0.31/unpackerr-4.0.31.tgz - version: 4.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51235,40 +44328,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-4.0.20/unpackerr-4.0.20.tgz version: 4.0.20 unpoller: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.1.3 - created: "2022-01-11T18:34:31.662948596Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Collect ALL UniFi Controller, Site, Device & Client Data - Export - to InfluxDB or Prometheus - digest: 9ddf5d3008036c1ea0d93c1f4bdce92830696a7595830b95b9f11079ecad7fbc - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/unifi-poller - icon: https://truecharts.org/_static/img/appicons/unpoller-icon.png - keywords: - - unifi - - unifi-poller - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: unpoller - sources: - - https://github.com/unifi-poller/unifi-poller - - https://hub.docker.com/r/golift/unifi-poller - type: application - urls: - - https://github.com/truecharts/apps/releases/download/unpoller-1.0.21/unpoller-1.0.21.tgz - version: 1.0.21 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51440,37 +44499,6 @@ entries: - https://github.com/truecharts/apps/releases/download/unpoller-1.0.12/unpoller-1.0.12.tgz version: 1.0.12 uptime-kuma: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - monitoring - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.10.2 - created: "2022-01-11T18:34:31.789994987Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A fancy self-hosted monitoring tool - digest: dffb56109b0eb5c1dbb9a276d32d226656fc763194c3c6bfd41931f9ae54d087 - home: https://github.com/louislam/uptime-kuma - icon: https://truecharts.org/_static/img/appicons/uptime-kuma-icon.png - keywords: - - monitoring - - uptime - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: uptime-kuma - sources: - - https://github.com/louislam/uptime-kuma - type: application - urls: - - https://github.com/truecharts/apps/releases/download/uptime-kuma-1.0.30/uptime-kuma-1.0.30.tgz - version: 1.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51596,40 +44624,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptime-kuma-1.0.22/uptime-kuma-1.0.22.tgz version: 1.0.22 uptimerobot-prometheus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - metrics - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.0.1 - created: "2022-01-11T18:34:31.987429027Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Prometheus Exporter for the official uptimerobot CLI - digest: 03d6a418a5e4504eccb91e4f83d07c2bee8a1beda7d9ccf39cd95ed470abdff2 - home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/uptimerobot-prometheus - icon: https://truecharts.org/_static/img/appicons/uptimerobot-prometheus-icon.png - keywords: - - uptimerobot - - prometheus - - grafana - - metrics - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: uptimerobot-prometheus - sources: - - https://github.com/lekpamartin/uptimerobot_exporter - - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus - type: application - urls: - - https://github.com/truecharts/apps/releases/download/uptimerobot-prometheus-2.0.10/uptimerobot-prometheus-2.0.10.tgz - version: 2.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51801,37 +44795,6 @@ entries: - https://github.com/truecharts/apps/releases/download/uptimerobot-prometheus-2.0.0/uptimerobot-prometheus-2.0.0.tgz version: 2.0.0 valheim: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: latest - created: "2022-01-11T18:34:32.115329418Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Valheim dedicated gameserver with automatic update and world backup - support - digest: 1ea42ceeae22e714007c1d2d54b467044acc4e021699b768d97df4e856ccf23d - home: https://github.com/truecharts/apps/tree/master/charts/stable/valheim - icon: https://truecharts.org/_static/img/appicons/valheim-icon.png - keywords: - - valheim - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: valheim - sources: - - https://github.com/lloesche/valheim-server-docker - - https://hub.docker.com/r/lloesche/valheim-server - urls: - - https://github.com/truecharts/apps/releases/download/valheim-2.0.10/valheim-2.0.10.tgz - version: 2.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -51988,45 +44951,6 @@ entries: - https://github.com/truecharts/apps/releases/download/valheim-2.0.0/valheim-2.0.0.tgz version: 2.0.0 vaultwarden: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - security - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.23.1 - created: "2022-01-11T18:34:32.287831041Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Unofficial Bitwarden compatible server written in Rust - digest: bc30bf6ed0fc0c5c96ac5bfb041e9558239fd84a77ef1bcef2a4c2d58449c493 - home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden - icon: https://truecharts.org/_static/img/appicons/vaultwarden-icon.png - keywords: - - bitwarden - - bitwardenrs - - bitwarden_rs - - vaultwarden - - password - - rust - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: vaultwarden - sources: - - https://github.com/dani-garcia/vaultwarden - type: application - urls: - - https://github.com/truecharts/apps/releases/download/vaultwarden-13.0.22/vaultwarden-13.0.22.tgz - version: 13.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52262,36 +45186,6 @@ entries: - https://github.com/truecharts/apps/releases/download/vaultwarden-13.0.11/vaultwarden-13.0.11.tgz version: 13.0.11 webgrabplus: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.2.2 - created: "2022-01-11T18:34:32.410200628Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Webgrabplus is a multi-site incremental xmltv epg grabber. - digest: 1fa7dbd44deb61b7beb153f0dd17c2912720bd5fbc17385bf37f9d5eb16624c2 - home: https://github.com/truecharts/apps/tree/master/charts/stable/webgrabplus - icon: https://truecharts.org/_static/img/appicons/webgrabplus-icon.png - keywords: - - webgrabplus - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: webgrabplus - sources: - - https://hub.docker.com/r/linuxserver/webgrabplus - type: application - urls: - - https://github.com/truecharts/apps/releases/download/webgrabplus-0.0.11/webgrabplus-0.0.11.tgz - version: 0.0.11 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52473,38 +45367,6 @@ entries: - https://github.com/truecharts/apps/releases/download/webgrabplus-0.0.1/webgrabplus-0.0.1.tgz version: 0.0.1 whoogle: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 0.7.0 - created: "2022-01-11T18:34:32.527148111Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: A self-hosted, ad-free, privacy-respecting metasearch engine - digest: 493fe4d3ee3dbc2ad6dfcd35c5652a9a9c0fcec77f2fa81f3265f7cc5b96ce8f - home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle - icon: https://truecharts.org/_static/img/appicons/whoogle-icon.png - keywords: - - whoogle - - search - - open source - - privacy - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: whoogle - sources: - - https://github.com/benbusby/whoogle-search - urls: - - https://github.com/truecharts/apps/releases/download/whoogle-1.0.30/whoogle-1.0.30.tgz - version: 1.0.30 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52634,42 +45496,6 @@ entries: - https://github.com/truecharts/apps/releases/download/whoogle-1.0.21/whoogle-1.0.21.tgz version: 1.0.21 wikijs: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.5.268 - created: "2022-01-11T18:34:32.682390122Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: postgresql.enabled - name: postgresql - repository: https://truecharts.org/ - version: 6.0.45 - description: Make documentation a joy to write using Wiki.js's beautiful and intuitive - interface! - digest: 63a2027145a14ee81553680af10280089f06a36e476c9dc4653db45d42ba833f - home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs - icon: https://truecharts.org/_static/img/appicons/wikijs-icon.png - keywords: - - wiki - - wikijs - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: wikijs - sources: - - https://hub.docker.com/r/linuxserver/wikijs/ - - https://github.com/Requarks/wiki - urls: - - https://github.com/truecharts/apps/releases/download/wikijs-4.0.22/wikijs-4.0.22.tgz - version: 4.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -52851,37 +45677,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wikijs-4.0.11/wikijs-4.0.11.tgz version: 4.0.11 wireshark: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.4.5 - created: "2022-01-11T18:34:32.800918806Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Wireshark is the world’s foremost and widely-used network protocol - analyzer. - digest: 518bb1a0296e4083f23a2c116a62e6d101a385cdd7581d0c0eeefefe4d9a2aa5 - home: https://github.com/truecharts/apps/tree/master/charts/stable/wireshark - icon: https://truecharts.org/_static/img/appicons/wireshark-icon.png - keywords: - - wireshark - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: wireshark - sources: - - https://hub.docker.com/r/linuxserver/wireshark - type: application - urls: - - https://github.com/truecharts/apps/releases/download/wireshark-0.0.10/wireshark-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53038,41 +45833,6 @@ entries: - https://github.com/truecharts/apps/releases/download/wireshark-0.0.1/wireshark-0.0.1.tgz version: 0.0.1 xbackbone: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - files - truecharts.org/grade: U - apiVersion: v2 - appVersion: 3.3.3 - created: "2022-01-11T18:34:32.968050725Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - - condition: mariadb.enabled - name: mariadb - repository: https://truecharts.org/ - version: 1.0.47 - description: XBackBone is a simple, self-hosted, lightweight PHP file manager - digest: 9d5b44871c00928bcb6e01e3f6f245eb7a38dfb9bf7edba5154386b68047d7c5 - home: https://github.com/truechartsapps/tree/master/charts/stable/xbackbone - icon: https://truecharts.org/_static/img/appicons/xbackbone-icon.png - keywords: - - xbackbone - - xshare - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: xbackbone - sources: - - https://github.com/SergiX44/XBackBone - - https://hub.docker.com/r/pe46dro/xbackbone-docker - urls: - - https://github.com/truecharts/apps/releases/download/xbackbone-0.0.18/xbackbone-0.0.18.tgz - version: 0.0.18 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53214,39 +45974,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xbackbone-0.0.10/xbackbone-0.0.10.tgz version: 0.0.10 xteve: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 2.2.0.200 - created: "2022-01-11T18:34:33.104559023Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: M3U Proxy for Plex DVR and Emby Live TV. - digest: 349343fb3d9c2cb1620a28aab3fdbc112fe6ff65b72f18c5b5453e76902294a7 - home: https://github.com/truechartsapps/tree/master/charts/stable/xteve - icon: https://truecharts.org/_static/img/appicons/xteve-icon.png - keywords: - - xteve - - iptv - - plex - - emby - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: xteve - sources: - - https://github.com/xteve-project/xTeVe - - https://github.com/k8s-at-home/container-images - urls: - - https://github.com/truecharts/apps/releases/download/xteve-4.0.29/xteve-4.0.29.tgz - version: 4.0.29 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53380,38 +46107,6 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-4.0.21/xteve-4.0.21.tgz version: 4.0.21 zigbee2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.22.2 - created: "2022-01-11T18:34:33.250700127Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Bridges events and allows you to control your Zigbee devices via - MQTT - digest: 6683bd0b40f1f0e3a9ad9e3dad762bec183c0a044cb6c5ed4afd8024fa4c11f7 - home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt - icon: https://truecharts.org/_static/img/appicons/zigbee2mqtt-icon.png - keywords: - - zigbee - - mqtt - - home-assistant - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: zigbee2mqtt - sources: - - https://github.com/Koenkk/zigbee2mqtt - urls: - - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-1.0.31/zigbee2mqtt-1.0.31.tgz - version: 1.0.31 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53573,37 +46268,6 @@ entries: - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-1.0.22/zigbee2mqtt-1.0.22.tgz version: 1.0.22 znc: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - incubator - truecharts.org/grade: U - apiVersion: v2 - appVersion: 1.8.2 - created: "2022-01-11T18:34:33.38209032Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Znc is an IRC network bouncer or BNC. It can detach the client from - the actual IRC server, and also from selected channels. - digest: 310f9265fc6d8f34805dbfe796ca7b0d68d6c67401f202724770841e1999b39f - home: https://github.com/truecharts/apps/tree/master/charts/stable/znc - icon: https://truecharts.org/_static/img/appicons/znc-icon.png - keywords: - - znc - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: znc - sources: - - https://hub.docker.com/r/linuxserver/znc - type: application - urls: - - https://github.com/truecharts/apps/releases/download/znc-0.0.10/znc-0.0.10.tgz - version: 0.0.10 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -53760,41 +46424,6 @@ entries: - https://github.com/truecharts/apps/releases/download/znc-0.0.1/znc-0.0.1.tgz version: 0.0.1 zwavejs2mqtt: - - annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - tools - truecharts.org/grade: U - apiVersion: v2 - appVersion: 6.3.0 - created: "2022-01-11T18:34:33.503561207Z" - dependencies: - - name: common - repository: https://truecharts.org - version: 8.10.6 - description: Fully configurable Zwave to MQTT gateway and Control Panel using - NodeJS and Vue - digest: 27f53ff7bc5c7c9a622b8e7a02d624528a901a00f7064a084dfcf4371661cbc4 - home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt - icon: https://truecharts.org/_static/img/appicons/zwavejs2mqtt-icon.png - keywords: - - zwavejs2mqtt - - zwave-js - - z-wave - - zwave - kubeVersion: '>=1.16.0-0' - maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - name: zwavejs2mqtt - sources: - - https://github.com/zwave-js/zwavejs2mqtt - - https://hub.docker.com/r/zwavejs/zwavejs2mqtt - type: application - urls: - - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.37/zwavejs2mqtt-9.0.37.tgz - version: 9.0.37 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -54005,4 +46634,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz version: 9.0.24 -generated: "2022-01-11T18:34:33.512778113Z" +generated: "2022-01-12T17:16:56.993750753Z"