chore: Auto-update chart README [skip ci]

This commit is contained in:
truecharts-bot
2022-08-10 05:43:24 +00:00
parent ca2970fc01
commit 81c25be9bc
202 changed files with 2196 additions and 774 deletions
+10
View File
@@ -2,6 +2,16 @@
## [clickhouse-1.0.6](https://github.com/truecharts/charts/compare/clickhouse-1.0.5...clickhouse-1.0.6) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
## [clickhouse-1.0.5](https://github.com/truecharts/apps/compare/clickhouse-1.0.4...clickhouse-1.0.5) (2022-07-29) ## [clickhouse-1.0.5](https://github.com/truecharts/apps/compare/clickhouse-1.0.4...clickhouse-1.0.5) (2022-07-29)
### Chore ### Chore
+3 -2
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "22.7.1.248" appVersion: "22.7.2.15"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/docs/charts/dependency/clickhouse home: https://truecharts.org/docs/charts/dependency/clickhouse
icon: https://truecharts.org/img/chart-icons/clickhouse.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png
keywords: keywords:
- database - database
- clickhouse - clickhouse
@@ -19,6 +19,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: clickhouse name: clickhouse
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://clickhouse.com/ - https://clickhouse.com/
- https://hub.docker.com/r/yandex/clickhouse-server - https://hub.docker.com/r/yandex/clickhouse-server
type: application type: application
+8 -7
View File
@@ -1,6 +1,6 @@
# clickhouse # clickhouse
![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.7.1.248](https://img.shields.io/badge/AppVersion-22.7.1.248-informational?style=flat-square) ![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.7.2.15](https://img.shields.io/badge/AppVersion-22.7.2.15-informational?style=flat-square)
ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
@@ -13,6 +13,7 @@ For more information, please click here: [clickhouse](https://truecharts.org/doc
## Source Code ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse>
* <https://clickhouse.com/> * <https://clickhouse.com/>
* <https://hub.docker.com/r/yandex/clickhouse-server> * <https://hub.docker.com/r/yandex/clickhouse-server>
@@ -30,14 +31,14 @@ Kubernetes: `>=1.16.0-0`
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `clickhouse` To install the chart with the release name `clickhouse`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install clickhouse TrueCharts/clickhouse helm install clickhouse TrueCharts/clickhouse
``` ```
@@ -48,7 +49,7 @@ helm install clickhouse TrueCharts/clickhouse
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@@ -67,7 +68,7 @@ helm uninstall clickhouse
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
@@ -85,9 +86,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
helm install clickhouse TrueCharts/clickhouse -f values.yaml helm install clickhouse TrueCharts/clickhouse -f values.yaml
``` ```
#### Connecting to other apps #### Connecting to other charts
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
## Support ## Support
File diff suppressed because it is too large Load Diff
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "22.05.4.1" appVersion: "22.05.5.2"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@@ -7,7 +7,7 @@ dependencies:
deprecated: false deprecated: false
description: "An awesome Online Office suite." description: "An awesome Online Office suite."
home: https://truecharts.org/docs/charts/dependency/collabora-online home: https://truecharts.org/docs/charts/dependency/collabora-online
icon: https://truecharts.org/img/chart-icons/collabora-online.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora-online.png
keywords: keywords:
- collabora-online - collabora-online
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
@@ -17,6 +17,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: collabora-online name: collabora-online
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/collabora-online
- https://hub.docker.com/r/collabora/code - https://hub.docker.com/r/collabora/code
- https://sdk.collaboraonline.com/contents.html - https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
+8 -7
View File
@@ -1,6 +1,6 @@
# collabora-online # collabora-online
![Version: 12.1.24](https://img.shields.io/badge/Version-12.1.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.05.4.1](https://img.shields.io/badge/AppVersion-22.05.4.1-informational?style=flat-square) ![Version: 12.1.25](https://img.shields.io/badge/Version-12.1.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.05.5.2](https://img.shields.io/badge/AppVersion-22.05.5.2-informational?style=flat-square)
An awesome Online Office suite. An awesome Online Office suite.
@@ -13,6 +13,7 @@ For more information, please click here: [collabora-online](https://truecharts.o
## Source Code ## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/collabora-online>
* <https://hub.docker.com/r/collabora/code> * <https://hub.docker.com/r/collabora/code>
* <https://sdk.collaboraonline.com/contents.html> * <https://sdk.collaboraonline.com/contents.html>
* <https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm> * <https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm>
@@ -31,14 +32,14 @@ Kubernetes: `>=1.16.0-0`
### TrueNAS SCALE ### TrueNAS SCALE
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/). To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm ### Helm
To install the chart with the release name `collabora-online` To install the chart with the release name `collabora-online`
```console ```console
helm repo add TrueCharts https://helm.truecharts.org helm repo add TrueCharts https://charts.truecharts.org
helm repo update helm repo update
helm install collabora-online TrueCharts/collabora-online helm install collabora-online TrueCharts/collabora-online
``` ```
@@ -49,7 +50,7 @@ helm install collabora-online TrueCharts/collabora-online
**Upgrading, Rolling Back and Uninstalling the Chart** **Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm ### Helm
@@ -68,7 +69,7 @@ helm uninstall collabora-online
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the Commandline #### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
@@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
helm install collabora-online TrueCharts/collabora-online -f values.yaml helm install collabora-online TrueCharts/collabora-online -f values.yaml
``` ```
#### Connecting to other apps #### Connecting to other charts
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
## Support ## Support
+1
View File
@@ -2,6 +2,7 @@
## [mariadb-3.0.50](https://github.com/truecharts/charts/compare/mariadb-3.0.49...mariadb-3.0.50) (2022-08-09) ## [mariadb-3.0.50](https://github.com/truecharts/charts/compare/mariadb-3.0.49...mariadb-3.0.50) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# mariadb # mariadb
![Version: 3.0.50](https://img.shields.io/badge/Version-3.0.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.3](https://img.shields.io/badge/AppVersion-10.8.3-informational?style=flat-square) ![Version: 3.0.51](https://img.shields.io/badge/Version-3.0.51-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.3](https://img.shields.io/badge/AppVersion-10.8.3-informational?style=flat-square)
Fast, reliable, scalable, and easy to use open-source relational database system. Fast, reliable, scalable, and easy to use open-source relational database system.
+9
View File
@@ -2,6 +2,15 @@
## [memcached-3.0.52](https://github.com/truecharts/charts/compare/memcached-3.0.51...memcached-3.0.52) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [memcached-3.0.51](https://github.com/truecharts/charts/compare/memcached-3.0.50...memcached-3.0.51) (2022-08-09) ## [memcached-3.0.51](https://github.com/truecharts/charts/compare/memcached-3.0.50...memcached-3.0.51) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.6.15" appVersion: "1.6.16"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
+1 -1
View File
@@ -1,6 +1,6 @@
# memcached # memcached
![Version: 3.0.51](https://img.shields.io/badge/Version-3.0.51-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.15](https://img.shields.io/badge/AppVersion-1.6.15-informational?style=flat-square) ![Version: 3.0.52](https://img.shields.io/badge/Version-3.0.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.16](https://img.shields.io/badge/AppVersion-1.6.16-informational?style=flat-square)
Memcached is a memory-backed database caching solution Memcached is a memory-backed database caching solution
@@ -2,6 +2,15 @@
## [postgresql-8.0.53](https://github.com/truecharts/charts/compare/postgresql-8.0.52...postgresql-8.0.53) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [postgresql-8.0.52](https://github.com/truecharts/charts/compare/postgresql-8.0.51...postgresql-8.0.52) (2022-08-09) ## [postgresql-8.0.52](https://github.com/truecharts/charts/compare/postgresql-8.0.51...postgresql-8.0.52) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# postgresql # postgresql
![Version: 8.0.52](https://img.shields.io/badge/Version-8.0.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.4.0](https://img.shields.io/badge/AppVersion-14.4.0-informational?style=flat-square) ![Version: 8.0.53](https://img.shields.io/badge/Version-8.0.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.4.0](https://img.shields.io/badge/AppVersion-14.4.0-informational?style=flat-square)
PostgresSQL PostgresSQL
+9
View File
@@ -2,6 +2,15 @@
## [redis-3.0.51](https://github.com/truecharts/charts/compare/redis-3.0.50...redis-3.0.51) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [redis-3.0.50](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.15...redis-3.0.50) (2022-08-09) ## [redis-3.0.50](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.15...redis-3.0.50) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# redis # redis
![Version: 3.0.50](https://img.shields.io/badge/Version-3.0.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.4](https://img.shields.io/badge/AppVersion-7.0.4-informational?style=flat-square) ![Version: 3.0.51](https://img.shields.io/badge/Version-3.0.51-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.4](https://img.shields.io/badge/AppVersion-7.0.4-informational?style=flat-square)
Open source, advanced key-value store. Open source, advanced key-value store.
+9
View File
@@ -2,6 +2,15 @@
## [solr-0.0.25](https://github.com/truecharts/charts/compare/solr-0.0.24...solr-0.0.25) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [solr-0.0.24](https://github.com/truecharts/charts/compare/solr-0.0.23...solr-0.0.24) (2022-08-09) ## [solr-0.0.24](https://github.com/truecharts/charts/compare/solr-0.0.23...solr-0.0.24) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# solr # solr
![Version: 0.0.24](https://img.shields.io/badge/Version-0.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.0.0](https://img.shields.io/badge/AppVersion-9.0.0-informational?style=flat-square) ![Version: 0.0.25](https://img.shields.io/badge/Version-0.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.0.0](https://img.shields.io/badge/AppVersion-9.0.0-informational?style=flat-square)
Apache Solr Apache Solr
@@ -2,6 +2,15 @@
## [actualserver-0.0.18](https://github.com/truecharts/charts/compare/actualserver-0.0.17...actualserver-0.0.18) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [actualserver-0.0.17](https://github.com/truecharts/charts/compare/actualserver-0.0.15...actualserver-0.0.17) (2022-08-09) ## [actualserver-0.0.17](https://github.com/truecharts/charts/compare/actualserver-0.0.15...actualserver-0.0.17) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# actualserver # actualserver
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square) ![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square)
Actual is a super fast privacy-focused app for managing your finances. Actual is a super fast privacy-focused app for managing your finances.
@@ -2,6 +2,15 @@
## [adguard-home-1.0.28](https://github.com/truecharts/charts/compare/adguard-home-1.0.27...adguard-home-1.0.28) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [adguard-home-1.0.27](https://github.com/truecharts/charts/compare/adguard-home-1.0.26...adguard-home-1.0.27) (2022-08-08) ## [adguard-home-1.0.27](https://github.com/truecharts/charts/compare/adguard-home-1.0.26...adguard-home-1.0.27) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "0.107.8" appVersion: "0.107.9"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
+1 -1
View File
@@ -1,6 +1,6 @@
# adguard-home # adguard-home
![Version: 1.0.27](https://img.shields.io/badge/Version-1.0.27-informational?style=flat-square) ![AppVersion: 0.107.8](https://img.shields.io/badge/AppVersion-0.107.8-informational?style=flat-square) ![Version: 1.0.28](https://img.shields.io/badge/Version-1.0.28-informational?style=flat-square) ![AppVersion: 0.107.9](https://img.shields.io/badge/AppVersion-0.107.9-informational?style=flat-square)
Free and open source, powerful network-wide ads & trackers blocking DNS server. Free and open source, powerful network-wide ads & trackers blocking DNS server.
+9
View File
@@ -2,6 +2,15 @@
## [amtd-0.0.18](https://github.com/truecharts/charts/compare/amtd-0.0.17...amtd-0.0.18) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [amtd-0.0.17](https://github.com/truecharts/charts/compare/amtd-0.0.15...amtd-0.0.17) (2022-08-08) ## [amtd-0.0.17](https://github.com/truecharts/charts/compare/amtd-0.0.15...amtd-0.0.17) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# amtd # amtd
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications
+9
View File
@@ -2,6 +2,15 @@
## [appsmith-2.0.35](https://github.com/truecharts/charts/compare/appsmith-2.0.34...appsmith-2.0.35) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [appsmith-2.0.34](https://github.com/truecharts/charts/compare/appsmith-2.0.33...appsmith-2.0.34) (2022-08-09) ## [appsmith-2.0.34](https://github.com/truecharts/charts/compare/appsmith-2.0.33...appsmith-2.0.34) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.7.10" appVersion: "1.7.11"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
+1 -1
View File
@@ -1,6 +1,6 @@
# appsmith # appsmith
![Version: 2.0.34](https://img.shields.io/badge/Version-2.0.34-informational?style=flat-square) ![AppVersion: 1.7.10](https://img.shields.io/badge/AppVersion-1.7.10-informational?style=flat-square) ![Version: 2.0.35](https://img.shields.io/badge/Version-2.0.35-informational?style=flat-square) ![AppVersion: 1.7.11](https://img.shields.io/badge/AppVersion-1.7.11-informational?style=flat-square)
Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects. Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects.
+13
View File
@@ -2,6 +2,19 @@
## [baikal-0.0.15](https://github.com/truecharts/charts/compare/baikal-0.0.14...baikal-0.0.15) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
### Fix
- cleanup ([#3389](https://github.com/truecharts/charts/issues/3389))
## [baikal-0.0.14](https://github.com/truecharts/charts/compare/baikal-0.0.13...baikal-0.0.14) (2022-08-08) ## [baikal-0.0.14](https://github.com/truecharts/charts/compare/baikal-0.0.13...baikal-0.0.14) (2022-08-08)
### Chore ### Chore
+3 -3
View File
@@ -1,13 +1,13 @@
apiVersion: v2 apiVersion: v2
appVersion: "nginx" appVersion: "0.9.2"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
deprecated: false deprecated: false
description: "Baikal is a lightweight CalDAV+CardDAV server" description: "Baikal is a lightweight CalDAV+CardDAV server"
home: https://github.com/truecharts/charts/tree/master/charts/incubator/baikal home: https://truecharts.org/docs/charts/incubator/baikal
icon: https://truecharts.org/img/chart-icons/baikal.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png
keywords: keywords:
- baikal - baikal
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
+2 -2
View File
@@ -1,8 +1,8 @@
# baikal # baikal
![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: nginx](https://img.shields.io/badge/AppVersion-nginx-informational?style=flat-square) ![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.2](https://img.shields.io/badge/AppVersion-0.9.2-informational?style=flat-square)
Baïkal is a lightweight CalDAV+CardDAV server Baikal is a lightweight CalDAV+CardDAV server
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+9
View File
@@ -2,6 +2,15 @@
## [chromium-0.0.17](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.15...chromium-0.0.17) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [chromium-0.0.16](https://github.com/truecharts/charts/compare/chromium-0.0.15...chromium-0.0.16) (2022-08-08) ## [chromium-0.0.16](https://github.com/truecharts/charts/compare/chromium-0.0.15...chromium-0.0.16) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# chromium # chromium
![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. Chromium is a free and open-source software project developed by the Google-sponsored Chromium project.
+9
View File
@@ -2,6 +2,15 @@
## [cryptpad-0.0.21](https://github.com/truecharts/charts/compare/cryptpad-0.0.20...cryptpad-0.0.21) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [cryptpad-0.0.20](https://github.com/truecharts/charts/compare/cryptpad-0.0.19...cryptpad-0.0.20) (2022-08-09) ## [cryptpad-0.0.20](https://github.com/truecharts/charts/compare/cryptpad-0.0.19...cryptpad-0.0.20) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# cryptpad # cryptpad
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js
@@ -2,6 +2,15 @@
## [cups-server-1.0.31](https://github.com/truecharts/charts/compare/cups-server-1.0.30...cups-server-1.0.31) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [cups-server-1.0.30](https://github.com/truecharts/charts/compare/cups-server-1.0.29...cups-server-1.0.30) (2022-08-08) ## [cups-server-1.0.30](https://github.com/truecharts/charts/compare/cups-server-1.0.29...cups-server-1.0.30) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# cups-server # cups-server
![Version: 1.0.30](https://img.shields.io/badge/Version-1.0.30-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 1.0.31](https://img.shields.io/badge/Version-1.0.31-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
CUPS printing server CUPS printing server
@@ -2,6 +2,15 @@
## [fastcom-mqtt-0.0.16](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.15...fastcom-mqtt-0.0.16) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [fastcom-mqtt-0.0.15](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.14...fastcom-mqtt-0.0.15) (2022-08-08) ## [fastcom-mqtt-0.0.15](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.14...fastcom-mqtt-0.0.15) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# fastcom-mqtt # fastcom-mqtt
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Docker Container with Fast.com CLI sending data directly to MQTT Broker Docker Container with Fast.com CLI sending data directly to MQTT Broker
+9
View File
@@ -2,6 +2,15 @@
## [filestash-0.0.16](https://github.com/truecharts/charts/compare/filestash-0.0.15...filestash-0.0.16) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [filestash-0.0.15](https://github.com/truecharts/charts/compare/filestash-0.0.14...filestash-0.0.15) (2022-08-08) ## [filestash-0.0.15](https://github.com/truecharts/charts/compare/filestash-0.0.14...filestash-0.0.15) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# filestash # filestash
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
+9
View File
@@ -2,6 +2,15 @@
## [fireshare-0.0.18](https://github.com/truecharts/charts/compare/fireshare-0.0.17...fireshare-0.0.18) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [fireshare-0.0.17](https://github.com/truecharts/charts/compare/fireshare-0.0.16...fireshare-0.0.17) (2022-08-08) ## [fireshare-0.0.17](https://github.com/truecharts/charts/compare/fireshare-0.0.16...fireshare-0.0.17) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.2.0" appVersion: "1.2.3"
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
dependencies: dependencies:
- name: common - name: common
+1 -1
View File
@@ -1,6 +1,6 @@
# fireshare # fireshare
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) ![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.3](https://img.shields.io/badge/AppVersion-1.2.3-informational?style=flat-square)
Share your game clips, videos, or other media via unique links. Share your game clips, videos, or other media via unique links.
+9
View File
@@ -2,6 +2,15 @@
## [flame-0.0.19](https://github.com/truecharts/charts/compare/flame-0.0.18...flame-0.0.19) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [flame-0.0.18](https://github.com/truecharts/charts/compare/flame-0.0.17...flame-0.0.18) (2022-08-09) ## [flame-0.0.18](https://github.com/truecharts/charts/compare/flame-0.0.17...flame-0.0.18) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# flame # flame
![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) ![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)
Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors.
+9
View File
@@ -2,6 +2,15 @@
## [ghost-3.0.40](https://github.com/truecharts/charts/compare/ghost-3.0.39...ghost-3.0.40) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [ghost-3.0.39](https://github.com/truecharts/charts/compare/ghost-3.0.38...ghost-3.0.39) (2022-08-09) ## [ghost-3.0.39](https://github.com/truecharts/charts/compare/ghost-3.0.38...ghost-3.0.39) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "5.5.0" appVersion: "5.8.2"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
+1 -1
View File
@@ -1,6 +1,6 @@
# ghost # ghost
![Version: 3.0.39](https://img.shields.io/badge/Version-3.0.39-informational?style=flat-square) ![AppVersion: 5.5.0](https://img.shields.io/badge/AppVersion-5.5.0-informational?style=flat-square) ![Version: 3.0.40](https://img.shields.io/badge/Version-3.0.40-informational?style=flat-square) ![AppVersion: 5.8.2](https://img.shields.io/badge/AppVersion-5.8.2-informational?style=flat-square)
Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance. Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance.
@@ -2,6 +2,15 @@
## [gridcoinwalletgui-0.0.16](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.15...gridcoinwalletgui-0.0.16) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [gridcoinwalletgui-0.0.15](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.14...gridcoinwalletgui-0.0.15) (2022-08-08) ## [gridcoinwalletgui-0.0.15](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.14...gridcoinwalletgui-0.0.15) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# gridcoinwalletgui # gridcoinwalletgui
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Running Boinc? Get some Gridcoins from your Boinc work! Running Boinc? Get some Gridcoins from your Boinc work!
+9
View File
@@ -2,6 +2,15 @@
## [jenkins-0.0.3](https://github.com/truecharts/charts/compare/jenkins-0.0.2...jenkins-0.0.3) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [jenkins-0.0.2](https://github.com/truecharts/charts/compare/jenkins-0.0.1...jenkins-0.0.2) (2022-08-09) ## [jenkins-0.0.2](https://github.com/truecharts/charts/compare/jenkins-0.0.1...jenkins-0.0.2) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# jenkins # jenkins
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.362](https://img.shields.io/badge/AppVersion-2.362-informational?style=flat-square) ![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.362](https://img.shields.io/badge/AppVersion-2.362-informational?style=flat-square)
Jenkins is the gold standard in devops tools for running CI/CD pipelines Jenkins is the gold standard in devops tools for running CI/CD pipelines
+9
View File
@@ -2,6 +2,15 @@
## [kitchenowl-0.0.6](https://github.com/truecharts/charts/compare/kitchenowl-0.0.5...kitchenowl-0.0.6) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [kitchenowl-0.0.5](https://github.com/truecharts/charts/compare/kitchenowl-0.0.4...kitchenowl-0.0.5) (2022-08-09) ## [kitchenowl-0.0.5](https://github.com/truecharts/charts/compare/kitchenowl-0.0.4...kitchenowl-0.0.5) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# kitchenowl # kitchenowl
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: beta](https://img.shields.io/badge/AppVersion-beta-informational?style=flat-square) ![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: beta](https://img.shields.io/badge/AppVersion-beta-informational?style=flat-square)
KitchenOwl is a smart self-hosted grocery list and recipe manager. KitchenOwl is a smart self-hosted grocery list and recipe manager.
@@ -2,6 +2,15 @@
## [mymediaforalexa-0.0.4](https://github.com/truecharts/charts/compare/mymediaforalexa-0.0.3...mymediaforalexa-0.0.4) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [mymediaforalexa-0.0.3](https://github.com/truecharts/charts/compare/mymediaforalexa-0.0.2...mymediaforalexa-0.0.3) (2022-08-09) ## [mymediaforalexa-0.0.3](https://github.com/truecharts/charts/compare/mymediaforalexa-0.0.2...mymediaforalexa-0.0.3) (2022-08-09)
### Fix ### Fix
+1 -1
View File
@@ -1,6 +1,6 @@
# mymediaforalexa # mymediaforalexa
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.147.99](https://img.shields.io/badge/AppVersion-1.3.147.99-informational?style=flat-square) ![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.147.99](https://img.shields.io/badge/AppVersion-1.3.147.99-informational?style=flat-square)
This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com .
@@ -2,6 +2,15 @@
## [passwordpusherephemeral-0.0.17](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.16...passwordpusherephemeral-0.0.17) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [passwordpusherephemeral-0.0.16](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.14...passwordpusherephemeral-0.0.16) (2022-08-08) ## [passwordpusherephemeral-0.0.16](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.14...passwordpusherephemeral-0.0.16) (2022-08-08)
### Chore ### Chore
@@ -1,6 +1,6 @@
# passwordpusherephemeral # passwordpusherephemeral
![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Ephemeral version requires no other database container! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. Ephemeral version requires no other database container! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed.
@@ -2,6 +2,15 @@
## [plextraktsync-0.0.18](https://github.com/truecharts/charts/compare/plextraktsync-0.0.17...plextraktsync-0.0.18) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [plextraktsync-0.0.17](https://github.com/truecharts/charts/compare/plextraktsync-0.0.16...plextraktsync-0.0.17) (2022-08-09) ## [plextraktsync-0.0.17](https://github.com/truecharts/charts/compare/plextraktsync-0.0.16...plextraktsync-0.0.17) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# plextraktsync # plextraktsync
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Cette app permet de synchroniser le contenu de votre bibliotheque plex (pas de plexpass obligatoire) avec le site trakt.tv . Cette app permet de synchroniser le contenu de votre bibliotheque plex (pas de plexpass obligatoire) avec le site trakt.tv .
@@ -2,6 +2,15 @@
## [prusaslicer-novnc-0.0.17](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.16...prusaslicer-novnc-0.0.17) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [prusaslicer-novnc-0.0.16](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.15...prusaslicer-novnc-0.0.16) (2022-08-08) ## [prusaslicer-novnc-0.0.16](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.15...prusaslicer-novnc-0.0.16) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# prusaslicer-novnc # prusaslicer-novnc
![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Enjoy Prusaslicer directly in your browser with this easy to use Docker container. Enjoy Prusaslicer directly in your browser with this easy to use Docker container.
@@ -2,6 +2,15 @@
## [ra-rom-processor-0.0.18](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.17...ra-rom-processor-0.0.18) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [ra-rom-processor-0.0.17](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.15...ra-rom-processor-0.0.17) (2022-08-08) ## [ra-rom-processor-0.0.17](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.15...ra-rom-processor-0.0.17) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# ra-rom-processor # ra-rom-processor
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
RA ROM Processor is a Docker container that is used to download/orgainze/process/verify/dedupe/scrape a ROMs library automatically by matching ROMs to the RetroAchievement.org website Hash database. RA ROM Processor is a Docker container that is used to download/orgainze/process/verify/dedupe/scrape a ROMs library automatically by matching ROMs to the RetroAchievement.org website Hash database.
+9
View File
@@ -2,6 +2,15 @@
## [rickroll-0.0.18](https://github.com/truecharts/charts/compare/rickroll-0.0.17...rickroll-0.0.18) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [rickroll-0.0.17](https://github.com/truecharts/charts/compare/rickroll-0.0.16...rickroll-0.0.17) (2022-08-09) ## [rickroll-0.0.17](https://github.com/truecharts/charts/compare/rickroll-0.0.16...rickroll-0.0.17) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# rickroll # rickroll
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the container. Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the container.
+9
View File
@@ -2,6 +2,15 @@
## [rimgo-0.0.22](https://github.com/truecharts/charts/compare/rimgo-0.0.21...rimgo-0.0.22) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [rimgo-0.0.21](https://github.com/truecharts/charts/compare/rimgo-0.0.20...rimgo-0.0.21) (2022-08-09) ## [rimgo-0.0.21](https://github.com/truecharts/charts/compare/rimgo-0.0.20...rimgo-0.0.21) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# rimgo # rimgo
![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Alternative Imgur front-end Alternative Imgur front-end
+9
View File
@@ -2,6 +2,15 @@
## [searx-0.0.19](https://github.com/truecharts/charts/compare/searxng-0.0.19...searx-0.0.19) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [searx-0.0.18](https://github.com/truecharts/charts/compare/searx-0.0.17...searx-0.0.18) (2022-08-09) ## [searx-0.0.18](https://github.com/truecharts/charts/compare/searx-0.0.17...searx-0.0.18) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# searx # searx
![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity.
+9
View File
@@ -2,6 +2,15 @@
## [searxng-0.0.20](https://github.com/truecharts/charts/compare/searxng-0.0.19...searxng-0.0.20) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [searxng-0.0.19](https://github.com/truecharts/charts/compare/searxng-0.0.18...searxng-0.0.19) (2022-08-09) ## [searxng-0.0.19](https://github.com/truecharts/charts/compare/searxng-0.0.18...searxng-0.0.19) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# searxng # searxng
![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity. SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity.
@@ -2,6 +2,15 @@
## [sourcegraph-0.0.16](https://github.com/truecharts/charts/compare/sourcegraph-0.0.15...sourcegraph-0.0.16) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [sourcegraph-0.0.15](https://github.com/truecharts/charts/compare/sourcegraph-0.0.13...sourcegraph-0.0.15) (2022-08-08) ## [sourcegraph-0.0.15](https://github.com/truecharts/charts/compare/sourcegraph-0.0.13...sourcegraph-0.0.15) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -7,7 +7,7 @@ annotations:
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
apiVersion: v2 apiVersion: v2
appVersion: "3.42.1" appVersion: "3.42.2"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
+1 -1
View File
@@ -1,6 +1,6 @@
# sourcegraph # sourcegraph
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.42.1](https://img.shields.io/badge/AppVersion-3.42.1-informational?style=flat-square) ![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.42.2](https://img.shields.io/badge/AppVersion-3.42.2-informational?style=flat-square)
Sourcegraph docker image. Sourcegraph docker image.
@@ -2,6 +2,15 @@
## [ts-dnsserver-0.0.18](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.17...ts-dnsserver-0.0.18) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [ts-dnsserver-0.0.17](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.16...ts-dnsserver-0.0.17) (2022-08-09) ## [ts-dnsserver-0.0.17](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.16...ts-dnsserver-0.0.17) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# ts-dnsserver # ts-dnsserver
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser. Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser.
+9
View File
@@ -2,6 +2,15 @@
## [vertex-0.0.19](https://github.com/truecharts/charts/compare/vertex-0.0.18...vertex-0.0.19) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [vertex-0.0.18](https://github.com/truecharts/charts/compare/vertex-0.0.17...vertex-0.0.18) (2022-08-09) ## [vertex-0.0.18](https://github.com/truecharts/charts/compare/vertex-0.0.17...vertex-0.0.18) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# vertex # vertex
![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square) ![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square)
Vertex , , , , PT Vertex , , , , PT
@@ -2,6 +2,15 @@
## [virt-manager-0.0.22](https://github.com/truecharts/charts/compare/virt-manager-0.0.21...virt-manager-0.0.22) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [virt-manager-0.0.21](https://github.com/truecharts/charts/compare/virt-manager-0.0.20...virt-manager-0.0.21) (2022-08-09) ## [virt-manager-0.0.21](https://github.com/truecharts/charts/compare/virt-manager-0.0.20...virt-manager-0.0.21) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# virt-manager # virt-manager
![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
The virt-manager application is a desktop user interface for managing virtual machines through libvirt. The virt-manager application is a desktop user interface for managing virtual machines through libvirt.
+9
View File
@@ -2,6 +2,15 @@
## [webtop-0.0.17](https://github.com/truecharts/charts/compare/webtop-0.0.16...webtop-0.0.17) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [webtop-0.0.16](https://github.com/truecharts/charts/compare/webtop-0.0.14...webtop-0.0.16) (2022-08-08) ## [webtop-0.0.16](https://github.com/truecharts/charts/compare/webtop-0.0.14...webtop-0.0.16) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# webtop # webtop
![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.
+9
View File
@@ -2,6 +2,15 @@
## [xonotic-0.0.16](https://github.com/truecharts/charts/compare/xonotic-0.0.15...xonotic-0.0.16) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [xonotic-0.0.15](https://github.com/truecharts/charts/compare/xonotic-0.0.14...xonotic-0.0.15) (2022-08-08) ## [xonotic-0.0.15](https://github.com/truecharts/charts/compare/xonotic-0.0.14...xonotic-0.0.15) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# xonotic # xonotic
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
This Docker will download and install the preferred version of Xonotic. This Docker will download and install the preferred version of Xonotic.
+9
View File
@@ -2,6 +2,15 @@
## [yourls-0.0.16](https://github.com/truecharts/charts/compare/yourls-0.0.15...yourls-0.0.16) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [yourls-0.0.15](https://github.com/truecharts/charts/compare/yourls-0.0.14...yourls-0.0.15) (2022-08-08) ## [yourls-0.0.15](https://github.com/truecharts/charts/compare/yourls-0.0.14...yourls-0.0.15) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# yourls # yourls
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener.
+9
View File
@@ -2,6 +2,15 @@
## [anonaddy-9.0.35](https://github.com/truecharts/charts/compare/anonaddy-9.0.34...anonaddy-9.0.35) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [anonaddy-9.0.34](https://github.com/truecharts/charts/compare/anonaddy-9.0.33...anonaddy-9.0.34) (2022-08-09) ## [anonaddy-9.0.34](https://github.com/truecharts/charts/compare/anonaddy-9.0.33...anonaddy-9.0.34) (2022-08-09)
### Chore ### Chore
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "0.13.3" appVersion: "0.13.4"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
+1 -1
View File
@@ -1,6 +1,6 @@
# anonaddy # anonaddy
![Version: 9.0.34](https://img.shields.io/badge/Version-9.0.34-informational?style=flat-square) ![AppVersion: 0.13.3](https://img.shields.io/badge/AppVersion-0.13.3-informational?style=flat-square) ![Version: 9.0.35](https://img.shields.io/badge/Version-9.0.35-informational?style=flat-square) ![AppVersion: 0.13.4](https://img.shields.io/badge/AppVersion-0.13.4-informational?style=flat-square)
Protect your email from spam using disposable addresses. Protect your email from spam using disposable addresses.
@@ -2,6 +2,15 @@
## [audiobookshelf-2.0.29](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.28...audiobookshelf-2.0.29) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [audiobookshelf-2.0.28](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.27...audiobookshelf-2.0.28) (2022-08-08) ## [audiobookshelf-2.0.28](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.27...audiobookshelf-2.0.28) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "2.1.0" appVersion: "2.1.2"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
+1 -1
View File
@@ -1,6 +1,6 @@
# audiobookshelf # audiobookshelf
![Version: 2.0.28](https://img.shields.io/badge/Version-2.0.28-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square) ![Version: 2.0.29](https://img.shields.io/badge/Version-2.0.29-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
+9
View File
@@ -2,6 +2,15 @@
## [bazarr-11.0.26](https://github.com/truecharts/charts/compare/bazarr-11.0.25...bazarr-11.0.26) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [bazarr-11.0.25](https://github.com/truecharts/charts/compare/bazarr-11.0.24...bazarr-11.0.25) (2022-08-08) ## [bazarr-11.0.25](https://github.com/truecharts/charts/compare/bazarr-11.0.24...bazarr-11.0.25) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# bazarr # bazarr
![Version: 11.0.25](https://img.shields.io/badge/Version-11.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square) ![Version: 11.0.26](https://img.shields.io/badge/Version-11.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
+9
View File
@@ -2,6 +2,15 @@
## [beets-4.0.28](https://github.com/truecharts/charts/compare/beets-4.0.27...beets-4.0.28) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [beets-4.0.27](https://github.com/truecharts/charts/compare/beets-4.0.26...beets-4.0.27) (2022-08-08) ## [beets-4.0.27](https://github.com/truecharts/charts/compare/beets-4.0.26...beets-4.0.27) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# beets # beets
![Version: 4.0.27](https://img.shields.io/badge/Version-4.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square) ![Version: 4.0.28](https://img.shields.io/badge/Version-4.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square)
A music library manager and not, for the most part, a music player. A music library manager and not, for the most part, a music player.
+9
View File
@@ -2,6 +2,15 @@
## [boinc-2.0.36](https://github.com/truecharts/charts/compare/boinc-2.0.35...boinc-2.0.36) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [boinc-2.0.35](https://github.com/truecharts/charts/compare/boinc-2.0.33...boinc-2.0.35) (2022-08-08) ## [boinc-2.0.35](https://github.com/truecharts/charts/compare/boinc-2.0.33...boinc-2.0.35) (2022-08-08)
### Chore ### Chore
+1 -1
View File
@@ -1,6 +1,6 @@
# boinc # boinc
![Version: 2.0.35](https://img.shields.io/badge/Version-2.0.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 2.0.36](https://img.shields.io/badge/Version-2.0.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
+9
View File
@@ -2,6 +2,15 @@
## [booksonic-air-6.0.31](https://github.com/truecharts/charts/compare/booksonic-air-6.0.30...booksonic-air-6.0.31) (2022-08-10)
### Chore
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
## [booksonic-air-6.0.30](https://github.com/truecharts/charts/compare/booksonic-air-6.0.28...booksonic-air-6.0.30) (2022-08-08) ## [booksonic-air-6.0.30](https://github.com/truecharts/charts/compare/booksonic-air-6.0.28...booksonic-air-6.0.30) (2022-08-08)
### Chore ### Chore

Some files were not shown because too many files have changed in this diff Show More