diff --git a/charts/dependency/collabora-online/CHANGELOG.md b/charts/dependency/collabora-online/CHANGELOG.md
index 770dbc687c8..8bd3456936c 100644
--- a/charts/dependency/collabora-online/CHANGELOG.md
+++ b/charts/dependency/collabora-online/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [collabora-online-12.1.17](https://github.com/truecharts/apps/compare/collabora-online-12.1.16...collabora-online-12.1.17) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [collabora-online-12.1.16](https://github.com/truecharts/apps/compare/collabora-online-12.1.15...collabora-online-12.1.16) (2022-07-14)
### Fix
diff --git a/charts/dependency/collabora-online/README.md b/charts/dependency/collabora-online/README.md
index 3c7f941487b..58589a8b7fb 100644
--- a/charts/dependency/collabora-online/README.md
+++ b/charts/dependency/collabora-online/README.md
@@ -1,8 +1,14 @@
# collabora-online
+  
+
Collabora Online Development Edition - an awesome, Online Office suite image suitable for home use.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [collabora-online](https://truecharts.org/charts/stable/collabora-online)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `collabora-online`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install collabora-online TrueCharts/collabora-online
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `collabora-online` deployment
+
+```console
+helm uninstall collabora-online
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install collabora-online \
+ --set env.TZ="America/New York" \
+ TrueCharts/collabora-online
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install collabora-online TrueCharts/collabora-online -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/dependency/mariadb/CHANGELOG.md b/charts/dependency/mariadb/CHANGELOG.md
index 2380201e17c..a7d71e3dd9f 100644
--- a/charts/dependency/mariadb/CHANGELOG.md
+++ b/charts/dependency/mariadb/CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog
+
## [mariadb-3.0.36](https://github.com/truecharts/apps/compare/mariadb-3.0.35...mariadb-3.0.36) (2022-07-16)
### Chore
diff --git a/charts/dependency/mariadb/README.md b/charts/dependency/mariadb/README.md
index 94ed579c039..642e5dccc73 100644
--- a/charts/dependency/mariadb/README.md
+++ b/charts/dependency/mariadb/README.md
@@ -1,8 +1,14 @@
# mariadb
+  
+
Fast, reliable, scalable, and easy to use open-source relational database system.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mariadb](https://truecharts.org/charts/stable/mariadb)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mariadb`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mariadb TrueCharts/mariadb
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mariadb` deployment
+
+```console
+helm uninstall mariadb
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mariadb \
+ --set env.TZ="America/New York" \
+ TrueCharts/mariadb
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mariadb TrueCharts/mariadb -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/dependency/memcached/CHANGELOG.md b/charts/dependency/memcached/CHANGELOG.md
index 44faa7c5ac4..c0dae10e25f 100644
--- a/charts/dependency/memcached/CHANGELOG.md
+++ b/charts/dependency/memcached/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [memcached-3.0.38](https://github.com/truecharts/apps/compare/memcached-3.0.37...memcached-3.0.38) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [memcached-3.0.37](https://github.com/truecharts/apps/compare/memcached-3.0.36...memcached-3.0.37) (2022-07-15)
### Chore
diff --git a/charts/dependency/memcached/README.md b/charts/dependency/memcached/README.md
index 54424045adc..13c985e6e29 100644
--- a/charts/dependency/memcached/README.md
+++ b/charts/dependency/memcached/README.md
@@ -1,8 +1,14 @@
# memcached
+  
+
Memcached is a memory-backed database caching solution
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [memcached](https://truecharts.org/charts/stable/memcached)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `memcached`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install memcached TrueCharts/memcached
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `memcached` deployment
+
+```console
+helm uninstall memcached
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install memcached \
+ --set env.TZ="America/New York" \
+ TrueCharts/memcached
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install memcached TrueCharts/memcached -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/dependency/mongodb/CHANGELOG.md b/charts/dependency/mongodb/CHANGELOG.md
index a8c81904545..b6e52435876 100644
--- a/charts/dependency/mongodb/CHANGELOG.md
+++ b/charts/dependency/mongodb/CHANGELOG.md
@@ -1,7 +1,15 @@
# Changelog
-## [mongodb-1.0.40](https://github.com/truecharts/apps/compare/mongodb-1.0.39...mongodb-1.0.40) (2022-07-16)
+## [mariadb-3.0.37](https://github.com/truecharts/apps/compare/mariadb-3.0.36...mariadb-3.0.37) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
+## [mariadb-3.0.36](https://github.com/truecharts/apps/compare/mariadb-3.0.35...mariadb-3.0.36) (2022-07-16)
### Chore
@@ -9,8 +17,15 @@
+## [memcached-3.0.36](https://github.com/truecharts/apps/compare/memcached-3.0.35...memcached-3.0.36) (2022-07-14)
-## [mongodb-1.0.38](https://github.com/truecharts/apps/compare/mongodb-1.0.36...mongodb-1.0.38) (2022-07-14)
+### Fix
+
+- regenerate catalog and update template
+
+
+
+## [memcached-3.0.35](https://github.com/truecharts/apps/compare/memcached-3.0.33...memcached-3.0.35) (2022-07-14)
### Fix
@@ -19,7 +34,7 @@
-## [mongodb-1.0.35](https://github.com/truecharts/apps/compare/mongodb-1.0.33...mongodb-1.0.35) (2022-07-12)
+## [memcached-3.0.32](https://github.com/truecharts/apps/compare/memcached-3.0.30...memcached-3.0.32) (2022-07-12)
### Chore
@@ -28,7 +43,7 @@
-## [mongodb-1.0.33](https://github.com/truecharts/apps/compare/mongodb-1.0.32...mongodb-1.0.33) (2022-07-12)
+## [memcached-3.0.30](https://github.com/truecharts/apps/compare/memcached-3.0.29...memcached-3.0.30) (2022-07-12)
### Chore
@@ -36,8 +51,8 @@
-
-### [mongodb-1.0.32](https://github.com/truecharts/apps/compare/mongodb-1.0.31...mongodb-1.0.32) (2022-07-12)
+
+### [memcached-3.0.29](https://github.com/truecharts/apps/compare/memcached-3.0.28...memcached-3.0.29) (2022-07-12)
#### Chore
@@ -45,9 +60,13 @@
+
+### [memcached-3.0.28](https://github.com/truecharts/apps/compare/memcached-3.0.27...memcached-3.0.28) (2022-07-11)
-
-### [mongodb-1.0.30](https://github.com/truecharts/apps/compare/mongodb-1.0.29...mongodb-1.0.30) (2022-07-11)
+
+
+
+### [memcached-3.0.27](https://github.com/truecharts/apps/compare/memcached-3.0.26...memcached-3.0.27) (2022-07-11)
#### Chore
@@ -56,8 +75,8 @@
-
-### [mongodb-1.0.29](https://github.com/truecharts/apps/compare/mongodb-1.0.28...mongodb-1.0.29) (2022-07-11)
+
+### [memcached-3.0.26](https://github.com/truecharts/apps/compare/memcached-3.0.25...memcached-3.0.26) (2022-07-11)
#### Chore
@@ -65,8 +84,8 @@
-
-### [mongodb-1.0.28](https://github.com/truecharts/apps/compare/mongodb-1.0.27...mongodb-1.0.28) (2022-07-10)
+
+### [memcached-3.0.25](https://github.com/truecharts/apps/compare/memcached-3.0.24...memcached-3.0.25) (2022-07-10)
#### Chore
@@ -75,8 +94,8 @@
-
-### [mongodb-1.0.27](https://github.com/truecharts/apps/compare/mongodb-1.0.26...mongodb-1.0.27) (2022-07-10)
+
+### [memcached-3.0.24](https://github.com/truecharts/apps/compare/memcached-3.0.23...memcached-3.0.24) (2022-07-10)
#### Chore
@@ -84,8 +103,8 @@
-
-### [mongodb-1.0.26](https://github.com/truecharts/apps/compare/mongodb-1.0.25...mongodb-1.0.26) (2022-07-09)
+
+### [memcached-3.0.23](https://github.com/truecharts/apps/compare/memcached-3.0.22...memcached-3.0.23) (2022-07-09)
#### Chore
@@ -93,26 +112,17 @@
-
-### [mongodb-1.0.25](https://github.com/truecharts/apps/compare/mongodb-1.0.24...mongodb-1.0.25) (2022-07-06)
+
+### [memcached-3.0.22](https://github.com/truecharts/apps/compare/memcached-3.0.21...memcached-3.0.22) (2022-07-07)
#### Chore
-* update docker general non-major ([#3078](https://github.com/truecharts/apps/issues/3078))
+* update docker general non-major ([#3089](https://github.com/truecharts/apps/issues/3089))
-
-### [mongodb-1.0.24](https://github.com/truecharts/apps/compare/mongodb-1.0.23...mongodb-1.0.24) (2022-07-05)
-
-#### Chore
-
-* update docker general non-major ([#3071](https://github.com/truecharts/apps/issues/3071))
-
-
-
-
-### [mongodb-1.0.23](https://github.com/truecharts/apps/compare/mongodb-1.0.22...mongodb-1.0.23) (2022-07-04)
+
+### [memcached-3.0.21](https://github.com/truecharts/apps/compare/memcached-3.0.20...memcached-3.0.21) (2022-07-04)
#### Chore
@@ -120,8 +130,8 @@
-
-### [mongodb-1.0.22](https://github.com/truecharts/apps/compare/mongodb-1.0.21...mongodb-1.0.22) (2022-07-04)
+
+### [memcached-3.0.20](https://github.com/truecharts/apps/compare/memcached-3.0.19...memcached-3.0.20) (2022-07-04)
#### Chore
@@ -129,17 +139,8 @@
-
-### [mongodb-1.0.21](https://github.com/truecharts/apps/compare/mongodb-1.0.20...mongodb-1.0.21) (2022-07-02)
-
-#### Chore
-
-* update docker general non-major ([#3033](https://github.com/truecharts/apps/issues/3033))
-
-
-
-
-### [mongodb-1.0.20](https://github.com/truecharts/apps/compare/mongodb-1.0.19...mongodb-1.0.20) (2022-07-01)
+
+### [memcached-3.0.19](https://github.com/truecharts/apps/compare/memcached-3.0.18...memcached-3.0.19) (2022-07-01)
#### Chore
@@ -147,18 +148,18 @@
-
-### [mongodb-1.0.19](https://github.com/truecharts/apps/compare/mongodb-1.0.18...mongodb-1.0.19) (2022-06-27)
+
+### [memcached-3.0.18](https://github.com/truecharts/apps/compare/memcached-3.0.17...memcached-3.0.18) (2022-06-26)
#### Chore
-* update docker general non-major ([#2999](https://github.com/truecharts/apps/issues/2999))
+* update docker general non-major ([#2988](https://github.com/truecharts/apps/issues/2988))
* update docker general non-major ([#2960](https://github.com/truecharts/apps/issues/2960))
-
-### [mongodb-1.0.18](https://github.com/truecharts/apps/compare/mongodb-1.0.17...mongodb-1.0.18) (2022-06-25)
+
+### [memcached-3.0.17](https://github.com/truecharts/apps/compare/memcached-3.0.16...memcached-3.0.17) (2022-06-25)
#### Chore
@@ -166,8 +167,8 @@
-
-### [mongodb-1.0.17](https://github.com/truecharts/apps/compare/mongodb-1.0.16...mongodb-1.0.17) (2022-06-24)
+
+### [memcached-3.0.16](https://github.com/truecharts/apps/compare/memcached-3.0.15...memcached-3.0.16) (2022-06-24)
#### Chore
@@ -175,8 +176,8 @@
-
-### [mongodb-1.0.16](https://github.com/truecharts/apps/compare/mongodb-1.0.15...mongodb-1.0.16) (2022-06-22)
+
+### [memcached-3.0.15](https://github.com/truecharts/apps/compare/memcached-3.0.14...memcached-3.0.15) (2022-06-22)
#### Chore
@@ -184,8 +185,8 @@
-
-### [mongodb-1.0.15](https://github.com/truecharts/apps/compare/mongodb-1.0.14...mongodb-1.0.15) (2022-06-21)
+
+### [memcached-3.0.14](https://github.com/truecharts/apps/compare/memcached-3.0.13...memcached-3.0.14) (2022-06-21)
#### Chore
@@ -193,8 +194,8 @@
-
-### [mongodb-1.0.14](https://github.com/truecharts/apps/compare/mongodb-1.0.13...mongodb-1.0.14) (2022-06-21)
+
+### [memcached-3.0.13](https://github.com/truecharts/apps/compare/memcached-3.0.12...memcached-3.0.13) (2022-06-21)
#### Chore
@@ -202,8 +203,8 @@
-
-### [mongodb-1.0.13](https://github.com/truecharts/apps/compare/mongodb-1.0.12...mongodb-1.0.13) (2022-06-20)
+
+### [memcached-3.0.12](https://github.com/truecharts/apps/compare/memcached-3.0.11...memcached-3.0.12) (2022-06-20)
#### Chore
@@ -211,8 +212,8 @@
-
-### [mongodb-1.0.12](https://github.com/truecharts/apps/compare/mongodb-1.0.11...mongodb-1.0.12) (2022-06-18)
+
+### [memcached-3.0.11](https://github.com/truecharts/apps/compare/memcached-3.0.10...memcached-3.0.11) (2022-06-18)
#### Chore
@@ -220,8 +221,8 @@
-
-### [mongodb-1.0.11](https://github.com/truecharts/apps/compare/mongodb-1.0.10...mongodb-1.0.11) (2022-06-17)
+
+### [memcached-3.0.10](https://github.com/truecharts/apps/compare/memcached-3.0.9...memcached-3.0.10) (2022-06-17)
#### Chore
@@ -229,26 +230,18 @@
-
-### [mongodb-1.0.10](https://github.com/truecharts/apps/compare/mongodb-1.0.9...mongodb-1.0.10) (2022-06-17)
+
+### [memcached-3.0.9](https://github.com/truecharts/apps/compare/memcached-3.0.8...memcached-3.0.9) (2022-06-17)
#### Chore
+* update docker general non-major ([#2917](https://github.com/truecharts/apps/issues/2917))
* update helm chart common to v10.0.12
-
-### [mongodb-1.0.9](https://github.com/truecharts/apps/compare/mongodb-1.0.8...mongodb-1.0.9) (2022-06-16)
-
-#### Chore
-
-* update docker general non-major ([#2904](https://github.com/truecharts/apps/issues/2904))
-
-
-
-
-### [mongodb-1.0.8](https://github.com/truecharts/apps/compare/mongodb-1.0.7...mongodb-1.0.8) (2022-06-15)
+
+### [memcached-3.0.8](https://github.com/truecharts/apps/compare/memcached-3.0.7...memcached-3.0.8) (2022-06-15)
#### Chore
@@ -256,8 +249,8 @@
-
-### [mongodb-1.0.7](https://github.com/truecharts/apps/compare/mongodb-1.0.6...mongodb-1.0.7) (2022-06-14)
+
+### [memcached-3.0.7](https://github.com/truecharts/apps/compare/memcached-3.0.6...memcached-3.0.7) (2022-06-14)
#### Chore
@@ -265,17 +258,17 @@
-
-### [mongodb-1.0.6](https://github.com/truecharts/apps/compare/mongodb-1.0.5...mongodb-1.0.6) (2022-06-13)
+
+### [memcached-3.0.6](https://github.com/truecharts/apps/compare/memcached-3.0.5...memcached-3.0.6) (2022-06-14)
#### Chore
-* update docker general non-major ([#2860](https://github.com/truecharts/apps/issues/2860))
+* update docker general non-major ([#2872](https://github.com/truecharts/apps/issues/2872))
-
-### [mongodb-1.0.5](https://github.com/truecharts/apps/compare/mongodb-1.0.4...mongodb-1.0.5) (2022-06-11)
+
+### [memcached-3.0.5](https://github.com/truecharts/apps/compare/memcached-3.0.4...memcached-3.0.5) (2022-06-11)
#### Chore
@@ -283,17 +276,18 @@
-
-### [mongodb-1.0.4](https://github.com/truecharts/apps/compare/mongodb-1.0.3...mongodb-1.0.4) (2022-06-11)
+
+### [memcached-3.0.4](https://github.com/truecharts/apps/compare/memcached-3.0.3...memcached-3.0.4) (2022-06-11)
#### Chore
+* update icons ref ([#2851](https://github.com/truecharts/apps/issues/2851))
* update docker general non-major ([#2848](https://github.com/truecharts/apps/issues/2848))
-
-### [mongodb-1.0.3](https://github.com/truecharts/apps/compare/mongodb-1.0.2...mongodb-1.0.3) (2022-06-09)
+
+### [memcached-3.0.3](https://github.com/truecharts/apps/compare/memcached-3.0.2...memcached-3.0.3) (2022-06-09)
#### Chore
@@ -301,8 +295,8 @@
-
-### [mongodb-1.0.2](https://github.com/truecharts/apps/compare/mongodb-1.0.1...mongodb-1.0.2) (2022-06-07)
+
+### [memcached-3.0.2](https://github.com/truecharts/apps/compare/memcached-3.0.1...memcached-3.0.2) (2022-06-07)
#### Fix
@@ -310,13 +304,12 @@
-
-### [mongodb-1.0.1](https://github.com/truecharts/apps/compare/mongodb-0.1.49...mongodb-1.0.1) (2022-06-07)
+
+### [memcached-3.0.1](https://github.com/truecharts/apps/compare/memcached-2.0.91...memcached-3.0.1) (2022-06-07)
#### Chore
* Auto-update chart README [skip ci]
-* sync all apps persistence configuration and always default to PVC
#### Fix
@@ -328,12 +321,8 @@
-
-### [mongodb-1.0.0](https://github.com/truecharts/apps/compare/mongodb-0.1.49...mongodb-1.0.0) (2022-06-07)
-
-#### Chore
-
-* sync all apps persistence configuration and always default to PVC
+
+### [memcached-3.0.0](https://github.com/truecharts/apps/compare/memcached-2.0.91...memcached-3.0.0) (2022-06-07)
#### Refactor
@@ -341,8 +330,8 @@
-
-### [mongodb-0.1.49](https://github.com/truecharts/apps/compare/mongodb-0.1.48...mongodb-0.1.49) (2022-06-05)
+
+### [memcached-2.0.91](https://github.com/truecharts/apps/compare/memcached-2.0.90...memcached-2.0.91) (2022-06-05)
#### Chore
@@ -350,8 +339,8 @@
-
-### [mongodb-0.1.48](https://github.com/truecharts/apps/compare/mongodb-0.1.47...mongodb-0.1.48) (2022-06-04)
+
+### [memcached-2.0.90](https://github.com/truecharts/apps/compare/memcached-2.0.89...memcached-2.0.90) (2022-06-04)
#### Chore
@@ -359,8 +348,8 @@
-
-### [mongodb-0.1.47](https://github.com/truecharts/apps/compare/mongodb-0.1.46...mongodb-0.1.47) (2022-06-04)
+
+### [memcached-2.0.89](https://github.com/truecharts/apps/compare/memcached-2.0.88...memcached-2.0.89) (2022-06-04)
#### Chore
@@ -368,17 +357,8 @@
-
-### [mongodb-0.1.46](https://github.com/truecharts/apps/compare/mongodb-0.1.45...mongodb-0.1.46) (2022-06-03)
-
-#### Chore
-
-* update docker general non-major ([#2821](https://github.com/truecharts/apps/issues/2821))
-
-
-
-
-### [mongodb-0.1.45](https://github.com/truecharts/apps/compare/mongodb-0.1.44...mongodb-0.1.45) (2022-06-03)
+
+### [memcached-2.0.88](https://github.com/truecharts/apps/compare/memcached-2.0.87...memcached-2.0.88) (2022-06-03)
#### Chore
@@ -386,8 +366,8 @@
-
-### [mongodb-0.1.44](https://github.com/truecharts/apps/compare/mongodb-0.1.43...mongodb-0.1.44) (2022-06-02)
+
+### [memcached-2.0.87](https://github.com/truecharts/apps/compare/memcached-2.0.86...memcached-2.0.87) (2022-06-02)
#### Chore
@@ -396,8 +376,8 @@
-
-### [mongodb-0.1.43](https://github.com/truecharts/apps/compare/mongodb-0.1.42...mongodb-0.1.43) (2022-06-01)
+
+### [memcached-2.0.86](https://github.com/truecharts/apps/compare/memcached-2.0.85...memcached-2.0.86) (2022-06-01)
#### Chore
@@ -405,8 +385,8 @@
-
-### [mongodb-0.1.42](https://github.com/truecharts/apps/compare/mongodb-0.1.41...mongodb-0.1.42) (2022-05-31)
+
+### [memcached-2.0.85](https://github.com/truecharts/apps/compare/memcached-2.0.84...memcached-2.0.85) (2022-05-31)
#### Chore
@@ -414,8 +394,8 @@
-
-### [mongodb-0.1.41](https://github.com/truecharts/apps/compare/mongodb-0.1.40...mongodb-0.1.41) (2022-05-31)
+
+### [memcached-2.0.84](https://github.com/truecharts/apps/compare/memcached-2.0.83...memcached-2.0.84) (2022-05-31)
#### Chore
@@ -423,8 +403,8 @@
-
-### [mongodb-0.1.40](https://github.com/truecharts/apps/compare/mongodb-0.1.39...mongodb-0.1.40) (2022-05-30)
+
+### [memcached-2.0.83](https://github.com/truecharts/apps/compare/memcached-2.0.82...memcached-2.0.83) (2022-05-30)
#### Chore
@@ -433,8 +413,8 @@
-
-### [mongodb-0.1.39](https://github.com/truecharts/apps/compare/mongodb-0.1.38...mongodb-0.1.39) (2022-05-29)
+
+### [memcached-2.0.82](https://github.com/truecharts/apps/compare/memcached-2.0.81...memcached-2.0.82) (2022-05-29)
#### Chore
@@ -442,8 +422,8 @@
-
-### [mongodb-0.1.38](https://github.com/truecharts/apps/compare/mongodb-0.1.37...mongodb-0.1.38) (2022-05-26)
+
+### [memcached-2.0.81](https://github.com/truecharts/apps/compare/memcached-2.0.80...memcached-2.0.81) (2022-05-26)
#### Chore
@@ -451,8 +431,8 @@
-
-### [mongodb-0.1.37](https://github.com/truecharts/apps/compare/mongodb-0.1.36...mongodb-0.1.37) (2022-05-26)
+
+### [memcached-2.0.80](https://github.com/truecharts/apps/compare/memcached-2.0.79...memcached-2.0.80) (2022-05-26)
#### Chore
@@ -460,17 +440,18 @@
-
-### [mongodb-0.1.36](https://github.com/truecharts/apps/compare/mongodb-0.1.35...mongodb-0.1.36) (2022-05-26)
+
+### [memcached-2.0.79](https://github.com/truecharts/apps/compare/memcached-2.0.78...memcached-2.0.79) (2022-05-26)
#### Chore
* update helm chart common to v9.3.18 ([#2753](https://github.com/truecharts/apps/issues/2753))
+* update docker general non-major ([#2756](https://github.com/truecharts/apps/issues/2756))
-
-### [mongodb-0.1.35](https://github.com/truecharts/apps/compare/mongodb-0.1.34...mongodb-0.1.35) (2022-05-25)
+
+### [memcached-2.0.78](https://github.com/truecharts/apps/compare/memcached-2.0.77...memcached-2.0.78) (2022-05-25)
#### Chore
@@ -478,8 +459,8 @@
-
-### [mongodb-0.1.34](https://github.com/truecharts/apps/compare/mongodb-0.1.33...mongodb-0.1.34) (2022-05-24)
+
+### [memcached-2.0.77](https://github.com/truecharts/apps/compare/memcached-2.0.76...memcached-2.0.77) (2022-05-24)
#### Chore
@@ -487,8 +468,8 @@
-
-### [mongodb-0.1.33](https://github.com/truecharts/apps/compare/mongodb-0.1.32...mongodb-0.1.33) (2022-05-20)
+
+### [memcached-2.0.76](https://github.com/truecharts/apps/compare/memcached-2.0.75...memcached-2.0.76) (2022-05-20)
#### Chore
@@ -496,8 +477,8 @@
-
-### [mongodb-0.1.32](https://github.com/truecharts/apps/compare/mongodb-0.1.31...mongodb-0.1.32) (2022-05-19)
+
+### [memcached-2.0.75](https://github.com/truecharts/apps/compare/memcached-2.0.74...memcached-2.0.75) (2022-05-19)
#### Chore
@@ -505,8 +486,8 @@
-
-### [mongodb-0.1.31](https://github.com/truecharts/apps/compare/mongodb-0.1.30...mongodb-0.1.31) (2022-05-19)
+
+### [memcached-2.0.74](https://github.com/truecharts/apps/compare/memcached-2.0.73...memcached-2.0.74) (2022-05-19)
#### Chore
@@ -514,18 +495,20 @@
-
-### [mongodb-0.1.30](https://github.com/truecharts/apps/compare/mongodb-0.1.29...mongodb-0.1.30) (2022-05-17)
+
+### [memcached-2.0.73](https://github.com/truecharts/apps/compare/memcached-2.0.70...memcached-2.0.73) (2022-05-18)
#### Chore
* Auto-update chart README [skip ci]
+* update helm chart common to v9.3.16 ([#2708](https://github.com/truecharts/apps/issues/2708))
+* update docker general non-major ([#2706](https://github.com/truecharts/apps/issues/2706))
* update helm chart common to v9.3.15
-
-### [mongodb-0.1.30](https://github.com/truecharts/apps/compare/mongodb-0.1.29...mongodb-0.1.30) (2022-05-17)
+
+### [memcached-2.0.71](https://github.com/truecharts/apps/compare/memcached-2.0.70...memcached-2.0.71) (2022-05-17)
#### Chore
@@ -533,8 +516,8 @@
-
-### [mongodb-0.1.29](https://github.com/truecharts/apps/compare/mongodb-0.1.28...mongodb-0.1.29) (2022-05-17)
+
+### [memcached-2.0.70](https://github.com/truecharts/apps/compare/memcached-2.0.69...memcached-2.0.70) (2022-05-17)
#### Chore
@@ -543,8 +526,8 @@
-
-### [mongodb-0.1.28](https://github.com/truecharts/apps/compare/mongodb-0.1.27...mongodb-0.1.28) (2022-05-16)
+
+### [memcached-2.0.69](https://github.com/truecharts/apps/compare/memcached-2.0.68...memcached-2.0.69) (2022-05-16)
#### Chore
@@ -552,8 +535,8 @@
-
-### [mongodb-0.1.27](https://github.com/truecharts/apps/compare/mongodb-0.1.26...mongodb-0.1.27) (2022-05-15)
+
+### [memcached-2.0.68](https://github.com/truecharts/apps/compare/memcached-2.0.67...memcached-2.0.68) (2022-05-15)
#### Chore
@@ -561,8 +544,8 @@
-
-### [mongodb-0.1.26](https://github.com/truecharts/apps/compare/mongodb-0.1.24...mongodb-0.1.26) (2022-05-15)
+
+### [memcached-2.0.67](https://github.com/truecharts/apps/compare/memcached-2.0.65...memcached-2.0.67) (2022-05-15)
#### Chore
@@ -571,8 +554,8 @@
-
-### [mongodb-0.1.24](https://github.com/truecharts/apps/compare/mongodb-0.1.23...mongodb-0.1.24) (2022-05-14)
+
+### [memcached-2.0.65](https://github.com/truecharts/apps/compare/memcached-2.0.64...memcached-2.0.65) (2022-05-14)
#### Chore
@@ -580,8 +563,8 @@
-
-### [mongodb-0.1.23](https://github.com/truecharts/apps/compare/mongodb-0.1.21...mongodb-0.1.23) (2022-05-13)
+
+### [memcached-2.0.64](https://github.com/truecharts/apps/compare/memcached-2.0.62...memcached-2.0.64) (2022-05-13)
#### Chore
@@ -590,8 +573,8 @@
-
-### [mongodb-0.1.21](https://github.com/truecharts/apps/compare/mongodb-0.1.20...mongodb-0.1.21) (2022-05-12)
+
+### [memcached-2.0.62](https://github.com/truecharts/apps/compare/memcached-2.0.61...memcached-2.0.62) (2022-05-12)
#### Chore
@@ -599,8 +582,8 @@
-
-### [mongodb-0.1.20](https://github.com/truecharts/apps/compare/mongodb-0.1.19...mongodb-0.1.20) (2022-05-12)
+
+### [memcached-2.0.61](https://github.com/truecharts/apps/compare/memcached-2.0.60...memcached-2.0.61) (2022-05-12)
#### Chore
@@ -608,17 +591,18 @@
-
-### [mongodb-0.1.19](https://github.com/truecharts/apps/compare/mongodb-0.1.18...mongodb-0.1.19) (2022-05-11)
+
+### [memcached-2.0.60](https://github.com/truecharts/apps/compare/memcached-2.0.58...memcached-2.0.60) (2022-05-11)
#### Chore
* update helm chart common to v9.3.7 ([#2656](https://github.com/truecharts/apps/issues/2656))
+* update docker general non-major ([#2653](https://github.com/truecharts/apps/issues/2653))
-
-### [mongodb-0.1.18](https://github.com/truecharts/apps/compare/mongodb-0.1.17...mongodb-0.1.18) (2022-05-10)
+
+### [memcached-2.0.58](https://github.com/truecharts/apps/compare/memcached-2.0.57...memcached-2.0.58) (2022-05-10)
#### Chore
@@ -626,8 +610,8 @@
-
-### [mongodb-0.1.17](https://github.com/truecharts/apps/compare/mongodb-0.1.16...mongodb-0.1.17) (2022-05-10)
+
+### [memcached-2.0.57](https://github.com/truecharts/apps/compare/memcached-2.0.56...memcached-2.0.57) (2022-05-10)
#### Chore
@@ -635,8 +619,8 @@
-
-### [mongodb-0.1.16](https://github.com/truecharts/apps/compare/mongodb-0.1.15...mongodb-0.1.16) (2022-05-10)
+
+### [memcached-2.0.56](https://github.com/truecharts/apps/compare/memcached-2.0.55...memcached-2.0.56) (2022-05-10)
#### Chore
@@ -644,8 +628,8 @@
-
-### [mongodb-0.1.15](https://github.com/truecharts/apps/compare/mongodb-0.1.14...mongodb-0.1.15) (2022-05-09)
+
+### [memcached-2.0.55](https://github.com/truecharts/apps/compare/memcached-2.0.54...memcached-2.0.55) (2022-05-09)
#### Chore
@@ -653,8 +637,8 @@
-
-### [mongodb-0.1.14](https://github.com/truecharts/apps/compare/mongodb-0.1.13...mongodb-0.1.14) (2022-05-08)
+
+### [memcached-2.0.54](https://github.com/truecharts/apps/compare/memcached-2.0.53...memcached-2.0.54) (2022-05-08)
#### Chore
@@ -662,8 +646,26 @@
-
-### [mongodb-0.1.13](https://github.com/truecharts/apps/compare/mongodb-0.1.12...mongodb-0.1.13) (2022-05-05)
+
+### [memcached-2.0.53](https://github.com/truecharts/apps/compare/memcached-2.0.52...memcached-2.0.53) (2022-05-06)
+
+#### Chore
+
+* update docker general non-major
+
+
+
+
+### [memcached-2.0.52](https://github.com/truecharts/apps/compare/memcached-2.0.51...memcached-2.0.52) (2022-05-06)
+
+#### Chore
+
+* update docker general non-major
+
+
+
+
+### [memcached-2.0.51](https://github.com/truecharts/apps/compare/memcached-2.0.50...memcached-2.0.51) (2022-05-05)
#### Chore
@@ -671,8 +673,8 @@
-
-### [mongodb-0.1.12](https://github.com/truecharts/apps/compare/mongodb-0.1.11...mongodb-0.1.12) (2022-05-04)
+
+### [memcached-2.0.50](https://github.com/truecharts/apps/compare/memcached-2.0.49...memcached-2.0.50) (2022-05-04)
#### Chore
@@ -680,8 +682,17 @@
-
-### [mongodb-0.1.11](https://github.com/truecharts/apps/compare/mongodb-0.1.10...mongodb-0.1.11) (2022-04-28)
+
+### [memcached-2.0.49](https://github.com/truecharts/apps/compare/memcached-2.0.48...memcached-2.0.49) (2022-04-29)
+
+#### Chore
+
+* update docker general non-major ([#2581](https://github.com/truecharts/apps/issues/2581))
+
+
+
+
+### [memcached-2.0.48](https://github.com/truecharts/apps/compare/memcached-2.0.47...memcached-2.0.48) (2022-04-28)
#### Chore
@@ -689,8 +700,8 @@
-
-### [mongodb-0.1.10](https://github.com/truecharts/apps/compare/mongodb-0.1.9...mongodb-0.1.10) (2022-04-26)
+
+### [memcached-2.0.47](https://github.com/truecharts/apps/compare/memcached-2.0.46...memcached-2.0.47) (2022-04-26)
#### Chore
@@ -698,98 +709,17 @@
-
-### [mongodb-0.1.9](https://github.com/truecharts/apps/compare/mongodb-0.1.8...mongodb-0.1.9) (2022-04-25)
+
+### [memcached-2.0.46](https://github.com/truecharts/apps/compare/memcached-2.0.45...memcached-2.0.46) (2022-04-26)
#### Chore
-* bump common ([#2569](https://github.com/truecharts/apps/issues/2569))
+* update helm chart common to v9.3.2
-
-### [mongodb-0.1.8](https://github.com/truecharts/apps/compare/mongodb-0.1.7...mongodb-0.1.8) (2022-04-25)
-
-#### Revert
-
-* revert replicaset ([#2567](https://github.com/truecharts/apps/issues/2567))
-
-
-
-
-### [mongodb-0.1.7](https://github.com/truecharts/apps/compare/mongodb-0.1.6...mongodb-0.1.7) (2022-04-25)
-
-#### Fix
-
-* fix ([#2563](https://github.com/truecharts/apps/issues/2563))
-
-
-
-
-### [mongodb-0.1.6](https://github.com/truecharts/apps/compare/mongodb-0.1.5...mongodb-0.1.6) (2022-04-25)
-
-#### Fix
-
-* set advertised hostname ([#2560](https://github.com/truecharts/apps/issues/2560))
-
-
-
-
-### [mongodb-0.1.5](https://github.com/truecharts/apps/compare/mongodb-0.1.4...mongodb-0.1.5) (2022-04-24)
-
-#### Fix
-
-* make advertisedhostname configurable ([#2559](https://github.com/truecharts/apps/issues/2559))
-
-
-
-
-### [mongodb-0.1.4](https://github.com/truecharts/apps/compare/mongodb-0.1.3...mongodb-0.1.4) (2022-04-24)
-
-#### Fix
-
-* dont set initial primary host ([#2557](https://github.com/truecharts/apps/issues/2557))
-
-
-
-
-### [mongodb-0.1.3](https://github.com/truecharts/apps/compare/mongodb-0.1.2...mongodb-0.1.3) (2022-04-24)
-
-#### Fix
-
-* set advertised hostname ([#2555](https://github.com/truecharts/apps/issues/2555))
-
-
-
-
-### [mongodb-0.1.2](https://github.com/truecharts/apps/compare/mongodb-0.1.1...mongodb-0.1.2) (2022-04-24)
-
-#### Chore
-
-* bump common ([#2551](https://github.com/truecharts/apps/issues/2551))
-
-
-
-
-### [mongodb-0.1.1](https://github.com/truecharts/apps/compare/mongodb-0.1.0...mongodb-0.1.1) (2022-04-24)
-
-#### Chore
-
-* bump common ([#2548](https://github.com/truecharts/apps/issues/2548))
-
-
-
-
-### [mongodb-0.1.0](https://github.com/truecharts/apps/compare/mongodb-0.0.31...mongodb-0.1.0) (2022-04-24)
-
-#### Feat
-
-* run in single replicaset (take3) ([#2505](https://github.com/truecharts/apps/issues/2505))
-
-
-
-
-### [mongodb-0.0.31](https://github.com/truecharts/apps/compare/mongodb-0.0.30...mongodb-0.0.31) (2022-04-20)
+
+### [memcached-2.0.45](https://github.com/truecharts/apps/compare/memcached-2.0.44...memcached-2.0.45) (2022-04-20)
#### Chore
@@ -798,8 +728,8 @@
-
-### [mongodb-0.0.30](https://github.com/truecharts/apps/compare/mongodb-0.0.29...mongodb-0.0.30) (2022-04-19)
+
+### [memcached-2.0.44](https://github.com/truecharts/apps/compare/memcached-2.0.43...memcached-2.0.44) (2022-04-19)
#### Chore
@@ -807,8 +737,8 @@
-
-### [mongodb-0.0.29](https://github.com/truecharts/apps/compare/mongodb-0.0.28...mongodb-0.0.29) (2022-04-18)
+
+### [memcached-2.0.43](https://github.com/truecharts/apps/compare/memcached-2.0.42...memcached-2.0.43) (2022-04-18)
#### Chore
@@ -816,8 +746,8 @@
-
-### [mongodb-0.0.28](https://github.com/truecharts/apps/compare/mongodb-0.0.27...mongodb-0.0.28) (2022-04-17)
+
+### [memcached-2.0.42](https://github.com/truecharts/apps/compare/memcached-2.0.41...memcached-2.0.42) (2022-04-17)
#### Chore
@@ -825,8 +755,8 @@
-
-### [mongodb-0.0.27](https://github.com/truecharts/apps/compare/mongodb-0.0.26...mongodb-0.0.27) (2022-04-16)
+
+### [memcached-2.0.41](https://github.com/truecharts/apps/compare/memcached-2.0.40...memcached-2.0.41) (2022-04-16)
#### Chore
@@ -834,8 +764,8 @@
-
-### [mongodb-0.0.26](https://github.com/truecharts/apps/compare/mongodb-0.0.25...mongodb-0.0.26) (2022-04-13)
+
+### [memcached-2.0.40](https://github.com/truecharts/apps/compare/memcached-2.0.39...memcached-2.0.40) (2022-04-13)
#### Chore
@@ -843,8 +773,8 @@
-
-### [mongodb-0.0.25](https://github.com/truecharts/apps/compare/mongodb-0.0.24...mongodb-0.0.25) (2022-04-12)
+
+### [memcached-2.0.39](https://github.com/truecharts/apps/compare/memcached-2.0.38...memcached-2.0.39) (2022-04-12)
#### Chore
@@ -852,8 +782,8 @@
-
-### [mongodb-0.0.24](https://github.com/truecharts/apps/compare/mongodb-0.0.23...mongodb-0.0.24) (2022-04-12)
+
+### [memcached-2.0.38](https://github.com/truecharts/apps/compare/memcached-2.0.37...memcached-2.0.38) (2022-04-12)
#### Chore
@@ -861,8 +791,8 @@
-
-### [mongodb-0.0.23](https://github.com/truecharts/apps/compare/mongodb-0.0.22...mongodb-0.0.23) (2022-04-09)
+
+### [memcached-2.0.37](https://github.com/truecharts/apps/compare/memcached-2.0.36...memcached-2.0.37) (2022-04-09)
#### Chore
@@ -870,8 +800,8 @@
-
-### [mongodb-0.0.22](https://github.com/truecharts/apps/compare/mongodb-0.0.21...mongodb-0.0.22) (2022-04-06)
+
+### [memcached-2.0.36](https://github.com/truecharts/apps/compare/memcached-2.0.35...memcached-2.0.36) (2022-04-06)
#### Chore
@@ -879,18 +809,17 @@
-
-### [mongodb-0.0.21](https://github.com/truecharts/apps/compare/mongodb-0.0.20...mongodb-0.0.21) (2022-04-04)
+
+### [memcached-2.0.35](https://github.com/truecharts/apps/compare/memcached-2.0.34...memcached-2.0.35) (2022-04-04)
#### Chore
* update docker general non-major
-* update docker general non-major ([#2414](https://github.com/truecharts/apps/issues/2414))
-
-### [mongodb-0.0.20](https://github.com/truecharts/apps/compare/mongodb-0.0.19...mongodb-0.0.20) (2022-04-03)
+
+### [memcached-2.0.34](https://github.com/truecharts/apps/compare/memcached-2.0.33...memcached-2.0.34) (2022-04-03)
#### Chore
@@ -898,31 +827,22 @@
-
-### [mongodb-0.0.19](https://github.com/truecharts/apps/compare/mongodb-0.0.18...mongodb-0.0.19) (2022-04-03)
-
-#### Chore
-
-* Auto-update chart README [skip ci]
-
-
-
-
-### [mongodb-0.0.19](https://github.com/truecharts/apps/compare/mongodb-0.0.18...mongodb-0.0.19) (2022-04-03)
-
-
-
-
-### [mongodb-0.0.16](https://github.com/truecharts/apps/compare/mongodb-0.0.14...mongodb-0.0.16) (2022-04-01)
+
+### [memcached-2.0.33](https://github.com/truecharts/apps/compare/memcached-2.0.32...memcached-2.0.33) (2022-04-03)
#### Fix
-* use bash for gen-docs shell
+* try to also fix catalog build process
-
-### [mongodb-0.0.14](https://github.com/truecharts/apps/compare/mongodb-0.0.13...mongodb-0.0.14) (2022-03-31)
+
+### [memcached-2.0.29](https://github.com/truecharts/apps/compare/memcached-2.0.25...memcached-2.0.29) (2022-04-01)
+
+
+
+
+### [memcached-2.0.25](https://github.com/truecharts/apps/compare/memcached-2.0.24...memcached-2.0.25) (2022-03-31)
#### Chore
@@ -930,8 +850,8 @@
-
-### [mongodb-0.0.13](https://github.com/truecharts/apps/compare/mongodb-0.0.12...mongodb-0.0.13) (2022-03-31)
+
+### [memcached-2.0.24](https://github.com/truecharts/apps/compare/memcached-2.0.23...memcached-2.0.24) (2022-03-31)
#### Chore
@@ -940,8 +860,8 @@
-
-### [mongodb-0.0.12](https://github.com/truecharts/apps/compare/mongodb-0.0.11...mongodb-0.0.12) (2022-03-30)
+
+### [memcached-2.0.23](https://github.com/truecharts/apps/compare/memcached-2.0.22...memcached-2.0.23) (2022-03-30)
#### Chore
@@ -950,13 +870,13 @@
-
-### [mongodb-0.0.11](https://github.com/truecharts/apps/compare/mongodb-0.0.10...mongodb-0.0.11) (2022-03-30)
+
+### [memcached-2.0.22](https://github.com/truecharts/apps/compare/memcached-2.0.21...memcached-2.0.22) (2022-03-30)
-
-### [mongodb-0.0.10](https://github.com/truecharts/apps/compare/mongodb-0.0.9...mongodb-0.0.10) (2022-03-30)
+
+### [memcached-2.0.21](https://github.com/truecharts/apps/compare/memcached-2.0.20...memcached-2.0.21) (2022-03-30)
#### Chore
@@ -964,18 +884,18 @@
-
-### [mongodb-0.0.9](https://github.com/truecharts/apps/compare/mongodb-0.0.8...mongodb-0.0.9) (2022-03-29)
+
+### [memcached-2.0.20](https://github.com/truecharts/apps/compare/memcached-2.0.19...memcached-2.0.20) (2022-03-29)
-
-### [mongodb-0.0.6](https://github.com/truecharts/apps/compare/mongodb-0.0.5...mongodb-0.0.6) (2022-03-29)
+
+### [memcached-2.0.17](https://github.com/truecharts/apps/compare/memcached-2.0.16...memcached-2.0.17) (2022-03-29)
-
-### [mongodb-0.0.5](https://github.com/truecharts/apps/compare/mongodb-0.0.4...mongodb-0.0.5) (2022-03-29)
+
+### [memcached-2.0.16](https://github.com/truecharts/apps/compare/memcached-2.0.15...memcached-2.0.16) (2022-03-29)
#### Fix
@@ -983,8 +903,8 @@
-
-### [mongodb-0.0.4](https://github.com/truecharts/apps/compare/mongodb-0.0.3...mongodb-0.0.4) (2022-03-29)
+
+### [memcached-2.0.15](https://github.com/truecharts/apps/compare/memcached-2.0.14...memcached-2.0.15) (2022-03-29)
#### Chore
@@ -992,27 +912,864 @@
-
-### [mongodb-0.0.3](https://github.com/truecharts/apps/compare/mongodb-0.0.2...mongodb-0.0.3) (2022-03-28)
+
+### [memcached-2.0.14](https://github.com/truecharts/apps/compare/memcached-2.0.13...memcached-2.0.14) (2022-03-28)
#### Chore
-* adjust init ([#2329](https://github.com/truecharts/apps/issues/2329))
+* update docker general non-major
-
-### [mongodb-0.0.2](https://github.com/truecharts/apps/compare/mongodb-0.0.1...mongodb-0.0.2) (2022-03-28)
+
+### [memcached-2.0.13](https://github.com/truecharts/apps/compare/memcached-2.0.12...memcached-2.0.13) (2022-03-26)
+
+#### Chore
+
+* bump all apps to trigger ci
+
+
+
+
+### [memcached-2.0.11](https://github.com/truecharts/apps/compare/memcached-2.0.10...memcached-2.0.11) (2022-03-26)
+
+#### Chore
+
+* update docker general non-major
+
+
+
+
+### [memcached-2.0.10](https://github.com/truecharts/apps/compare/memcached-2.0.9...memcached-2.0.10) (2022-03-24)
+
+#### Chore
+
+* update docker general non-major
+
+
+
+
+### [memcached-2.0.9](https://github.com/truecharts/apps/compare/memcached-2.0.8...memcached-2.0.9) (2022-03-24)
+
+#### Chore
+
+* update docker general non-major ([#2259](https://github.com/truecharts/apps/issues/2259))
+* update docker general non-major
+
+
+
+
+### [memcached-2.0.8](https://github.com/truecharts/apps/compare/memcached-2.0.7...memcached-2.0.8) (2022-03-22)
+
+#### Chore
+
+* update helm chart common to v9.1.8
+
+
+
+
+### [memcached-2.0.7](https://github.com/truecharts/apps/compare/memcached-2.0.6...memcached-2.0.7) (2022-03-20)
+
+#### Chore
+
+* update docker general non-major
+* update docker general non-major
+
+
+
+
+### [memcached-2.0.6](https://github.com/truecharts/apps/compare/memcached-2.0.5...memcached-2.0.6) (2022-03-17)
+
+#### Chore
+
+* update helm chart common to v9.1.6 ([#2202](https://github.com/truecharts/apps/issues/2202))
+
+
+
+
+### [memcached-2.0.5](https://github.com/truecharts/apps/compare/memcached-2.0.4...memcached-2.0.5) (2022-03-17)
+
+#### Chore
+
+* update docker general non-major ([#2198](https://github.com/truecharts/apps/issues/2198))
+* update docker general non-major ([#2196](https://github.com/truecharts/apps/issues/2196))
+
+
+
+
+### [memcached-2.0.4](https://github.com/truecharts/apps/compare/memcached-2.0.3...memcached-2.0.4) (2022-03-15)
+
+#### Chore
+
+* update helm chart common to v9.1.4 ([#2180](https://github.com/truecharts/apps/issues/2180))
+
+
+
+
+### [memcached-2.0.3](https://github.com/truecharts/apps/compare/memcached-2.0.2...memcached-2.0.3) (2022-03-15)
+
+#### Chore
+
+* update docker general non-major ([#2175](https://github.com/truecharts/apps/issues/2175))
+
+
+
+
+### [memcached-2.0.2](https://github.com/truecharts/apps/compare/memcached-2.0.1...memcached-2.0.2) (2022-03-07)
+
+#### Chore
+
+* update helm chart common to v9.1.2 ([#2109](https://github.com/truecharts/apps/issues/2109))
+* update docker general non-major ([#2108](https://github.com/truecharts/apps/issues/2108))
+
+
+
+
+### [memcached-2.0.1](https://github.com/truecharts/apps/compare/memcached-2.0.0...memcached-2.0.1) (2022-03-07)
+
+#### Chore
+
+* update docker general non-major ([#2046](https://github.com/truecharts/apps/issues/2046))
+
+
+
+
+### [memcached-2.0.0](https://github.com/truecharts/apps/compare/memcached-1.0.77...memcached-2.0.0) (2022-03-03)
+
+#### Chore
+
+* remove fixed env from questions.yaml
+* remove empty env var declaration from questions.yaml
+* update helm chart common to v9 ([#2013](https://github.com/truecharts/apps/issues/2013))
+
+#### Fix
+
+* BREAKING CHANGE Move some env-vars outside of env section ([#2010](https://github.com/truecharts/apps/issues/2010))
+
+
+
+
+### [memcached-1.0.77](https://github.com/truecharts/apps/compare/memcached-1.0.76...memcached-1.0.77) (2022-03-03)
+
+#### Chore
+
+* update helm chart common to v8.17.3 ([#2009](https://github.com/truecharts/apps/issues/2009))
+
+
+
+
+### [memcached-1.0.76](https://github.com/truecharts/apps/compare/memcached-1.0.75...memcached-1.0.76) (2022-03-03)
+
+#### Chore
+
+* update docker general non-major ([#2006](https://github.com/truecharts/apps/issues/2006))
+
+
+
+
+### [memcached-1.0.75](https://github.com/truecharts/apps/compare/memcached-1.0.74...memcached-1.0.75) (2022-02-28)
+
+#### Chore
+
+* update helm chart common to v8.17.2 ([#1986](https://github.com/truecharts/apps/issues/1986))
+
+
+
+
+### [memcached-1.0.74](https://github.com/truecharts/apps/compare/memcached-1.0.73...memcached-1.0.74) (2022-02-28)
+
+#### Chore
+
+* update docker general non-major ([#1980](https://github.com/truecharts/apps/issues/1980))
+
+
+
+
+### [memcached-1.0.73](https://github.com/truecharts/apps/compare/memcached-1.0.72...memcached-1.0.73) (2022-02-21)
+
+#### Chore
+
+* update helm chart common to v8.16.0 ([#1926](https://github.com/truecharts/apps/issues/1926))
+
+
+
+
+### [memcached-1.0.72](https://github.com/truecharts/apps/compare/memcached-1.0.71...memcached-1.0.72) (2022-02-21)
+
+#### Chore
+
+* update docker general non-major ([#1924](https://github.com/truecharts/apps/issues/1924))
+
+
+
+
+### [memcached-1.0.71](https://github.com/truecharts/apps/compare/memcached-1.0.70...memcached-1.0.71) (2022-02-14)
+
+#### Chore
+
+* update helm chart common to v8.15.4 ([#1900](https://github.com/truecharts/apps/issues/1900))
+
+
+
+
+### [memcached-1.0.70](https://github.com/truecharts/apps/compare/memcached-1.0.69...memcached-1.0.70) (2022-02-14)
+
+#### Chore
+
+* update docker general non-major ([#1895](https://github.com/truecharts/apps/issues/1895))
+
+
+
+
+### [memcached-1.0.69](https://github.com/truecharts/apps/compare/memcached-1.0.68...memcached-1.0.69) (2022-02-10)
+
+#### Chore
+
+* update docker general non-major ([#1876](https://github.com/truecharts/apps/issues/1876))
+
+
+
+
+### [memcached-1.0.68](https://github.com/truecharts/apps/compare/memcached-1.0.67...memcached-1.0.68) (2022-02-08)
+
+#### Chore
+
+* update helm chart common to v8.15.2 ([#1868](https://github.com/truecharts/apps/issues/1868))
+
+
+
+
+### [memcached-1.0.67](https://github.com/truecharts/apps/compare/memcached-1.0.66...memcached-1.0.67) (2022-02-08)
+
+#### Chore
+
+* update docker general non-major ([#1869](https://github.com/truecharts/apps/issues/1869))
+
+
+
+
+### [memcached-1.0.66](https://github.com/truecharts/apps/compare/memcached-1.0.65...memcached-1.0.66) (2022-02-06)
+
+#### Chore
+
+* update helm chart common to v8.15.0 ([#1858](https://github.com/truecharts/apps/issues/1858))
+* update docker general non-major ([#1855](https://github.com/truecharts/apps/issues/1855))
+
+
+
+
+### [memcached-1.0.65](https://github.com/truecharts/apps/compare/memcached-1.0.64...memcached-1.0.65) (2022-02-05)
+
+#### Chore
+
+* update helm chart common to v8.14.5 ([#1851](https://github.com/truecharts/apps/issues/1851))
+* update docker general non-major ([#1849](https://github.com/truecharts/apps/issues/1849))
+
+
+
+
+### [memcached-1.0.64](https://github.com/truecharts/apps/compare/memcached-1.0.63...memcached-1.0.64) (2022-02-03)
+
+#### Chore
+
+* update docker general non-major ([#1836](https://github.com/truecharts/apps/issues/1836))
+
+
+
+
+### [memcached-1.0.63](https://github.com/truecharts/apps/compare/memcached-1.0.62...memcached-1.0.63) (2022-02-01)
+
+#### Chore
+
+* update helm chart common to v8.14.4
+
+
+
+
+### [memcached-1.0.62](https://github.com/truecharts/apps/compare/memcached-1.0.61...memcached-1.0.62) (2022-01-31)
+
+#### Chore
+
+* update docker general non-major ([#1824](https://github.com/truecharts/apps/issues/1824))
+
+
+
+
+### [memcached-1.0.61](https://github.com/truecharts/apps/compare/memcached-1.0.60...memcached-1.0.61) (2022-01-31)
+
+#### Chore
+
+* update docker general non-major docker tags ([#1823](https://github.com/truecharts/apps/issues/1823))
+
+
+
+
+### [memcached-1.0.60](https://github.com/truecharts/apps/compare/memcached-1.0.59...memcached-1.0.60) (2022-01-25)
+
+#### Chore
+
+* update helm chart common to v8.14.2
+
+
+
+
+### [memcached-1.0.59](https://github.com/truecharts/apps/compare/memcached-1.0.58...memcached-1.0.59) (2022-01-24)
+
+#### Chore
+
+* update docker general non-major ([#1786](https://github.com/truecharts/apps/issues/1786))
+
+
+
+
+### [memcached-1.0.58](https://github.com/truecharts/apps/compare/memcached-1.0.57...memcached-1.0.58) (2022-01-22)
+
+#### Chore
+
+* update helm chart common to v8.13.5 ([#1765](https://github.com/truecharts/apps/issues/1765))
+
+
+
+
+### [memcached-1.0.57](https://github.com/truecharts/apps/compare/memcached-1.0.56...memcached-1.0.57) (2022-01-21)
+
+#### Chore
+
+* update helm chart common to v8.13.4 ([#1758](https://github.com/truecharts/apps/issues/1758))
+
+
+
+
+### [memcached-1.0.56](https://github.com/truecharts/apps/compare/memcached-1.0.55...memcached-1.0.56) (2022-01-21)
+
+#### Chore
+
+* update docker general non-major ([#1757](https://github.com/truecharts/apps/issues/1757))
+
+
+
+
+### [memcached-1.0.55](https://github.com/truecharts/apps/compare/memcached-1.0.54...memcached-1.0.55) (2022-01-21)
+
+#### Chore
+
+* update docker general non-major ([#1751](https://github.com/truecharts/apps/issues/1751))
+
+#### Fix
+
+* set additional_attrs: true on all dicts ([#1750](https://github.com/truecharts/apps/issues/1750))
+
+
+
+
+### [memcached-1.0.54](https://github.com/truecharts/apps/compare/memcached-1.0.53...memcached-1.0.54) (2022-01-19)
+
+#### Chore
+
+* update docker general non-major ([#1741](https://github.com/truecharts/apps/issues/1741))
+
+
+
+
+### [memcached-1.0.53](https://github.com/truecharts/apps/compare/memcached-1.0.52...memcached-1.0.53) (2022-01-18)
+
+#### Chore
+
+* update helm chart common to v8.13.1
+
+
+
+
+### [memcached-1.0.52](https://github.com/truecharts/apps/compare/memcached-1.0.51...memcached-1.0.52) (2022-01-17)
+
+#### Chore
+
+* update docker general non-major ([#1728](https://github.com/truecharts/apps/issues/1728))
+
+
+
+
+### [memcached-1.0.51](https://github.com/truecharts/apps/compare/memcached-1.0.50...memcached-1.0.51) (2022-01-13)
+
+#### Chore
+
+* update helm chart common to v8.13.0 ([#1711](https://github.com/truecharts/apps/issues/1711))
#### Feat
-* expose root password field on gui ([#2327](https://github.com/truecharts/apps/issues/2327))
+* expose capabilities in GUI ([#1709](https://github.com/truecharts/apps/issues/1709))
-
-### mongodb-0.0.1 (2022-03-28)
+
+### [memcached-1.0.50](https://github.com/truecharts/apps/compare/memcached-1.0.49...memcached-1.0.50) (2022-01-12)
+
+#### Chore
+
+* update helm chart common to v8.12.1 ([#1705](https://github.com/truecharts/apps/issues/1705))
+
+
+
+
+### [memcached-1.0.49](https://github.com/truecharts/apps/compare/memcached-1.0.48...memcached-1.0.49) (2022-01-12)
+
+#### Chore
+
+* update helm chart common to v8.12.0 ([#1702](https://github.com/truecharts/apps/issues/1702))
+
+
+
+
+### [memcached-1.0.48](https://github.com/truecharts/apps/compare/memcached-1.0.47...memcached-1.0.48) (2022-01-11)
+
+#### Chore
+
+* update helm chart common to v8.10.6
+
+
+
+
+### [memcached-1.0.47](https://github.com/truecharts/apps/compare/memcached-1.0.46...memcached-1.0.47) (2022-01-10)
+
+#### Chore
+
+* update docker general non-major ([#1685](https://github.com/truecharts/apps/issues/1685))
+
+
+
+
+### [memcached-1.0.46](https://github.com/truecharts/apps/compare/memcached-1.0.45...memcached-1.0.46) (2022-01-10)
+
+#### Chore
+
+* update docker general non-major ([#1677](https://github.com/truecharts/apps/issues/1677))
+
+
+
+
+### [memcached-1.0.45](https://github.com/truecharts/apps/compare/memcached-1.0.44...memcached-1.0.45) (2022-01-04)
+
+#### Chore
+
+* update helm chart common to v8.10.2 ([#1650](https://github.com/truecharts/apps/issues/1650))
+
+
+
+
+### [memcached-1.0.44](https://github.com/truecharts/apps/compare/memcached-1.0.43...memcached-1.0.44) (2022-01-04)
+
+#### Chore
+
+* update docker general non-major ([#1648](https://github.com/truecharts/apps/issues/1648))
+
+
+
+
+### [memcached-1.0.43](https://github.com/truecharts/apps/compare/memcached-1.0.42...memcached-1.0.43) (2022-01-03)
+
+#### Chore
+
+* update docker general non-major ([#1646](https://github.com/truecharts/apps/issues/1646))
+
+
+
+
+### [memcached-1.0.42](https://github.com/truecharts/apps/compare/memcached-1.0.41...memcached-1.0.42) (2021-12-28)
+
+#### Chore
+
+* update helm chart common to v8.9.26 ([#1622](https://github.com/truecharts/apps/issues/1622))
+
+
+
+
+### [memcached-1.0.41](https://github.com/truecharts/apps/compare/memcached-1.0.40...memcached-1.0.41) (2021-12-27)
+
+#### Chore
+
+* update docker general non-major ([#1615](https://github.com/truecharts/apps/issues/1615))
+
+
+
+
+### [memcached-1.0.40](https://github.com/truecharts/apps/compare/memcached-1.0.39...memcached-1.0.40) (2021-12-24)
+
+#### Chore
+
+* update docker general non-major ([#1607](https://github.com/truecharts/apps/issues/1607))
+* update docker general non-major ([#1595](https://github.com/truecharts/apps/issues/1595))
+
+
+
+
+### [memcached-1.0.39](https://github.com/truecharts/apps/compare/memcached-1.0.38...memcached-1.0.39) (2021-12-21)
+
+#### Chore
+
+* update helm chart common to v8.9.25 ([#1592](https://github.com/truecharts/apps/issues/1592))
+
+
+
+
+### [memcached-1.0.38](https://github.com/truecharts/apps/compare/memcached-1.0.37...memcached-1.0.38) (2021-12-20)
+
+#### Chore
+
+* update docker general non-major ([#1585](https://github.com/truecharts/apps/issues/1585))
+
+
+
+
+### [memcached-1.0.37](https://github.com/truecharts/apps/compare/memcached-1.0.36...memcached-1.0.37) (2021-12-19)
+
+#### Chore
+
+* Last patch bump before RC2 branch-off
+* remove `editable: true` as this is the default ([#1576](https://github.com/truecharts/apps/issues/1576))
+
+
+
+
+### [memcached-1.0.36](https://github.com/truecharts/apps/compare/memcached-1.0.35...memcached-1.0.36) (2021-12-19)
+
+#### Chore
+
+* update helm chart common to v8.9.24 ([#1570](https://github.com/truecharts/apps/issues/1570))
+
+
+
+
+### [memcached-1.0.35](https://github.com/truecharts/apps/compare/memcached-1.0.34...memcached-1.0.35) (2021-12-19)
+
+#### Chore
+
+* update docker general non-major ([#1567](https://github.com/truecharts/apps/issues/1567))
+* update docker general non-major
+
+
+
+
+### [memcached-1.0.34](https://github.com/truecharts/apps/compare/memcached-1.0.33...memcached-1.0.34) (2021-12-14)
+
+#### Chore
+
+* update helm chart common to v8.9.21
+
+
+
+
+### [memcached-1.0.33](https://github.com/truecharts/apps/compare/memcached-1.0.32...memcached-1.0.33) (2021-12-13)
+
+#### Chore
+
+* update docker general non-major ([#1531](https://github.com/truecharts/apps/issues/1531))
+
+
+
+
+### [memcached-1.0.32](https://github.com/truecharts/apps/compare/memcached-1.0.31...memcached-1.0.32) (2021-12-13)
+
+#### Chore
+
+* move incubator apps to stable and bump everything
+
+
+
+
+### [memcached-1.0.31](https://github.com/truecharts/apps/compare/memcached-1.0.30...memcached-1.0.31) (2021-12-12)
+
+#### Chore
+
+* update container image ghcr.io/truecharts/memcached to v1.6.12 ([#1516](https://github.com/truecharts/apps/issues/1516))
+
+
+
+
+### [memcached-1.0.30](https://github.com/truecharts/apps/compare/memcached-1.0.29...memcached-1.0.30) (2021-12-11)
+
+#### Chore
+
+* update helm chart common to v8.9.17 ([#1492](https://github.com/truecharts/apps/issues/1492))
+
+
+
+
+### [memcached-1.0.29](https://github.com/truecharts/apps/compare/memcached-1.0.28...memcached-1.0.29) (2021-12-11)
+
+#### Chore
+
+* update non-major docker ([#1507](https://github.com/truecharts/apps/issues/1507))
+
+
+
+
+### [memcached-1.0.28](https://github.com/truecharts/apps/compare/memcached-1.0.27...memcached-1.0.28) (2021-12-08)
+
+#### Chore
+
+* update non-major ([#1488](https://github.com/truecharts/apps/issues/1488))
+
+
+
+
+### [memcached-1.0.27](https://github.com/truecharts/apps/compare/memcached-1.0.26...memcached-1.0.27) (2021-12-07)
+
+#### Chore
+
+* bump common on deps ([#1486](https://github.com/truecharts/apps/issues/1486))
+
+
+
+
+### [memcached-1.0.26](https://github.com/truecharts/apps/compare/memcached-1.0.25...memcached-1.0.26) (2021-12-07)
+
+#### Chore
+
+* update non-major ([#1475](https://github.com/truecharts/apps/issues/1475))
+
+
+
+
+### memcached-1.0.25 (2021-12-05)
+
+#### Chore
+
+* bump apps to generate security page
+* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
+* ensure container references are prefixed with v
+* cleanup the ci for the security page a bit
+* update dependencies
+* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466))
+* bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452))
+* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
+* update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467))
+* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468))
+* update common
+* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427))
+* update non-major ([#1423](https://github.com/truecharts/apps/issues/1423))
+
+#### Fix
+
+* move deps back to ghcr for now.
+
+
+
+
+### [memcached-1.0.24](https://github.com/truecharts/apps/compare/memcached-1.0.23...memcached-1.0.24) (2021-12-05)
+
+#### Chore
+
+* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468))
+
+
+
+
+### [memcached-1.0.23](https://github.com/truecharts/apps/compare/memcached-1.0.22...memcached-1.0.23) (2021-12-05)
+
+#### Chore
+
+* update common on deps ([#1467](https://github.com/truecharts/apps/issues/1467))
+
+
+
+
+### [memcached-1.0.22](https://github.com/truecharts/apps/compare/memcached-1.0.21...memcached-1.0.22) (2021-12-05)
+
+#### Chore
+
+* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466))
+
+#### Fix
+
+* move deps back to ghcr for now.
+
+
+
+
+### [memcached-1.0.21](https://github.com/truecharts/apps/compare/memcached-1.0.20...memcached-1.0.21) (2021-12-04)
+
+#### Chore
+
+* bump apps to generate security page
+* cleanup the ci for the security page a bit
+
+
+
+
+### [memcached-1.0.20](https://github.com/truecharts/apps/compare/memcached-1.0.19...memcached-1.0.20) (2021-12-03)
+
+#### Chore
+
+* bump common on dependency train ([#1452](https://github.com/truecharts/apps/issues/1452))
+
+
+
+
+### [memcached-1.0.19](https://github.com/truecharts/apps/compare/memcached-1.0.18...memcached-1.0.19) (2021-12-03)
+
+#### Chore
+
+* ensure container references are prefixed with v
+* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
+* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
+
+
+
+
+### [memcached-1.0.18](https://github.com/truecharts/apps/compare/memcached-1.0.17...memcached-1.0.18) (2021-11-30)
+
+#### Chore
+
+* update common
+
+
+
+
+### [memcached-1.0.17](https://github.com/truecharts/apps/compare/memcached-1.0.16...memcached-1.0.17) (2021-11-30)
+
+#### Chore
+
+* update non-major ([#1427](https://github.com/truecharts/apps/issues/1427))
+
+
+
+
+### [memcached-1.0.15](https://github.com/truecharts/apps/compare/memcached-1.0.14...memcached-1.0.15) (2021-11-29)
+
+#### Chore
+
+* update common
+
+
+
+
+### [memcached-1.0.14](https://github.com/truecharts/apps/compare/memcached-1.0.13...memcached-1.0.14) (2021-11-28)
+
+#### Chore
+
+* update common on dependencies
+
+
+
+
+### [memcached-1.0.13](https://github.com/truecharts/apps/compare/memcached-1.0.12...memcached-1.0.13) (2021-11-23)
+
+#### Chore
+
+* bump deps again to sync with common
+
+
+
+
+### [memcached-1.0.12](https://github.com/truecharts/apps/compare/memcached-1.0.10...memcached-1.0.12) (2021-11-23)
+
+#### Chore
+
+* bump common on deps
+* update non-major ([#1384](https://github.com/truecharts/apps/issues/1384))
+
+
+
+
+### [memcached-1.0.10](https://github.com/truecharts/apps/compare/memcached-1.0.9...memcached-1.0.10) (2021-11-22)
+
+#### Fix
+
+* correct prometheus GUI mistakes
+
+
+
+
+### [memcached-1.0.9](https://github.com/truecharts/apps/compare/memcached-1.0.8...memcached-1.0.9) (2021-11-22)
+
+#### Chore
+
+* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
+
+
+
+
+### [memcached-1.0.7](https://github.com/truecharts/apps/compare/memcached-1.0.6...memcached-1.0.7) (2021-11-18)
+
+#### Chore
+
+* update non-major ([#1350](https://github.com/truecharts/apps/issues/1350))
+
+
+
+
+### [memcached-1.0.6](https://github.com/truecharts/apps/compare/memcached-1.0.5...memcached-1.0.6) (2021-11-16)
+
+#### Chore
+
+* bump common
+
+
+
+
+### [memcached-1.0.5](https://github.com/truecharts/apps/compare/memcached-1.0.4...memcached-1.0.5) (2021-11-16)
+
+#### Chore
+
+* update non-major ([#1342](https://github.com/truecharts/apps/issues/1342))
+
+
+
+
+### [memcached-1.0.4](https://github.com/truecharts/apps/compare/memcached-1.0.3...memcached-1.0.4) (2021-11-15)
+
+#### Chore
+
+* bump common on dependency apps
+
+
+
+
+### [memcached-1.0.3](https://github.com/truecharts/apps/compare/memcached-1.0.2...memcached-1.0.3) (2021-11-15)
+
+#### Chore
+
+* update non-major ([#1336](https://github.com/truecharts/apps/issues/1336))
+
+
+
+
+### [memcached-1.0.2](https://github.com/truecharts/apps/compare/memcached-1.0.1...memcached-1.0.2) (2021-11-15)
+
+#### Chore
+
+* bump common and move mariadb
+
+
+
+
+### [memcached-1.0.1](https://github.com/truecharts/apps/compare/memcached-1.0.0...memcached-1.0.1) (2021-11-14)
+
+#### Chore
+
+* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
+* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
+* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
+* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327))
+
+#### Fix
+
+* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
+
+
+
+
+### [memcached-1.0.0](https://github.com/truecharts/apps/compare/memcached-0.0.1...memcached-1.0.0) (2021-11-12)
#### Feat
-* add-mongodb ([#2307](https://github.com/truecharts/apps/issues/2307))
+* move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311))
+
+
+
+
+### memcached-0.0.1 (2021-11-11)
+
+#### Feat
+
+* add memcached App ([#1307](https://github.com/truecharts/apps/issues/1307))
diff --git a/charts/dependency/mongodb/README.md b/charts/dependency/mongodb/README.md
index 1b2657ba22a..b04ac5589d1 100644
--- a/charts/dependency/mongodb/README.md
+++ b/charts/dependency/mongodb/README.md
@@ -1,8 +1,14 @@
# mongodb
+  
+
Fast, reliable, scalable, and easy to use open-source no-sql database system.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mongodb](https://truecharts.org/charts/stable/mongodb)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mongodb`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mongodb TrueCharts/mongodb
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mongodb` deployment
+
+```console
+helm uninstall mongodb
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mongodb \
+ --set env.TZ="America/New York" \
+ TrueCharts/mongodb
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mongodb TrueCharts/mongodb -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/dependency/postgresql/CHANGELOG.md b/charts/dependency/postgresql/CHANGELOG.md
index 86e645c684f..e46142cddea 100644
--- a/charts/dependency/postgresql/CHANGELOG.md
+++ b/charts/dependency/postgresql/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [postgresql-8.0.39](https://github.com/truecharts/apps/compare/postgresql-8.0.38...postgresql-8.0.39) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [postgresql-8.0.38](https://github.com/truecharts/apps/compare/postgresql-8.0.37...postgresql-8.0.38) (2022-07-17)
### Chore
diff --git a/charts/dependency/postgresql/README.md b/charts/dependency/postgresql/README.md
index b53937e0044..6cfccded956 100644
--- a/charts/dependency/postgresql/README.md
+++ b/charts/dependency/postgresql/README.md
@@ -1,8 +1,14 @@
# postgresql
+  
+
PostgresSQL
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [postgresql](https://truecharts.org/charts/stable/postgresql)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `postgresql`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install postgresql TrueCharts/postgresql
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `postgresql` deployment
+
+```console
+helm uninstall postgresql
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install postgresql \
+ --set env.TZ="America/New York" \
+ TrueCharts/postgresql
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install postgresql TrueCharts/postgresql -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/dependency/promtail/CHANGELOG.md b/charts/dependency/promtail/CHANGELOG.md
index 023c56b88b8..f00cf25f323 100644
--- a/charts/dependency/promtail/CHANGELOG.md
+++ b/charts/dependency/promtail/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [promtail-3.0.29](https://github.com/truecharts/apps/compare/promtail-3.0.28...promtail-3.0.29) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [promtail-3.0.28](https://github.com/truecharts/apps/compare/promtail-3.0.27...promtail-3.0.28) (2022-07-14)
### Fix
diff --git a/charts/dependency/promtail/README.md b/charts/dependency/promtail/README.md
index ab1b286420f..c21ac1be596 100644
--- a/charts/dependency/promtail/README.md
+++ b/charts/dependency/promtail/README.md
@@ -1,8 +1,14 @@
# promtail
+  
+
Promtail is an agent which ships the contents of local logs to a Loki instance
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [promtail](https://truecharts.org/charts/stable/promtail)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `promtail`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install promtail TrueCharts/promtail
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `promtail` deployment
+
+```console
+helm uninstall promtail
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install promtail \
+ --set env.TZ="America/New York" \
+ TrueCharts/promtail
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install promtail TrueCharts/promtail -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/dependency/redis/CHANGELOG.md b/charts/dependency/redis/CHANGELOG.md
index 63598aca3c8..bf1c7a137fd 100644
--- a/charts/dependency/redis/CHANGELOG.md
+++ b/charts/dependency/redis/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [redis-3.0.39](https://github.com/truecharts/apps/compare/redis-3.0.38...redis-3.0.39) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [redis-3.0.38](https://github.com/truecharts/apps/compare/redis-3.0.37...redis-3.0.38) (2022-07-17)
### Chore
diff --git a/charts/dependency/redis/README.md b/charts/dependency/redis/README.md
index 3765fe67467..8aa85a64db3 100644
--- a/charts/dependency/redis/README.md
+++ b/charts/dependency/redis/README.md
@@ -1,8 +1,14 @@
# redis
+  
+
Open source, advanced key-value store.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [redis](https://truecharts.org/charts/stable/redis)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `redis`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install redis TrueCharts/redis
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `redis` deployment
+
+```console
+helm uninstall redis
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install redis \
+ --set env.TZ="America/New York" \
+ TrueCharts/redis
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install redis TrueCharts/redis -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/dependency/solr/CHANGELOG.md b/charts/dependency/solr/CHANGELOG.md
index 5ed75d9a2ba..0eca097ee9a 100644
--- a/charts/dependency/solr/CHANGELOG.md
+++ b/charts/dependency/solr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [solr-0.0.13](https://github.com/truecharts/apps/compare/solr-0.0.12...solr-0.0.13) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [solr-0.0.12](https://github.com/truecharts/apps/compare/solr-0.0.11...solr-0.0.12) (2022-07-17)
### Chore
diff --git a/charts/dependency/solr/README.md b/charts/dependency/solr/README.md
index 4f940deb589..378b2877233 100644
--- a/charts/dependency/solr/README.md
+++ b/charts/dependency/solr/README.md
@@ -1,8 +1,14 @@
# solr
+  
+
Apache Solr
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [solr](https://truecharts.org/charts/stable/solr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `solr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install solr TrueCharts/solr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `solr` deployment
+
+```console
+helm uninstall solr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install solr \
+ --set env.TZ="America/New York" \
+ TrueCharts/solr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install solr TrueCharts/solr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/adguard-home/CHANGELOG.md b/charts/incubator/adguard-home/CHANGELOG.md
index eb6e59b72e5..3657f463438 100644
--- a/charts/incubator/adguard-home/CHANGELOG.md
+++ b/charts/incubator/adguard-home/CHANGELOG.md
@@ -1,7 +1,23 @@
# Changelog
-## [adguard-home-1.0.20](https://github.com/truecharts/apps/compare/adguard-home-1.0.19...adguard-home-1.0.20) (2022-07-14)
+## [ariang-0.0.12](https://github.com/truecharts/apps/compare/ariang-0.0.11...ariang-0.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
+## [ariang-0.0.11](https://github.com/truecharts/apps/compare/ariang-0.0.10...ariang-0.0.11) (2022-07-18)
+
+### Chore
+
+- update image refs ([#3210](https://github.com/truecharts/apps/issues/3210))
+
+
+
+## [ariang-0.0.10](https://github.com/truecharts/apps/compare/ariang-0.0.9...ariang-0.0.10) (2022-07-14)
### Fix
@@ -9,7 +25,7 @@
-## [adguard-home-1.0.19](https://github.com/truecharts/apps/compare/adguard-home-1.0.17...adguard-home-1.0.19) (2022-07-14)
+## [ariang-0.0.9](https://github.com/truecharts/apps/compare/ariang-0.0.7...ariang-0.0.9) (2022-07-14)
### Fix
@@ -17,15 +33,7 @@
-## [adguard-home-1.0.17](https://github.com/truecharts/apps/compare/adguard-home-1.0.16...adguard-home-1.0.17) (2022-07-14)
-
-### Chore
-
-- update docker general non-major ([#3171](https://github.com/truecharts/apps/issues/3171))
-
-
-
-## [adguard-home-1.0.16](https://github.com/truecharts/apps/compare/adguard-home-1.0.14...adguard-home-1.0.16) (2022-07-12)
+## [ariang-0.0.7](https://github.com/truecharts/apps/compare/ariang-0.0.5...ariang-0.0.7) (2022-07-12)
### Chore
@@ -34,7 +42,7 @@
-## [adguard-home-1.0.14](https://github.com/truecharts/apps/compare/adguard-home-1.0.13...adguard-home-1.0.14) (2022-07-12)
+## [ariang-0.0.5](https://github.com/truecharts/apps/compare/ariang-0.0.4...ariang-0.0.5) (2022-07-12)
### Chore
@@ -42,8 +50,8 @@
-
-### [adguard-home-1.0.13](https://github.com/truecharts/apps/compare/adguard-home-1.0.12...adguard-home-1.0.13) (2022-07-12)
+
+### [ariang-0.0.4](https://github.com/truecharts/apps/compare/ariang-0.0.3...ariang-0.0.4) (2022-07-12)
#### Chore
@@ -51,8 +59,8 @@
-
-### [adguard-home-1.0.12](https://github.com/truecharts/apps/compare/adguard-home-1.0.11...adguard-home-1.0.12) (2022-07-11)
+
+### [ariang-0.0.3](https://github.com/truecharts/apps/compare/ariang-0.0.2...ariang-0.0.3) (2022-07-11)
#### Chore
@@ -60,12 +68,23 @@
-
-### [adguard-home-1.0.11](https://github.com/truecharts/apps/compare/adguard-home-1.0.10...adguard-home-1.0.11) (2022-07-10)
+
+### [ariang-0.0.2](https://github.com/truecharts/apps/compare/ariang-0.0.1...ariang-0.0.2) (2022-07-09)
-#### Fix
+#### Chore
-* revert combine ports ([#3119](https://github.com/truecharts/apps/issues/3119))
+* Auto-update chart README [skip ci]
+* update helm general non-major helm releases ([#3113](https://github.com/truecharts/apps/issues/3113))
+
+
+
+
+### ariang-0.0.1 (2022-07-08)
+
+#### Feat
+
+* add Ariang ([#3098](https://github.com/truecharts/apps/issues/3098))
+es/3119))
diff --git a/charts/incubator/adguard-home/README.md b/charts/incubator/adguard-home/README.md
index dce63d12d15..338d8b967a0 100644
--- a/charts/incubator/adguard-home/README.md
+++ b/charts/incubator/adguard-home/README.md
@@ -1,8 +1,14 @@
# adguard-home
+ 
+
Free and open source, powerful network-wide ads & trackers blocking DNS server.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [adguard-home](https://truecharts.org/charts/stable/adguard-home)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `adguard-home`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install adguard-home TrueCharts/adguard-home
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `adguard-home` deployment
+
+```console
+helm uninstall adguard-home
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install adguard-home \
+ --set env.TZ="America/New York" \
+ TrueCharts/adguard-home
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install adguard-home TrueCharts/adguard-home -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/appsmith/CHANGELOG.md b/charts/incubator/appsmith/CHANGELOG.md
index 13b5a163545..b58b812663b 100644
--- a/charts/incubator/appsmith/CHANGELOG.md
+++ b/charts/incubator/appsmith/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [appsmith-2.0.24](https://github.com/truecharts/apps/compare/appsmith-2.0.23...appsmith-2.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [appsmith-2.0.23](https://github.com/truecharts/apps/compare/appsmith-2.0.22...appsmith-2.0.23) (2022-07-14)
### Fix
diff --git a/charts/incubator/appsmith/README.md b/charts/incubator/appsmith/README.md
index 25d07bb9562..a7423dd8ffb 100644
--- a/charts/incubator/appsmith/README.md
+++ b/charts/incubator/appsmith/README.md
@@ -1,8 +1,14 @@
# appsmith
+ 
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [appsmith](https://truecharts.org/charts/stable/appsmith)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `appsmith`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install appsmith TrueCharts/appsmith
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `appsmith` deployment
+
+```console
+helm uninstall appsmith
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install appsmith \
+ --set env.TZ="America/New York" \
+ TrueCharts/appsmith
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install appsmith TrueCharts/appsmith -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/ariang/CHANGELOG.md b/charts/incubator/ariang/CHANGELOG.md
index 01ab07211ac..de77ebdcdc8 100644
--- a/charts/incubator/ariang/CHANGELOG.md
+++ b/charts/incubator/ariang/CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog
+
## [ariang-0.0.11](https://github.com/truecharts/apps/compare/ariang-0.0.10...ariang-0.0.11) (2022-07-18)
### Chore
diff --git a/charts/incubator/ariang/README.md b/charts/incubator/ariang/README.md
index fa2bb89a0f1..38ec7a42f16 100644
--- a/charts/incubator/ariang/README.md
+++ b/charts/incubator/ariang/README.md
@@ -1,16 +1,15 @@
# ariang
-  
+  
A modern web frontend making aria2 easier to use | Aria2 WebUI.
-**Homepage:**
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
-## Maintainers
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ariang](https://truecharts.org/charts/stable/ariang)
-| Name | Email | Url |
-| ---- | ------ | --- |
-| TrueCharts | info@truecharts.org | https://truecharts.org |
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,20 +20,89 @@ A modern web frontend making aria2 easier to use | Aria2 WebUI.
Kubernetes: `>=1.16.0-0`
+## Dependencies
+
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.4 |
-## Values
+## Installing the Chart
-| Key | Type | Default | Description |
-|-----|------|---------|-------------|
-| image.pullPolicy | string | `"IfNotPresent"` | |
-| image.repository | string | `"tccr.io/truecharts/ariang"` | |
-| image.tag | string | `"v1.2.4@sha256:d579675bb985d71abc10a701b8960efe3d6df8b6b6c6dff7bf1663031b79f7b7"` | |
-| service.main.ports.main.port | int | `10276` | |
-| service.main.ports.main.protocol | string | `"HTTP"` | |
-| service.main.ports.main.targetPort | int | `8080` | |
+### TrueNAS SCALE
-----------------------------------------------
-Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
+
+### Helm
+
+To install the chart with the release name `ariang`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ariang TrueCharts/ariang
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
+
+### Helm
+
+To uninstall the `ariang` deployment
+
+```console
+helm uninstall ariang
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ariang \
+ --set env.TZ="America/New York" \
+ TrueCharts/ariang
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ariang TrueCharts/ariang -f values.yaml
+```
+
+#### Connecting to other apps
+
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/authentik/CHANGELOG.md b/charts/incubator/authentik/CHANGELOG.md
index 95741eb9313..129f30c46be 100644
--- a/charts/incubator/authentik/CHANGELOG.md
+++ b/charts/incubator/authentik/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [authentik-2.0.23](https://github.com/truecharts/apps/compare/authentik-2.0.22...authentik-2.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [authentik-2.0.22](https://github.com/truecharts/apps/compare/authentik-2.0.21...authentik-2.0.22) (2022-07-14)
### Fix
diff --git a/charts/incubator/authentik/README.md b/charts/incubator/authentik/README.md
index 76dfbed159c..e2b502ba07f 100644
--- a/charts/incubator/authentik/README.md
+++ b/charts/incubator/authentik/README.md
@@ -1,8 +1,14 @@
# authentik
+ 
+
authentik is an open-source Identity Provider focused on flexibility and versatility.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [authentik](https://truecharts.org/charts/stable/authentik)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `authentik`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install authentik TrueCharts/authentik
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `authentik` deployment
+
+```console
+helm uninstall authentik
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install authentik \
+ --set env.TZ="America/New York" \
+ TrueCharts/authentik
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install authentik TrueCharts/authentik -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/avidemux/CHANGELOG.md b/charts/incubator/avidemux/CHANGELOG.md
index 11a950be625..da9e8bd2130 100644
--- a/charts/incubator/avidemux/CHANGELOG.md
+++ b/charts/incubator/avidemux/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [avidemux-0.0.12](https://github.com/truecharts/apps/compare/avidemux-0.0.11...avidemux-0.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [avidemux-0.0.11](https://github.com/truecharts/apps/compare/avidemux-0.0.10...avidemux-0.0.11) (2022-07-14)
### Fix
diff --git a/charts/incubator/avidemux/README.md b/charts/incubator/avidemux/README.md
index a302117fbc4..d93ddfa78b2 100644
--- a/charts/incubator/avidemux/README.md
+++ b/charts/incubator/avidemux/README.md
@@ -1,8 +1,14 @@
# avidemux
+  
+
Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [avidemux](https://truecharts.org/charts/stable/avidemux)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `avidemux`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install avidemux TrueCharts/avidemux
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `avidemux` deployment
+
+```console
+helm uninstall avidemux
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install avidemux \
+ --set env.TZ="America/New York" \
+ TrueCharts/avidemux
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install avidemux TrueCharts/avidemux -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/awesome-ttrss/CHANGELOG.md b/charts/incubator/awesome-ttrss/CHANGELOG.md
index cde62d0ed0e..3e8e88667cb 100644
--- a/charts/incubator/awesome-ttrss/CHANGELOG.md
+++ b/charts/incubator/awesome-ttrss/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [awesome-ttrss-0.0.20](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.19...awesome-ttrss-0.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [awesome-ttrss-0.0.19](https://github.com/truecharts/apps/compare/awesome-ttrss-0.0.18...awesome-ttrss-0.0.19) (2022-07-14)
### Fix
diff --git a/charts/incubator/awesome-ttrss/README.md b/charts/incubator/awesome-ttrss/README.md
index fa9f813990b..4a1e16f9598 100644
--- a/charts/incubator/awesome-ttrss/README.md
+++ b/charts/incubator/awesome-ttrss/README.md
@@ -1,8 +1,14 @@
# awesome-ttrss
+ 
+
Awesome TTRSS aims to provide a powerful Dockerized all-in-one solution for Tiny Tiny RSS
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [awesome-ttrss](https://truecharts.org/charts/stable/awesome-ttrss)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `awesome-ttrss`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install awesome-ttrss TrueCharts/awesome-ttrss
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `awesome-ttrss` deployment
+
+```console
+helm uninstall awesome-ttrss
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install awesome-ttrss \
+ --set env.TZ="America/New York" \
+ TrueCharts/awesome-ttrss
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install awesome-ttrss TrueCharts/awesome-ttrss -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/clickhouse/CHANGELOG.md b/charts/incubator/clickhouse/CHANGELOG.md
index ae28dce078c..a77f1f95901 100644
--- a/charts/incubator/clickhouse/CHANGELOG.md
+++ b/charts/incubator/clickhouse/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [clickhouse-0.0.12](https://github.com/truecharts/apps/compare/clickhouse-0.0.11...clickhouse-0.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [clickhouse-0.0.11](https://github.com/truecharts/apps/compare/clickhouse-0.0.10...clickhouse-0.0.11) (2022-07-14)
### Fix
diff --git a/charts/incubator/clickhouse/README.md b/charts/incubator/clickhouse/README.md
index 23917c95308..e8ba93c123e 100644
--- a/charts/incubator/clickhouse/README.md
+++ b/charts/incubator/clickhouse/README.md
@@ -1,8 +1,14 @@
# clickhouse
+  
+
ClickHouse® is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [clickhouse](https://truecharts.org/charts/stable/clickhouse)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `clickhouse`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install clickhouse TrueCharts/clickhouse
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `clickhouse` deployment
+
+```console
+helm uninstall clickhouse
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install clickhouse \
+ --set env.TZ="America/New York" \
+ TrueCharts/clickhouse
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install clickhouse TrueCharts/clickhouse -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/cloudflared/CHANGELOG.md b/charts/incubator/cloudflared/CHANGELOG.md
index 54d536216b2..ebd35d08793 100644
--- a/charts/incubator/cloudflared/CHANGELOG.md
+++ b/charts/incubator/cloudflared/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [cloudflared-0.0.17](https://github.com/truecharts/apps/compare/cloudflareddns-1.0.2...cloudflared-0.0.17) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [cloudflared-0.0.16](https://github.com/truecharts/apps/compare/cloudflareddns-0.0.15...cloudflared-0.0.16) (2022-07-17)
### Chore
diff --git a/charts/incubator/cloudflared/README.md b/charts/incubator/cloudflared/README.md
index 3058396d397..31beba44b0b 100644
--- a/charts/incubator/cloudflared/README.md
+++ b/charts/incubator/cloudflared/README.md
@@ -1,8 +1,14 @@
# cloudflared
+  
+
Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [cloudflared](https://truecharts.org/charts/stable/cloudflared)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `cloudflared`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install cloudflared TrueCharts/cloudflared
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `cloudflared` deployment
+
+```console
+helm uninstall cloudflared
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install cloudflared \
+ --set env.TZ="America/New York" \
+ TrueCharts/cloudflared
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install cloudflared TrueCharts/cloudflared -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/cups-server/CHANGELOG.md b/charts/incubator/cups-server/CHANGELOG.md
index 8f05956b7df..0a2b6068bbc 100644
--- a/charts/incubator/cups-server/CHANGELOG.md
+++ b/charts/incubator/cups-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [cups-server-1.0.22](https://github.com/truecharts/apps/compare/cups-server-1.0.21...cups-server-1.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [cups-server-1.0.21](https://github.com/truecharts/apps/compare/cups-server-1.0.20...cups-server-1.0.21) (2022-07-14)
### Fix
diff --git a/charts/incubator/cups-server/README.md b/charts/incubator/cups-server/README.md
index 9a4ca9fbb6e..945bc16f7bd 100644
--- a/charts/incubator/cups-server/README.md
+++ b/charts/incubator/cups-server/README.md
@@ -1,8 +1,14 @@
# cups-server
+ 
+
CUPS printing server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [cups-server](https://truecharts.org/charts/stable/cups-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `cups-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install cups-server TrueCharts/cups-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `cups-server` deployment
+
+```console
+helm uninstall cups-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install cups-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/cups-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install cups-server TrueCharts/cups-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/czkawka/CHANGELOG.md b/charts/incubator/czkawka/CHANGELOG.md
index 6417845cdda..9193946118d 100644
--- a/charts/incubator/czkawka/CHANGELOG.md
+++ b/charts/incubator/czkawka/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [czkawka-0.0.13](https://github.com/truecharts/apps/compare/czkawka-0.0.12...czkawka-0.0.13) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [czkawka-0.0.12](https://github.com/truecharts/apps/compare/czkawka-0.0.11...czkawka-0.0.12) (2022-07-14)
### Fix
diff --git a/charts/incubator/czkawka/README.md b/charts/incubator/czkawka/README.md
index c95b0c37ba7..5abf3e21d07 100644
--- a/charts/incubator/czkawka/README.md
+++ b/charts/incubator/czkawka/README.md
@@ -1,8 +1,14 @@
# czkawka
+  
+
Czkawka is a simple, fast and free app to remove unnecessary files from your computer.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [czkawka](https://truecharts.org/charts/stable/czkawka)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `czkawka`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install czkawka TrueCharts/czkawka
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `czkawka` deployment
+
+```console
+helm uninstall czkawka
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install czkawka \
+ --set env.TZ="America/New York" \
+ TrueCharts/czkawka
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install czkawka TrueCharts/czkawka -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/dupeguru/CHANGELOG.md b/charts/incubator/dupeguru/CHANGELOG.md
index a2f71b536a9..a77cb71b658 100644
--- a/charts/incubator/dupeguru/CHANGELOG.md
+++ b/charts/incubator/dupeguru/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [dupeguru-0.0.13](https://github.com/truecharts/apps/compare/dupeguru-0.0.12...dupeguru-0.0.13) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [dupeguru-0.0.12](https://github.com/truecharts/apps/compare/dupeguru-0.0.11...dupeguru-0.0.12) (2022-07-16)
### Chore
diff --git a/charts/incubator/dupeguru/README.md b/charts/incubator/dupeguru/README.md
index c586bdd6232..df75cb6be51 100644
--- a/charts/incubator/dupeguru/README.md
+++ b/charts/incubator/dupeguru/README.md
@@ -1,8 +1,14 @@
# dupeguru
+  
+
dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [dupeguru](https://truecharts.org/charts/stable/dupeguru)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `dupeguru`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install dupeguru TrueCharts/dupeguru
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `dupeguru` deployment
+
+```console
+helm uninstall dupeguru
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install dupeguru \
+ --set env.TZ="America/New York" \
+ TrueCharts/dupeguru
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install dupeguru TrueCharts/dupeguru -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/etesync/CHANGELOG.md b/charts/incubator/etesync/CHANGELOG.md
index d93b0f507d0..2795bc75ace 100644
--- a/charts/incubator/etesync/CHANGELOG.md
+++ b/charts/incubator/etesync/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [etesync-0.0.15](https://github.com/truecharts/apps/compare/etesync-0.0.14...etesync-0.0.15) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [etesync-0.0.14](https://github.com/truecharts/apps/compare/etesync-0.0.13...etesync-0.0.14) (2022-07-14)
### Fix
diff --git a/charts/incubator/etesync/README.md b/charts/incubator/etesync/README.md
index 8295f8c2fbb..4caa79e7659 100644
--- a/charts/incubator/etesync/README.md
+++ b/charts/incubator/etesync/README.md
@@ -1,8 +1,14 @@
# etesync
+  
+
Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [etesync](https://truecharts.org/charts/stable/etesync)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -25,22 +31,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `etesync`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install etesync TrueCharts/etesync
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `etesync` deployment
+
+```console
+helm uninstall etesync
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install etesync \
+ --set env.TZ="America/New York" \
+ TrueCharts/etesync
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install etesync TrueCharts/etesync -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/fancyindex/CHANGELOG.md b/charts/incubator/fancyindex/CHANGELOG.md
index 7175c094da7..7a131c78c96 100644
--- a/charts/incubator/fancyindex/CHANGELOG.md
+++ b/charts/incubator/fancyindex/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [fancyindex-1.0.18](https://github.com/truecharts/apps/compare/fancyindex-1.0.17...fancyindex-1.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [fancyindex-1.0.17](https://github.com/truecharts/apps/compare/fancyindex-1.0.16...fancyindex-1.0.17) (2022-07-14)
### Fix
diff --git a/charts/incubator/fancyindex/README.md b/charts/incubator/fancyindex/README.md
index f05614e62e3..c185a109527 100644
--- a/charts/incubator/fancyindex/README.md
+++ b/charts/incubator/fancyindex/README.md
@@ -1,8 +1,14 @@
# fancyindex
+  
+
Fancyindex provides a lightweight nginx directory listing with theming support
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [fancyindex](https://truecharts.org/charts/stable/fancyindex)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `fancyindex`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install fancyindex TrueCharts/fancyindex
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `fancyindex` deployment
+
+```console
+helm uninstall fancyindex
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install fancyindex \
+ --set env.TZ="America/New York" \
+ TrueCharts/fancyindex
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install fancyindex TrueCharts/fancyindex -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/filebot/CHANGELOG.md b/charts/incubator/filebot/CHANGELOG.md
index 8b195d60b8b..49bf07a5175 100644
--- a/charts/incubator/filebot/CHANGELOG.md
+++ b/charts/incubator/filebot/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [filebot-0.0.12](https://github.com/truecharts/apps/compare/filebot-0.0.11...filebot-0.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [filebot-0.0.11](https://github.com/truecharts/apps/compare/filebot-0.0.10...filebot-0.0.11) (2022-07-14)
### Fix
diff --git a/charts/incubator/filebot/README.md b/charts/incubator/filebot/README.md
index b972627349b..d8efa38e049 100644
--- a/charts/incubator/filebot/README.md
+++ b/charts/incubator/filebot/README.md
@@ -1,8 +1,14 @@
# filebot
+  
+
FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [filebot](https://truecharts.org/charts/stable/filebot)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `filebot`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install filebot TrueCharts/filebot
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `filebot` deployment
+
+```console
+helm uninstall filebot
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install filebot \
+ --set env.TZ="America/New York" \
+ TrueCharts/filebot
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install filebot TrueCharts/filebot -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/filerun/CHANGELOG.md b/charts/incubator/filerun/CHANGELOG.md
index 3fb475da63d..83a5fb87bca 100644
--- a/charts/incubator/filerun/CHANGELOG.md
+++ b/charts/incubator/filerun/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [filerun-2.0.19](https://github.com/truecharts/apps/compare/filerun-2.0.18...filerun-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [filerun-2.0.18](https://github.com/truecharts/apps/compare/filerun-2.0.17...filerun-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/incubator/filerun/README.md b/charts/incubator/filerun/README.md
index ef2575e36f6..9199ffc462d 100644
--- a/charts/incubator/filerun/README.md
+++ b/charts/incubator/filerun/README.md
@@ -1,8 +1,14 @@
# filerun
+ 
+
FileRun is a full featured web based file manager with an easy to use user interface
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [filerun](https://truecharts.org/charts/stable/filerun)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `filerun`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install filerun TrueCharts/filerun
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `filerun` deployment
+
+```console
+helm uninstall filerun
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install filerun \
+ --set env.TZ="America/New York" \
+ TrueCharts/filerun
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install filerun TrueCharts/filerun -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/frigate/CHANGELOG.md b/charts/incubator/frigate/CHANGELOG.md
index 0617e4f6303..7bf7a80f08e 100644
--- a/charts/incubator/frigate/CHANGELOG.md
+++ b/charts/incubator/frigate/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [frigate-2.0.19](https://github.com/truecharts/apps/compare/frigate-2.0.18...frigate-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [frigate-2.0.18](https://github.com/truecharts/apps/compare/frigate-2.0.17...frigate-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/incubator/frigate/README.md b/charts/incubator/frigate/README.md
index 141f776d79c..c22b857d68d 100644
--- a/charts/incubator/frigate/README.md
+++ b/charts/incubator/frigate/README.md
@@ -1,8 +1,14 @@
# frigate
+  
+
NVR With Realtime Object Detection for IP Cameras
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [frigate](https://truecharts.org/charts/stable/frigate)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `frigate`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install frigate TrueCharts/frigate
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `frigate` deployment
+
+```console
+helm uninstall frigate
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install frigate \
+ --set env.TZ="America/New York" \
+ TrueCharts/frigate
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install frigate TrueCharts/frigate -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/ghost/CHANGELOG.md b/charts/incubator/ghost/CHANGELOG.md
index 3dcfc4451c1..6d11b0731db 100644
--- a/charts/incubator/ghost/CHANGELOG.md
+++ b/charts/incubator/ghost/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ghost-3.0.27](https://github.com/truecharts/apps/compare/ghost-3.0.26...ghost-3.0.27) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ghost-3.0.26](https://github.com/truecharts/apps/compare/ghost-3.0.25...ghost-3.0.26) (2022-07-16)
### Chore
diff --git a/charts/incubator/ghost/README.md b/charts/incubator/ghost/README.md
index cf74119a0a7..8cd060bce60 100644
--- a/charts/incubator/ghost/README.md
+++ b/charts/incubator/ghost/README.md
@@ -1,8 +1,14 @@
# ghost
+ 
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ghost](https://truecharts.org/charts/stable/ghost)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ghost`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ghost TrueCharts/ghost
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ghost` deployment
+
+```console
+helm uninstall ghost
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ghost \
+ --set env.TZ="America/New York" \
+ TrueCharts/ghost
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ghost TrueCharts/ghost -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/homebridge/CHANGELOG.md b/charts/incubator/homebridge/CHANGELOG.md
index 9e281c7b005..d812b04b569 100644
--- a/charts/incubator/homebridge/CHANGELOG.md
+++ b/charts/incubator/homebridge/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [homebridge-1.0.20](https://github.com/truecharts/apps/compare/homebridge-1.0.19...homebridge-1.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [homebridge-1.0.19](https://github.com/truecharts/apps/compare/homebridge-1.0.18...homebridge-1.0.19) (2022-07-14)
### Fix
diff --git a/charts/incubator/homebridge/README.md b/charts/incubator/homebridge/README.md
index 50d67de31cf..41d3be16b9a 100644
--- a/charts/incubator/homebridge/README.md
+++ b/charts/incubator/homebridge/README.md
@@ -1,8 +1,14 @@
# homebridge
+  
+
A lightweight NodeJS server that emulates the iOS HomeKit API
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [homebridge](https://truecharts.org/charts/stable/homebridge)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `homebridge`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install homebridge TrueCharts/homebridge
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `homebridge` deployment
+
+```console
+helm uninstall homebridge
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install homebridge \
+ --set env.TZ="America/New York" \
+ TrueCharts/homebridge
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install homebridge TrueCharts/homebridge -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/jitsi/CHANGELOG.md b/charts/incubator/jitsi/CHANGELOG.md
index ce08c148416..30e3692978f 100644
--- a/charts/incubator/jitsi/CHANGELOG.md
+++ b/charts/incubator/jitsi/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [jitsi-0.0.14](https://github.com/truecharts/apps/compare/jitsi-0.0.13...jitsi-0.0.14) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [jitsi-0.0.13](https://github.com/truecharts/apps/compare/jitsi-0.0.12...jitsi-0.0.13) (2022-07-14)
### Fix
diff --git a/charts/incubator/jitsi/README.md b/charts/incubator/jitsi/README.md
index bc274b84280..e3fd3b09626 100644
--- a/charts/incubator/jitsi/README.md
+++ b/charts/incubator/jitsi/README.md
@@ -1,8 +1,14 @@
# jitsi
+ 
+
Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [jitsi](https://truecharts.org/charts/stable/jitsi)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `jitsi`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install jitsi TrueCharts/jitsi
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `jitsi` deployment
+
+```console
+helm uninstall jitsi
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install jitsi \
+ --set env.TZ="America/New York" \
+ TrueCharts/jitsi
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install jitsi TrueCharts/jitsi -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/jump/CHANGELOG.md b/charts/incubator/jump/CHANGELOG.md
index 74adff8d84c..3f54eff436c 100644
--- a/charts/incubator/jump/CHANGELOG.md
+++ b/charts/incubator/jump/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [jump-0.0.19](https://github.com/truecharts/apps/compare/jump-0.0.18...jump-0.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [jump-0.0.18](https://github.com/truecharts/apps/compare/jump-0.0.17...jump-0.0.18) (2022-07-14)
### Fix
diff --git a/charts/incubator/jump/README.md b/charts/incubator/jump/README.md
index fa77fa5ba25..3668851c469 100644
--- a/charts/incubator/jump/README.md
+++ b/charts/incubator/jump/README.md
@@ -1,8 +1,14 @@
# jump
+ 
+
Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [jump](https://truecharts.org/charts/stable/jump)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `jump`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install jump TrueCharts/jump
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `jump` deployment
+
+```console
+helm uninstall jump
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install jump \
+ --set env.TZ="America/New York" \
+ TrueCharts/jump
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install jump TrueCharts/jump -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/lancache-dns/CHANGELOG.md b/charts/incubator/lancache-dns/CHANGELOG.md
index 0b6f5e1d13d..d6426f18ab8 100644
--- a/charts/incubator/lancache-dns/CHANGELOG.md
+++ b/charts/incubator/lancache-dns/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [lancache-dns-0.0.5](https://github.com/truecharts/apps/compare/lancache-dns-0.0.4...lancache-dns-0.0.5) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [lancache-dns-0.0.4](https://github.com/truecharts/apps/compare/lancache-dns-0.0.3...lancache-dns-0.0.4) (2022-07-14)
### Fix
diff --git a/charts/incubator/lancache-dns/README.md b/charts/incubator/lancache-dns/README.md
index eb1b39f71a8..722f418aa50 100644
--- a/charts/incubator/lancache-dns/README.md
+++ b/charts/incubator/lancache-dns/README.md
@@ -1,8 +1,14 @@
# lancache-dns
+  
+
DNS Docker service for a steamcache.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [lancache-dns](https://truecharts.org/charts/stable/lancache-dns)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `lancache-dns`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install lancache-dns TrueCharts/lancache-dns
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `lancache-dns` deployment
+
+```console
+helm uninstall lancache-dns
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install lancache-dns \
+ --set env.TZ="America/New York" \
+ TrueCharts/lancache-dns
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install lancache-dns TrueCharts/lancache-dns -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/lancache-monolithic/CHANGELOG.md b/charts/incubator/lancache-monolithic/CHANGELOG.md
index a4cafad897f..d8c04779558 100644
--- a/charts/incubator/lancache-monolithic/CHANGELOG.md
+++ b/charts/incubator/lancache-monolithic/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [lancache-monolithic-0.0.9](https://github.com/truecharts/apps/compare/lancache-monolithic-0.0.8...lancache-monolithic-0.0.9) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [lancache-monolithic-0.0.8](https://github.com/truecharts/apps/compare/lancache-monolithic-0.0.7...lancache-monolithic-0.0.8) (2022-07-14)
### Fix
diff --git a/charts/incubator/lancache-monolithic/README.md b/charts/incubator/lancache-monolithic/README.md
index 81f5a5729d3..ceaa6861123 100644
--- a/charts/incubator/lancache-monolithic/README.md
+++ b/charts/incubator/lancache-monolithic/README.md
@@ -1,8 +1,14 @@
# lancache-monolithic
+  
+
A monolithic lancache service capable of caching all CDN's in a single instance.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [lancache-monolithic](https://truecharts.org/charts/stable/lancache-monolithic)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `lancache-monolithic`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install lancache-monolithic TrueCharts/lancache-monolithic
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `lancache-monolithic` deployment
+
+```console
+helm uninstall lancache-monolithic
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install lancache-monolithic \
+ --set env.TZ="America/New York" \
+ TrueCharts/lancache-monolithic
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install lancache-monolithic TrueCharts/lancache-monolithic -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/mediainfo/CHANGELOG.md b/charts/incubator/mediainfo/CHANGELOG.md
index 1de2422dfa4..7fb6d2a7037 100644
--- a/charts/incubator/mediainfo/CHANGELOG.md
+++ b/charts/incubator/mediainfo/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mediainfo-0.0.12](https://github.com/truecharts/apps/compare/mediainfo-0.0.11...mediainfo-0.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mediainfo-0.0.11](https://github.com/truecharts/apps/compare/mediainfo-0.0.10...mediainfo-0.0.11) (2022-07-14)
### Fix
diff --git a/charts/incubator/mediainfo/README.md b/charts/incubator/mediainfo/README.md
index bbfbf46a421..b0f2167524f 100644
--- a/charts/incubator/mediainfo/README.md
+++ b/charts/incubator/mediainfo/README.md
@@ -1,8 +1,14 @@
# mediainfo
+  
+
MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mediainfo](https://truecharts.org/charts/stable/mediainfo)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mediainfo`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mediainfo TrueCharts/mediainfo
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mediainfo` deployment
+
+```console
+helm uninstall mediainfo
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mediainfo \
+ --set env.TZ="America/New York" \
+ TrueCharts/mediainfo
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mediainfo TrueCharts/mediainfo -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/meshcentral/CHANGELOG.md b/charts/incubator/meshcentral/CHANGELOG.md
index 7dfe086c4d4..8ec4e31a144 100644
--- a/charts/incubator/meshcentral/CHANGELOG.md
+++ b/charts/incubator/meshcentral/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [meshcentral-3.0.23](https://github.com/truecharts/apps/compare/meshcentral-3.0.22...meshcentral-3.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [meshcentral-3.0.22](https://github.com/truecharts/apps/compare/meshcentral-3.0.21...meshcentral-3.0.22) (2022-07-14)
### Fix
diff --git a/charts/incubator/meshcentral/README.md b/charts/incubator/meshcentral/README.md
index 861c89fd5f0..2752d540474 100644
--- a/charts/incubator/meshcentral/README.md
+++ b/charts/incubator/meshcentral/README.md
@@ -1,8 +1,14 @@
# meshcentral
+  
+
MeshCentral is a full computer management web site
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [meshcentral](https://truecharts.org/charts/stable/meshcentral)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `meshcentral`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install meshcentral TrueCharts/meshcentral
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `meshcentral` deployment
+
+```console
+helm uninstall meshcentral
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install meshcentral \
+ --set env.TZ="America/New York" \
+ TrueCharts/meshcentral
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install meshcentral TrueCharts/meshcentral -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/mineos/CHANGELOG.md b/charts/incubator/mineos/CHANGELOG.md
index 6715a07332b..5a9c02fc29c 100644
--- a/charts/incubator/mineos/CHANGELOG.md
+++ b/charts/incubator/mineos/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mineos-0.0.10](https://github.com/truecharts/apps/compare/mineos-0.0.9...mineos-0.0.10) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mineos-0.0.9](https://github.com/truecharts/apps/compare/mineos-0.0.8...mineos-0.0.9) (2022-07-14)
### Fix
diff --git a/charts/incubator/mineos/README.md b/charts/incubator/mineos/README.md
index 7e55b9b7a80..d9a9c0ed337 100644
--- a/charts/incubator/mineos/README.md
+++ b/charts/incubator/mineos/README.md
@@ -1,8 +1,14 @@
# mineos
+  
+
MineOS is a server front-end to ease managing Minecraft administrative tasks.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mineos](https://truecharts.org/charts/stable/mineos)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mineos`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mineos TrueCharts/mineos
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mineos` deployment
+
+```console
+helm uninstall mineos
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mineos \
+ --set env.TZ="America/New York" \
+ TrueCharts/mineos
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mineos TrueCharts/mineos -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/mkvcleaver/CHANGELOG.md b/charts/incubator/mkvcleaver/CHANGELOG.md
index 996e9d28834..ca16126f955 100644
--- a/charts/incubator/mkvcleaver/CHANGELOG.md
+++ b/charts/incubator/mkvcleaver/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mkvcleaver-0.0.12](https://github.com/truecharts/apps/compare/mkvcleaver-0.0.11...mkvcleaver-0.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mkvcleaver-0.0.11](https://github.com/truecharts/apps/compare/mkvcleaver-0.0.10...mkvcleaver-0.0.11) (2022-07-14)
### Fix
diff --git a/charts/incubator/mkvcleaver/README.md b/charts/incubator/mkvcleaver/README.md
index ca94e9bce75..9cacd5b5245 100644
--- a/charts/incubator/mkvcleaver/README.md
+++ b/charts/incubator/mkvcleaver/README.md
@@ -1,8 +1,14 @@
# mkvcleaver
+  
+
MKVCleaver is a tool for batch extraction of data from MKV files
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mkvcleaver](https://truecharts.org/charts/stable/mkvcleaver)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mkvcleaver`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mkvcleaver TrueCharts/mkvcleaver
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mkvcleaver` deployment
+
+```console
+helm uninstall mkvcleaver
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mkvcleaver \
+ --set env.TZ="America/New York" \
+ TrueCharts/mkvcleaver
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mkvcleaver TrueCharts/mkvcleaver -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/piwigo/CHANGELOG.md b/charts/incubator/piwigo/CHANGELOG.md
index d6d82edbd94..7e189202c5b 100644
--- a/charts/incubator/piwigo/CHANGELOG.md
+++ b/charts/incubator/piwigo/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [piwigo-3.0.18](https://github.com/truecharts/apps/compare/piwigo-3.0.17...piwigo-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [piwigo-3.0.17](https://github.com/truecharts/apps/compare/piwigo-3.0.16...piwigo-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/incubator/piwigo/README.md b/charts/incubator/piwigo/README.md
index d210b5c6a52..76929ede4c9 100644
--- a/charts/incubator/piwigo/README.md
+++ b/charts/incubator/piwigo/README.md
@@ -1,8 +1,14 @@
# piwigo
+  
+
A is photo gallery software for the web, built by an active community of users and developers.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [piwigo](https://truecharts.org/charts/stable/piwigo)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `piwigo`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install piwigo TrueCharts/piwigo
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `piwigo` deployment
+
+```console
+helm uninstall piwigo
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install piwigo \
+ --set env.TZ="America/New York" \
+ TrueCharts/piwigo
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install piwigo TrueCharts/piwigo -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/plausible/CHANGELOG.md b/charts/incubator/plausible/CHANGELOG.md
index 5e5d2e74529..de499898788 100644
--- a/charts/incubator/plausible/CHANGELOG.md
+++ b/charts/incubator/plausible/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [plausible-0.0.9](https://github.com/truecharts/apps/compare/plausible-0.0.8...plausible-0.0.9) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [plausible-0.0.8](https://github.com/truecharts/apps/compare/plausible-0.0.7...plausible-0.0.8) (2022-07-14)
### Fix
diff --git a/charts/incubator/plausible/README.md b/charts/incubator/plausible/README.md
index aa77c957a07..a5d6f865d4d 100644
--- a/charts/incubator/plausible/README.md
+++ b/charts/incubator/plausible/README.md
@@ -1,8 +1,14 @@
# plausible
+  
+
Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [plausible](https://truecharts.org/charts/stable/plausible)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -27,22 +33,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `plausible`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install plausible TrueCharts/plausible
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `plausible` deployment
+
+```console
+helm uninstall plausible
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install plausible \
+ --set env.TZ="America/New York" \
+ TrueCharts/plausible
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install plausible TrueCharts/plausible -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/plex-meta-manager/CHANGELOG.md b/charts/incubator/plex-meta-manager/CHANGELOG.md
index 94ca12d033f..f0250b3d55b 100644
--- a/charts/incubator/plex-meta-manager/CHANGELOG.md
+++ b/charts/incubator/plex-meta-manager/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [plex-meta-manager-0.0.7](https://github.com/truecharts/apps/compare/plex-meta-manager-0.0.6...plex-meta-manager-0.0.7) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [plex-meta-manager-0.0.6](https://github.com/truecharts/apps/compare/plex-meta-manager-0.0.5...plex-meta-manager-0.0.6) (2022-07-18)
### Fix
diff --git a/charts/incubator/plex-meta-manager/README.md b/charts/incubator/plex-meta-manager/README.md
index ff42fd7934b..9d393addfb6 100644
--- a/charts/incubator/plex-meta-manager/README.md
+++ b/charts/incubator/plex-meta-manager/README.md
@@ -1,16 +1,15 @@
# plex-meta-manager
-  
+  
Python script to update metadata and automatically build collections.
-**Homepage:**
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
-## Maintainers
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [plex-meta-manager](https://truecharts.org/charts/stable/plex-meta-manager)
-| Name | Email | Url |
-| ---- | ------ | --- |
-| TrueCharts | info@truecharts.org | https://truecharts.org |
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,38 +20,89 @@ Python script to update metadata and automatically build collections.
Kubernetes: `>=1.16.0-0`
+## Dependencies
+
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.4 |
-## Values
+## Installing the Chart
-| Key | Type | Default | Description |
-|-----|------|---------|-------------|
-| env.PMM_CONFIG | string | `"/config/config.yml"` | |
-| env.PMM_NO_COUNTDOWN | bool | `true` | |
-| env.PMM_RUN | bool | `true` | |
-| image.pullPolicy | string | `"IfNotPresent"` | |
-| image.repository | string | `"tccr.io/truecharts/plex-meta-manager"` | |
-| image.tag | string | `"v1.17.1@sha256:138b60cdde3cd08ae25a78c44d8a03da715538d76dc137318dc3fdde19ba4bcd"` | |
-| initContainers.1-create-init-config-file.args[0] | string | `"echo \"Creating config.yml file...\"\nif [ -f /config/config.yml ]; then\n echo \"Config file exists!, Skipping...\"\nelse\n echo \"Config file is missing, getting a new one!\"\n curl -fLvo /config/config.yml https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/config/config.yml.template || ( echo \"Downloading config file, FAILED...\" && exit 1 )\nfi"` | |
-| initContainers.1-create-init-config-file.command[0] | string | `"/bin/sh"` | |
-| initContainers.1-create-init-config-file.command[1] | string | `"-c"` | |
-| initContainers.1-create-init-config-file.image | string | `"{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"` | |
-| initContainers.1-create-init-config-file.volumeMounts[0].mountPath | string | `"/config"` | |
-| initContainers.1-create-init-config-file.volumeMounts[0].name | string | `"config"` | |
-| persistence.config.enabled | bool | `true` | |
-| persistence.config.mountPath | string | `"/config"` | |
-| podSecurityContext.runAsGroup | int | `0` | |
-| podSecurityContext.runAsUser | int | `0` | |
-| probes.liveness.enabled | bool | `false` | |
-| probes.readiness.enabled | bool | `false` | |
-| probes.startup.enabled | bool | `false` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `false` | |
-| service.main.ports.main.port | int | `10281` | |
-| service.main.ports.main.protocol | string | `"HTTP"` | |
-| service.main.ports.main.targetPort | int | `10281` | |
+### TrueNAS SCALE
-----------------------------------------------
-Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
+
+### Helm
+
+To install the chart with the release name `plex-meta-manager`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install plex-meta-manager TrueCharts/plex-meta-manager
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
+
+### Helm
+
+To uninstall the `plex-meta-manager` deployment
+
+```console
+helm uninstall plex-meta-manager
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install plex-meta-manager \
+ --set env.TZ="America/New York" \
+ TrueCharts/plex-meta-manager
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install plex-meta-manager TrueCharts/plex-meta-manager -f values.yaml
+```
+
+#### Connecting to other apps
+
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/privatebin/CHANGELOG.md b/charts/incubator/privatebin/CHANGELOG.md
index fabfd2821b0..acb2925f327 100644
--- a/charts/incubator/privatebin/CHANGELOG.md
+++ b/charts/incubator/privatebin/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [privatebin-0.0.18](https://github.com/truecharts/apps/compare/privatebin-0.0.17...privatebin-0.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [privatebin-0.0.17](https://github.com/truecharts/apps/compare/privatebin-0.0.16...privatebin-0.0.17) (2022-07-14)
### Fix
diff --git a/charts/incubator/privatebin/README.md b/charts/incubator/privatebin/README.md
index e94226afd95..0e966e2b963 100644
--- a/charts/incubator/privatebin/README.md
+++ b/charts/incubator/privatebin/README.md
@@ -1,8 +1,14 @@
# privatebin
+  
+
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [privatebin](https://truecharts.org/charts/stable/privatebin)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `privatebin`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install privatebin TrueCharts/privatebin
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `privatebin` deployment
+
+```console
+helm uninstall privatebin
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install privatebin \
+ --set env.TZ="America/New York" \
+ TrueCharts/privatebin
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install privatebin TrueCharts/privatebin -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/putty/CHANGELOG.md b/charts/incubator/putty/CHANGELOG.md
index f057b9fe5aa..c15abbc943e 100644
--- a/charts/incubator/putty/CHANGELOG.md
+++ b/charts/incubator/putty/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [putty-0.0.12](https://github.com/truecharts/apps/compare/putty-0.0.11...putty-0.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [putty-0.0.11](https://github.com/truecharts/apps/compare/putty-0.0.10...putty-0.0.11) (2022-07-14)
### Fix
diff --git a/charts/incubator/putty/README.md b/charts/incubator/putty/README.md
index 4739f0c83f8..e9e96dcfa32 100644
--- a/charts/incubator/putty/README.md
+++ b/charts/incubator/putty/README.md
@@ -1,8 +1,14 @@
# putty
+  
+
PuTTY is a free and open-source terminal emulator, serial console and network file transfer application.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [putty](https://truecharts.org/charts/stable/putty)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `putty`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install putty TrueCharts/putty
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `putty` deployment
+
+```console
+helm uninstall putty
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install putty \
+ --set env.TZ="America/New York" \
+ TrueCharts/putty
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install putty TrueCharts/putty -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/qdirstat/CHANGELOG.md b/charts/incubator/qdirstat/CHANGELOG.md
index 57527b09275..1c29180487f 100644
--- a/charts/incubator/qdirstat/CHANGELOG.md
+++ b/charts/incubator/qdirstat/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [qdirstat-0.0.12](https://github.com/truecharts/apps/compare/qdirstat-0.0.11...qdirstat-0.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [qdirstat-0.0.11](https://github.com/truecharts/apps/compare/qdirstat-0.0.10...qdirstat-0.0.11) (2022-07-14)
### Fix
diff --git a/charts/incubator/qdirstat/README.md b/charts/incubator/qdirstat/README.md
index 9c357638ff2..c65150f546d 100644
--- a/charts/incubator/qdirstat/README.md
+++ b/charts/incubator/qdirstat/README.md
@@ -1,8 +1,14 @@
# qdirstat
+  
+
QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [qdirstat](https://truecharts.org/charts/stable/qdirstat)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `qdirstat`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install qdirstat TrueCharts/qdirstat
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `qdirstat` deployment
+
+```console
+helm uninstall qdirstat
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install qdirstat \
+ --set env.TZ="America/New York" \
+ TrueCharts/qdirstat
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install qdirstat TrueCharts/qdirstat -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/radicale/CHANGELOG.md b/charts/incubator/radicale/CHANGELOG.md
index ca2fdeb7a89..5d370ad5e01 100644
--- a/charts/incubator/radicale/CHANGELOG.md
+++ b/charts/incubator/radicale/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [radicale-0.0.16](https://github.com/truecharts/apps/compare/radicale-0.0.15...radicale-0.0.16) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [radicale-0.0.15](https://github.com/truecharts/apps/compare/radicale-0.0.14...radicale-0.0.15) (2022-07-14)
### Fix
diff --git a/charts/incubator/radicale/README.md b/charts/incubator/radicale/README.md
index 120045cc87d..fe1da6d27e8 100644
--- a/charts/incubator/radicale/README.md
+++ b/charts/incubator/radicale/README.md
@@ -1,8 +1,14 @@
# radicale
+  
+
Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [radicale](https://truecharts.org/charts/stable/radicale)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `radicale`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install radicale TrueCharts/radicale
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `radicale` deployment
+
+```console
+helm uninstall radicale
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install radicale \
+ --set env.TZ="America/New York" \
+ TrueCharts/radicale
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install radicale TrueCharts/radicale -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/self-service-password/CHANGELOG.md b/charts/incubator/self-service-password/CHANGELOG.md
index e1d76f2be47..e748ad252b9 100644
--- a/charts/incubator/self-service-password/CHANGELOG.md
+++ b/charts/incubator/self-service-password/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [self-service-password-1.0.22](https://github.com/truecharts/apps/compare/self-service-password-1.0.21...self-service-password-1.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [self-service-password-1.0.21](https://github.com/truecharts/apps/compare/self-service-password-1.0.20...self-service-password-1.0.21) (2022-07-14)
### Fix
diff --git a/charts/incubator/self-service-password/README.md b/charts/incubator/self-service-password/README.md
index 34018c94b02..78dbc61133c 100644
--- a/charts/incubator/self-service-password/README.md
+++ b/charts/incubator/self-service-password/README.md
@@ -1,8 +1,14 @@
# self-service-password
+  
+
Self Service Password is a PHP application that allows users to change their password in an LDAP directory.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [self-service-password](https://truecharts.org/charts/stable/self-service-password)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `self-service-password`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install self-service-password TrueCharts/self-service-password
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `self-service-password` deployment
+
+```console
+helm uninstall self-service-password
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install self-service-password \
+ --set env.TZ="America/New York" \
+ TrueCharts/self-service-password
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install self-service-password TrueCharts/self-service-password -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/senseai-server/CHANGELOG.md b/charts/incubator/senseai-server/CHANGELOG.md
index b2b77659a7f..a3efcdcce05 100644
--- a/charts/incubator/senseai-server/CHANGELOG.md
+++ b/charts/incubator/senseai-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [senseai-server-0.0.17](https://github.com/truecharts/apps/compare/senseai-server-0.0.16...senseai-server-0.0.17) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [senseai-server-0.0.16](https://github.com/truecharts/apps/compare/senseai-server-0.0.15...senseai-server-0.0.16) (2022-07-14)
### Fix
diff --git a/charts/incubator/senseai-server/README.md b/charts/incubator/senseai-server/README.md
index 1ea92b52815..4959f13c059 100644
--- a/charts/incubator/senseai-server/README.md
+++ b/charts/incubator/senseai-server/README.md
@@ -1,8 +1,14 @@
# senseai-server
+ 
+
A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [senseai-server](https://truecharts.org/charts/stable/senseai-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `senseai-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install senseai-server TrueCharts/senseai-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `senseai-server` deployment
+
+```console
+helm uninstall senseai-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install senseai-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/senseai-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install senseai-server TrueCharts/senseai-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/st-reborn-server/CHANGELOG.md b/charts/incubator/st-reborn-server/CHANGELOG.md
index e27de46d8a3..7b2c4eb5206 100644
--- a/charts/incubator/st-reborn-server/CHANGELOG.md
+++ b/charts/incubator/st-reborn-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [st-reborn-server-0.0.3](https://github.com/truecharts/apps/compare/st-reborn-server-0.0.2...st-reborn-server-0.0.3) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [st-reborn-server-0.0.2](https://github.com/truecharts/apps/compare/st-reborn-server-0.0.1...st-reborn-server-0.0.2) (2022-07-18)
### Chore
diff --git a/charts/incubator/st-reborn-server/README.md b/charts/incubator/st-reborn-server/README.md
index a0483f2ad1e..66dae1384b6 100644
--- a/charts/incubator/st-reborn-server/README.md
+++ b/charts/incubator/st-reborn-server/README.md
@@ -1,16 +1,15 @@
# st-reborn-server
-  
+  
Skyrim Together Reborn server files.
-**Homepage:**
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
-## Maintainers
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [st-reborn-server](https://truecharts.org/charts/stable/st-reborn-server)
-| Name | Email | Url |
-| ---- | ------ | --- |
-| TrueCharts | info@truecharts.org | https://truecharts.org |
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,29 +20,89 @@ Skyrim Together Reborn server files.
Kubernetes: `>=1.16.0-0`
+## Dependencies
+
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.4 |
-## Values
+## Installing the Chart
-| Key | Type | Default | Description |
-|-----|------|---------|-------------|
-| image.pullPolicy | string | `"IfNotPresent"` | |
-| image.repository | string | `"tccr.io/truecharts/st-reborn-server"` | |
-| image.tag | string | `"v1.2.0@sha256:0e1fe6f85a8d637aaaa5a522e7418dc9e817da2b1e6589842a2b56c5cc9e0fbc"` | |
-| persistence.config.enabled | bool | `true` | |
-| persistence.config.mountPath | string | `"/home/server/config"` | |
-| persistence.data.enabled | bool | `true` | |
-| persistence.data.mountPath | string | `"/home/server/Data"` | |
-| persistence.logs.enabled | bool | `true` | |
-| persistence.logs.mountPath | string | `"/home/server/logs"` | |
-| probes.liveness.enabled | bool | `false` | |
-| probes.readiness.enabled | bool | `false` | |
-| probes.startup.enabled | bool | `false` | |
-| service.main.ports.main.port | int | `10578` | |
-| service.main.ports.main.protocol | string | `"UDP"` | |
-| service.main.ports.main.targetPort | int | `10578` | |
+### TrueNAS SCALE
-----------------------------------------------
-Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
+
+### Helm
+
+To install the chart with the release name `st-reborn-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install st-reborn-server TrueCharts/st-reborn-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
+
+### Helm
+
+To uninstall the `st-reborn-server` deployment
+
+```console
+helm uninstall st-reborn-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install st-reborn-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/st-reborn-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install st-reborn-server TrueCharts/st-reborn-server -f values.yaml
+```
+
+#### Connecting to other apps
+
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/technitium/CHANGELOG.md b/charts/incubator/technitium/CHANGELOG.md
index 7492f89919a..883765c892a 100644
--- a/charts/incubator/technitium/CHANGELOG.md
+++ b/charts/incubator/technitium/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [technitium-1.0.20](https://github.com/truecharts/apps/compare/technitium-1.0.19...technitium-1.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [technitium-1.0.19](https://github.com/truecharts/apps/compare/technitium-1.0.18...technitium-1.0.19) (2022-07-14)
### Fix
diff --git a/charts/incubator/technitium/README.md b/charts/incubator/technitium/README.md
index 51d86f1d467..450469893a1 100644
--- a/charts/incubator/technitium/README.md
+++ b/charts/incubator/technitium/README.md
@@ -1,8 +1,14 @@
# technitium
+  
+
Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [technitium](https://truecharts.org/charts/stable/technitium)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `technitium`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install technitium TrueCharts/technitium
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `technitium` deployment
+
+```console
+helm uninstall technitium
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install technitium \
+ --set env.TZ="America/New York" \
+ TrueCharts/technitium
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install technitium TrueCharts/technitium -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/theme-park/CHANGELOG.md b/charts/incubator/theme-park/CHANGELOG.md
index 5b10bc33a5d..2880b04d6be 100644
--- a/charts/incubator/theme-park/CHANGELOG.md
+++ b/charts/incubator/theme-park/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [theme-park-1.0.21](https://github.com/truecharts/apps/compare/theme-park-1.0.20...theme-park-1.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [theme-park-1.0.20](https://github.com/truecharts/apps/compare/theme-park-1.0.19...theme-park-1.0.20) (2022-07-16)
### Chore
diff --git a/charts/incubator/theme-park/README.md b/charts/incubator/theme-park/README.md
index 7582b2b6896..94f6220df8f 100644
--- a/charts/incubator/theme-park/README.md
+++ b/charts/incubator/theme-park/README.md
@@ -1,8 +1,14 @@
# theme-park
+  
+
Custom themes for your favorite apps!
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [theme-park](https://truecharts.org/charts/stable/theme-park)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `theme-park`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install theme-park TrueCharts/theme-park
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `theme-park` deployment
+
+```console
+helm uninstall theme-park
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install theme-park \
+ --set env.TZ="America/New York" \
+ TrueCharts/theme-park
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install theme-park TrueCharts/theme-park -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/tsmuxer/CHANGELOG.md b/charts/incubator/tsmuxer/CHANGELOG.md
index dc0fc833c55..76e182c0ff0 100644
--- a/charts/incubator/tsmuxer/CHANGELOG.md
+++ b/charts/incubator/tsmuxer/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [tsmuxer-0.0.11](https://github.com/truecharts/apps/compare/tsmuxer-0.0.10...tsmuxer-0.0.11) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [tsmuxer-0.0.10](https://github.com/truecharts/apps/compare/tsmuxer-0.0.9...tsmuxer-0.0.10) (2022-07-14)
### Fix
diff --git a/charts/incubator/tsmuxer/README.md b/charts/incubator/tsmuxer/README.md
index 2aff63af676..fc2473452be 100644
--- a/charts/incubator/tsmuxer/README.md
+++ b/charts/incubator/tsmuxer/README.md
@@ -1,8 +1,14 @@
# tsmuxer
+  
+
tsMuxer is a Transport Stream muxer.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [tsmuxer](https://truecharts.org/charts/stable/tsmuxer)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `tsmuxer`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install tsmuxer TrueCharts/tsmuxer
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `tsmuxer` deployment
+
+```console
+helm uninstall tsmuxer
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install tsmuxer \
+ --set env.TZ="America/New York" \
+ TrueCharts/tsmuxer
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install tsmuxer TrueCharts/tsmuxer -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/wger/CHANGELOG.md b/charts/incubator/wger/CHANGELOG.md
index 48ff444c991..c2e5137c6ac 100644
--- a/charts/incubator/wger/CHANGELOG.md
+++ b/charts/incubator/wger/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [wger-0.0.23](https://github.com/truecharts/apps/compare/wger-0.0.22...wger-0.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [wger-0.0.22](https://github.com/truecharts/apps/compare/wger-0.0.21...wger-0.0.22) (2022-07-14)
### Fix
diff --git a/charts/incubator/wger/README.md b/charts/incubator/wger/README.md
index f5480b40f0d..b2e60372a0e 100644
--- a/charts/incubator/wger/README.md
+++ b/charts/incubator/wger/README.md
@@ -1,8 +1,14 @@
# wger
+ 
+
Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [wger](https://truecharts.org/charts/stable/wger)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `wger`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install wger TrueCharts/wger
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `wger` deployment
+
+```console
+helm uninstall wger
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install wger \
+ --set env.TZ="America/New York" \
+ TrueCharts/wger
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install wger TrueCharts/wger -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/youtubedl-material/CHANGELOG.md b/charts/incubator/youtubedl-material/CHANGELOG.md
index fcbebc3d144..c105b437cfb 100644
--- a/charts/incubator/youtubedl-material/CHANGELOG.md
+++ b/charts/incubator/youtubedl-material/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [youtubedl-material-0.0.17](https://github.com/truecharts/apps/compare/youtubedl-material-0.0.16...youtubedl-material-0.0.17) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [youtubedl-material-0.0.16](https://github.com/truecharts/apps/compare/youtubedl-material-0.0.15...youtubedl-material-0.0.16) (2022-07-14)
### Fix
diff --git a/charts/incubator/youtubedl-material/README.md b/charts/incubator/youtubedl-material/README.md
index 651a715f984..69d364c60da 100644
--- a/charts/incubator/youtubedl-material/README.md
+++ b/charts/incubator/youtubedl-material/README.md
@@ -1,8 +1,14 @@
# youtubedl-material
+ 
+
YoutubeDL-Material is a Material Design frontend for youtube-dl.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [youtubedl-material](https://truecharts.org/charts/stable/youtubedl-material)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `youtubedl-material`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install youtubedl-material TrueCharts/youtubedl-material
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `youtubedl-material` deployment
+
+```console
+helm uninstall youtubedl-material
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install youtubedl-material \
+ --set env.TZ="America/New York" \
+ TrueCharts/youtubedl-material
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install youtubedl-material TrueCharts/youtubedl-material -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/zabbix-server/CHANGELOG.md b/charts/incubator/zabbix-server/CHANGELOG.md
index 8a28ff660c4..c9afbcb8240 100644
--- a/charts/incubator/zabbix-server/CHANGELOG.md
+++ b/charts/incubator/zabbix-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [zabbix-server-2.0.20](https://github.com/truecharts/apps/compare/zabbix-server-2.0.19...zabbix-server-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [zabbix-server-2.0.19](https://github.com/truecharts/apps/compare/zabbix-server-2.0.18...zabbix-server-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/incubator/zabbix-server/README.md b/charts/incubator/zabbix-server/README.md
index 7a8e1fb70d9..0a93b6585b0 100644
--- a/charts/incubator/zabbix-server/README.md
+++ b/charts/incubator/zabbix-server/README.md
@@ -1,8 +1,14 @@
# zabbix-server
+ 
+
Zabbix is an enterprise-class open source distributed monitoring solution.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [zabbix-server](https://truecharts.org/charts/stable/zabbix-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `zabbix-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install zabbix-server TrueCharts/zabbix-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `zabbix-server` deployment
+
+```console
+helm uninstall zabbix-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install zabbix-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/zabbix-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install zabbix-server TrueCharts/zabbix-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/airdcpp-webclient/CHANGELOG.md b/charts/stable/airdcpp-webclient/CHANGELOG.md
index 3a0703e6c11..24226f25a3a 100644
--- a/charts/stable/airdcpp-webclient/CHANGELOG.md
+++ b/charts/stable/airdcpp-webclient/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [airdcpp-webclient-3.0.19](https://github.com/truecharts/apps/compare/airdcpp-webclient-3.0.18...airdcpp-webclient-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [airdcpp-webclient-3.0.18](https://github.com/truecharts/apps/compare/airdcpp-webclient-3.0.17...airdcpp-webclient-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/airdcpp-webclient/README.md b/charts/stable/airdcpp-webclient/README.md
index ea31ed2f471..b76884a908b 100644
--- a/charts/stable/airdcpp-webclient/README.md
+++ b/charts/stable/airdcpp-webclient/README.md
@@ -1,8 +1,14 @@
# airdcpp-webclient
+  
+
AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [airdcpp-webclient](https://truecharts.org/charts/stable/airdcpp-webclient)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `airdcpp-webclient`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install airdcpp-webclient TrueCharts/airdcpp-webclient
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `airdcpp-webclient` deployment
+
+```console
+helm uninstall airdcpp-webclient
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install airdcpp-webclient \
+ --set env.TZ="America/New York" \
+ TrueCharts/airdcpp-webclient
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install airdcpp-webclient TrueCharts/airdcpp-webclient -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/airsonic-advanced/CHANGELOG.md b/charts/stable/airsonic-advanced/CHANGELOG.md
index 02f8113f007..88449a3dea7 100644
--- a/charts/stable/airsonic-advanced/CHANGELOG.md
+++ b/charts/stable/airsonic-advanced/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [airsonic-advanced-4.0.19](https://github.com/truecharts/apps/compare/airsonic-advanced-4.0.18...airsonic-advanced-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [airsonic-advanced-4.0.18](https://github.com/truecharts/apps/compare/airsonic-advanced-4.0.17...airsonic-advanced-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/airsonic-advanced/README.md b/charts/stable/airsonic-advanced/README.md
index 41b66729a7a..4442844a79c 100644
--- a/charts/stable/airsonic-advanced/README.md
+++ b/charts/stable/airsonic-advanced/README.md
@@ -1,8 +1,14 @@
# airsonic-advanced
+ 
+
Airsonic is a Free and Open Source community driven media server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [airsonic-advanced](https://truecharts.org/charts/stable/airsonic-advanced)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `airsonic-advanced`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install airsonic-advanced TrueCharts/airsonic-advanced
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `airsonic-advanced` deployment
+
+```console
+helm uninstall airsonic-advanced
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install airsonic-advanced \
+ --set env.TZ="America/New York" \
+ TrueCharts/airsonic-advanced
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install airsonic-advanced TrueCharts/airsonic-advanced -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/airsonic/CHANGELOG.md b/charts/stable/airsonic/CHANGELOG.md
index 3f1581d0973..f6c724efcc7 100644
--- a/charts/stable/airsonic/CHANGELOG.md
+++ b/charts/stable/airsonic/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [airsonic-6.0.19](https://github.com/truecharts/apps/compare/airsonic-advanced-4.0.18...airsonic-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [airsonic-6.0.18](https://github.com/truecharts/apps/compare/airsonic-advanced-4.0.17...airsonic-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md
index 7f60797bde3..ac76753a188 100644
--- a/charts/stable/airsonic/README.md
+++ b/charts/stable/airsonic/README.md
@@ -1,8 +1,14 @@
# airsonic
+ 
+
Airsonic is a Free and Open Source community driven media server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [airsonic](https://truecharts.org/charts/stable/airsonic)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `airsonic`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install airsonic TrueCharts/airsonic
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `airsonic` deployment
+
+```console
+helm uninstall airsonic
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install airsonic \
+ --set env.TZ="America/New York" \
+ TrueCharts/airsonic
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install airsonic TrueCharts/airsonic -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/alist/CHANGELOG.md b/charts/stable/alist/CHANGELOG.md
index d49ee29193c..db1cbcadab1 100644
--- a/charts/stable/alist/CHANGELOG.md
+++ b/charts/stable/alist/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [alist-2.0.19](https://github.com/truecharts/apps/compare/alist-2.0.18...alist-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [alist-2.0.18](https://github.com/truecharts/apps/compare/alist-2.0.17...alist-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/alist/README.md b/charts/stable/alist/README.md
index 9fc92c98a87..a1988702cb7 100644
--- a/charts/stable/alist/README.md
+++ b/charts/stable/alist/README.md
@@ -1,8 +1,14 @@
# alist
+  
+
Alist program that supports multiple storage, powered by Gin and React
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [alist](https://truecharts.org/charts/stable/alist)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `alist`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install alist TrueCharts/alist
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `alist` deployment
+
+```console
+helm uninstall alist
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install alist \
+ --set env.TZ="America/New York" \
+ TrueCharts/alist
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install alist TrueCharts/alist -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/amcrest2mqtt/CHANGELOG.md b/charts/stable/amcrest2mqtt/CHANGELOG.md
index 87dbe46aa8f..66eac6b67db 100644
--- a/charts/stable/amcrest2mqtt/CHANGELOG.md
+++ b/charts/stable/amcrest2mqtt/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [amcrest2mqtt-4.0.19](https://github.com/truecharts/apps/compare/amcrest2mqtt-4.0.18...amcrest2mqtt-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [amcrest2mqtt-4.0.18](https://github.com/truecharts/apps/compare/amcrest2mqtt-4.0.17...amcrest2mqtt-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/amcrest2mqtt/README.md b/charts/stable/amcrest2mqtt/README.md
index d3fcd9207f6..bf32c3ae8e1 100644
--- a/charts/stable/amcrest2mqtt/README.md
+++ b/charts/stable/amcrest2mqtt/README.md
@@ -1,8 +1,14 @@
# amcrest2mqtt
+ 
+
Expose all events from an Amcrest device to an MQTT broker
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [amcrest2mqtt](https://truecharts.org/charts/stable/amcrest2mqtt)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `amcrest2mqtt`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install amcrest2mqtt TrueCharts/amcrest2mqtt
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `amcrest2mqtt` deployment
+
+```console
+helm uninstall amcrest2mqtt
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install amcrest2mqtt \
+ --set env.TZ="America/New York" \
+ TrueCharts/amcrest2mqtt
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install amcrest2mqtt TrueCharts/amcrest2mqtt -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/anonaddy/CHANGELOG.md b/charts/stable/anonaddy/CHANGELOG.md
index 66a92a8964a..c66781c4fa2 100644
--- a/charts/stable/anonaddy/CHANGELOG.md
+++ b/charts/stable/anonaddy/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [anonaddy-9.0.24](https://github.com/truecharts/apps/compare/anonaddy-9.0.23...anonaddy-9.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [anonaddy-9.0.23](https://github.com/truecharts/apps/compare/anonaddy-9.0.22...anonaddy-9.0.23) (2022-07-16)
### Chore
diff --git a/charts/stable/anonaddy/README.md b/charts/stable/anonaddy/README.md
index 3ae59321a6c..f2596f49365 100644
--- a/charts/stable/anonaddy/README.md
+++ b/charts/stable/anonaddy/README.md
@@ -1,8 +1,14 @@
# anonaddy
+ 
+
Protect your email from spam using disposable addresses.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [anonaddy](https://truecharts.org/charts/stable/anonaddy)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `anonaddy`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install anonaddy TrueCharts/anonaddy
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `anonaddy` deployment
+
+```console
+helm uninstall anonaddy
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install anonaddy \
+ --set env.TZ="America/New York" \
+ TrueCharts/anonaddy
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install anonaddy TrueCharts/anonaddy -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/apache-musicindex/CHANGELOG.md b/charts/stable/apache-musicindex/CHANGELOG.md
index cf5c71f00d1..0c606e3ae4b 100644
--- a/charts/stable/apache-musicindex/CHANGELOG.md
+++ b/charts/stable/apache-musicindex/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [apache-musicindex-4.0.19](https://github.com/truecharts/apps/compare/apache-musicindex-4.0.18...apache-musicindex-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [apache-musicindex-4.0.18](https://github.com/truecharts/apps/compare/apache-musicindex-4.0.17...apache-musicindex-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/apache-musicindex/README.md b/charts/stable/apache-musicindex/README.md
index 080add2102f..8f91f005bfd 100644
--- a/charts/stable/apache-musicindex/README.md
+++ b/charts/stable/apache-musicindex/README.md
@@ -1,8 +1,14 @@
# apache-musicindex
+ 
+
Index and stream music using apache-musicindex and m3u playlists
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [apache-musicindex](https://truecharts.org/charts/stable/apache-musicindex)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `apache-musicindex`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install apache-musicindex TrueCharts/apache-musicindex
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `apache-musicindex` deployment
+
+```console
+helm uninstall apache-musicindex
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install apache-musicindex \
+ --set env.TZ="America/New York" \
+ TrueCharts/apache-musicindex
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install apache-musicindex TrueCharts/apache-musicindex -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/appdaemon/CHANGELOG.md b/charts/stable/appdaemon/CHANGELOG.md
index 96beb90fb02..b32108020fd 100644
--- a/charts/stable/appdaemon/CHANGELOG.md
+++ b/charts/stable/appdaemon/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [appdaemon-9.0.19](https://github.com/truecharts/apps/compare/appdaemon-9.0.18...appdaemon-9.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [appdaemon-9.0.18](https://github.com/truecharts/apps/compare/appdaemon-9.0.17...appdaemon-9.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md
index 0560f736f9a..10217628967 100644
--- a/charts/stable/appdaemon/README.md
+++ b/charts/stable/appdaemon/README.md
@@ -1,8 +1,14 @@
# appdaemon
+  
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [appdaemon](https://truecharts.org/charts/stable/appdaemon)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `appdaemon`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install appdaemon TrueCharts/appdaemon
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `appdaemon` deployment
+
+```console
+helm uninstall appdaemon
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install appdaemon \
+ --set env.TZ="America/New York" \
+ TrueCharts/appdaemon
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install appdaemon TrueCharts/appdaemon -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/aria2/CHANGELOG.md b/charts/stable/aria2/CHANGELOG.md
index 678635a1bf8..6d798220800 100644
--- a/charts/stable/aria2/CHANGELOG.md
+++ b/charts/stable/aria2/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [aria2-5.0.19](https://github.com/truecharts/apps/compare/aria2-5.0.18...aria2-5.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [aria2-5.0.18](https://github.com/truecharts/apps/compare/aria2-5.0.17...aria2-5.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/aria2/README.md b/charts/stable/aria2/README.md
index 0f0f05b70e9..770451a647e 100644
--- a/charts/stable/aria2/README.md
+++ b/charts/stable/aria2/README.md
@@ -1,8 +1,14 @@
# aria2
+ 
+
aria server for downloading web content
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [aria2](https://truecharts.org/charts/stable/aria2)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `aria2`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install aria2 TrueCharts/aria2
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `aria2` deployment
+
+```console
+helm uninstall aria2
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install aria2 \
+ --set env.TZ="America/New York" \
+ TrueCharts/aria2
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install aria2 TrueCharts/aria2 -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/audacity/CHANGELOG.md b/charts/stable/audacity/CHANGELOG.md
index 7718b297029..45753f77b84 100644
--- a/charts/stable/audacity/CHANGELOG.md
+++ b/charts/stable/audacity/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [audacity-4.0.18](https://github.com/truecharts/apps/compare/audacity-4.0.17...audacity-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [audacity-4.0.17](https://github.com/truecharts/apps/compare/audacity-4.0.16...audacity-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/audacity/README.md b/charts/stable/audacity/README.md
index 197a65f705a..04a6c68f65f 100644
--- a/charts/stable/audacity/README.md
+++ b/charts/stable/audacity/README.md
@@ -1,8 +1,14 @@
# audacity
+  
+
An easy-to-use, multi-track audio editor and recorder
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [audacity](https://truecharts.org/charts/stable/audacity)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `audacity`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install audacity TrueCharts/audacity
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `audacity` deployment
+
+```console
+helm uninstall audacity
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install audacity \
+ --set env.TZ="America/New York" \
+ TrueCharts/audacity
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install audacity TrueCharts/audacity -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/audiobookshelf/CHANGELOG.md b/charts/stable/audiobookshelf/CHANGELOG.md
index c476fc78f0d..70e821316fa 100644
--- a/charts/stable/audiobookshelf/CHANGELOG.md
+++ b/charts/stable/audiobookshelf/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [audiobookshelf-2.0.22](https://github.com/truecharts/apps/compare/audiobookshelf-2.0.21...audiobookshelf-2.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [audiobookshelf-2.0.21](https://github.com/truecharts/apps/compare/audiobookshelf-2.0.20...audiobookshelf-2.0.21) (2022-07-16)
### Chore
diff --git a/charts/stable/audiobookshelf/README.md b/charts/stable/audiobookshelf/README.md
index 0ab0cb24a5b..64989a4cb84 100644
--- a/charts/stable/audiobookshelf/README.md
+++ b/charts/stable/audiobookshelf/README.md
@@ -1,8 +1,14 @@
# audiobookshelf
+ 
+
Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [audiobookshelf](https://truecharts.org/charts/stable/audiobookshelf)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `audiobookshelf`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install audiobookshelf TrueCharts/audiobookshelf
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `audiobookshelf` deployment
+
+```console
+helm uninstall audiobookshelf
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install audiobookshelf \
+ --set env.TZ="America/New York" \
+ TrueCharts/audiobookshelf
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install audiobookshelf TrueCharts/audiobookshelf -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/authelia/CHANGELOG.md b/charts/stable/authelia/CHANGELOG.md
index eceff4086ad..b824cb00c7b 100644
--- a/charts/stable/authelia/CHANGELOG.md
+++ b/charts/stable/authelia/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [authelia-11.0.23](https://github.com/truecharts/apps/compare/authelia-11.0.22...authelia-11.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [authelia-11.0.22](https://github.com/truecharts/apps/compare/authelia-11.0.21...authelia-11.0.22) (2022-07-14)
### Fix
diff --git a/charts/stable/authelia/README.md b/charts/stable/authelia/README.md
index d8a13ac9a24..ade062f2790 100644
--- a/charts/stable/authelia/README.md
+++ b/charts/stable/authelia/README.md
@@ -1,8 +1,14 @@
# authelia
+  
+
Authelia is a Single Sign-On Multi-Factor portal for web apps
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [authelia](https://truecharts.org/charts/stable/authelia)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `authelia`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install authelia TrueCharts/authelia
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `authelia` deployment
+
+```console
+helm uninstall authelia
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install authelia \
+ --set env.TZ="America/New York" \
+ TrueCharts/authelia
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install authelia TrueCharts/authelia -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/automatic-music-downloader/CHANGELOG.md b/charts/stable/automatic-music-downloader/CHANGELOG.md
index 20eb70621d1..e6cd9784118 100644
--- a/charts/stable/automatic-music-downloader/CHANGELOG.md
+++ b/charts/stable/automatic-music-downloader/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [automatic-music-downloader-2.0.19](https://github.com/truecharts/apps/compare/automatic-music-downloader-2.0.18...automatic-music-downloader-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [automatic-music-downloader-2.0.18](https://github.com/truecharts/apps/compare/automatic-music-downloader-2.0.17...automatic-music-downloader-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/automatic-music-downloader/README.md b/charts/stable/automatic-music-downloader/README.md
index e288613afb3..6b1853940a1 100644
--- a/charts/stable/automatic-music-downloader/README.md
+++ b/charts/stable/automatic-music-downloader/README.md
@@ -1,8 +1,14 @@
# automatic-music-downloader
+  
+
A Lidarr companion script to automatically download music for Lidarr.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [automatic-music-downloader](https://truecharts.org/charts/stable/automatic-music-downloader)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `automatic-music-downloader`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install automatic-music-downloader TrueCharts/automatic-music-downloader
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `automatic-music-downloader` deployment
+
+```console
+helm uninstall automatic-music-downloader
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install automatic-music-downloader \
+ --set env.TZ="America/New York" \
+ TrueCharts/automatic-music-downloader
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install automatic-music-downloader TrueCharts/automatic-music-downloader -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/babybuddy/CHANGELOG.md b/charts/stable/babybuddy/CHANGELOG.md
index 3701351bb4d..b68c83ce0e3 100644
--- a/charts/stable/babybuddy/CHANGELOG.md
+++ b/charts/stable/babybuddy/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [babybuddy-8.0.25](https://github.com/truecharts/apps/compare/babybuddy-8.0.24...babybuddy-8.0.25) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [babybuddy-8.0.24](https://github.com/truecharts/apps/compare/babybuddy-8.0.23...babybuddy-8.0.24) (2022-07-14)
### Fix
diff --git a/charts/stable/babybuddy/README.md b/charts/stable/babybuddy/README.md
index fce3f992db4..d339376344c 100644
--- a/charts/stable/babybuddy/README.md
+++ b/charts/stable/babybuddy/README.md
@@ -1,8 +1,14 @@
# babybuddy
+  
+
Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [babybuddy](https://truecharts.org/charts/stable/babybuddy)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `babybuddy`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install babybuddy TrueCharts/babybuddy
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `babybuddy` deployment
+
+```console
+helm uninstall babybuddy
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install babybuddy \
+ --set env.TZ="America/New York" \
+ TrueCharts/babybuddy
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install babybuddy TrueCharts/babybuddy -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/baserow/CHANGELOG.md b/charts/stable/baserow/CHANGELOG.md
index ef7edb91f10..80c43305082 100644
--- a/charts/stable/baserow/CHANGELOG.md
+++ b/charts/stable/baserow/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [baserow-3.0.22](https://github.com/truecharts/apps/compare/baserow-3.0.21...baserow-3.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [baserow-3.0.21](https://github.com/truecharts/apps/compare/baserow-3.0.20...baserow-3.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/baserow/README.md b/charts/stable/baserow/README.md
index 13d198e3567..2e1ea6bdb52 100644
--- a/charts/stable/baserow/README.md
+++ b/charts/stable/baserow/README.md
@@ -1,8 +1,14 @@
# baserow
+ 
+
Baserow is an open source no-code database tool and Airtable alternative.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [baserow](https://truecharts.org/charts/stable/baserow)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `baserow`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install baserow TrueCharts/baserow
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `baserow` deployment
+
+```console
+helm uninstall baserow
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install baserow \
+ --set env.TZ="America/New York" \
+ TrueCharts/baserow
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install baserow TrueCharts/baserow -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/bazarr/CHANGELOG.md b/charts/stable/bazarr/CHANGELOG.md
index 84f8512cbf7..6ab42725d11 100644
--- a/charts/stable/bazarr/CHANGELOG.md
+++ b/charts/stable/bazarr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [bazarr-11.0.19](https://github.com/truecharts/apps/compare/bazarr-11.0.18...bazarr-11.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [bazarr-11.0.18](https://github.com/truecharts/apps/compare/bazarr-11.0.17...bazarr-11.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md
index 62a0d5f0061..983e7987598 100644
--- a/charts/stable/bazarr/README.md
+++ b/charts/stable/bazarr/README.md
@@ -1,8 +1,14 @@
# bazarr
+  
+
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [bazarr](https://truecharts.org/charts/stable/bazarr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `bazarr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install bazarr TrueCharts/bazarr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `bazarr` deployment
+
+```console
+helm uninstall bazarr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install bazarr \
+ --set env.TZ="America/New York" \
+ TrueCharts/bazarr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install bazarr TrueCharts/bazarr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/beets/CHANGELOG.md b/charts/stable/beets/CHANGELOG.md
index ec1f59cba1f..4443759782c 100644
--- a/charts/stable/beets/CHANGELOG.md
+++ b/charts/stable/beets/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [beets-4.0.20](https://github.com/truecharts/apps/compare/beets-4.0.19...beets-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [beets-4.0.19](https://github.com/truecharts/apps/compare/beets-4.0.18...beets-4.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/beets/README.md b/charts/stable/beets/README.md
index ea4d2cc4b56..d24811fe2c6 100644
--- a/charts/stable/beets/README.md
+++ b/charts/stable/beets/README.md
@@ -1,8 +1,14 @@
# beets
+  
+
A music library manager and not, for the most part, a music player.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [beets](https://truecharts.org/charts/stable/beets)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `beets`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install beets TrueCharts/beets
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `beets` deployment
+
+```console
+helm uninstall beets
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install beets \
+ --set env.TZ="America/New York" \
+ TrueCharts/beets
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install beets TrueCharts/beets -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/blog/CHANGELOG.md b/charts/stable/blog/CHANGELOG.md
index 033e56882c8..639e854c2d2 100644
--- a/charts/stable/blog/CHANGELOG.md
+++ b/charts/stable/blog/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [blog-3.0.20](https://github.com/truecharts/apps/compare/blog-3.0.19...blog-3.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [blog-3.0.19](https://github.com/truecharts/apps/compare/blog-3.0.18...blog-3.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/blog/README.md b/charts/stable/blog/README.md
index b40f6799944..ec97a985922 100644
--- a/charts/stable/blog/README.md
+++ b/charts/stable/blog/README.md
@@ -1,8 +1,14 @@
# blog
+ 
+
Lightweight self-hosted facebook-styled PHP blog.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [blog](https://truecharts.org/charts/stable/blog)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `blog`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install blog TrueCharts/blog
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `blog` deployment
+
+```console
+helm uninstall blog
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install blog \
+ --set env.TZ="America/New York" \
+ TrueCharts/blog
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install blog TrueCharts/blog -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/boinc/CHANGELOG.md b/charts/stable/boinc/CHANGELOG.md
index 61388b21f82..297dbe481ae 100644
--- a/charts/stable/boinc/CHANGELOG.md
+++ b/charts/stable/boinc/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [boinc-2.0.26](https://github.com/truecharts/apps/compare/boinc-2.0.25...boinc-2.0.26) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [boinc-2.0.25](https://github.com/truecharts/apps/compare/boinc-2.0.24...boinc-2.0.25) (2022-07-17)
### Chore
diff --git a/charts/stable/boinc/README.md b/charts/stable/boinc/README.md
index 60f75d9d80d..d8e36fa57d3 100644
--- a/charts/stable/boinc/README.md
+++ b/charts/stable/boinc/README.md
@@ -1,8 +1,14 @@
# boinc
+  
+
BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [boinc](https://truecharts.org/charts/stable/boinc)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `boinc`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install boinc TrueCharts/boinc
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `boinc` deployment
+
+```console
+helm uninstall boinc
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install boinc \
+ --set env.TZ="America/New York" \
+ TrueCharts/boinc
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install boinc TrueCharts/boinc -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/booksonic-air/CHANGELOG.md b/charts/stable/booksonic-air/CHANGELOG.md
index e916fd9e1eb..b2fe9a79194 100644
--- a/charts/stable/booksonic-air/CHANGELOG.md
+++ b/charts/stable/booksonic-air/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [booksonic-air-6.0.21](https://github.com/truecharts/apps/compare/booksonic-air-6.0.20...booksonic-air-6.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [booksonic-air-6.0.20](https://github.com/truecharts/apps/compare/booksonic-air-6.0.19...booksonic-air-6.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md
index 59c6cc24ce2..6cbba1f193b 100644
--- a/charts/stable/booksonic-air/README.md
+++ b/charts/stable/booksonic-air/README.md
@@ -1,8 +1,14 @@
# booksonic-air
+ 
+
Booksonic is a platform for accessing the audibooks you own wherever you are
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [booksonic-air](https://truecharts.org/charts/stable/booksonic-air)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `booksonic-air`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install booksonic-air TrueCharts/booksonic-air
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `booksonic-air` deployment
+
+```console
+helm uninstall booksonic-air
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install booksonic-air \
+ --set env.TZ="America/New York" \
+ TrueCharts/booksonic-air
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install booksonic-air TrueCharts/booksonic-air -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/bookstack/CHANGELOG.md b/charts/stable/bookstack/CHANGELOG.md
index bf0e08def5e..6353deb122d 100644
--- a/charts/stable/bookstack/CHANGELOG.md
+++ b/charts/stable/bookstack/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [bookstack-3.0.21](https://github.com/truecharts/apps/compare/bookstack-3.0.20...bookstack-3.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [bookstack-3.0.20](https://github.com/truecharts/apps/compare/bookstack-3.0.19...bookstack-3.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/bookstack/README.md b/charts/stable/bookstack/README.md
index 4ac51f43322..06002bfe58a 100644
--- a/charts/stable/bookstack/README.md
+++ b/charts/stable/bookstack/README.md
@@ -1,8 +1,14 @@
# bookstack
+ 
+
A simple, self-hosted, easy-to-use platform for organising and storing information.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [bookstack](https://truecharts.org/charts/stable/bookstack)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `bookstack`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install bookstack TrueCharts/bookstack
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `bookstack` deployment
+
+```console
+helm uninstall bookstack
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install bookstack \
+ --set env.TZ="America/New York" \
+ TrueCharts/bookstack
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install bookstack TrueCharts/bookstack -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/browserless-chrome/CHANGELOG.md b/charts/stable/browserless-chrome/CHANGELOG.md
index 97e2fcc69e3..8586a083fdd 100644
--- a/charts/stable/browserless-chrome/CHANGELOG.md
+++ b/charts/stable/browserless-chrome/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [browserless-chrome-2.0.19](https://github.com/truecharts/apps/compare/browserless-chrome-2.0.18...browserless-chrome-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [browserless-chrome-2.0.18](https://github.com/truecharts/apps/compare/browserless-chrome-2.0.17...browserless-chrome-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/browserless-chrome/README.md b/charts/stable/browserless-chrome/README.md
index 1f89efb9404..4e2e2fbf4f7 100644
--- a/charts/stable/browserless-chrome/README.md
+++ b/charts/stable/browserless-chrome/README.md
@@ -1,8 +1,14 @@
# browserless-chrome
+ 
+
Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [browserless-chrome](https://truecharts.org/charts/stable/browserless-chrome)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `browserless-chrome`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install browserless-chrome TrueCharts/browserless-chrome
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `browserless-chrome` deployment
+
+```console
+helm uninstall browserless-chrome
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install browserless-chrome \
+ --set env.TZ="America/New York" \
+ TrueCharts/browserless-chrome
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install browserless-chrome TrueCharts/browserless-chrome -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/budge/CHANGELOG.md b/charts/stable/budge/CHANGELOG.md
index 70176fcc4ba..90d9096907b 100644
--- a/charts/stable/budge/CHANGELOG.md
+++ b/charts/stable/budge/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [budge-2.0.21](https://github.com/truecharts/apps/compare/budge-2.0.20...budge-2.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [budge-2.0.20](https://github.com/truecharts/apps/compare/budge-2.0.19...budge-2.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/budge/README.md b/charts/stable/budge/README.md
index afda5a44c40..4d35b32119f 100644
--- a/charts/stable/budge/README.md
+++ b/charts/stable/budge/README.md
@@ -1,8 +1,14 @@
# budge
+ 
+
Budge is an open source 'budgeting with envelopes' personal finance app.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [budge](https://truecharts.org/charts/stable/budge)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `budge`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install budge TrueCharts/budge
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `budge` deployment
+
+```console
+helm uninstall budge
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install budge \
+ --set env.TZ="America/New York" \
+ TrueCharts/budge
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install budge TrueCharts/budge -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/calibre-web/CHANGELOG.md b/charts/stable/calibre-web/CHANGELOG.md
index 2583c8590d6..f7e0e0546a9 100644
--- a/charts/stable/calibre-web/CHANGELOG.md
+++ b/charts/stable/calibre-web/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [calibre-web-11.0.22](https://github.com/truecharts/apps/compare/calibre-web-11.0.21...calibre-web-11.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [calibre-web-11.0.21](https://github.com/truecharts/apps/compare/calibre-web-11.0.20...calibre-web-11.0.21) (2022-07-16)
### Chore
diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md
index d0b6c2d7683..33148585fd7 100644
--- a/charts/stable/calibre-web/README.md
+++ b/charts/stable/calibre-web/README.md
@@ -1,8 +1,14 @@
# calibre-web
+  
+
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [calibre-web](https://truecharts.org/charts/stable/calibre-web)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `calibre-web`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install calibre-web TrueCharts/calibre-web
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `calibre-web` deployment
+
+```console
+helm uninstall calibre-web
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install calibre-web \
+ --set env.TZ="America/New York" \
+ TrueCharts/calibre-web
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install calibre-web TrueCharts/calibre-web -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/calibre/CHANGELOG.md b/charts/stable/calibre/CHANGELOG.md
index c1b22fd4f35..589bf144dbb 100644
--- a/charts/stable/calibre/CHANGELOG.md
+++ b/charts/stable/calibre/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [calibre-7.0.24](https://github.com/truecharts/apps/compare/calibre-7.0.23...calibre-7.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [calibre-7.0.23](https://github.com/truecharts/apps/compare/calibre-web-11.0.20...calibre-7.0.23) (2022-07-16)
### Chore
diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md
index c062a732563..0d469122ee1 100644
--- a/charts/stable/calibre/README.md
+++ b/charts/stable/calibre/README.md
@@ -1,8 +1,14 @@
# calibre
+ 
+
Calibre is a powerful and easy to use e-book manager.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [calibre](https://truecharts.org/charts/stable/calibre)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `calibre`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install calibre TrueCharts/calibre
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `calibre` deployment
+
+```console
+helm uninstall calibre
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install calibre \
+ --set env.TZ="America/New York" \
+ TrueCharts/calibre
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install calibre TrueCharts/calibre -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/chevereto/CHANGELOG.md b/charts/stable/chevereto/CHANGELOG.md
index 5224a6172a7..96888a00bb9 100644
--- a/charts/stable/chevereto/CHANGELOG.md
+++ b/charts/stable/chevereto/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [chevereto-3.0.19](https://github.com/truecharts/apps/compare/chevereto-3.0.18...chevereto-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [chevereto-3.0.18](https://github.com/truecharts/apps/compare/chevereto-3.0.17...chevereto-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/chevereto/README.md b/charts/stable/chevereto/README.md
index 78e220f1b57..3d7fe1326c0 100644
--- a/charts/stable/chevereto/README.md
+++ b/charts/stable/chevereto/README.md
@@ -1,8 +1,14 @@
# chevereto
+  
+
Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [chevereto](https://truecharts.org/charts/stable/chevereto)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `chevereto`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install chevereto TrueCharts/chevereto
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `chevereto` deployment
+
+```console
+helm uninstall chevereto
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install chevereto \
+ --set env.TZ="America/New York" \
+ TrueCharts/chevereto
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install chevereto TrueCharts/chevereto -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/clamav/CHANGELOG.md b/charts/stable/clamav/CHANGELOG.md
index 4944a6e88db..0f40637627a 100644
--- a/charts/stable/clamav/CHANGELOG.md
+++ b/charts/stable/clamav/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [clamav-3.0.20](https://github.com/truecharts/apps/compare/clamav-3.0.19...clamav-3.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [clamav-3.0.19](https://github.com/truecharts/apps/compare/clamav-3.0.18...clamav-3.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/clamav/README.md b/charts/stable/clamav/README.md
index 7a2a7088b46..ea385547c31 100644
--- a/charts/stable/clamav/README.md
+++ b/charts/stable/clamav/README.md
@@ -1,8 +1,14 @@
# clamav
+  
+
ClamAV® is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [clamav](https://truecharts.org/charts/stable/clamav)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `clamav`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install clamav TrueCharts/clamav
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `clamav` deployment
+
+```console
+helm uninstall clamav
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install clamav \
+ --set env.TZ="America/New York" \
+ TrueCharts/clamav
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install clamav TrueCharts/clamav -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/clarkson/CHANGELOG.md b/charts/stable/clarkson/CHANGELOG.md
index 1ced680b120..a79d9a5f2d0 100644
--- a/charts/stable/clarkson/CHANGELOG.md
+++ b/charts/stable/clarkson/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [clarkson-3.0.20](https://github.com/truecharts/apps/compare/clarkson-3.0.19...clarkson-3.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [clarkson-3.0.19](https://github.com/truecharts/apps/compare/clarkson-3.0.18...clarkson-3.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/clarkson/README.md b/charts/stable/clarkson/README.md
index 4bad150e929..b8a5a592f09 100644
--- a/charts/stable/clarkson/README.md
+++ b/charts/stable/clarkson/README.md
@@ -1,8 +1,14 @@
# clarkson
+ 
+
A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [clarkson](https://truecharts.org/charts/stable/clarkson)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `clarkson`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install clarkson TrueCharts/clarkson
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `clarkson` deployment
+
+```console
+helm uninstall clarkson
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install clarkson \
+ --set env.TZ="America/New York" \
+ TrueCharts/clarkson
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install clarkson TrueCharts/clarkson -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/cloud9/CHANGELOG.md b/charts/stable/cloud9/CHANGELOG.md
index c5be0597711..c60288c9d27 100644
--- a/charts/stable/cloud9/CHANGELOG.md
+++ b/charts/stable/cloud9/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [cloud9-4.0.18](https://github.com/truecharts/apps/compare/cloud9-4.0.17...cloud9-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [cloud9-4.0.17](https://github.com/truecharts/apps/compare/cloud9-4.0.16...cloud9-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/cloud9/README.md b/charts/stable/cloud9/README.md
index 809056958ce..82e90387a63 100644
--- a/charts/stable/cloud9/README.md
+++ b/charts/stable/cloud9/README.md
@@ -1,8 +1,14 @@
# cloud9
+  
+
A complete web based IDE with terminal access
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [cloud9](https://truecharts.org/charts/stable/cloud9)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `cloud9`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install cloud9 TrueCharts/cloud9
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `cloud9` deployment
+
+```console
+helm uninstall cloud9
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install cloud9 \
+ --set env.TZ="America/New York" \
+ TrueCharts/cloud9
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install cloud9 TrueCharts/cloud9 -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/cloudflareddns/CHANGELOG.md b/charts/stable/cloudflareddns/CHANGELOG.md
index 212f4873d18..7f609a47a7c 100644
--- a/charts/stable/cloudflareddns/CHANGELOG.md
+++ b/charts/stable/cloudflareddns/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [cloudflareddns-1.0.3](https://github.com/truecharts/apps/compare/cloudflareddns-1.0.2...cloudflareddns-1.0.3) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [cloudflareddns-1.0.2](https://github.com/truecharts/apps/compare/cloudflareddns-1.0.1...cloudflareddns-1.0.2) (2022-07-19)
### Fix
diff --git a/charts/stable/cloudflareddns/README.md b/charts/stable/cloudflareddns/README.md
index 7998cec500b..129e1e39c34 100644
--- a/charts/stable/cloudflareddns/README.md
+++ b/charts/stable/cloudflareddns/README.md
@@ -1,16 +1,15 @@
# cloudflareddns
-  
+  
Update your Cloudflare DNS records automatically for those with a dynamic IP
-**Homepage:**
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
-## Maintainers
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [cloudflareddns](https://truecharts.org/charts/stable/cloudflareddns)
-| Name | Email | Url |
-| ---- | ------ | --- |
-| TrueCharts | info@truecharts.org | https://truecharts.org |
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,42 +20,89 @@ Update your Cloudflare DNS records automatically for those with a dynamic IP
Kubernetes: `>=1.16.0-0`
+## Dependencies
+
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.4 |
-## Values
+## Installing the Chart
-| Key | Type | Default | Description |
-|-----|------|---------|-------------|
-| env.CF_HOSTS | string | `"test.example.com;test.foobar.com;test2.foobar.com"` | |
-| env.CF_RECORDTYPES | string | `"A;A;AAAA"` | |
-| env.CF_USER | string | `"your.cf.email@example.com"` | |
-| env.CF_ZONES | string | `"example.com;foobar.com;foobar.com"` | |
-| env.DETECTION_MODE | string | `"{{ ternary .Values.env.DETECT_MODE .Values.env.DETECT_OVERRIDE (eq .Values.env.DETECT_OVERRIDE \"\") }}"` | |
-| env.DETECT_MODE | string | `"dig-whoami.cloudflare"` | |
-| env.DETECT_OVERRIDE | string | `""` | |
-| env.INTERVAL | int | `300` | |
-| env.LOG_LEVEL | int | `3` | |
-| env.cloudflareddns | string | `""` | |
-| image.pullPolicy | string | `"IfNotPresent"` | |
-| image.repository | string | `"tccr.io/truecharts/cloudflareddns"` | |
-| image.tag | string | `"latest@sha256:21393f2edec6838dde0e1db48e37a976bdf26f991d775057e95480e6983d4a6e"` | |
-| persistence.config.enabled | bool | `true` | |
-| persistence.config.mountPath | string | `"/config"` | |
-| persistence.varrun.enabled | bool | `true` | |
-| podSecurityContext.runAsGroup | int | `0` | |
-| podSecurityContext.runAsUser | int | `0` | |
-| probes.liveness.enabled | bool | `false` | |
-| probes.readiness.enabled | bool | `false` | |
-| probes.startup.enabled | bool | `false` | |
-| secretEnv.CF_APIKEY | string | `""` | |
-| secretEnv.CF_APITOKEN | string | `""` | |
-| secretEnv.CF_APITOKEN_ZONE | string | `""` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| securityContext.runAsNonRoot | bool | `false` | |
-| service.main.enabled | bool | `false` | |
-| service.main.ports.main.enabled | bool | `false` | |
+### TrueNAS SCALE
-----------------------------------------------
-Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
+
+### Helm
+
+To install the chart with the release name `cloudflareddns`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install cloudflareddns TrueCharts/cloudflareddns
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
+
+### Helm
+
+To uninstall the `cloudflareddns` deployment
+
+```console
+helm uninstall cloudflareddns
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install cloudflareddns \
+ --set env.TZ="America/New York" \
+ TrueCharts/cloudflareddns
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install cloudflareddns TrueCharts/cloudflareddns -f values.yaml
+```
+
+#### Connecting to other apps
+
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/code-server/CHANGELOG.md b/charts/stable/code-server/CHANGELOG.md
index 7410fda3e11..2f947f1456e 100644
--- a/charts/stable/code-server/CHANGELOG.md
+++ b/charts/stable/code-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [code-server-4.0.21](https://github.com/truecharts/apps/compare/code-server-4.0.20...code-server-4.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [code-server-4.0.20](https://github.com/truecharts/apps/compare/openvscode-server-2.0.20...code-server-4.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/code-server/README.md b/charts/stable/code-server/README.md
index 8217b680fa0..9203fb5a0cb 100644
--- a/charts/stable/code-server/README.md
+++ b/charts/stable/code-server/README.md
@@ -1,8 +1,14 @@
# code-server
+  
+
Run VS Code on any machine anywhere and access it in the browser.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [code-server](https://truecharts.org/charts/stable/code-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `code-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install code-server TrueCharts/code-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `code-server` deployment
+
+```console
+helm uninstall code-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install code-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/code-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install code-server TrueCharts/code-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/commento-plusplus/CHANGELOG.md b/charts/stable/commento-plusplus/CHANGELOG.md
index cbbbe6a922e..c4ea3fb6723 100644
--- a/charts/stable/commento-plusplus/CHANGELOG.md
+++ b/charts/stable/commento-plusplus/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [commento-plusplus-3.0.19](https://github.com/truecharts/apps/compare/commento-plusplus-3.0.18...commento-plusplus-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [commento-plusplus-3.0.18](https://github.com/truecharts/apps/compare/commento-plusplus-3.0.17...commento-plusplus-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/commento-plusplus/README.md b/charts/stable/commento-plusplus/README.md
index 9967503f3db..c2a35226c04 100644
--- a/charts/stable/commento-plusplus/README.md
+++ b/charts/stable/commento-plusplus/README.md
@@ -1,8 +1,14 @@
# commento-plusplus
+ 
+
Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [commento-plusplus](https://truecharts.org/charts/stable/commento-plusplus)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `commento-plusplus`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install commento-plusplus TrueCharts/commento-plusplus
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `commento-plusplus` deployment
+
+```console
+helm uninstall commento-plusplus
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install commento-plusplus \
+ --set env.TZ="America/New York" \
+ TrueCharts/commento-plusplus
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install commento-plusplus TrueCharts/commento-plusplus -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/couchpotato/CHANGELOG.md b/charts/stable/couchpotato/CHANGELOG.md
index 21cefa6dde7..0d8ea1f5ea8 100644
--- a/charts/stable/couchpotato/CHANGELOG.md
+++ b/charts/stable/couchpotato/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [couchpotato-2.0.18](https://github.com/truecharts/apps/compare/couchpotato-2.0.17...couchpotato-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [couchpotato-2.0.17](https://github.com/truecharts/apps/compare/couchpotato-2.0.16...couchpotato-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/couchpotato/README.md b/charts/stable/couchpotato/README.md
index 71c6456c03a..f008530d1e3 100644
--- a/charts/stable/couchpotato/README.md
+++ b/charts/stable/couchpotato/README.md
@@ -1,8 +1,14 @@
# couchpotato
+  
+
Couchpotato is an automatic NZB and torrent downloader.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [couchpotato](https://truecharts.org/charts/stable/couchpotato)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `couchpotato`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install couchpotato TrueCharts/couchpotato
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `couchpotato` deployment
+
+```console
+helm uninstall couchpotato
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install couchpotato \
+ --set env.TZ="America/New York" \
+ TrueCharts/couchpotato
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install couchpotato TrueCharts/couchpotato -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/cryptofolio/CHANGELOG.md b/charts/stable/cryptofolio/CHANGELOG.md
index 123da3cce6d..4bc9eeb6fd0 100644
--- a/charts/stable/cryptofolio/CHANGELOG.md
+++ b/charts/stable/cryptofolio/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [cryptofolio-4.0.19](https://github.com/truecharts/apps/compare/cryptofolio-4.0.18...cryptofolio-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [cryptofolio-4.0.18](https://github.com/truecharts/apps/compare/cryptofolio-4.0.17...cryptofolio-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/cryptofolio/README.md b/charts/stable/cryptofolio/README.md
index c53f1e42e75..414dc2525b4 100644
--- a/charts/stable/cryptofolio/README.md
+++ b/charts/stable/cryptofolio/README.md
@@ -1,8 +1,14 @@
# cryptofolio
+ 
+
Track your cryptocurrency holdings/portfolio
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [cryptofolio](https://truecharts.org/charts/stable/cryptofolio)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `cryptofolio`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install cryptofolio TrueCharts/cryptofolio
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `cryptofolio` deployment
+
+```console
+helm uninstall cryptofolio
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install cryptofolio \
+ --set env.TZ="America/New York" \
+ TrueCharts/cryptofolio
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install cryptofolio TrueCharts/cryptofolio -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md
index 4ac0f36a54c..135f64fa1f5 100644
--- a/charts/stable/custom-app/CHANGELOG.md
+++ b/charts/stable/custom-app/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [custom-app-5.1.19](https://github.com/truecharts/apps/compare/custom-app-5.1.18...custom-app-5.1.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [custom-app-5.1.18](https://github.com/truecharts/apps/compare/custom-app-5.1.17...custom-app-5.1.18) (2022-07-17)
### Chore
diff --git a/charts/stable/custom-app/README.md b/charts/stable/custom-app/README.md
index 6639d2a9846..93dd632289a 100644
--- a/charts/stable/custom-app/README.md
+++ b/charts/stable/custom-app/README.md
@@ -1,8 +1,14 @@
# custom-app
+  
+
Advanced tool to create your own TrueCharts-based App
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [custom-app](https://truecharts.org/charts/stable/custom-app)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `custom-app`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install custom-app TrueCharts/custom-app
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `custom-app` deployment
+
+```console
+helm uninstall custom-app
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install custom-app \
+ --set env.TZ="America/New York" \
+ TrueCharts/custom-app
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install custom-app TrueCharts/custom-app -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/cyberchef/CHANGELOG.md b/charts/stable/cyberchef/CHANGELOG.md
index 53767a03576..a5f71b233f1 100644
--- a/charts/stable/cyberchef/CHANGELOG.md
+++ b/charts/stable/cyberchef/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [cyberchef-2.0.40](https://github.com/truecharts/apps/compare/cyberchef-2.0.39...cyberchef-2.0.40) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [cyberchef-2.0.39](https://github.com/truecharts/apps/compare/cyberchef-2.0.38...cyberchef-2.0.39) (2022-07-16)
### Chore
diff --git a/charts/stable/cyberchef/README.md b/charts/stable/cyberchef/README.md
index 38566ff16c8..d99fd755ad8 100644
--- a/charts/stable/cyberchef/README.md
+++ b/charts/stable/cyberchef/README.md
@@ -1,8 +1,14 @@
# cyberchef
+ 
+
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [cyberchef](https://truecharts.org/charts/stable/cyberchef)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `cyberchef`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install cyberchef TrueCharts/cyberchef
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `cyberchef` deployment
+
+```console
+helm uninstall cyberchef
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install cyberchef \
+ --set env.TZ="America/New York" \
+ TrueCharts/cyberchef
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install cyberchef TrueCharts/cyberchef -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/darktable/CHANGELOG.md b/charts/stable/darktable/CHANGELOG.md
index 156a54aaf26..09a7f334630 100644
--- a/charts/stable/darktable/CHANGELOG.md
+++ b/charts/stable/darktable/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [darktable-3.0.18](https://github.com/truecharts/apps/compare/darktable-3.0.17...darktable-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [darktable-3.0.17](https://github.com/truecharts/apps/compare/darktable-3.0.16...darktable-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/darktable/README.md b/charts/stable/darktable/README.md
index a3b65849dc0..e19d6d12338 100644
--- a/charts/stable/darktable/README.md
+++ b/charts/stable/darktable/README.md
@@ -1,8 +1,14 @@
# darktable
+  
+
Darktable is an open source photography workflow application and raw developer.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [darktable](https://truecharts.org/charts/stable/darktable)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `darktable`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install darktable TrueCharts/darktable
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `darktable` deployment
+
+```console
+helm uninstall darktable
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install darktable \
+ --set env.TZ="America/New York" \
+ TrueCharts/darktable
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install darktable TrueCharts/darktable -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/dashdot/CHANGELOG.md b/charts/stable/dashdot/CHANGELOG.md
index 2b03ee8a100..5416c941f2a 100644
--- a/charts/stable/dashdot/CHANGELOG.md
+++ b/charts/stable/dashdot/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [dashdot-1.0.29](https://github.com/truecharts/apps/compare/dashdot-1.0.28...dashdot-1.0.29) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [dashdot-1.0.28](https://github.com/truecharts/apps/compare/dashdot-1.0.27...dashdot-1.0.28) (2022-07-14)
### Fix
diff --git a/charts/stable/dashdot/README.md b/charts/stable/dashdot/README.md
index 3a0a44bf2ad..753fd0dba8a 100644
--- a/charts/stable/dashdot/README.md
+++ b/charts/stable/dashdot/README.md
@@ -1,8 +1,14 @@
# dashdot
+ 
+
dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [dashdot](https://truecharts.org/charts/stable/dashdot)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `dashdot`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install dashdot TrueCharts/dashdot
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `dashdot` deployment
+
+```console
+helm uninstall dashdot
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install dashdot \
+ --set env.TZ="America/New York" \
+ TrueCharts/dashdot
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install dashdot TrueCharts/dashdot -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/davos/CHANGELOG.md b/charts/stable/davos/CHANGELOG.md
index 6e9ae9c335e..2abefeb8d0f 100644
--- a/charts/stable/davos/CHANGELOG.md
+++ b/charts/stable/davos/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [davos-4.0.18](https://github.com/truecharts/apps/compare/davos-4.0.17...davos-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [davos-4.0.17](https://github.com/truecharts/apps/compare/davos-4.0.16...davos-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/davos/README.md b/charts/stable/davos/README.md
index 2f9bc16c75d..f6570d3c0ec 100644
--- a/charts/stable/davos/README.md
+++ b/charts/stable/davos/README.md
@@ -1,8 +1,14 @@
# davos
+  
+
An FTP automation tool that periodically scans given host locations for new files.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [davos](https://truecharts.org/charts/stable/davos)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `davos`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install davos TrueCharts/davos
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `davos` deployment
+
+```console
+helm uninstall davos
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install davos \
+ --set env.TZ="America/New York" \
+ TrueCharts/davos
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install davos TrueCharts/davos -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ddclient/CHANGELOG.md b/charts/stable/ddclient/CHANGELOG.md
index 9ed429daadd..b73bf0e3704 100644
--- a/charts/stable/ddclient/CHANGELOG.md
+++ b/charts/stable/ddclient/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ddclient-2.0.19](https://github.com/truecharts/apps/compare/ddclient-2.0.18...ddclient-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ddclient-2.0.18](https://github.com/truecharts/apps/compare/ddclient-2.0.17...ddclient-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/ddclient/README.md b/charts/stable/ddclient/README.md
index 3cce44fe6ca..1cf84585b50 100644
--- a/charts/stable/ddclient/README.md
+++ b/charts/stable/ddclient/README.md
@@ -1,8 +1,14 @@
# ddclient
+  
+
Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ddclient](https://truecharts.org/charts/stable/ddclient)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ddclient`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ddclient TrueCharts/ddclient
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ddclient` deployment
+
+```console
+helm uninstall ddclient
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ddclient \
+ --set env.TZ="America/New York" \
+ TrueCharts/ddclient
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ddclient TrueCharts/ddclient -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ddns-go/CHANGELOG.md b/charts/stable/ddns-go/CHANGELOG.md
index c1d86dee7c5..6d86441833e 100644
--- a/charts/stable/ddns-go/CHANGELOG.md
+++ b/charts/stable/ddns-go/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ddns-go-2.0.19](https://github.com/truecharts/apps/compare/ddns-go-2.0.18...ddns-go-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ddns-go-2.0.18](https://github.com/truecharts/apps/compare/ddns-go-2.0.17...ddns-go-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/ddns-go/README.md b/charts/stable/ddns-go/README.md
index 860a9589dc0..c5ec2da3019 100644
--- a/charts/stable/ddns-go/README.md
+++ b/charts/stable/ddns-go/README.md
@@ -1,8 +1,14 @@
# ddns-go
+  
+
Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ddns-go](https://truecharts.org/charts/stable/ddns-go)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ddns-go`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ddns-go TrueCharts/ddns-go
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ddns-go` deployment
+
+```console
+helm uninstall ddns-go
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ddns-go \
+ --set env.TZ="America/New York" \
+ TrueCharts/ddns-go
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ddns-go TrueCharts/ddns-go -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ddns-updater/CHANGELOG.md b/charts/stable/ddns-updater/CHANGELOG.md
index b3117007637..e6f6a474086 100644
--- a/charts/stable/ddns-updater/CHANGELOG.md
+++ b/charts/stable/ddns-updater/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ddns-updater-2.0.19](https://github.com/truecharts/apps/compare/ddns-updater-2.0.18...ddns-updater-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ddns-updater-2.0.18](https://github.com/truecharts/apps/compare/ddns-updater-2.0.17...ddns-updater-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/ddns-updater/README.md b/charts/stable/ddns-updater/README.md
index a6f302ef55b..8649697883b 100644
--- a/charts/stable/ddns-updater/README.md
+++ b/charts/stable/ddns-updater/README.md
@@ -1,8 +1,14 @@
# ddns-updater
+ 
+
Light container updating DNS A and/or AAAA records periodically for multiple DNS providers
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ddns-updater](https://truecharts.org/charts/stable/ddns-updater)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ddns-updater`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ddns-updater TrueCharts/ddns-updater
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ddns-updater` deployment
+
+```console
+helm uninstall ddns-updater
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ddns-updater \
+ --set env.TZ="America/New York" \
+ TrueCharts/ddns-updater
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ddns-updater TrueCharts/ddns-updater -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/deconz/CHANGELOG.md b/charts/stable/deconz/CHANGELOG.md
index a3680f93dcf..45e7f827615 100644
--- a/charts/stable/deconz/CHANGELOG.md
+++ b/charts/stable/deconz/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [deconz-8.0.21](https://github.com/truecharts/apps/compare/deconz-8.0.20...deconz-8.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [deconz-8.0.20](https://github.com/truecharts/apps/compare/deconz-8.0.19...deconz-8.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md
index 0ddc1f94993..2427e44fdfc 100644
--- a/charts/stable/deconz/README.md
+++ b/charts/stable/deconz/README.md
@@ -1,8 +1,14 @@
# deconz
+ 
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [deconz](https://truecharts.org/charts/stable/deconz)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `deconz`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install deconz TrueCharts/deconz
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `deconz` deployment
+
+```console
+helm uninstall deconz
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install deconz \
+ --set env.TZ="America/New York" \
+ TrueCharts/deconz
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install deconz TrueCharts/deconz -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/deemix/CHANGELOG.md b/charts/stable/deemix/CHANGELOG.md
index b2c9c4369cc..e43c6967142 100644
--- a/charts/stable/deemix/CHANGELOG.md
+++ b/charts/stable/deemix/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [deemix-3.0.18](https://github.com/truecharts/apps/compare/deemix-3.0.17...deemix-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [deemix-3.0.17](https://github.com/truecharts/apps/compare/deemix-3.0.16...deemix-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/deemix/README.md b/charts/stable/deemix/README.md
index 02a31346f46..976527d7f10 100644
--- a/charts/stable/deemix/README.md
+++ b/charts/stable/deemix/README.md
@@ -1,8 +1,14 @@
# deemix
+  
+
deemix is a deezer downloader built from the ashes of Deezloader Remix.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [deemix](https://truecharts.org/charts/stable/deemix)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `deemix`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install deemix TrueCharts/deemix
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `deemix` deployment
+
+```console
+helm uninstall deemix
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install deemix \
+ --set env.TZ="America/New York" \
+ TrueCharts/deemix
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install deemix TrueCharts/deemix -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/deepstack/CHANGELOG.md b/charts/stable/deepstack/CHANGELOG.md
index 1787a7353b5..dc84f066868 100644
--- a/charts/stable/deepstack/CHANGELOG.md
+++ b/charts/stable/deepstack/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [deepstack-4.0.18](https://github.com/truecharts/apps/compare/deepstack-4.0.17...deepstack-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [deepstack-4.0.17](https://github.com/truecharts/apps/compare/deepstack-4.0.16...deepstack-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/deepstack/README.md b/charts/stable/deepstack/README.md
index 51f948e84df..3ffe5400aa4 100644
--- a/charts/stable/deepstack/README.md
+++ b/charts/stable/deepstack/README.md
@@ -1,8 +1,14 @@
# deepstack
+  
+
DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [deepstack](https://truecharts.org/charts/stable/deepstack)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `deepstack`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install deepstack TrueCharts/deepstack
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `deepstack` deployment
+
+```console
+helm uninstall deepstack
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install deepstack \
+ --set env.TZ="America/New York" \
+ TrueCharts/deepstack
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install deepstack TrueCharts/deepstack -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/deluge/CHANGELOG.md b/charts/stable/deluge/CHANGELOG.md
index 9ecb0ea9786..a0f86aca226 100644
--- a/charts/stable/deluge/CHANGELOG.md
+++ b/charts/stable/deluge/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [deluge-11.0.20](https://github.com/truecharts/apps/compare/deluge-11.0.19...deluge-11.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [deluge-11.0.19](https://github.com/truecharts/apps/compare/deluge-11.0.18...deluge-11.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md
index 4425d46754d..cb9df95212a 100644
--- a/charts/stable/deluge/README.md
+++ b/charts/stable/deluge/README.md
@@ -1,8 +1,14 @@
# deluge
+  
+
Deluge App for TrueNAS SCALE
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [deluge](https://truecharts.org/charts/stable/deluge)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `deluge`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install deluge TrueCharts/deluge
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `deluge` deployment
+
+```console
+helm uninstall deluge
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install deluge \
+ --set env.TZ="America/New York" \
+ TrueCharts/deluge
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install deluge TrueCharts/deluge -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/digikam/CHANGELOG.md b/charts/stable/digikam/CHANGELOG.md
index 0fd6b131ab5..dd7881a6ca2 100644
--- a/charts/stable/digikam/CHANGELOG.md
+++ b/charts/stable/digikam/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [digikam-4.0.18](https://github.com/truecharts/apps/compare/digikam-4.0.17...digikam-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [digikam-4.0.17](https://github.com/truecharts/apps/compare/digikam-4.0.16...digikam-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/digikam/README.md b/charts/stable/digikam/README.md
index 4a00bd4a461..c3245fc9207 100644
--- a/charts/stable/digikam/README.md
+++ b/charts/stable/digikam/README.md
@@ -1,8 +1,14 @@
# digikam
+  
+
Professional Photo Management with the Power of Open Source
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [digikam](https://truecharts.org/charts/stable/digikam)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `digikam`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install digikam TrueCharts/digikam
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `digikam` deployment
+
+```console
+helm uninstall digikam
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install digikam \
+ --set env.TZ="America/New York" \
+ TrueCharts/digikam
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install digikam TrueCharts/digikam -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/dillinger/CHANGELOG.md b/charts/stable/dillinger/CHANGELOG.md
index e84d64b6a3d..2a88d6da242 100644
--- a/charts/stable/dillinger/CHANGELOG.md
+++ b/charts/stable/dillinger/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [dillinger-2.0.18](https://github.com/truecharts/apps/compare/dillinger-2.0.17...dillinger-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [dillinger-2.0.17](https://github.com/truecharts/apps/compare/dillinger-2.0.16...dillinger-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/dillinger/README.md b/charts/stable/dillinger/README.md
index 2f92088e058..e6d968a4391 100644
--- a/charts/stable/dillinger/README.md
+++ b/charts/stable/dillinger/README.md
@@ -1,8 +1,14 @@
# dillinger
+  
+
Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [dillinger](https://truecharts.org/charts/stable/dillinger)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `dillinger`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install dillinger TrueCharts/dillinger
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `dillinger` deployment
+
+```console
+helm uninstall dillinger
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install dillinger \
+ --set env.TZ="America/New York" \
+ TrueCharts/dillinger
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install dillinger TrueCharts/dillinger -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/dizquetv/CHANGELOG.md b/charts/stable/dizquetv/CHANGELOG.md
index 9835f35a2be..6567e1ca24f 100644
--- a/charts/stable/dizquetv/CHANGELOG.md
+++ b/charts/stable/dizquetv/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [dizquetv-7.0.19](https://github.com/truecharts/apps/compare/dizquetv-7.0.18...dizquetv-7.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [dizquetv-7.0.18](https://github.com/truecharts/apps/compare/dizquetv-7.0.17...dizquetv-7.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md
index af3f5a3d8ea..9e366154abe 100644
--- a/charts/stable/dizquetv/README.md
+++ b/charts/stable/dizquetv/README.md
@@ -1,8 +1,14 @@
# dizquetv
+ 
+
Create live TV channel streams from media on your Plex servers.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [dizquetv](https://truecharts.org/charts/stable/dizquetv)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `dizquetv`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install dizquetv TrueCharts/dizquetv
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `dizquetv` deployment
+
+```console
+helm uninstall dizquetv
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install dizquetv \
+ --set env.TZ="America/New York" \
+ TrueCharts/dizquetv
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install dizquetv TrueCharts/dizquetv -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/docker-compose/CHANGELOG.md b/charts/stable/docker-compose/CHANGELOG.md
index 4a6d32a7d12..f5cf8d66f63 100644
--- a/charts/stable/docker-compose/CHANGELOG.md
+++ b/charts/stable/docker-compose/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [docker-compose-2.0.20](https://github.com/truecharts/apps/compare/docker-compose-2.0.19...docker-compose-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [docker-compose-2.0.19](https://github.com/truecharts/apps/compare/docker-compose-2.0.18...docker-compose-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/docker-compose/README.md b/charts/stable/docker-compose/README.md
index c5227e91c24..ddc4b7444c2 100644
--- a/charts/stable/docker-compose/README.md
+++ b/charts/stable/docker-compose/README.md
@@ -1,8 +1,14 @@
# docker-compose
+  
+
Dedicated App for using Docker-Compose on TrueNAS SCALE
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [docker-compose](https://truecharts.org/charts/stable/docker-compose)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `docker-compose`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install docker-compose TrueCharts/docker-compose
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `docker-compose` deployment
+
+```console
+helm uninstall docker-compose
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install docker-compose \
+ --set env.TZ="America/New York" \
+ TrueCharts/docker-compose
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install docker-compose TrueCharts/docker-compose -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/dokuwiki/CHANGELOG.md b/charts/stable/dokuwiki/CHANGELOG.md
index c744f262418..f10b7e9d81c 100644
--- a/charts/stable/dokuwiki/CHANGELOG.md
+++ b/charts/stable/dokuwiki/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [dokuwiki-3.0.31](https://github.com/truecharts/apps/compare/dokuwiki-3.0.30...dokuwiki-3.0.31) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [dokuwiki-3.0.30](https://github.com/truecharts/apps/compare/dokuwiki-3.0.29...dokuwiki-3.0.30) (2022-07-16)
### Chore
diff --git a/charts/stable/dokuwiki/README.md b/charts/stable/dokuwiki/README.md
index 7fffe28d5b6..ffe598c3f48 100644
--- a/charts/stable/dokuwiki/README.md
+++ b/charts/stable/dokuwiki/README.md
@@ -1,8 +1,14 @@
# dokuwiki
+  
+
Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [dokuwiki](https://truecharts.org/charts/stable/dokuwiki)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `dokuwiki`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install dokuwiki TrueCharts/dokuwiki
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `dokuwiki` deployment
+
+```console
+helm uninstall dokuwiki
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install dokuwiki \
+ --set env.TZ="America/New York" \
+ TrueCharts/dokuwiki
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install dokuwiki TrueCharts/dokuwiki -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/domoticz/CHANGELOG.md b/charts/stable/domoticz/CHANGELOG.md
index 7cd0abee879..ffc383f847d 100644
--- a/charts/stable/domoticz/CHANGELOG.md
+++ b/charts/stable/domoticz/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [domoticz-2.0.23](https://github.com/truecharts/apps/compare/domoticz-2.0.22...domoticz-2.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [domoticz-2.0.22](https://github.com/truecharts/apps/compare/domoticz-2.0.21...domoticz-2.0.22) (2022-07-15)
### Chore
diff --git a/charts/stable/domoticz/README.md b/charts/stable/domoticz/README.md
index 0ed1e4407c4..417d23df166 100644
--- a/charts/stable/domoticz/README.md
+++ b/charts/stable/domoticz/README.md
@@ -1,8 +1,14 @@
# domoticz
+  
+
Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [domoticz](https://truecharts.org/charts/stable/domoticz)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `domoticz`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install domoticz TrueCharts/domoticz
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `domoticz` deployment
+
+```console
+helm uninstall domoticz
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install domoticz \
+ --set env.TZ="America/New York" \
+ TrueCharts/domoticz
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install domoticz TrueCharts/domoticz -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/doplarr/CHANGELOG.md b/charts/stable/doplarr/CHANGELOG.md
index eef589a2b90..a2e58ad498d 100644
--- a/charts/stable/doplarr/CHANGELOG.md
+++ b/charts/stable/doplarr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [doplarr-2.0.19](https://github.com/truecharts/apps/compare/doplarr-2.0.18...doplarr-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [doplarr-2.0.18](https://github.com/truecharts/apps/compare/doplarr-2.0.17...doplarr-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/doplarr/README.md b/charts/stable/doplarr/README.md
index 5d2d552e73c..dbbcfb1b263 100644
--- a/charts/stable/doplarr/README.md
+++ b/charts/stable/doplarr/README.md
@@ -1,8 +1,14 @@
# doplarr
+ 
+
An *arr Request Bot for Discord
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [doplarr](https://truecharts.org/charts/stable/doplarr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `doplarr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install doplarr TrueCharts/doplarr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `doplarr` deployment
+
+```console
+helm uninstall doplarr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install doplarr \
+ --set env.TZ="America/New York" \
+ TrueCharts/doplarr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install doplarr TrueCharts/doplarr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/double-take/CHANGELOG.md b/charts/stable/double-take/CHANGELOG.md
index 062c33fc4c7..3eb3e913b17 100644
--- a/charts/stable/double-take/CHANGELOG.md
+++ b/charts/stable/double-take/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [double-take-2.0.20](https://github.com/truecharts/apps/compare/double-take-2.0.19...double-take-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [double-take-2.0.19](https://github.com/truecharts/apps/compare/double-take-2.0.18...double-take-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/double-take/README.md b/charts/stable/double-take/README.md
index 7e1fd4ee748..aa7bdf68e15 100644
--- a/charts/stable/double-take/README.md
+++ b/charts/stable/double-take/README.md
@@ -1,8 +1,14 @@
# double-take
+  
+
Unified UI and API for processing and training images for facial recognition
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [double-take](https://truecharts.org/charts/stable/double-take)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `double-take`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install double-take TrueCharts/double-take
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `double-take` deployment
+
+```console
+helm uninstall double-take
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install double-take \
+ --set env.TZ="America/New York" \
+ TrueCharts/double-take
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install double-take TrueCharts/double-take -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/doublecommander/CHANGELOG.md b/charts/stable/doublecommander/CHANGELOG.md
index 5369a27e6ae..6f3486faee8 100644
--- a/charts/stable/doublecommander/CHANGELOG.md
+++ b/charts/stable/doublecommander/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [doublecommander-4.0.18](https://github.com/truecharts/apps/compare/doublecommander-4.0.17...doublecommander-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [doublecommander-4.0.17](https://github.com/truecharts/apps/compare/doublecommander-4.0.16...doublecommander-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/doublecommander/README.md b/charts/stable/doublecommander/README.md
index 1a6735b4924..004ca4c6db6 100644
--- a/charts/stable/doublecommander/README.md
+++ b/charts/stable/doublecommander/README.md
@@ -1,8 +1,14 @@
# doublecommander
+  
+
A free cross platform open source file manager with two panels side by side.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [doublecommander](https://truecharts.org/charts/stable/doublecommander)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `doublecommander`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install doublecommander TrueCharts/doublecommander
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `doublecommander` deployment
+
+```console
+helm uninstall doublecommander
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install doublecommander \
+ --set env.TZ="America/New York" \
+ TrueCharts/doublecommander
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install doublecommander TrueCharts/doublecommander -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/drawio/CHANGELOG.md b/charts/stable/drawio/CHANGELOG.md
index 91a1179c928..dece0907608 100644
--- a/charts/stable/drawio/CHANGELOG.md
+++ b/charts/stable/drawio/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [drawio-2.0.25](https://github.com/truecharts/apps/compare/drawio-2.0.24...drawio-2.0.25) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [drawio-2.0.24](https://github.com/truecharts/apps/compare/drawio-2.0.23...drawio-2.0.24) (2022-07-14)
### Fix
diff --git a/charts/stable/drawio/README.md b/charts/stable/drawio/README.md
index 8d50c3eed2f..d3149a48f37 100644
--- a/charts/stable/drawio/README.md
+++ b/charts/stable/drawio/README.md
@@ -1,8 +1,14 @@
# drawio
+ 
+
Drawio is free online diagram software.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [drawio](https://truecharts.org/charts/stable/drawio)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `drawio`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install drawio TrueCharts/drawio
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `drawio` deployment
+
+```console
+helm uninstall drawio
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install drawio \
+ --set env.TZ="America/New York" \
+ TrueCharts/drawio
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install drawio TrueCharts/drawio -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/dsmr-reader/CHANGELOG.md b/charts/stable/dsmr-reader/CHANGELOG.md
index f1463d78fd2..39804651dd1 100644
--- a/charts/stable/dsmr-reader/CHANGELOG.md
+++ b/charts/stable/dsmr-reader/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [dsmr-reader-8.0.19](https://github.com/truecharts/apps/compare/dsmr-reader-8.0.18...dsmr-reader-8.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [dsmr-reader-8.0.18](https://github.com/truecharts/apps/compare/dsmr-reader-8.0.17...dsmr-reader-8.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/dsmr-reader/README.md b/charts/stable/dsmr-reader/README.md
index f4619fc2992..ad7cab8d6e3 100644
--- a/charts/stable/dsmr-reader/README.md
+++ b/charts/stable/dsmr-reader/README.md
@@ -1,8 +1,14 @@
# dsmr-reader
+ 
+
DSMR-protocol reader, telegram data storage and energy consumption visualizer.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [dsmr-reader](https://truecharts.org/charts/stable/dsmr-reader)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `dsmr-reader`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install dsmr-reader TrueCharts/dsmr-reader
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `dsmr-reader` deployment
+
+```console
+helm uninstall dsmr-reader
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install dsmr-reader \
+ --set env.TZ="America/New York" \
+ TrueCharts/dsmr-reader
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install dsmr-reader TrueCharts/dsmr-reader -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/duckdns/CHANGELOG.md b/charts/stable/duckdns/CHANGELOG.md
index 58cac730bb4..562122cda6e 100644
--- a/charts/stable/duckdns/CHANGELOG.md
+++ b/charts/stable/duckdns/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [duckdns-2.0.22](https://github.com/truecharts/apps/compare/duckdns-2.0.21...duckdns-2.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [duckdns-2.0.21](https://github.com/truecharts/apps/compare/duckdns-2.0.20...duckdns-2.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/duckdns/README.md b/charts/stable/duckdns/README.md
index 38d0182f98d..7171282ac4e 100644
--- a/charts/stable/duckdns/README.md
+++ b/charts/stable/duckdns/README.md
@@ -1,8 +1,14 @@
# duckdns
+  
+
Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [duckdns](https://truecharts.org/charts/stable/duckdns)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `duckdns`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install duckdns TrueCharts/duckdns
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `duckdns` deployment
+
+```console
+helm uninstall duckdns
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install duckdns \
+ --set env.TZ="America/New York" \
+ TrueCharts/duckdns
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install duckdns TrueCharts/duckdns -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/duplicati/CHANGELOG.md b/charts/stable/duplicati/CHANGELOG.md
index a6e7509afda..a16915c0610 100644
--- a/charts/stable/duplicati/CHANGELOG.md
+++ b/charts/stable/duplicati/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [duplicati-6.0.20](https://github.com/truecharts/apps/compare/duplicati-6.0.19...duplicati-6.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [duplicati-6.0.19](https://github.com/truecharts/apps/compare/duplicati-6.0.18...duplicati-6.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md
index f1146080918..9e28f65672b 100644
--- a/charts/stable/duplicati/README.md
+++ b/charts/stable/duplicati/README.md
@@ -1,8 +1,14 @@
# duplicati
+ 
+
Store securely encrypted backups on cloud storage services!
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [duplicati](https://truecharts.org/charts/stable/duplicati)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `duplicati`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install duplicati TrueCharts/duplicati
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `duplicati` deployment
+
+```console
+helm uninstall duplicati
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install duplicati \
+ --set env.TZ="America/New York" \
+ TrueCharts/duplicati
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install duplicati TrueCharts/duplicati -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/emby/CHANGELOG.md b/charts/stable/emby/CHANGELOG.md
index 93f1e6eb2af..f36caaba339 100644
--- a/charts/stable/emby/CHANGELOG.md
+++ b/charts/stable/emby/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [emby-11.0.18](https://github.com/truecharts/apps/compare/emby-11.0.17...emby-11.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [emby-11.0.17](https://github.com/truecharts/apps/compare/emby-11.0.16...emby-11.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md
index 4cb6c30bbc4..46dd5f7d2e3 100644
--- a/charts/stable/emby/README.md
+++ b/charts/stable/emby/README.md
@@ -1,8 +1,14 @@
# emby
+  
+
Emby Server is a home media server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [emby](https://truecharts.org/charts/stable/emby)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `emby`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install emby TrueCharts/emby
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `emby` deployment
+
+```console
+helm uninstall emby
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install emby \
+ --set env.TZ="America/New York" \
+ TrueCharts/emby
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install emby TrueCharts/emby -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/embystat/CHANGELOG.md b/charts/stable/embystat/CHANGELOG.md
index 6f42e8ff361..f47c0969a67 100644
--- a/charts/stable/embystat/CHANGELOG.md
+++ b/charts/stable/embystat/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [embystat-2.0.19](https://github.com/truecharts/apps/compare/embystat-2.0.18...embystat-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [embystat-2.0.18](https://github.com/truecharts/apps/compare/embystat-2.0.17...embystat-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/embystat/README.md b/charts/stable/embystat/README.md
index cab5acc01ad..f2fdb14b2de 100644
--- a/charts/stable/embystat/README.md
+++ b/charts/stable/embystat/README.md
@@ -1,8 +1,14 @@
# embystat
+  
+
Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [embystat](https://truecharts.org/charts/stable/embystat)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `embystat`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install embystat TrueCharts/embystat
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `embystat` deployment
+
+```console
+helm uninstall embystat
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install embystat \
+ --set env.TZ="America/New York" \
+ TrueCharts/embystat
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install embystat TrueCharts/embystat -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/emulatorjs/CHANGELOG.md b/charts/stable/emulatorjs/CHANGELOG.md
index 5a18652e90a..425727341d9 100644
--- a/charts/stable/emulatorjs/CHANGELOG.md
+++ b/charts/stable/emulatorjs/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [emulatorjs-2.0.22](https://github.com/truecharts/apps/compare/emulatorjs-2.0.21...emulatorjs-2.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [emulatorjs-2.0.21](https://github.com/truecharts/apps/compare/emulatorjs-2.0.20...emulatorjs-2.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/emulatorjs/README.md b/charts/stable/emulatorjs/README.md
index be3786e1792..41e48960690 100644
--- a/charts/stable/emulatorjs/README.md
+++ b/charts/stable/emulatorjs/README.md
@@ -1,8 +1,14 @@
# emulatorjs
+  
+
Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [emulatorjs](https://truecharts.org/charts/stable/emulatorjs)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `emulatorjs`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install emulatorjs TrueCharts/emulatorjs
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `emulatorjs` deployment
+
+```console
+helm uninstall emulatorjs
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install emulatorjs \
+ --set env.TZ="America/New York" \
+ TrueCharts/emulatorjs
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install emulatorjs TrueCharts/emulatorjs -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/endlessh/CHANGELOG.md b/charts/stable/endlessh/CHANGELOG.md
index d5c45636b4e..c749e10fd48 100644
--- a/charts/stable/endlessh/CHANGELOG.md
+++ b/charts/stable/endlessh/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [endlessh-2.0.18](https://github.com/truecharts/apps/compare/endlessh-2.0.17...endlessh-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [endlessh-2.0.17](https://github.com/truecharts/apps/compare/endlessh-2.0.16...endlessh-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/endlessh/README.md b/charts/stable/endlessh/README.md
index 52871ff8079..c0d631288c4 100644
--- a/charts/stable/endlessh/README.md
+++ b/charts/stable/endlessh/README.md
@@ -1,8 +1,14 @@
# endlessh
+  
+
Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [endlessh](https://truecharts.org/charts/stable/endlessh)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `endlessh`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install endlessh TrueCharts/endlessh
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `endlessh` deployment
+
+```console
+helm uninstall endlessh
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install endlessh \
+ --set env.TZ="America/New York" \
+ TrueCharts/endlessh
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install endlessh TrueCharts/endlessh -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/esphome/CHANGELOG.md b/charts/stable/esphome/CHANGELOG.md
index 1663cd85a9e..32e5735ec01 100644
--- a/charts/stable/esphome/CHANGELOG.md
+++ b/charts/stable/esphome/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [esphome-11.0.20](https://github.com/truecharts/apps/compare/esphome-11.0.19...esphome-11.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [esphome-11.0.19](https://github.com/truecharts/apps/compare/esphome-11.0.18...esphome-11.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md
index 64fb8490e10..cf91babea70 100644
--- a/charts/stable/esphome/README.md
+++ b/charts/stable/esphome/README.md
@@ -1,8 +1,14 @@
# esphome
+  
+
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [esphome](https://truecharts.org/charts/stable/esphome)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `esphome`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install esphome TrueCharts/esphome
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `esphome` deployment
+
+```console
+helm uninstall esphome
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install esphome \
+ --set env.TZ="America/New York" \
+ TrueCharts/esphome
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install esphome TrueCharts/esphome -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/etherpad/CHANGELOG.md b/charts/stable/etherpad/CHANGELOG.md
index 1b76624e98d..a55e870c379 100644
--- a/charts/stable/etherpad/CHANGELOG.md
+++ b/charts/stable/etherpad/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [etherpad-8.0.19](https://github.com/truecharts/apps/compare/etherpad-8.0.18...etherpad-8.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [etherpad-8.0.18](https://github.com/truecharts/apps/compare/etherpad-8.0.17...etherpad-8.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/etherpad/README.md b/charts/stable/etherpad/README.md
index 37cfa54bb1d..3329428d3de 100644
--- a/charts/stable/etherpad/README.md
+++ b/charts/stable/etherpad/README.md
@@ -1,8 +1,14 @@
# etherpad
+  
+
A real-time collaborative editor scalable to thousands of simultaneous real time users.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [etherpad](https://truecharts.org/charts/stable/etherpad)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `etherpad`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install etherpad TrueCharts/etherpad
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `etherpad` deployment
+
+```console
+helm uninstall etherpad
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install etherpad \
+ --set env.TZ="America/New York" \
+ TrueCharts/etherpad
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install etherpad TrueCharts/etherpad -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/external-service/CHANGELOG.md b/charts/stable/external-service/CHANGELOG.md
index 1024d4e97c9..ab188f9e25c 100644
--- a/charts/stable/external-service/CHANGELOG.md
+++ b/charts/stable/external-service/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [external-service-6.0.18](https://github.com/truecharts/apps/compare/external-service-6.0.17...external-service-6.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [external-service-6.0.17](https://github.com/truecharts/apps/compare/external-service-6.0.16...external-service-6.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md
index 9304c04e343..8048af3f7f3 100644
--- a/charts/stable/external-service/README.md
+++ b/charts/stable/external-service/README.md
@@ -1,8 +1,14 @@
# external-service
+  
+
Allow external services to be used like Apps.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [external-service](https://truecharts.org/charts/stable/external-service)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `external-service`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install external-service TrueCharts/external-service
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `external-service` deployment
+
+```console
+helm uninstall external-service
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install external-service \
+ --set env.TZ="America/New York" \
+ TrueCharts/external-service
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install external-service TrueCharts/external-service -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ferdi-server/CHANGELOG.md b/charts/stable/ferdi-server/CHANGELOG.md
index 79c6d9c0696..1c5a483df00 100644
--- a/charts/stable/ferdi-server/CHANGELOG.md
+++ b/charts/stable/ferdi-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ferdi-server-3.0.18](https://github.com/truecharts/apps/compare/ferdi-server-3.0.17...ferdi-server-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ferdi-server-3.0.17](https://github.com/truecharts/apps/compare/ferdi-server-3.0.16...ferdi-server-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/ferdi-server/README.md b/charts/stable/ferdi-server/README.md
index 62dd3facbbb..66c39720525 100644
--- a/charts/stable/ferdi-server/README.md
+++ b/charts/stable/ferdi-server/README.md
@@ -1,8 +1,14 @@
# ferdi-server
+ 
+
Server for Ferdi that you can re-use to run your own
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ferdi-server](https://truecharts.org/charts/stable/ferdi-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ferdi-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ferdi-server TrueCharts/ferdi-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ferdi-server` deployment
+
+```console
+helm uninstall ferdi-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ferdi-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/ferdi-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ferdi-server TrueCharts/ferdi-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/filebrowser/CHANGELOG.md b/charts/stable/filebrowser/CHANGELOG.md
index 00c2ab4c353..ef4f73584b4 100644
--- a/charts/stable/filebrowser/CHANGELOG.md
+++ b/charts/stable/filebrowser/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [filebrowser-2.0.20](https://github.com/truecharts/apps/compare/filebrowser-2.0.19...filebrowser-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [filebrowser-2.0.19](https://github.com/truecharts/apps/compare/filebrowser-2.0.18...filebrowser-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/filebrowser/README.md b/charts/stable/filebrowser/README.md
index 323ec8f8af4..bce06c6b077 100644
--- a/charts/stable/filebrowser/README.md
+++ b/charts/stable/filebrowser/README.md
@@ -1,8 +1,14 @@
# filebrowser
+  
+
Filebrowser provides a file managing interface within a specified directory
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [filebrowser](https://truecharts.org/charts/stable/filebrowser)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `filebrowser`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install filebrowser TrueCharts/filebrowser
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `filebrowser` deployment
+
+```console
+helm uninstall filebrowser
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install filebrowser \
+ --set env.TZ="America/New York" \
+ TrueCharts/filebrowser
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install filebrowser TrueCharts/filebrowser -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/fileflows/CHANGELOG.md b/charts/stable/fileflows/CHANGELOG.md
index 9c84b4f2e61..76f282f78b5 100644
--- a/charts/stable/fileflows/CHANGELOG.md
+++ b/charts/stable/fileflows/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [fileflows-2.0.25](https://github.com/truecharts/apps/compare/fileflows-2.0.24...fileflows-2.0.25) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [fileflows-2.0.24](https://github.com/truecharts/apps/compare/fileflows-2.0.23...fileflows-2.0.24) (2022-07-15)
### Chore
diff --git a/charts/stable/fileflows/README.md b/charts/stable/fileflows/README.md
index ef0d9ea6f77..dc27de70334 100644
--- a/charts/stable/fileflows/README.md
+++ b/charts/stable/fileflows/README.md
@@ -1,8 +1,14 @@
# fileflows
+ 
+
An application that lets you automatically process files through a simple rule flow.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [fileflows](https://truecharts.org/charts/stable/fileflows)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `fileflows`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install fileflows TrueCharts/fileflows
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `fileflows` deployment
+
+```console
+helm uninstall fileflows
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install fileflows \
+ --set env.TZ="America/New York" \
+ TrueCharts/fileflows
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install fileflows TrueCharts/fileflows -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/filezilla/CHANGELOG.md b/charts/stable/filezilla/CHANGELOG.md
index 86240098372..994822a12d1 100644
--- a/charts/stable/filezilla/CHANGELOG.md
+++ b/charts/stable/filezilla/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [filezilla-4.0.20](https://github.com/truecharts/apps/compare/filezilla-4.0.19...filezilla-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [filezilla-4.0.19](https://github.com/truecharts/apps/compare/filezilla-4.0.18...filezilla-4.0.19) (2022-07-15)
### Chore
diff --git a/charts/stable/filezilla/README.md b/charts/stable/filezilla/README.md
index 349209de25f..af29f32c9eb 100644
--- a/charts/stable/filezilla/README.md
+++ b/charts/stable/filezilla/README.md
@@ -1,8 +1,14 @@
# filezilla
+  
+
A Helm chart for Kubernetes
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [filezilla](https://truecharts.org/charts/stable/filezilla)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `filezilla`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install filezilla TrueCharts/filezilla
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `filezilla` deployment
+
+```console
+helm uninstall filezilla
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install filezilla \
+ --set env.TZ="America/New York" \
+ TrueCharts/filezilla
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install filezilla TrueCharts/filezilla -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md
index e364ae4cc3c..1c5b79ad4cd 100644
--- a/charts/stable/fireflyiii/CHANGELOG.md
+++ b/charts/stable/fireflyiii/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [fireflyiii-16.0.21](https://github.com/truecharts/apps/compare/fireflyiii-16.0.20...fireflyiii-16.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [fireflyiii-16.0.20](https://github.com/truecharts/apps/compare/fireflyiii-16.0.19...fireflyiii-16.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md
index 2b37e4d31d1..80b2061c511 100644
--- a/charts/stable/fireflyiii/README.md
+++ b/charts/stable/fireflyiii/README.md
@@ -1,8 +1,14 @@
# fireflyiii
+  
+
A free and open source personal finance manager
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [fireflyiii](https://truecharts.org/charts/stable/fireflyiii)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `fireflyiii`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install fireflyiii TrueCharts/fireflyiii
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `fireflyiii` deployment
+
+```console
+helm uninstall fireflyiii
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install fireflyiii \
+ --set env.TZ="America/New York" \
+ TrueCharts/fireflyiii
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install fireflyiii TrueCharts/fireflyiii -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/firefox-syncserver/CHANGELOG.md b/charts/stable/firefox-syncserver/CHANGELOG.md
index 939ca61b0ac..f245cb8c07c 100644
--- a/charts/stable/firefox-syncserver/CHANGELOG.md
+++ b/charts/stable/firefox-syncserver/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [firefox-syncserver-9.0.18](https://github.com/truecharts/apps/compare/firefox-syncserver-9.0.17...firefox-syncserver-9.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [firefox-syncserver-9.0.17](https://github.com/truecharts/apps/compare/firefox-syncserver-9.0.16...firefox-syncserver-9.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/firefox-syncserver/README.md b/charts/stable/firefox-syncserver/README.md
index 90b17c6bf92..5549e5bfab1 100644
--- a/charts/stable/firefox-syncserver/README.md
+++ b/charts/stable/firefox-syncserver/README.md
@@ -1,8 +1,14 @@
# firefox-syncserver
+  
+
This is an all-in-one package for running a self-hosted Firefox Sync server.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [firefox-syncserver](https://truecharts.org/charts/stable/firefox-syncserver)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `firefox-syncserver`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install firefox-syncserver TrueCharts/firefox-syncserver
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `firefox-syncserver` deployment
+
+```console
+helm uninstall firefox-syncserver
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install firefox-syncserver \
+ --set env.TZ="America/New York" \
+ TrueCharts/firefox-syncserver
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install firefox-syncserver TrueCharts/firefox-syncserver -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/firefox/CHANGELOG.md b/charts/stable/firefox/CHANGELOG.md
index d97c348054f..30dba8d5269 100644
--- a/charts/stable/firefox/CHANGELOG.md
+++ b/charts/stable/firefox/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [firefox-2.0.18](https://github.com/truecharts/apps/compare/firefox-2.0.17...firefox-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [firefox-2.0.17](https://github.com/truecharts/apps/compare/firefox-2.0.16...firefox-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/firefox/README.md b/charts/stable/firefox/README.md
index a5e22ef24d3..ad155e5f2f0 100644
--- a/charts/stable/firefox/README.md
+++ b/charts/stable/firefox/README.md
@@ -1,8 +1,14 @@
# firefox
+  
+
Firefox Browser, also known as Mozilla Firefox or simply Firefox,
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [firefox](https://truecharts.org/charts/stable/firefox)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `firefox`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install firefox TrueCharts/firefox
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `firefox` deployment
+
+```console
+helm uninstall firefox
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install firefox \
+ --set env.TZ="America/New York" \
+ TrueCharts/firefox
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install firefox TrueCharts/firefox -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/flaresolverr/CHANGELOG.md b/charts/stable/flaresolverr/CHANGELOG.md
index f891f5eabf2..cc69449484d 100644
--- a/charts/stable/flaresolverr/CHANGELOG.md
+++ b/charts/stable/flaresolverr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [flaresolverr-6.0.19](https://github.com/truecharts/apps/compare/flaresolverr-6.0.18...flaresolverr-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [flaresolverr-6.0.18](https://github.com/truecharts/apps/compare/flaresolverr-6.0.17...flaresolverr-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md
index d4bc0676c43..206f257bf92 100644
--- a/charts/stable/flaresolverr/README.md
+++ b/charts/stable/flaresolverr/README.md
@@ -1,8 +1,14 @@
# flaresolverr
+ 
+
FlareSolverr is a proxy server to bypass Cloudflare protection
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [flaresolverr](https://truecharts.org/charts/stable/flaresolverr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `flaresolverr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install flaresolverr TrueCharts/flaresolverr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `flaresolverr` deployment
+
+```console
+helm uninstall flaresolverr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install flaresolverr \
+ --set env.TZ="America/New York" \
+ TrueCharts/flaresolverr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install flaresolverr TrueCharts/flaresolverr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/fleet/CHANGELOG.md b/charts/stable/fleet/CHANGELOG.md
index 6af9bd6318a..87bbcb8184f 100644
--- a/charts/stable/fleet/CHANGELOG.md
+++ b/charts/stable/fleet/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [fleet-3.0.19](https://github.com/truecharts/apps/compare/fleet-3.0.18...fleet-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [fleet-3.0.18](https://github.com/truecharts/apps/compare/fleet-3.0.17...fleet-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/fleet/README.md b/charts/stable/fleet/README.md
index b76ab3f0102..95e487aab21 100644
--- a/charts/stable/fleet/README.md
+++ b/charts/stable/fleet/README.md
@@ -1,8 +1,14 @@
# fleet
+  
+
Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [fleet](https://truecharts.org/charts/stable/fleet)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `fleet`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install fleet TrueCharts/fleet
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `fleet` deployment
+
+```console
+helm uninstall fleet
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install fleet \
+ --set env.TZ="America/New York" \
+ TrueCharts/fleet
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install fleet TrueCharts/fleet -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/flexget/CHANGELOG.md b/charts/stable/flexget/CHANGELOG.md
index dbd23cb97b8..5afcb0b4231 100644
--- a/charts/stable/flexget/CHANGELOG.md
+++ b/charts/stable/flexget/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [flexget-2.0.24](https://github.com/truecharts/apps/compare/flexget-2.0.23...flexget-2.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [flexget-2.0.23](https://github.com/truecharts/apps/compare/flexget-2.0.22...flexget-2.0.23) (2022-07-16)
### Chore
diff --git a/charts/stable/flexget/README.md b/charts/stable/flexget/README.md
index 4f79d1d614c..143d8d0f6e3 100644
--- a/charts/stable/flexget/README.md
+++ b/charts/stable/flexget/README.md
@@ -1,8 +1,14 @@
# flexget
+  
+
FlexGet is a multipurpose automation tool for all of your media
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [flexget](https://truecharts.org/charts/stable/flexget)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `flexget`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install flexget TrueCharts/flexget
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `flexget` deployment
+
+```console
+helm uninstall flexget
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install flexget \
+ --set env.TZ="America/New York" \
+ TrueCharts/flexget
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install flexget TrueCharts/flexget -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/flood/CHANGELOG.md b/charts/stable/flood/CHANGELOG.md
index 39b6fc1c5d1..e6005d811f9 100644
--- a/charts/stable/flood/CHANGELOG.md
+++ b/charts/stable/flood/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [flood-6.0.19](https://github.com/truecharts/apps/compare/flood-6.0.18...flood-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [flood-6.0.18](https://github.com/truecharts/apps/compare/flood-6.0.17...flood-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md
index 96c7a33e48c..98f368f348e 100644
--- a/charts/stable/flood/README.md
+++ b/charts/stable/flood/README.md
@@ -1,8 +1,14 @@
# flood
+ 
+
Flood is a monitoring service for various torrent clients
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [flood](https://truecharts.org/charts/stable/flood)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `flood`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install flood TrueCharts/flood
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `flood` deployment
+
+```console
+helm uninstall flood
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install flood \
+ --set env.TZ="America/New York" \
+ TrueCharts/flood
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install flood TrueCharts/flood -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/fluidd/CHANGELOG.md b/charts/stable/fluidd/CHANGELOG.md
index 6047c6685bf..2bb2fe3ad80 100644
--- a/charts/stable/fluidd/CHANGELOG.md
+++ b/charts/stable/fluidd/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [fluidd-2.0.20](https://github.com/truecharts/apps/compare/fluidd-2.0.19...fluidd-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [fluidd-2.0.19](https://github.com/truecharts/apps/compare/fluidd-2.0.18...fluidd-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/fluidd/README.md b/charts/stable/fluidd/README.md
index 3596d3cf2ec..acab4714954 100644
--- a/charts/stable/fluidd/README.md
+++ b/charts/stable/fluidd/README.md
@@ -1,8 +1,14 @@
# fluidd
+ 
+
Fluidd is a free and open-source Klipper web interface for managing your 3d printer.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [fluidd](https://truecharts.org/charts/stable/fluidd)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `fluidd`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install fluidd TrueCharts/fluidd
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `fluidd` deployment
+
+```console
+helm uninstall fluidd
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install fluidd \
+ --set env.TZ="America/New York" \
+ TrueCharts/fluidd
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install fluidd TrueCharts/fluidd -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/focalboard/CHANGELOG.md b/charts/stable/focalboard/CHANGELOG.md
index 571a58aeb9b..3a9798946bc 100644
--- a/charts/stable/focalboard/CHANGELOG.md
+++ b/charts/stable/focalboard/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [focalboard-9.0.20](https://github.com/truecharts/apps/compare/focalboard-9.0.19...focalboard-9.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [focalboard-9.0.19](https://github.com/truecharts/apps/compare/focalboard-9.0.18...focalboard-9.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/focalboard/README.md b/charts/stable/focalboard/README.md
index 87785f8f971..2faf4526708 100644
--- a/charts/stable/focalboard/README.md
+++ b/charts/stable/focalboard/README.md
@@ -1,8 +1,14 @@
# focalboard
+ 
+
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [focalboard](https://truecharts.org/charts/stable/focalboard)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `focalboard`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install focalboard TrueCharts/focalboard
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `focalboard` deployment
+
+```console
+helm uninstall focalboard
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install focalboard \
+ --set env.TZ="America/New York" \
+ TrueCharts/focalboard
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install focalboard TrueCharts/focalboard -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/foldingathome/CHANGELOG.md b/charts/stable/foldingathome/CHANGELOG.md
index 5fdec86cd83..289351eff59 100644
--- a/charts/stable/foldingathome/CHANGELOG.md
+++ b/charts/stable/foldingathome/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [foldingathome-2.0.19](https://github.com/truecharts/apps/compare/foldingathome-2.0.18...foldingathome-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [foldingathome-2.0.18](https://github.com/truecharts/apps/compare/foldingathome-2.0.17...foldingathome-2.0.18) (2022-07-15)
### Fix
diff --git a/charts/stable/foldingathome/README.md b/charts/stable/foldingathome/README.md
index 5dbd1c105e5..79e0850d38e 100644
--- a/charts/stable/foldingathome/README.md
+++ b/charts/stable/foldingathome/README.md
@@ -1,8 +1,14 @@
# foldingathome
+  
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [foldingathome](https://truecharts.org/charts/stable/foldingathome)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `foldingathome`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install foldingathome TrueCharts/foldingathome
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `foldingathome` deployment
+
+```console
+helm uninstall foldingathome
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install foldingathome \
+ --set env.TZ="America/New York" \
+ TrueCharts/foldingathome
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install foldingathome TrueCharts/foldingathome -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/fossil/CHANGELOG.md b/charts/stable/fossil/CHANGELOG.md
index 98f9e4750cc..e119d58ad4f 100644
--- a/charts/stable/fossil/CHANGELOG.md
+++ b/charts/stable/fossil/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [fossil-4.0.18](https://github.com/truecharts/apps/compare/fossil-4.0.17...fossil-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [fossil-4.0.17](https://github.com/truecharts/apps/compare/fossil-4.0.16...fossil-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/fossil/README.md b/charts/stable/fossil/README.md
index 227dbfebbb7..d7405378293 100644
--- a/charts/stable/fossil/README.md
+++ b/charts/stable/fossil/README.md
@@ -1,8 +1,14 @@
# fossil
+  
+
A simple, high-reliability, distributed software configuration management system
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [fossil](https://truecharts.org/charts/stable/fossil)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `fossil`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install fossil TrueCharts/fossil
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `fossil` deployment
+
+```console
+helm uninstall fossil
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install fossil \
+ --set env.TZ="America/New York" \
+ TrueCharts/fossil
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install fossil TrueCharts/fossil -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/freeradius/CHANGELOG.md b/charts/stable/freeradius/CHANGELOG.md
index 45bebd2f5d1..12611d67b9a 100644
--- a/charts/stable/freeradius/CHANGELOG.md
+++ b/charts/stable/freeradius/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [freeradius-6.0.19](https://github.com/truecharts/apps/compare/freeradius-6.0.18...freeradius-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [freeradius-6.0.18](https://github.com/truecharts/apps/compare/freeradius-6.0.17...freeradius-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/freeradius/README.md b/charts/stable/freeradius/README.md
index 8640fa7868e..ce08eabc348 100644
--- a/charts/stable/freeradius/README.md
+++ b/charts/stable/freeradius/README.md
@@ -1,8 +1,14 @@
# freeradius
+  
+
OpenSource Radius implementation
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [freeradius](https://truecharts.org/charts/stable/freeradius)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `freeradius`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install freeradius TrueCharts/freeradius
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `freeradius` deployment
+
+```console
+helm uninstall freeradius
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install freeradius \
+ --set env.TZ="America/New York" \
+ TrueCharts/freeradius
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install freeradius TrueCharts/freeradius -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/freshrss/CHANGELOG.md b/charts/stable/freshrss/CHANGELOG.md
index ae09e2cf2d6..2473532c164 100644
--- a/charts/stable/freshrss/CHANGELOG.md
+++ b/charts/stable/freshrss/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [freshrss-11.0.18](https://github.com/truecharts/apps/compare/freshrss-11.0.17...freshrss-11.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [freshrss-11.0.17](https://github.com/truecharts/apps/compare/freshrss-11.0.16...freshrss-11.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md
index ad21bd7d884..4be5f6827f8 100644
--- a/charts/stable/freshrss/README.md
+++ b/charts/stable/freshrss/README.md
@@ -1,8 +1,14 @@
# freshrss
+  
+
FreshRSS is a self-hosted RSS feed aggregator
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [freshrss](https://truecharts.org/charts/stable/freshrss)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `freshrss`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install freshrss TrueCharts/freshrss
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `freshrss` deployment
+
+```console
+helm uninstall freshrss
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install freshrss \
+ --set env.TZ="America/New York" \
+ TrueCharts/freshrss
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install freshrss TrueCharts/freshrss -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/friendica/CHANGELOG.md b/charts/stable/friendica/CHANGELOG.md
index 5bb3e9baaed..7afc616963a 100644
--- a/charts/stable/friendica/CHANGELOG.md
+++ b/charts/stable/friendica/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [friendica-4.0.27](https://github.com/truecharts/apps/compare/friendica-4.0.26...friendica-4.0.27) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [friendica-4.0.26](https://github.com/truecharts/apps/compare/friendica-4.0.25...friendica-4.0.26) (2022-07-15)
### Chore
diff --git a/charts/stable/friendica/README.md b/charts/stable/friendica/README.md
index b95a6a81190..e83ec80357a 100644
--- a/charts/stable/friendica/README.md
+++ b/charts/stable/friendica/README.md
@@ -1,8 +1,14 @@
# friendica
+ 
+
Welcome to the free social web
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [friendica](https://truecharts.org/charts/stable/friendica)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `friendica`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install friendica TrueCharts/friendica
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `friendica` deployment
+
+```console
+helm uninstall friendica
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install friendica \
+ --set env.TZ="America/New York" \
+ TrueCharts/friendica
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install friendica TrueCharts/friendica -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/gaps/CHANGELOG.md b/charts/stable/gaps/CHANGELOG.md
index 0aa613b2892..0b8be8f2c54 100644
--- a/charts/stable/gaps/CHANGELOG.md
+++ b/charts/stable/gaps/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [gaps-11.0.18](https://github.com/truecharts/apps/compare/gaps-11.0.17...gaps-11.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [gaps-11.0.17](https://github.com/truecharts/apps/compare/gaps-11.0.16...gaps-11.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md
index 06e894314c2..a121b572a69 100644
--- a/charts/stable/gaps/README.md
+++ b/charts/stable/gaps/README.md
@@ -1,8 +1,14 @@
# gaps
+  
+
Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [gaps](https://truecharts.org/charts/stable/gaps)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `gaps`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install gaps TrueCharts/gaps
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `gaps` deployment
+
+```console
+helm uninstall gaps
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install gaps \
+ --set env.TZ="America/New York" \
+ TrueCharts/gaps
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install gaps TrueCharts/gaps -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/gitea/CHANGELOG.md b/charts/stable/gitea/CHANGELOG.md
index cae0a765531..d1dd8f4a050 100644
--- a/charts/stable/gitea/CHANGELOG.md
+++ b/charts/stable/gitea/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [gitea-8.0.21](https://github.com/truecharts/apps/compare/gitea-8.0.20...gitea-8.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [gitea-8.0.20](https://github.com/truecharts/apps/compare/gitea-8.0.19...gitea-8.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/gitea/README.md b/charts/stable/gitea/README.md
index 68e8d48bcc7..86a6ad3e138 100644
--- a/charts/stable/gitea/README.md
+++ b/charts/stable/gitea/README.md
@@ -1,8 +1,14 @@
# gitea
+  
+
Self hosted GIT repositories
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [gitea](https://truecharts.org/charts/stable/gitea)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -25,22 +31,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `gitea`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install gitea TrueCharts/gitea
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `gitea` deployment
+
+```console
+helm uninstall gitea
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install gitea \
+ --set env.TZ="America/New York" \
+ TrueCharts/gitea
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install gitea TrueCharts/gitea -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/golinks/CHANGELOG.md b/charts/stable/golinks/CHANGELOG.md
index c4391f71ba7..bc3cd68a54e 100644
--- a/charts/stable/golinks/CHANGELOG.md
+++ b/charts/stable/golinks/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [golinks-4.0.18](https://github.com/truecharts/apps/compare/golinks-4.0.17...golinks-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [golinks-4.0.17](https://github.com/truecharts/apps/compare/golinks-4.0.16...golinks-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/golinks/README.md b/charts/stable/golinks/README.md
index 2348c9ae1db..bbf3d61ed27 100644
--- a/charts/stable/golinks/README.md
+++ b/charts/stable/golinks/README.md
@@ -1,8 +1,14 @@
# golinks
+  
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [golinks](https://truecharts.org/charts/stable/golinks)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `golinks`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install golinks TrueCharts/golinks
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `golinks` deployment
+
+```console
+helm uninstall golinks
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install golinks \
+ --set env.TZ="America/New York" \
+ TrueCharts/golinks
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install golinks TrueCharts/golinks -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/gonic/CHANGELOG.md b/charts/stable/gonic/CHANGELOG.md
index 35f49f3a697..263e57c3be7 100644
--- a/charts/stable/gonic/CHANGELOG.md
+++ b/charts/stable/gonic/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [gonic-6.0.19](https://github.com/truecharts/apps/compare/gonic-6.0.18...gonic-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [gonic-6.0.18](https://github.com/truecharts/apps/compare/gonic-6.0.17...gonic-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md
index 3630ae005f0..719464a809c 100644
--- a/charts/stable/gonic/README.md
+++ b/charts/stable/gonic/README.md
@@ -1,8 +1,14 @@
# gonic
+ 
+
Music streaming server / subsonic server API implementation
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [gonic](https://truecharts.org/charts/stable/gonic)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `gonic`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install gonic TrueCharts/gonic
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `gonic` deployment
+
+```console
+helm uninstall gonic
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install gonic \
+ --set env.TZ="America/New York" \
+ TrueCharts/gonic
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install gonic TrueCharts/gonic -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/gotify/CHANGELOG.md b/charts/stable/gotify/CHANGELOG.md
index cb469fff34f..0b4011c4a5a 100644
--- a/charts/stable/gotify/CHANGELOG.md
+++ b/charts/stable/gotify/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [gotify-8.0.19](https://github.com/truecharts/apps/compare/gotify-8.0.18...gotify-8.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [gotify-8.0.18](https://github.com/truecharts/apps/compare/gotify-8.0.17...gotify-8.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/gotify/README.md b/charts/stable/gotify/README.md
index f600ee9d2bc..71d7de2c10f 100644
--- a/charts/stable/gotify/README.md
+++ b/charts/stable/gotify/README.md
@@ -1,8 +1,14 @@
# gotify
+  
+
a simple server for sending and receiving messages
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [gotify](https://truecharts.org/charts/stable/gotify)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `gotify`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install gotify TrueCharts/gotify
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `gotify` deployment
+
+```console
+helm uninstall gotify
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install gotify \
+ --set env.TZ="America/New York" \
+ TrueCharts/gotify
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install gotify TrueCharts/gotify -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/grafana/CHANGELOG.md b/charts/stable/grafana/CHANGELOG.md
index c14670924a8..b7ac709acbd 100644
--- a/charts/stable/grafana/CHANGELOG.md
+++ b/charts/stable/grafana/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [grafana-4.0.30](https://github.com/truecharts/apps/compare/grafana-4.0.29...grafana-4.0.30) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [grafana-4.0.29](https://github.com/truecharts/apps/compare/grafana-4.0.28...grafana-4.0.29) (2022-07-17)
### Chore
diff --git a/charts/stable/grafana/README.md b/charts/stable/grafana/README.md
index e1b1e1af23c..8a451c74303 100644
--- a/charts/stable/grafana/README.md
+++ b/charts/stable/grafana/README.md
@@ -1,8 +1,14 @@
# grafana
+  
+
Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [grafana](https://truecharts.org/charts/stable/grafana)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `grafana`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install grafana TrueCharts/grafana
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `grafana` deployment
+
+```console
+helm uninstall grafana
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install grafana \
+ --set env.TZ="America/New York" \
+ TrueCharts/grafana
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install grafana TrueCharts/grafana -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/grav/CHANGELOG.md b/charts/stable/grav/CHANGELOG.md
index d22e0dbc57b..cb2b65d12a6 100644
--- a/charts/stable/grav/CHANGELOG.md
+++ b/charts/stable/grav/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [grav-4.0.18](https://github.com/truecharts/apps/compare/grav-4.0.17...grav-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [grav-4.0.17](https://github.com/truecharts/apps/compare/grav-4.0.16...grav-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/grav/README.md b/charts/stable/grav/README.md
index 913b08a8598..327c7f0cd8e 100644
--- a/charts/stable/grav/README.md
+++ b/charts/stable/grav/README.md
@@ -1,8 +1,14 @@
# grav
+  
+
A Fast, Simple, and Flexible, file-based Web-platform.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [grav](https://truecharts.org/charts/stable/grav)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `grav`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install grav TrueCharts/grav
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `grav` deployment
+
+```console
+helm uninstall grav
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install grav \
+ --set env.TZ="America/New York" \
+ TrueCharts/grav
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install grav TrueCharts/grav -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/grist/CHANGELOG.md b/charts/stable/grist/CHANGELOG.md
index 4c136444a8d..53d65e19b46 100644
--- a/charts/stable/grist/CHANGELOG.md
+++ b/charts/stable/grist/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [grist-3.0.19](https://github.com/truecharts/apps/compare/grist-3.0.18...grist-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [grist-3.0.18](https://github.com/truecharts/apps/compare/grist-3.0.17...grist-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/grist/README.md b/charts/stable/grist/README.md
index 34575f9a7d7..55dccfcb7db 100644
--- a/charts/stable/grist/README.md
+++ b/charts/stable/grist/README.md
@@ -1,8 +1,14 @@
# grist
+ 
+
Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [grist](https://truecharts.org/charts/stable/grist)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `grist`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install grist TrueCharts/grist
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `grist` deployment
+
+```console
+helm uninstall grist
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install grist \
+ --set env.TZ="America/New York" \
+ TrueCharts/grist
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install grist TrueCharts/grist -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/grocy/CHANGELOG.md b/charts/stable/grocy/CHANGELOG.md
index 2fb7f8d2ba8..2a492ebfe6a 100644
--- a/charts/stable/grocy/CHANGELOG.md
+++ b/charts/stable/grocy/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [grocy-11.0.24](https://github.com/truecharts/apps/compare/grocy-11.0.23...grocy-11.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [grocy-11.0.23](https://github.com/truecharts/apps/compare/grocy-11.0.22...grocy-11.0.23) (2022-07-15)
### Chore
diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md
index 7bf5c7bbebf..bb29bac40c6 100644
--- a/charts/stable/grocy/README.md
+++ b/charts/stable/grocy/README.md
@@ -1,8 +1,14 @@
# grocy
+  
+
ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [grocy](https://truecharts.org/charts/stable/grocy)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `grocy`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install grocy TrueCharts/grocy
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `grocy` deployment
+
+```console
+helm uninstall grocy
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install grocy \
+ --set env.TZ="America/New York" \
+ TrueCharts/grocy
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install grocy TrueCharts/grocy -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/guacamole-client/CHANGELOG.md b/charts/stable/guacamole-client/CHANGELOG.md
index b9a7ec0af46..01afd8f2dd1 100644
--- a/charts/stable/guacamole-client/CHANGELOG.md
+++ b/charts/stable/guacamole-client/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [guacamole-client-4.0.19](https://github.com/truecharts/apps/compare/guacamole-client-4.0.18...guacamole-client-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [guacamole-client-4.0.18](https://github.com/truecharts/apps/compare/guacamole-client-4.0.17...guacamole-client-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/guacamole-client/README.md b/charts/stable/guacamole-client/README.md
index 1747b280d8a..5f2e6faa132 100644
--- a/charts/stable/guacamole-client/README.md
+++ b/charts/stable/guacamole-client/README.md
@@ -1,8 +1,14 @@
# guacamole-client
+  
+
Apache Guacamole is a clientless remote desktop gateway.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [guacamole-client](https://truecharts.org/charts/stable/guacamole-client)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `guacamole-client`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install guacamole-client TrueCharts/guacamole-client
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `guacamole-client` deployment
+
+```console
+helm uninstall guacamole-client
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install guacamole-client \
+ --set env.TZ="America/New York" \
+ TrueCharts/guacamole-client
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install guacamole-client TrueCharts/guacamole-client -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/guacd/CHANGELOG.md b/charts/stable/guacd/CHANGELOG.md
index 48dd6443048..57edae1d309 100644
--- a/charts/stable/guacd/CHANGELOG.md
+++ b/charts/stable/guacd/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [guacd-2.0.20](https://github.com/truecharts/apps/compare/guacd-2.0.19...guacd-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [guacd-2.0.19](https://github.com/truecharts/apps/compare/guacd-2.0.18...guacd-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/guacd/README.md b/charts/stable/guacd/README.md
index 29752bb5b8a..995c71fd0d4 100644
--- a/charts/stable/guacd/README.md
+++ b/charts/stable/guacd/README.md
@@ -1,8 +1,14 @@
# guacd
+  
+
Guacd - Apache Guacamole is a clientless remote desktop gateway.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [guacd](https://truecharts.org/charts/stable/guacd)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `guacd`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install guacd TrueCharts/guacd
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `guacd` deployment
+
+```console
+helm uninstall guacd
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install guacd \
+ --set env.TZ="America/New York" \
+ TrueCharts/guacd
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install guacd TrueCharts/guacd -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/habridge/CHANGELOG.md b/charts/stable/habridge/CHANGELOG.md
index bf6b6b08a08..13631e32d0a 100644
--- a/charts/stable/habridge/CHANGELOG.md
+++ b/charts/stable/habridge/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [habridge-2.0.18](https://github.com/truecharts/apps/compare/habridge-2.0.17...habridge-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [habridge-2.0.17](https://github.com/truecharts/apps/compare/habridge-2.0.16...habridge-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/habridge/README.md b/charts/stable/habridge/README.md
index 0b3591a0daf..302d8aa401e 100644
--- a/charts/stable/habridge/README.md
+++ b/charts/stable/habridge/README.md
@@ -1,8 +1,14 @@
# habridge
+  
+
Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [habridge](https://truecharts.org/charts/stable/habridge)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `habridge`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install habridge TrueCharts/habridge
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `habridge` deployment
+
+```console
+helm uninstall habridge
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install habridge \
+ --set env.TZ="America/New York" \
+ TrueCharts/habridge
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install habridge TrueCharts/habridge -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/hammond/CHANGELOG.md b/charts/stable/hammond/CHANGELOG.md
index 857371b1c40..61ecd7260db 100644
--- a/charts/stable/hammond/CHANGELOG.md
+++ b/charts/stable/hammond/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [hammond-2.0.18](https://github.com/truecharts/apps/compare/hammond-2.0.17...hammond-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [hammond-2.0.17](https://github.com/truecharts/apps/compare/hammond-2.0.16...hammond-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/hammond/README.md b/charts/stable/hammond/README.md
index 86facaa03f4..c7b6d7e11b8 100644
--- a/charts/stable/hammond/README.md
+++ b/charts/stable/hammond/README.md
@@ -1,8 +1,14 @@
# hammond
+ 
+
A self-hosted vehicle expense tracking system with support for multiple users.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [hammond](https://truecharts.org/charts/stable/hammond)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `hammond`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install hammond TrueCharts/hammond
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `hammond` deployment
+
+```console
+helm uninstall hammond
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install hammond \
+ --set env.TZ="America/New York" \
+ TrueCharts/hammond
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install hammond TrueCharts/hammond -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/handbrake/CHANGELOG.md b/charts/stable/handbrake/CHANGELOG.md
index 736ef2dd7c6..d12348413ec 100644
--- a/charts/stable/handbrake/CHANGELOG.md
+++ b/charts/stable/handbrake/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [handbrake-13.0.20](https://github.com/truecharts/apps/compare/handbrake-13.0.19...handbrake-13.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [handbrake-13.0.19](https://github.com/truecharts/apps/compare/handbrake-13.0.18...handbrake-13.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md
index 6bfa56a4442..4186162b6d1 100644
--- a/charts/stable/handbrake/README.md
+++ b/charts/stable/handbrake/README.md
@@ -1,8 +1,14 @@
# handbrake
+  
+
HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [handbrake](https://truecharts.org/charts/stable/handbrake)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `handbrake`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install handbrake TrueCharts/handbrake
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `handbrake` deployment
+
+```console
+helm uninstall handbrake
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install handbrake \
+ --set env.TZ="America/New York" \
+ TrueCharts/handbrake
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install handbrake TrueCharts/handbrake -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/haste-server/CHANGELOG.md b/charts/stable/haste-server/CHANGELOG.md
index f52be9514e4..14016e86306 100644
--- a/charts/stable/haste-server/CHANGELOG.md
+++ b/charts/stable/haste-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [haste-server-6.0.19](https://github.com/truecharts/apps/compare/haste-server-6.0.18...haste-server-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [haste-server-6.0.18](https://github.com/truecharts/apps/compare/haste-server-6.0.17...haste-server-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md
index 61887389bbb..e5f0bf82345 100644
--- a/charts/stable/haste-server/README.md
+++ b/charts/stable/haste-server/README.md
@@ -1,8 +1,14 @@
# haste-server
+ 
+
Simple text sharing
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [haste-server](https://truecharts.org/charts/stable/haste-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `haste-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install haste-server TrueCharts/haste-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `haste-server` deployment
+
+```console
+helm uninstall haste-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install haste-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/haste-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install haste-server TrueCharts/haste-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/headphones/CHANGELOG.md b/charts/stable/headphones/CHANGELOG.md
index 6e71b51adfe..4577d85ea04 100644
--- a/charts/stable/headphones/CHANGELOG.md
+++ b/charts/stable/headphones/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [headphones-4.0.18](https://github.com/truecharts/apps/compare/headphones-4.0.17...headphones-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [headphones-4.0.17](https://github.com/truecharts/apps/compare/headphones-4.0.16...headphones-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/headphones/README.md b/charts/stable/headphones/README.md
index 47841004145..6a7f41d1149 100644
--- a/charts/stable/headphones/README.md
+++ b/charts/stable/headphones/README.md
@@ -1,8 +1,14 @@
# headphones
+  
+
An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [headphones](https://truecharts.org/charts/stable/headphones)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `headphones`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install headphones TrueCharts/headphones
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `headphones` deployment
+
+```console
+helm uninstall headphones
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install headphones \
+ --set env.TZ="America/New York" \
+ TrueCharts/headphones
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install headphones TrueCharts/headphones -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/healthchecks/CHANGELOG.md b/charts/stable/healthchecks/CHANGELOG.md
index da33e93a272..65667c9cbe5 100644
--- a/charts/stable/healthchecks/CHANGELOG.md
+++ b/charts/stable/healthchecks/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [healthchecks-7.0.20](https://github.com/truecharts/apps/compare/healthchecks-7.0.19...healthchecks-7.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [healthchecks-7.0.19](https://github.com/truecharts/apps/compare/healthchecks-7.0.18...healthchecks-7.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md
index 63073f38712..73cefcd4b07 100644
--- a/charts/stable/healthchecks/README.md
+++ b/charts/stable/healthchecks/README.md
@@ -1,8 +1,14 @@
# healthchecks
+ 
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [healthchecks](https://truecharts.org/charts/stable/healthchecks)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `healthchecks`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install healthchecks TrueCharts/healthchecks
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `healthchecks` deployment
+
+```console
+helm uninstall healthchecks
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install healthchecks \
+ --set env.TZ="America/New York" \
+ TrueCharts/healthchecks
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install healthchecks TrueCharts/healthchecks -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/hedgedoc/CHANGELOG.md b/charts/stable/hedgedoc/CHANGELOG.md
index 2da392ea8da..56a8930a754 100644
--- a/charts/stable/hedgedoc/CHANGELOG.md
+++ b/charts/stable/hedgedoc/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [hedgedoc-4.0.19](https://github.com/truecharts/apps/compare/hedgedoc-4.0.18...hedgedoc-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [hedgedoc-4.0.18](https://github.com/truecharts/apps/compare/hedgedoc-4.0.17...hedgedoc-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/hedgedoc/README.md b/charts/stable/hedgedoc/README.md
index 5fa91e7244d..bd22bb2b736 100644
--- a/charts/stable/hedgedoc/README.md
+++ b/charts/stable/hedgedoc/README.md
@@ -1,8 +1,14 @@
# hedgedoc
+  
+
HedgeDoc lets you create real-time collaborative markdown notes.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [hedgedoc](https://truecharts.org/charts/stable/hedgedoc)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `hedgedoc`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install hedgedoc TrueCharts/hedgedoc
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `hedgedoc` deployment
+
+```console
+helm uninstall hedgedoc
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install hedgedoc \
+ --set env.TZ="America/New York" \
+ TrueCharts/hedgedoc
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install hedgedoc TrueCharts/hedgedoc -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/heimdall/CHANGELOG.md b/charts/stable/heimdall/CHANGELOG.md
index 2f98e0b9487..ff870ff217b 100644
--- a/charts/stable/heimdall/CHANGELOG.md
+++ b/charts/stable/heimdall/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [heimdall-11.0.20](https://github.com/truecharts/apps/compare/heimdall-11.0.19...heimdall-11.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [heimdall-11.0.19](https://github.com/truecharts/apps/compare/heimdall-11.0.18...heimdall-11.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md
index 01b41cf41e6..45158f1a1b2 100644
--- a/charts/stable/heimdall/README.md
+++ b/charts/stable/heimdall/README.md
@@ -1,8 +1,14 @@
# heimdall
+  
+
An Application dashboard and launcher
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [heimdall](https://truecharts.org/charts/stable/heimdall)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `heimdall`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install heimdall TrueCharts/heimdall
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `heimdall` deployment
+
+```console
+helm uninstall heimdall
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install heimdall \
+ --set env.TZ="America/New York" \
+ TrueCharts/heimdall
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install heimdall TrueCharts/heimdall -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/homarr/CHANGELOG.md b/charts/stable/homarr/CHANGELOG.md
index 87f72a50dce..be649a24f98 100644
--- a/charts/stable/homarr/CHANGELOG.md
+++ b/charts/stable/homarr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [homarr-2.0.20](https://github.com/truecharts/apps/compare/homarr-2.0.19...homarr-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [homarr-2.0.19](https://github.com/truecharts/apps/compare/homarr-2.0.18...homarr-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/homarr/README.md b/charts/stable/homarr/README.md
index b5fefbbe795..74b812abf8d 100644
--- a/charts/stable/homarr/README.md
+++ b/charts/stable/homarr/README.md
@@ -1,8 +1,14 @@
# homarr
+ 
+
Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [homarr](https://truecharts.org/charts/stable/homarr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `homarr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install homarr TrueCharts/homarr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `homarr` deployment
+
+```console
+helm uninstall homarr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install homarr \
+ --set env.TZ="America/New York" \
+ TrueCharts/homarr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install homarr TrueCharts/homarr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/home-assistant/CHANGELOG.md b/charts/stable/home-assistant/CHANGELOG.md
index aa7f168ed75..a7417ea000d 100644
--- a/charts/stable/home-assistant/CHANGELOG.md
+++ b/charts/stable/home-assistant/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [home-assistant-15.0.28](https://github.com/truecharts/apps/compare/home-assistant-15.0.27...home-assistant-15.0.28) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [home-assistant-15.0.27](https://github.com/truecharts/apps/compare/home-assistant-15.0.26...home-assistant-15.0.27) (2022-07-16)
### Chore
diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md
index a9b97f8a667..0a3e34f5159 100644
--- a/charts/stable/home-assistant/README.md
+++ b/charts/stable/home-assistant/README.md
@@ -1,8 +1,14 @@
# home-assistant
+  
+
home-assistant App for TrueNAS SCALE
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [home-assistant](https://truecharts.org/charts/stable/home-assistant)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `home-assistant`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install home-assistant TrueCharts/home-assistant
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `home-assistant` deployment
+
+```console
+helm uninstall home-assistant
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install home-assistant \
+ --set env.TZ="America/New York" \
+ TrueCharts/home-assistant
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install home-assistant TrueCharts/home-assistant -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/homer/CHANGELOG.md b/charts/stable/homer/CHANGELOG.md
index 0092968e2a1..953f1135cce 100644
--- a/charts/stable/homer/CHANGELOG.md
+++ b/charts/stable/homer/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [homer-2.0.23](https://github.com/truecharts/apps/compare/homer-2.0.22...homer-2.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [homer-2.0.22](https://github.com/truecharts/apps/compare/homer-2.0.21...homer-2.0.22) (2022-07-16)
### Chore
diff --git a/charts/stable/homer/README.md b/charts/stable/homer/README.md
index c2663e1ff36..085efa4cf47 100644
--- a/charts/stable/homer/README.md
+++ b/charts/stable/homer/README.md
@@ -1,8 +1,14 @@
# homer
+ 
+
A dead simple static homepage for your server to keep your services on hand.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [homer](https://truecharts.org/charts/stable/homer)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `homer`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install homer TrueCharts/homer
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `homer` deployment
+
+```console
+helm uninstall homer
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install homer \
+ --set env.TZ="America/New York" \
+ TrueCharts/homer
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install homer TrueCharts/homer -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/htpcmanager/CHANGELOG.md b/charts/stable/htpcmanager/CHANGELOG.md
index 89b77123e23..d1cd2b927c5 100644
--- a/charts/stable/htpcmanager/CHANGELOG.md
+++ b/charts/stable/htpcmanager/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [htpcmanager-2.0.18](https://github.com/truecharts/apps/compare/htpcmanager-2.0.17...htpcmanager-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [htpcmanager-2.0.17](https://github.com/truecharts/apps/compare/htpcmanager-2.0.16...htpcmanager-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/htpcmanager/README.md b/charts/stable/htpcmanager/README.md
index c411186527f..f07dddf786d 100644
--- a/charts/stable/htpcmanager/README.md
+++ b/charts/stable/htpcmanager/README.md
@@ -1,8 +1,14 @@
# htpcmanager
+  
+
Htpcmanager is a front end for many htpc related applications.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [htpcmanager](https://truecharts.org/charts/stable/htpcmanager)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `htpcmanager`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install htpcmanager TrueCharts/htpcmanager
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `htpcmanager` deployment
+
+```console
+helm uninstall htpcmanager
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install htpcmanager \
+ --set env.TZ="America/New York" \
+ TrueCharts/htpcmanager
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install htpcmanager TrueCharts/htpcmanager -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/hyperion-ng/CHANGELOG.md b/charts/stable/hyperion-ng/CHANGELOG.md
index bf9c230a917..39259c3424a 100644
--- a/charts/stable/hyperion-ng/CHANGELOG.md
+++ b/charts/stable/hyperion-ng/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [hyperion-ng-6.0.19](https://github.com/truecharts/apps/compare/hyperion-ng-6.0.18...hyperion-ng-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [hyperion-ng-6.0.18](https://github.com/truecharts/apps/compare/hyperion-ng-6.0.17...hyperion-ng-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md
index d9743362994..a9b5b137661 100644
--- a/charts/stable/hyperion-ng/README.md
+++ b/charts/stable/hyperion-ng/README.md
@@ -1,8 +1,14 @@
# hyperion-ng
+ 
+
Hyperion is an opensource Bias or Ambient Lighting implementation
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [hyperion-ng](https://truecharts.org/charts/stable/hyperion-ng)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `hyperion-ng`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install hyperion-ng TrueCharts/hyperion-ng
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `hyperion-ng` deployment
+
+```console
+helm uninstall hyperion-ng
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install hyperion-ng \
+ --set env.TZ="America/New York" \
+ TrueCharts/hyperion-ng
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install hyperion-ng TrueCharts/hyperion-ng -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md b/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md
index a459337142f..c9eae7058be 100644
--- a/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md
+++ b/charts/stable/icantbelieveitsnotvaletudo/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [icantbelieveitsnotvaletudo-4.0.19](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-4.0.18...icantbelieveitsnotvaletudo-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [icantbelieveitsnotvaletudo-4.0.18](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-4.0.17...icantbelieveitsnotvaletudo-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/icantbelieveitsnotvaletudo/README.md b/charts/stable/icantbelieveitsnotvaletudo/README.md
index fc34c04e555..09da6f69bff 100644
--- a/charts/stable/icantbelieveitsnotvaletudo/README.md
+++ b/charts/stable/icantbelieveitsnotvaletudo/README.md
@@ -1,8 +1,14 @@
# icantbelieveitsnotvaletudo
+ 
+
Create live map data from Valetudo powered robots
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [icantbelieveitsnotvaletudo](https://truecharts.org/charts/stable/icantbelieveitsnotvaletudo)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `icantbelieveitsnotvaletudo`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install icantbelieveitsnotvaletudo TrueCharts/icantbelieveitsnotvaletudo
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `icantbelieveitsnotvaletudo` deployment
+
+```console
+helm uninstall icantbelieveitsnotvaletudo
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install icantbelieveitsnotvaletudo \
+ --set env.TZ="America/New York" \
+ TrueCharts/icantbelieveitsnotvaletudo
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install icantbelieveitsnotvaletudo TrueCharts/icantbelieveitsnotvaletudo -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/icinga2/CHANGELOG.md b/charts/stable/icinga2/CHANGELOG.md
index d742aebb07a..ba2fa45d333 100644
--- a/charts/stable/icinga2/CHANGELOG.md
+++ b/charts/stable/icinga2/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [icinga2-3.0.20](https://github.com/truecharts/apps/compare/icinga2-3.0.19...icinga2-3.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [icinga2-3.0.19](https://github.com/truecharts/apps/compare/icinga2-3.0.18...icinga2-3.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/icinga2/README.md b/charts/stable/icinga2/README.md
index e020bdceabf..e5e6433151c 100644
--- a/charts/stable/icinga2/README.md
+++ b/charts/stable/icinga2/README.md
@@ -1,8 +1,14 @@
# icinga2
+ 
+
A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [icinga2](https://truecharts.org/charts/stable/icinga2)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `icinga2`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install icinga2 TrueCharts/icinga2
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `icinga2` deployment
+
+```console
+helm uninstall icinga2
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install icinga2 \
+ --set env.TZ="America/New York" \
+ TrueCharts/icinga2
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install icinga2 TrueCharts/icinga2 -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/impostor-server/CHANGELOG.md b/charts/stable/impostor-server/CHANGELOG.md
index 8a15d03cca0..6e29db7df78 100644
--- a/charts/stable/impostor-server/CHANGELOG.md
+++ b/charts/stable/impostor-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [impostor-server-1.0.22](https://github.com/truecharts/apps/compare/impostor-server-1.0.21...impostor-server-1.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [impostor-server-1.0.21](https://github.com/truecharts/apps/compare/impostor-server-1.0.20...impostor-server-1.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/impostor-server/README.md b/charts/stable/impostor-server/README.md
index 5f15a40d549..cb8e55d3614 100644
--- a/charts/stable/impostor-server/README.md
+++ b/charts/stable/impostor-server/README.md
@@ -1,8 +1,14 @@
# impostor-server
+  
+
A private Among Us server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [impostor-server](https://truecharts.org/charts/stable/impostor-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `impostor-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install impostor-server TrueCharts/impostor-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `impostor-server` deployment
+
+```console
+helm uninstall impostor-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install impostor-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/impostor-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install impostor-server TrueCharts/impostor-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/inventree/CHANGELOG.md b/charts/stable/inventree/CHANGELOG.md
index 885d67bba51..ca14e268013 100644
--- a/charts/stable/inventree/CHANGELOG.md
+++ b/charts/stable/inventree/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [inventree-3.0.25](https://github.com/truecharts/apps/compare/inventree-3.0.24...inventree-3.0.25) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [inventree-3.0.24](https://github.com/truecharts/apps/compare/inventree-3.0.23...inventree-3.0.24) (2022-07-19)
### Fix
diff --git a/charts/stable/inventree/README.md b/charts/stable/inventree/README.md
index c3172617e9f..707b35a9366 100644
--- a/charts/stable/inventree/README.md
+++ b/charts/stable/inventree/README.md
@@ -1,16 +1,15 @@
# inventree
- 
+ 
InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking.
-**Homepage:**
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
-## Maintainers
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [inventree](https://truecharts.org/charts/stable/inventree)
-| Name | Email | Url |
-| ---- | ------ | --- |
-| TrueCharts | info@truecharts.org | https://truecharts.org |
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,134 +20,91 @@ InvenTree is an open-source Inventory Management System which provides powerful
Kubernetes: `>=1.16.0-0`
+## Dependencies
+
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 8.0.30 |
| https://charts.truecharts.org | redis | 3.0.30 |
| https://library-charts.truecharts.org | common | 10.4.4 |
-## Values
+## Installing the Chart
-| Key | Type | Default | Description |
-|-----|------|---------|-------------|
-| additionalContainers.nginx.image | string | `"{{ .Values.nginxImage.repository }}:{{ .Values.nginxImage.tag }}"` | |
-| additionalContainers.nginx.name | string | `"nginx"` | |
-| additionalContainers.nginx.ports[0].containerPort | int | `10231` | |
-| additionalContainers.nginx.ports[0].name | string | `"main"` | |
-| additionalContainers.nginx.securityContext.readOnlyRootFilesystem | bool | `false` | |
-| additionalContainers.nginx.securityContext.runAsGroup | int | `100` | |
-| additionalContainers.nginx.securityContext.runAsNonRoot | bool | `false` | |
-| additionalContainers.nginx.securityContext.runAsUser | int | `0` | |
-| additionalContainers.nginx.volumeMounts[0].mountPath | string | `"/etc/nginx/conf.d/default.conf"` | |
-| additionalContainers.nginx.volumeMounts[0].name | string | `"inventree-config"` | |
-| additionalContainers.nginx.volumeMounts[0].readOnly | bool | `true` | |
-| additionalContainers.nginx.volumeMounts[0].subPath | string | `"nginx-config"` | |
-| additionalContainers.nginx.volumeMounts[1].mountPath | string | `"/var/www"` | |
-| additionalContainers.nginx.volumeMounts[1].name | string | `"data"` | |
-| additionalContainers.worker.command[0] | string | `"invoke"` | |
-| additionalContainers.worker.command[1] | string | `"worker"` | |
-| additionalContainers.worker.env[0].name | string | `"INVENTREE_DB_ENGINE"` | |
-| additionalContainers.worker.env[0].value | string | `"postgresql"` | |
-| additionalContainers.worker.env[1].name | string | `"INVENTREE_DB_NAME"` | |
-| additionalContainers.worker.env[1].value | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
-| additionalContainers.worker.env[2].name | string | `"INVENTREE_DB_USER"` | |
-| additionalContainers.worker.env[2].value | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
-| additionalContainers.worker.env[3].name | string | `"INVENTREE_DB_PORT"` | |
-| additionalContainers.worker.env[3].value | string | `"5432"` | |
-| additionalContainers.worker.env[4].name | string | `"INVENTREE_CACHE_PORT"` | |
-| additionalContainers.worker.env[4].value | string | `"6379"` | |
-| additionalContainers.worker.env[5].name | string | `"INVENTREE_CACHE_HOST"` | |
-| additionalContainers.worker.env[5].valueFrom.secretKeyRef.key | string | `"plainhostpass"` | |
-| additionalContainers.worker.env[5].valueFrom.secretKeyRef.name | string | `"rediscreds"` | |
-| additionalContainers.worker.env[6].name | string | `"INVENTREE_DB_HOST"` | |
-| additionalContainers.worker.env[6].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
-| additionalContainers.worker.env[6].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
-| additionalContainers.worker.env[7].name | string | `"INVENTREE_DB_PASSWORD"` | |
-| additionalContainers.worker.env[7].valueFrom.secretKeyRef.key | string | `"postgresql-password"` | |
-| additionalContainers.worker.env[7].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
-| additionalContainers.worker.env[8].name | string | `"INVENTREE_SECRET_KEY"` | |
-| additionalContainers.worker.env[8].valueFrom.secretKeyRef.key | string | `"INVENTREE_SECRET_KEY"` | |
-| additionalContainers.worker.env[8].valueFrom.secretKeyRef.name | string | `"inventree-secrets"` | |
-| additionalContainers.worker.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
-| additionalContainers.worker.name | string | `"worker"` | |
-| additionalContainers.worker.volumeMounts[0].mountPath | string | `"/home/inventree/data"` | |
-| additionalContainers.worker.volumeMounts[0].name | string | `"data"` | |
-| configmap.config.data.nginx-config | string | `"server {\n listen 10231;\n real_ip_header proxy_protocol;\n location / {\n proxy_set_header Host $http_host;\n proxy_set_header X-Forwarded-By $server_addr:$server_port;\n proxy_set_header X-Forwarded-For $remote_addr;\n proxy_set_header X-Forwarded-Proto $scheme;\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header CLIENT_IP $remote_addr;\n proxy_pass_request_headers on;\n proxy_redirect off;\n client_max_body_size 100M;\n proxy_buffering off;\n proxy_request_buffering off;\n proxy_pass http://localhost:8000;\n }\n # Redirect any requests for static files\n location /static/ {\n alias /var/www/static/;\n autoindex on;\n # Caching settings\n expires 30d;\n add_header Pragma public;\n add_header Cache-Control \"public\";\n }\n # Redirect any requests for media files\n location /media/ {\n alias /var/www/media/;\n # Media files require user authentication\n auth_request /auth;\n }\n # Use the 'user' API endpoint for auth\n location /auth {\n internal;\n proxy_pass http://localhost:8000/auth/;\n proxy_pass_request_body off;\n proxy_set_header Content-Length \"\";\n proxy_set_header X-Original-URI $request_uri;\n }\n}"` | |
-| configmap.config.enabled | bool | `true` | |
-| env.INVENTREE_CACHE_HOST.secretKeyRef.key | string | `"plainhostpass"` | |
-| env.INVENTREE_CACHE_HOST.secretKeyRef.name | string | `"rediscreds"` | |
-| env.INVENTREE_CACHE_PORT | string | `"6379"` | |
-| env.INVENTREE_DB_ENGINE | string | `"postgresql"` | |
-| env.INVENTREE_DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
-| env.INVENTREE_DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
-| env.INVENTREE_DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
-| env.INVENTREE_DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
-| env.INVENTREE_DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
-| env.INVENTREE_DB_PORT | string | `"5432"` | |
-| env.INVENTREE_DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
-| env.INVENTREE_DEBUG | bool | `false` | |
-| env.INVENTREE_LOGIN_ATTEMPTS | int | `5` | |
-| env.INVENTREE_LOGIN_CONFIRM_DAYS | int | `3` | |
-| env.INVENTREE_LOG_LEVEL | string | `"INFO"` | |
-| env.INVENTREE_PLUGINS_ENABLED | bool | `false` | |
-| env.INVENTREE_SECRET_KEY.secretKeyRef.key | string | `"INVENTREE_SECRET_KEY"` | |
-| env.INVENTREE_SECRET_KEY.secretKeyRef.name | string | `"inventree-secrets"` | |
-| env.INVENTREE_TIMEZONE | string | `"{{ .Values.TZ }}"` | |
-| image.pullPolicy | string | `"IfNotPresent"` | |
-| image.repository | string | `"tccr.io/truecharts/inventree"` | |
-| image.tag | string | `"v0.7.5@sha256:7677153653b26249ffb97430b0b95943e820256bbacbb8b4d0cd565759b7ce0b"` | |
-| initContainers.init-migrate.args[0] | string | `"cd /home/inventree;\ninvoke update;"` | |
-| initContainers.init-migrate.command[0] | string | `"sh"` | |
-| initContainers.init-migrate.command[1] | string | `"-c"` | |
-| initContainers.init-migrate.env[0].name | string | `"INVENTREE_DB_ENGINE"` | |
-| initContainers.init-migrate.env[0].value | string | `"postgresql"` | |
-| initContainers.init-migrate.env[1].name | string | `"INVENTREE_DB_NAME"` | |
-| initContainers.init-migrate.env[1].value | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
-| initContainers.init-migrate.env[2].name | string | `"INVENTREE_DB_USER"` | |
-| initContainers.init-migrate.env[2].value | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
-| initContainers.init-migrate.env[3].name | string | `"INVENTREE_DB_PORT"` | |
-| initContainers.init-migrate.env[3].value | string | `"5432"` | |
-| initContainers.init-migrate.env[4].name | string | `"INVENTREE_CACHE_PORT"` | |
-| initContainers.init-migrate.env[4].value | string | `"6379"` | |
-| initContainers.init-migrate.env[5].name | string | `"INVENTREE_CACHE_HOST"` | |
-| initContainers.init-migrate.env[5].valueFrom.secretKeyRef.key | string | `"plainhostpass"` | |
-| initContainers.init-migrate.env[5].valueFrom.secretKeyRef.name | string | `"rediscreds"` | |
-| initContainers.init-migrate.env[6].name | string | `"INVENTREE_DB_HOST"` | |
-| initContainers.init-migrate.env[6].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
-| initContainers.init-migrate.env[6].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
-| initContainers.init-migrate.env[7].name | string | `"INVENTREE_DB_PASSWORD"` | |
-| initContainers.init-migrate.env[7].valueFrom.secretKeyRef.key | string | `"postgresql-password"` | |
-| initContainers.init-migrate.env[7].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
-| initContainers.init-migrate.env[8].name | string | `"INVENTREE_SECRET_KEY"` | |
-| initContainers.init-migrate.env[8].valueFrom.secretKeyRef.key | string | `"INVENTREE_SECRET_KEY"` | |
-| initContainers.init-migrate.env[8].valueFrom.secretKeyRef.name | string | `"inventree-secrets"` | |
-| initContainers.init-migrate.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
-| initContainers.init-migrate.name | string | `"init-migrate"` | |
-| initContainers.init-migrate.volumeMounts[0].mountPath | string | `"/home/inventree/data"` | |
-| initContainers.init-migrate.volumeMounts[0].name | string | `"data"` | |
-| nginxImage.repository | string | `"tccr.io/truecharts/nginx"` | |
-| nginxImage.tag | string | `"v1.23.0@sha256:4545dec2db20dd215a48d03ff65887cd4abae935f6876cd1f8d0d44a3b6ced32"` | |
-| persistence.data.enabled | bool | `true` | |
-| persistence.data.mountPath | string | `"/home/inventree/data"` | |
-| persistence.inventree-config.enabled | string | `"true"` | |
-| persistence.inventree-config.mountPath | string | `"/etc/nginx/nginx.conf"` | |
-| persistence.inventree-config.subPath | string | `"nginx-confing"` | |
-| persistence.inventree-config.type | string | `"custom"` | |
-| persistence.inventree-config.volumeSpec.configMap.name | string | `"{{ printf \"%v-config\" (include \"tc.common.names.fullname\" .) }}"` | |
-| podSecurityContext.runAsGroup | int | `0` | |
-| podSecurityContext.runAsUser | int | `100` | |
-| postgresql.enabled | bool | `true` | |
-| postgresql.existingSecret | string | `"dbcreds"` | |
-| postgresql.postgresqlDatabase | string | `"inventree"` | |
-| postgresql.postgresqlUsername | string | `"inventree"` | |
-| redis.enabled | bool | `true` | |
-| redis.existingSecret | string | `"rediscreds"` | |
-| secretEnv.INVENTREE_ADMIN_EMAIL | string | `"test@example.com"` | |
-| secretEnv.INVENTREE_ADMIN_PASSWORD | string | `"secret"` | |
-| secretEnv.INVENTREE_ADMIN_USER | string | `"testuser"` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| service.main.ports.main.port | int | `10231` | |
-| service.main.ports.main.targetPort | int | `10231` | |
+### TrueNAS SCALE
-----------------------------------------------
-Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
+
+### Helm
+
+To install the chart with the release name `inventree`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install inventree TrueCharts/inventree
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
+
+### Helm
+
+To uninstall the `inventree` deployment
+
+```console
+helm uninstall inventree
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install inventree \
+ --set env.TZ="America/New York" \
+ TrueCharts/inventree
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install inventree TrueCharts/inventree -f values.yaml
+```
+
+#### Connecting to other apps
+
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ipfs/CHANGELOG.md b/charts/stable/ipfs/CHANGELOG.md
index cb703b1d400..eb50ec4a0ef 100644
--- a/charts/stable/ipfs/CHANGELOG.md
+++ b/charts/stable/ipfs/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ipfs-3.0.22](https://github.com/truecharts/apps/compare/ipfs-3.0.21...ipfs-3.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ipfs-3.0.21](https://github.com/truecharts/apps/compare/ipfs-3.0.20...ipfs-3.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/ipfs/README.md b/charts/stable/ipfs/README.md
index a589307f4d9..c24a9da0071 100644
--- a/charts/stable/ipfs/README.md
+++ b/charts/stable/ipfs/README.md
@@ -1,8 +1,14 @@
# ipfs
+  
+
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ipfs](https://truecharts.org/charts/stable/ipfs)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ipfs`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ipfs TrueCharts/ipfs
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ipfs` deployment
+
+```console
+helm uninstall ipfs
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ipfs \
+ --set env.TZ="America/New York" \
+ TrueCharts/ipfs
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ipfs TrueCharts/ipfs -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ispy-agent-dvr/CHANGELOG.md b/charts/stable/ispy-agent-dvr/CHANGELOG.md
index 016f690c00a..54b2b38d7ac 100644
--- a/charts/stable/ispy-agent-dvr/CHANGELOG.md
+++ b/charts/stable/ispy-agent-dvr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ispy-agent-dvr-2.0.25](https://github.com/truecharts/apps/compare/ispy-agent-dvr-2.0.24...ispy-agent-dvr-2.0.25) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ispy-agent-dvr-2.0.24](https://github.com/truecharts/apps/compare/ispy-agent-dvr-2.0.23...ispy-agent-dvr-2.0.24) (2022-07-16)
### Chore
diff --git a/charts/stable/ispy-agent-dvr/README.md b/charts/stable/ispy-agent-dvr/README.md
index 4155a1573ca..4457f8c99f2 100644
--- a/charts/stable/ispy-agent-dvr/README.md
+++ b/charts/stable/ispy-agent-dvr/README.md
@@ -1,8 +1,14 @@
# ispy-agent-dvr
+ 
+
iSpy's Agent DVR, a standalone DVR service to manage IP cameras.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ispy-agent-dvr](https://truecharts.org/charts/stable/ispy-agent-dvr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ispy-agent-dvr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ispy-agent-dvr TrueCharts/ispy-agent-dvr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ispy-agent-dvr` deployment
+
+```console
+helm uninstall ispy-agent-dvr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ispy-agent-dvr \
+ --set env.TZ="America/New York" \
+ TrueCharts/ispy-agent-dvr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ispy-agent-dvr TrueCharts/ispy-agent-dvr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/iyuuplus/CHANGELOG.md b/charts/stable/iyuuplus/CHANGELOG.md
index 74dd2e0412f..0dc42037dbd 100644
--- a/charts/stable/iyuuplus/CHANGELOG.md
+++ b/charts/stable/iyuuplus/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [iyuuplus-2.0.18](https://github.com/truecharts/apps/compare/iyuuplus-2.0.17...iyuuplus-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [iyuuplus-2.0.17](https://github.com/truecharts/apps/compare/iyuuplus-2.0.16...iyuuplus-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/iyuuplus/README.md b/charts/stable/iyuuplus/README.md
index a6dd1810216..4aa6e6a6568 100644
--- a/charts/stable/iyuuplus/README.md
+++ b/charts/stable/iyuuplus/README.md
@@ -1,8 +1,14 @@
# iyuuplus
+  
+
The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [iyuuplus](https://truecharts.org/charts/stable/iyuuplus)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `iyuuplus`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install iyuuplus TrueCharts/iyuuplus
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `iyuuplus` deployment
+
+```console
+helm uninstall iyuuplus
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install iyuuplus \
+ --set env.TZ="America/New York" \
+ TrueCharts/iyuuplus
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install iyuuplus TrueCharts/iyuuplus -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/jackett/.helmignore b/charts/stable/jackett/.helmignore
new file mode 100644
index 00000000000..77ca5567b26
--- /dev/null
+++ b/charts/stable/jackett/.helmignore
@@ -0,0 +1,30 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/
+# OWNERS file for Kubernetes
+OWNERS
+# helm-docs templates
+*.gotmpl
+# docs folder
+/docs
+# icon
+icon.png
diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md
index ac9026a9615..b4ee92923e1 100644
--- a/charts/stable/jackett/CHANGELOG.md
+++ b/charts/stable/jackett/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [jackett-11.0.43](https://github.com/truecharts/apps/compare/jackett-11.0.42...jackett-11.0.43) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [jackett-11.0.42](https://github.com/truecharts/apps/compare/jackett-11.0.40...jackett-11.0.42) (2022-07-19)
### Fix
diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md
index f657bd9822e..4eb6b61ac3c 100644
--- a/charts/stable/jackett/README.md
+++ b/charts/stable/jackett/README.md
@@ -1,6 +1,6 @@
# jackett
-  
+  
API Support for your favorite torrent trackers.
diff --git a/charts/stable/jdownloader2/CHANGELOG.md b/charts/stable/jdownloader2/CHANGELOG.md
index d3afb21d45a..84ab37ea5d0 100644
--- a/charts/stable/jdownloader2/CHANGELOG.md
+++ b/charts/stable/jdownloader2/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [jdownloader2-8.0.19](https://github.com/truecharts/apps/compare/jdownloader2-8.0.18...jdownloader2-8.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [jdownloader2-8.0.18](https://github.com/truecharts/apps/compare/jdownloader2-8.0.17...jdownloader2-8.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/jdownloader2/README.md b/charts/stable/jdownloader2/README.md
index 9049cef17c9..7fa0c928e4d 100644
--- a/charts/stable/jdownloader2/README.md
+++ b/charts/stable/jdownloader2/README.md
@@ -1,8 +1,14 @@
# jdownloader2
+  
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [jdownloader2](https://truecharts.org/charts/stable/jdownloader2)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `jdownloader2`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install jdownloader2 TrueCharts/jdownloader2
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `jdownloader2` deployment
+
+```console
+helm uninstall jdownloader2
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install jdownloader2 \
+ --set env.TZ="America/New York" \
+ TrueCharts/jdownloader2
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install jdownloader2 TrueCharts/jdownloader2 -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/jellyfin/CHANGELOG.md b/charts/stable/jellyfin/CHANGELOG.md
index 8c50e6212ff..c9cd45576d0 100644
--- a/charts/stable/jellyfin/CHANGELOG.md
+++ b/charts/stable/jellyfin/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [jellyfin-11.0.19](https://github.com/truecharts/apps/compare/jellyfin-11.0.18...jellyfin-11.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [jellyfin-11.0.18](https://github.com/truecharts/apps/compare/jellyfin-11.0.17...jellyfin-11.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md
index a8f2e9bc775..f7df1a9c355 100644
--- a/charts/stable/jellyfin/README.md
+++ b/charts/stable/jellyfin/README.md
@@ -1,8 +1,14 @@
# jellyfin
+  
+
Jellyfin is a Free Software Media System
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [jellyfin](https://truecharts.org/charts/stable/jellyfin)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `jellyfin`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install jellyfin TrueCharts/jellyfin
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `jellyfin` deployment
+
+```console
+helm uninstall jellyfin
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install jellyfin \
+ --set env.TZ="America/New York" \
+ TrueCharts/jellyfin
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install jellyfin TrueCharts/jellyfin -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/jellyseerr/CHANGELOG.md b/charts/stable/jellyseerr/CHANGELOG.md
index c3de675831f..9bd2440ebad 100644
--- a/charts/stable/jellyseerr/CHANGELOG.md
+++ b/charts/stable/jellyseerr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [jellyseerr-2.0.18](https://github.com/truecharts/apps/compare/jellyseerr-2.0.17...jellyseerr-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [jellyseerr-2.0.17](https://github.com/truecharts/apps/compare/jellyseerr-2.0.16...jellyseerr-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/jellyseerr/README.md b/charts/stable/jellyseerr/README.md
index 92b1c244f3d..1d3055b75e0 100644
--- a/charts/stable/jellyseerr/README.md
+++ b/charts/stable/jellyseerr/README.md
@@ -1,8 +1,14 @@
# jellyseerr
+ 
+
TEMPLATEREPLACEME
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [jellyseerr](https://truecharts.org/charts/stable/jellyseerr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `jellyseerr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install jellyseerr TrueCharts/jellyseerr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `jellyseerr` deployment
+
+```console
+helm uninstall jellyseerr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install jellyseerr \
+ --set env.TZ="America/New York" \
+ TrueCharts/jellyseerr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install jellyseerr TrueCharts/jellyseerr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/joplin-server/CHANGELOG.md b/charts/stable/joplin-server/CHANGELOG.md
index 6e5b7c5fae5..7674fbeded8 100644
--- a/charts/stable/joplin-server/CHANGELOG.md
+++ b/charts/stable/joplin-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [joplin-server-8.0.18](https://github.com/truecharts/apps/compare/joplin-server-8.0.17...joplin-server-8.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [joplin-server-8.0.17](https://github.com/truecharts/apps/compare/joplin-server-8.0.16...joplin-server-8.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/joplin-server/README.md b/charts/stable/joplin-server/README.md
index 4b8ce2939ea..71cf0ee83ae 100644
--- a/charts/stable/joplin-server/README.md
+++ b/charts/stable/joplin-server/README.md
@@ -1,8 +1,14 @@
# joplin-server
+ 
+
This server allows you to sync any Joplin client
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [joplin-server](https://truecharts.org/charts/stable/joplin-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `joplin-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install joplin-server TrueCharts/joplin-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `joplin-server` deployment
+
+```console
+helm uninstall joplin-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install joplin-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/joplin-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install joplin-server TrueCharts/joplin-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/k8s-gateway/CHANGELOG.md b/charts/stable/k8s-gateway/CHANGELOG.md
index 5735973c648..201f07c4759 100644
--- a/charts/stable/k8s-gateway/CHANGELOG.md
+++ b/charts/stable/k8s-gateway/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [k8s-gateway-6.1.2](https://github.com/truecharts/apps/compare/k8s-gateway-6.1.1...k8s-gateway-6.1.2) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [k8s-gateway-6.1.1](https://github.com/truecharts/apps/compare/k8s-gateway-6.1.0...k8s-gateway-6.1.1) (2022-07-14)
### Fix
diff --git a/charts/stable/k8s-gateway/README.md b/charts/stable/k8s-gateway/README.md
index 73ecc232771..189dc68d7c4 100644
--- a/charts/stable/k8s-gateway/README.md
+++ b/charts/stable/k8s-gateway/README.md
@@ -1,8 +1,14 @@
# k8s-gateway
+  
+
A Helm chart for the k8s_gateway CoreDNS plugin
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [k8s-gateway](https://truecharts.org/charts/stable/k8s-gateway)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `k8s-gateway`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install k8s-gateway TrueCharts/k8s-gateway
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `k8s-gateway` deployment
+
+```console
+helm uninstall k8s-gateway
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install k8s-gateway \
+ --set env.TZ="America/New York" \
+ TrueCharts/k8s-gateway
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install k8s-gateway TrueCharts/k8s-gateway -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/kanboard/CHANGELOG.md b/charts/stable/kanboard/CHANGELOG.md
index 806b37db9c2..babbd5ea697 100644
--- a/charts/stable/kanboard/CHANGELOG.md
+++ b/charts/stable/kanboard/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [kanboard-8.0.19](https://github.com/truecharts/apps/compare/kanboard-8.0.18...kanboard-8.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [kanboard-8.0.18](https://github.com/truecharts/apps/compare/kanboard-8.0.17...kanboard-8.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/kanboard/README.md b/charts/stable/kanboard/README.md
index 41ff15335c4..4bc01713874 100644
--- a/charts/stable/kanboard/README.md
+++ b/charts/stable/kanboard/README.md
@@ -1,8 +1,14 @@
# kanboard
+ 
+
Kanboard is a free and open source Kanban project management software.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [kanboard](https://truecharts.org/charts/stable/kanboard)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `kanboard`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install kanboard TrueCharts/kanboard
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `kanboard` deployment
+
+```console
+helm uninstall kanboard
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install kanboard \
+ --set env.TZ="America/New York" \
+ TrueCharts/kanboard
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install kanboard TrueCharts/kanboard -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/kavita/CHANGELOG.md b/charts/stable/kavita/CHANGELOG.md
index e374ed4fc81..0022478abd9 100644
--- a/charts/stable/kavita/CHANGELOG.md
+++ b/charts/stable/kavita/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [kavita-2.0.19](https://github.com/truecharts/apps/compare/kavita-2.0.18...kavita-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [kavita-2.0.18](https://github.com/truecharts/apps/compare/kavita-2.0.17...kavita-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/kavita/README.md b/charts/stable/kavita/README.md
index 13adbc2d231..731324a5369 100644
--- a/charts/stable/kavita/README.md
+++ b/charts/stable/kavita/README.md
@@ -1,8 +1,14 @@
# kavita
+  
+
Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [kavita](https://truecharts.org/charts/stable/kavita)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `kavita`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install kavita TrueCharts/kavita
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `kavita` deployment
+
+```console
+helm uninstall kavita
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install kavita \
+ --set env.TZ="America/New York" \
+ TrueCharts/kavita
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install kavita TrueCharts/kavita -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/kimai/CHANGELOG.md b/charts/stable/kimai/CHANGELOG.md
index ce43d982b25..7bd8bf43e74 100644
--- a/charts/stable/kimai/CHANGELOG.md
+++ b/charts/stable/kimai/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [kimai-3.0.19](https://github.com/truecharts/apps/compare/kimai-3.0.18...kimai-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [kimai-3.0.18](https://github.com/truecharts/apps/compare/kimai-3.0.17...kimai-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/kimai/README.md b/charts/stable/kimai/README.md
index b7199b01cc0..4bcaed05f93 100644
--- a/charts/stable/kimai/README.md
+++ b/charts/stable/kimai/README.md
@@ -1,8 +1,14 @@
# kimai
+ 
+
Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [kimai](https://truecharts.org/charts/stable/kimai)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `kimai`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install kimai TrueCharts/kimai
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `kimai` deployment
+
+```console
+helm uninstall kimai
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install kimai \
+ --set env.TZ="America/New York" \
+ TrueCharts/kimai
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install kimai TrueCharts/kimai -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/kms/CHANGELOG.md b/charts/stable/kms/CHANGELOG.md
index 3e3b8ae56a6..a34a33d705f 100644
--- a/charts/stable/kms/CHANGELOG.md
+++ b/charts/stable/kms/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [kms-11.0.19](https://github.com/truecharts/apps/compare/kms-11.0.18...kms-11.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [kms-11.0.18](https://github.com/truecharts/apps/compare/kms-11.0.17...kms-11.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md
index 3aab1dd17e4..5c6a4eb28dd 100644
--- a/charts/stable/kms/README.md
+++ b/charts/stable/kms/README.md
@@ -1,8 +1,14 @@
# kms
+  
+
Private Windows Activation Server for development and testing
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [kms](https://truecharts.org/charts/stable/kms)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `kms`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install kms TrueCharts/kms
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `kms` deployment
+
+```console
+helm uninstall kms
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install kms \
+ --set env.TZ="America/New York" \
+ TrueCharts/kms
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install kms TrueCharts/kms -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/kodi-headless/CHANGELOG.md b/charts/stable/kodi-headless/CHANGELOG.md
index e712d7dfa55..f9d2f1f43a8 100644
--- a/charts/stable/kodi-headless/CHANGELOG.md
+++ b/charts/stable/kodi-headless/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [kodi-headless-2.0.18](https://github.com/truecharts/apps/compare/kodi-headless-2.0.17...kodi-headless-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [kodi-headless-2.0.17](https://github.com/truecharts/apps/compare/kodi-headless-2.0.16...kodi-headless-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/kodi-headless/README.md b/charts/stable/kodi-headless/README.md
index d53f59f1608..c3e580f20c0 100644
--- a/charts/stable/kodi-headless/README.md
+++ b/charts/stable/kodi-headless/README.md
@@ -1,8 +1,14 @@
# kodi-headless
+  
+
A headless install of kodi in a docker container.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [kodi-headless](https://truecharts.org/charts/stable/kodi-headless)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `kodi-headless`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install kodi-headless TrueCharts/kodi-headless
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `kodi-headless` deployment
+
+```console
+helm uninstall kodi-headless
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install kodi-headless \
+ --set env.TZ="America/New York" \
+ TrueCharts/kodi-headless
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install kodi-headless TrueCharts/kodi-headless -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/koel/CHANGELOG.md b/charts/stable/koel/CHANGELOG.md
index f86de91881f..617619fc3a7 100644
--- a/charts/stable/koel/CHANGELOG.md
+++ b/charts/stable/koel/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [koel-3.0.20](https://github.com/truecharts/apps/compare/koel-3.0.19...koel-3.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [koel-3.0.19](https://github.com/truecharts/apps/compare/koel-3.0.18...koel-3.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/koel/README.md b/charts/stable/koel/README.md
index 03369efec4a..34401672a78 100644
--- a/charts/stable/koel/README.md
+++ b/charts/stable/koel/README.md
@@ -1,8 +1,14 @@
# koel
+ 
+
Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [koel](https://truecharts.org/charts/stable/koel)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `koel`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install koel TrueCharts/koel
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `koel` deployment
+
+```console
+helm uninstall koel
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install koel \
+ --set env.TZ="America/New York" \
+ TrueCharts/koel
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install koel TrueCharts/koel -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/komga/CHANGELOG.md b/charts/stable/komga/CHANGELOG.md
index ddd9fc1da48..ef0ecfb88f4 100644
--- a/charts/stable/komga/CHANGELOG.md
+++ b/charts/stable/komga/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [komga-6.0.22](https://github.com/truecharts/apps/compare/komga-6.0.21...komga-6.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [komga-6.0.21](https://github.com/truecharts/apps/compare/komga-6.0.20...komga-6.0.21) (2022-07-16)
### Chore
diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md
index 1ce82ef29c4..015bd9ab8ea 100644
--- a/charts/stable/komga/README.md
+++ b/charts/stable/komga/README.md
@@ -1,8 +1,14 @@
# komga
+ 
+
A comics/mangas server to serve/stream pages via API
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [komga](https://truecharts.org/charts/stable/komga)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `komga`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install komga TrueCharts/komga
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `komga` deployment
+
+```console
+helm uninstall komga
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install komga \
+ --set env.TZ="America/New York" \
+ TrueCharts/komga
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install komga TrueCharts/komga -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/kopia/CHANGELOG.md b/charts/stable/kopia/CHANGELOG.md
index a52d742e8df..1bd841442eb 100644
--- a/charts/stable/kopia/CHANGELOG.md
+++ b/charts/stable/kopia/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [kopia-2.0.26](https://github.com/truecharts/apps/compare/kopia-2.0.25...kopia-2.0.26) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [kopia-2.0.25](https://github.com/truecharts/apps/compare/kopia-2.0.24...kopia-2.0.25) (2022-07-14)
### Fix
diff --git a/charts/stable/kopia/README.md b/charts/stable/kopia/README.md
index 7fc960b0ae8..28a5bed407e 100644
--- a/charts/stable/kopia/README.md
+++ b/charts/stable/kopia/README.md
@@ -1,8 +1,14 @@
# kopia
+ 
+
Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [kopia](https://truecharts.org/charts/stable/kopia)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `kopia`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install kopia TrueCharts/kopia
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `kopia` deployment
+
+```console
+helm uninstall kopia
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install kopia \
+ --set env.TZ="America/New York" \
+ TrueCharts/kopia
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install kopia TrueCharts/kopia -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/kutt/CHANGELOG.md b/charts/stable/kutt/CHANGELOG.md
index db4294511d9..6e0944c05e9 100644
--- a/charts/stable/kutt/CHANGELOG.md
+++ b/charts/stable/kutt/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [kutt-3.0.19](https://github.com/truecharts/apps/compare/kutt-3.0.18...kutt-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [kutt-3.0.18](https://github.com/truecharts/apps/compare/kutt-3.0.17...kutt-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/kutt/README.md b/charts/stable/kutt/README.md
index 089ca028d5a..7565586996b 100644
--- a/charts/stable/kutt/README.md
+++ b/charts/stable/kutt/README.md
@@ -1,8 +1,14 @@
# kutt
+  
+
Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [kutt](https://truecharts.org/charts/stable/kutt)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `kutt`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install kutt TrueCharts/kutt
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `kutt` deployment
+
+```console
+helm uninstall kutt
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install kutt \
+ --set env.TZ="America/New York" \
+ TrueCharts/kutt
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install kutt TrueCharts/kutt -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/lanraragi/CHANGELOG.md b/charts/stable/lanraragi/CHANGELOG.md
index f4290d77666..475be7bc1eb 100644
--- a/charts/stable/lanraragi/CHANGELOG.md
+++ b/charts/stable/lanraragi/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [lanraragi-2.0.18](https://github.com/truecharts/apps/compare/lanraragi-2.0.17...lanraragi-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [lanraragi-2.0.17](https://github.com/truecharts/apps/compare/lanraragi-2.0.16...lanraragi-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/lanraragi/README.md b/charts/stable/lanraragi/README.md
index bc295c5671f..9f3bf111de5 100644
--- a/charts/stable/lanraragi/README.md
+++ b/charts/stable/lanraragi/README.md
@@ -1,8 +1,14 @@
# lanraragi
+ 
+
Open source server for archival of comics/manga.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [lanraragi](https://truecharts.org/charts/stable/lanraragi)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `lanraragi`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install lanraragi TrueCharts/lanraragi
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `lanraragi` deployment
+
+```console
+helm uninstall lanraragi
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install lanraragi \
+ --set env.TZ="America/New York" \
+ TrueCharts/lanraragi
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install lanraragi TrueCharts/lanraragi -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/lazylibrarian/CHANGELOG.md b/charts/stable/lazylibrarian/CHANGELOG.md
index e6015d6482b..07c3c4e1d1d 100644
--- a/charts/stable/lazylibrarian/CHANGELOG.md
+++ b/charts/stable/lazylibrarian/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [lazylibrarian-11.0.26](https://github.com/truecharts/apps/compare/lazylibrarian-11.0.25...lazylibrarian-11.0.26) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [lazylibrarian-11.0.25](https://github.com/truecharts/apps/compare/lazylibrarian-11.0.24...lazylibrarian-11.0.25) (2022-07-17)
### Chore
diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md
index 36275670706..0120f0077bb 100644
--- a/charts/stable/lazylibrarian/README.md
+++ b/charts/stable/lazylibrarian/README.md
@@ -1,8 +1,14 @@
# lazylibrarian
+  
+
Get all your books, like series with Sonarr...
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [lazylibrarian](https://truecharts.org/charts/stable/lazylibrarian)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `lazylibrarian`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install lazylibrarian TrueCharts/lazylibrarian
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `lazylibrarian` deployment
+
+```console
+helm uninstall lazylibrarian
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install lazylibrarian \
+ --set env.TZ="America/New York" \
+ TrueCharts/lazylibrarian
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install lazylibrarian TrueCharts/lazylibrarian -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/leaf2mqtt/CHANGELOG.md b/charts/stable/leaf2mqtt/CHANGELOG.md
index 1c94486cb7c..0d5901dff88 100644
--- a/charts/stable/leaf2mqtt/CHANGELOG.md
+++ b/charts/stable/leaf2mqtt/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [leaf2mqtt-4.0.19](https://github.com/truecharts/apps/compare/leaf2mqtt-4.0.18...leaf2mqtt-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [leaf2mqtt-4.0.18](https://github.com/truecharts/apps/compare/leaf2mqtt-4.0.17...leaf2mqtt-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/leaf2mqtt/README.md b/charts/stable/leaf2mqtt/README.md
index b871019a710..9fddcd0c579 100644
--- a/charts/stable/leaf2mqtt/README.md
+++ b/charts/stable/leaf2mqtt/README.md
@@ -1,8 +1,14 @@
# leaf2mqtt
+ 
+
Nissan Leaf connected services to MQTT adapter
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [leaf2mqtt](https://truecharts.org/charts/stable/leaf2mqtt)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `leaf2mqtt`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install leaf2mqtt TrueCharts/leaf2mqtt
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `leaf2mqtt` deployment
+
+```console
+helm uninstall leaf2mqtt
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install leaf2mqtt \
+ --set env.TZ="America/New York" \
+ TrueCharts/leaf2mqtt
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install leaf2mqtt TrueCharts/leaf2mqtt -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/leantime/CHANGELOG.md b/charts/stable/leantime/CHANGELOG.md
index 515630d86ec..e083017e230 100644
--- a/charts/stable/leantime/CHANGELOG.md
+++ b/charts/stable/leantime/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [leantime-4.0.21](https://github.com/truecharts/apps/compare/leantime-4.0.20...leantime-4.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [leantime-4.0.20](https://github.com/truecharts/apps/compare/leantime-4.0.19...leantime-4.0.20) (2022-07-17)
### Chore
diff --git a/charts/stable/leantime/README.md b/charts/stable/leantime/README.md
index 79d766ce3d9..aee23d5b05c 100644
--- a/charts/stable/leantime/README.md
+++ b/charts/stable/leantime/README.md
@@ -1,8 +1,14 @@
# leantime
+ 
+
Straightforward open source project management system to make your ideas reality.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [leantime](https://truecharts.org/charts/stable/leantime)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `leantime`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install leantime TrueCharts/leantime
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `leantime` deployment
+
+```console
+helm uninstall leantime
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install leantime \
+ --set env.TZ="America/New York" \
+ TrueCharts/leantime
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install leantime TrueCharts/leantime -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/libreddit/CHANGELOG.md b/charts/stable/libreddit/CHANGELOG.md
index adcf2a45be8..8478eb30804 100644
--- a/charts/stable/libreddit/CHANGELOG.md
+++ b/charts/stable/libreddit/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [libreddit-1.0.12](https://github.com/truecharts/apps/compare/libreddit-1.0.11...libreddit-1.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [libreddit-1.0.11](https://github.com/truecharts/apps/compare/libreddit-1.0.10...libreddit-1.0.11) (2022-07-14)
### Fix
diff --git a/charts/stable/libreddit/README.md b/charts/stable/libreddit/README.md
index f965b88b812..0597316bb13 100644
--- a/charts/stable/libreddit/README.md
+++ b/charts/stable/libreddit/README.md
@@ -1,8 +1,14 @@
# libreddit
+ 
+
An alternative private front-end to Reddit
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [libreddit](https://truecharts.org/charts/stable/libreddit)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `libreddit`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install libreddit TrueCharts/libreddit
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `libreddit` deployment
+
+```console
+helm uninstall libreddit
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install libreddit \
+ --set env.TZ="America/New York" \
+ TrueCharts/libreddit
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install libreddit TrueCharts/libreddit -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/libreoffice/CHANGELOG.md b/charts/stable/libreoffice/CHANGELOG.md
index 2c3dc417dc1..3587cc7da82 100644
--- a/charts/stable/libreoffice/CHANGELOG.md
+++ b/charts/stable/libreoffice/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [libreoffice-2.0.18](https://github.com/truecharts/apps/compare/libreoffice-2.0.17...libreoffice-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [libreoffice-2.0.17](https://github.com/truecharts/apps/compare/libreoffice-2.0.16...libreoffice-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/libreoffice/README.md b/charts/stable/libreoffice/README.md
index 26c754caff7..a3dc2a12f48 100644
--- a/charts/stable/libreoffice/README.md
+++ b/charts/stable/libreoffice/README.md
@@ -1,8 +1,14 @@
# libreoffice
+  
+
LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [libreoffice](https://truecharts.org/charts/stable/libreoffice)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `libreoffice`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install libreoffice TrueCharts/libreoffice
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `libreoffice` deployment
+
+```console
+helm uninstall libreoffice
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install libreoffice \
+ --set env.TZ="America/New York" \
+ TrueCharts/libreoffice
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install libreoffice TrueCharts/libreoffice -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/librephotos/CHANGELOG.md b/charts/stable/librephotos/CHANGELOG.md
index 09eb8f6d48e..849daffe49d 100644
--- a/charts/stable/librephotos/CHANGELOG.md
+++ b/charts/stable/librephotos/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [librephotos-4.0.21](https://github.com/truecharts/apps/compare/librephotos-4.0.20...librephotos-4.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [librephotos-4.0.20](https://github.com/truecharts/apps/compare/librephotos-4.0.19...librephotos-4.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/librephotos/README.md b/charts/stable/librephotos/README.md
index dc37b4ec0d1..09b6f8e1f19 100644
--- a/charts/stable/librephotos/README.md
+++ b/charts/stable/librephotos/README.md
@@ -1,8 +1,14 @@
# librephotos
+ 
+
A self-hosted open source photo management service.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [librephotos](https://truecharts.org/charts/stable/librephotos)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `librephotos`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install librephotos TrueCharts/librephotos
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `librephotos` deployment
+
+```console
+helm uninstall librephotos
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install librephotos \
+ --set env.TZ="America/New York" \
+ TrueCharts/librephotos
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install librephotos TrueCharts/librephotos -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/librespeed/CHANGELOG.md b/charts/stable/librespeed/CHANGELOG.md
index 6c310a6d18b..2385ee8dca0 100644
--- a/charts/stable/librespeed/CHANGELOG.md
+++ b/charts/stable/librespeed/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [librespeed-6.0.19](https://github.com/truecharts/apps/compare/librespeed-6.0.18...librespeed-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [librespeed-6.0.18](https://github.com/truecharts/apps/compare/librespeed-6.0.17...librespeed-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md
index 53f6dcb2f34..5bf7618c5aa 100644
--- a/charts/stable/librespeed/README.md
+++ b/charts/stable/librespeed/README.md
@@ -1,8 +1,14 @@
# librespeed
+ 
+
Librespeed is a HTML5 webpage to test upload and download speeds
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [librespeed](https://truecharts.org/charts/stable/librespeed)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `librespeed`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install librespeed TrueCharts/librespeed
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `librespeed` deployment
+
+```console
+helm uninstall librespeed
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install librespeed \
+ --set env.TZ="America/New York" \
+ TrueCharts/librespeed
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install librespeed TrueCharts/librespeed -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/lidarr/CHANGELOG.md b/charts/stable/lidarr/CHANGELOG.md
index 92d85de662c..43093e70927 100644
--- a/charts/stable/lidarr/CHANGELOG.md
+++ b/charts/stable/lidarr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [lidarr-11.0.18](https://github.com/truecharts/apps/compare/lidarr-11.0.17...lidarr-11.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [lidarr-11.0.17](https://github.com/truecharts/apps/compare/lidarr-11.0.16...lidarr-11.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md
index b1eabba5434..96a79d27e25 100644
--- a/charts/stable/lidarr/README.md
+++ b/charts/stable/lidarr/README.md
@@ -1,8 +1,14 @@
# lidarr
+  
+
Looks and smells like Sonarr but made for music
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [lidarr](https://truecharts.org/charts/stable/lidarr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `lidarr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install lidarr TrueCharts/lidarr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `lidarr` deployment
+
+```console
+helm uninstall lidarr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install lidarr \
+ --set env.TZ="America/New York" \
+ TrueCharts/lidarr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install lidarr TrueCharts/lidarr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/linkace/CHANGELOG.md b/charts/stable/linkace/CHANGELOG.md
index 748478bda83..5c14f8dfbc4 100644
--- a/charts/stable/linkace/CHANGELOG.md
+++ b/charts/stable/linkace/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [linkace-4.0.26](https://github.com/truecharts/apps/compare/linkace-4.0.25...linkace-4.0.26) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [linkace-4.0.25](https://github.com/truecharts/apps/compare/linkace-4.0.24...linkace-4.0.25) (2022-07-14)
### Fix
diff --git a/charts/stable/linkace/README.md b/charts/stable/linkace/README.md
index cb48dc02ef0..1cd48c040c4 100644
--- a/charts/stable/linkace/README.md
+++ b/charts/stable/linkace/README.md
@@ -1,8 +1,14 @@
# linkace
+ 
+
Your self-hosted bookmark archive. Free and open source.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [linkace](https://truecharts.org/charts/stable/linkace)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -25,22 +31,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `linkace`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install linkace TrueCharts/linkace
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `linkace` deployment
+
+```console
+helm uninstall linkace
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install linkace \
+ --set env.TZ="America/New York" \
+ TrueCharts/linkace
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install linkace TrueCharts/linkace -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/linkding/CHANGELOG.md b/charts/stable/linkding/CHANGELOG.md
index e11d5fef8bd..cba06d85792 100644
--- a/charts/stable/linkding/CHANGELOG.md
+++ b/charts/stable/linkding/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [linkding-2.0.19](https://github.com/truecharts/apps/compare/linkding-2.0.18...linkding-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [linkding-2.0.18](https://github.com/truecharts/apps/compare/linkding-2.0.17...linkding-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/linkding/README.md b/charts/stable/linkding/README.md
index 107116e56da..a96e7cf73c9 100644
--- a/charts/stable/linkding/README.md
+++ b/charts/stable/linkding/README.md
@@ -1,8 +1,14 @@
# linkding
+ 
+
Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [linkding](https://truecharts.org/charts/stable/linkding)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `linkding`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install linkding TrueCharts/linkding
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `linkding` deployment
+
+```console
+helm uninstall linkding
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install linkding \
+ --set env.TZ="America/New York" \
+ TrueCharts/linkding
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install linkding TrueCharts/linkding -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/littlelink/CHANGELOG.md b/charts/stable/littlelink/CHANGELOG.md
index 9e6ba9cfd30..5a4599fceac 100644
--- a/charts/stable/littlelink/CHANGELOG.md
+++ b/charts/stable/littlelink/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [littlelink-6.0.33](https://github.com/truecharts/apps/compare/littlelink-6.0.32...littlelink-6.0.33) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [littlelink-6.0.32](https://github.com/truecharts/apps/compare/littlelink-6.0.31...littlelink-6.0.32) (2022-07-16)
### Chore
diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md
index 07598b6c4ea..d190799cb62 100644
--- a/charts/stable/littlelink/README.md
+++ b/charts/stable/littlelink/README.md
@@ -1,8 +1,14 @@
# littlelink
+  
+
Easy platform to combine all your social links
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [littlelink](https://truecharts.org/charts/stable/littlelink)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `littlelink`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install littlelink TrueCharts/littlelink
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `littlelink` deployment
+
+```console
+helm uninstall littlelink
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install littlelink \
+ --set env.TZ="America/New York" \
+ TrueCharts/littlelink
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install littlelink TrueCharts/littlelink -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/logitech-media-server/CHANGELOG.md b/charts/stable/logitech-media-server/CHANGELOG.md
index 9cbf21fb8b3..c988abd309e 100644
--- a/charts/stable/logitech-media-server/CHANGELOG.md
+++ b/charts/stable/logitech-media-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [logitech-media-server-4.0.20](https://github.com/truecharts/apps/compare/logitech-media-server-4.0.19...logitech-media-server-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [logitech-media-server-4.0.19](https://github.com/truecharts/apps/compare/logitech-media-server-4.0.18...logitech-media-server-4.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/logitech-media-server/README.md b/charts/stable/logitech-media-server/README.md
index b57060aa73c..27ffe234293 100644
--- a/charts/stable/logitech-media-server/README.md
+++ b/charts/stable/logitech-media-server/README.md
@@ -1,8 +1,14 @@
# logitech-media-server
+  
+
Logitech Media Server is a platform for home/office audio streaming.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [logitech-media-server](https://truecharts.org/charts/stable/logitech-media-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `logitech-media-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install logitech-media-server TrueCharts/logitech-media-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `logitech-media-server` deployment
+
+```console
+helm uninstall logitech-media-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install logitech-media-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/logitech-media-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install logitech-media-server TrueCharts/logitech-media-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/loki/CHANGELOG.md b/charts/stable/loki/CHANGELOG.md
index 2ffa5c4b259..0235ed0d08d 100644
--- a/charts/stable/loki/CHANGELOG.md
+++ b/charts/stable/loki/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [loki-5.0.21](https://github.com/truecharts/apps/compare/loki-5.0.20...loki-5.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [loki-5.0.20](https://github.com/truecharts/apps/compare/loki-5.0.19...loki-5.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/loki/README.md b/charts/stable/loki/README.md
index 1c1ad259a88..4b6dca147c9 100644
--- a/charts/stable/loki/README.md
+++ b/charts/stable/loki/README.md
@@ -1,8 +1,14 @@
# loki
+  
+
Loki: like Prometheus, but for logs.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [loki](https://truecharts.org/charts/stable/loki)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `loki`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install loki TrueCharts/loki
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `loki` deployment
+
+```console
+helm uninstall loki
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install loki \
+ --set env.TZ="America/New York" \
+ TrueCharts/loki
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install loki TrueCharts/loki -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/lychee/CHANGELOG.md b/charts/stable/lychee/CHANGELOG.md
index 5be2438e210..e61a44ce88e 100644
--- a/charts/stable/lychee/CHANGELOG.md
+++ b/charts/stable/lychee/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [lychee-13.0.20](https://github.com/truecharts/apps/compare/lychee-13.0.19...lychee-13.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [lychee-13.0.19](https://github.com/truecharts/apps/compare/lychee-13.0.18...lychee-13.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/lychee/README.md b/charts/stable/lychee/README.md
index ba6796e669a..7feec7b26d2 100644
--- a/charts/stable/lychee/README.md
+++ b/charts/stable/lychee/README.md
@@ -1,8 +1,14 @@
# lychee
+  
+
Lychee is a free photo-management tool, which runs on your server or web-space
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [lychee](https://truecharts.org/charts/stable/lychee)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `lychee`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install lychee TrueCharts/lychee
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `lychee` deployment
+
+```console
+helm uninstall lychee
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install lychee \
+ --set env.TZ="America/New York" \
+ TrueCharts/lychee
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install lychee TrueCharts/lychee -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/makemkv/CHANGELOG.md b/charts/stable/makemkv/CHANGELOG.md
index 0769dd8d04b..388a8d4a267 100644
--- a/charts/stable/makemkv/CHANGELOG.md
+++ b/charts/stable/makemkv/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [makemkv-2.0.21](https://github.com/truecharts/apps/compare/makemkv-2.0.20...makemkv-2.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [makemkv-2.0.20](https://github.com/truecharts/apps/compare/makemkv-2.0.19...makemkv-2.0.20) (2022-07-16)
### Chore
diff --git a/charts/stable/makemkv/README.md b/charts/stable/makemkv/README.md
index abbb2b48b61..0ccd8c5c05a 100644
--- a/charts/stable/makemkv/README.md
+++ b/charts/stable/makemkv/README.md
@@ -1,8 +1,14 @@
# makemkv
+ 
+
MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [makemkv](https://truecharts.org/charts/stable/makemkv)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `makemkv`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install makemkv TrueCharts/makemkv
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `makemkv` deployment
+
+```console
+helm uninstall makemkv
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install makemkv \
+ --set env.TZ="America/New York" \
+ TrueCharts/makemkv
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install makemkv TrueCharts/makemkv -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/matomo/CHANGELOG.md b/charts/stable/matomo/CHANGELOG.md
index 8b95855984c..8f916d27ebc 100644
--- a/charts/stable/matomo/CHANGELOG.md
+++ b/charts/stable/matomo/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [matomo-3.0.30](https://github.com/truecharts/apps/compare/matomo-3.0.29...matomo-3.0.30) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [matomo-3.0.29](https://github.com/truecharts/apps/compare/matomo-3.0.28...matomo-3.0.29) (2022-07-16)
### Chore
diff --git a/charts/stable/matomo/README.md b/charts/stable/matomo/README.md
index 3646b5a3d0d..7d5760f9da5 100644
--- a/charts/stable/matomo/README.md
+++ b/charts/stable/matomo/README.md
@@ -1,8 +1,14 @@
# matomo
+ 
+
Matomo is the leading Free/Libre open analytics platform
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [matomo](https://truecharts.org/charts/stable/matomo)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `matomo`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install matomo TrueCharts/matomo
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `matomo` deployment
+
+```console
+helm uninstall matomo
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install matomo \
+ --set env.TZ="America/New York" \
+ TrueCharts/matomo
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install matomo TrueCharts/matomo -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mattermost/CHANGELOG.md b/charts/stable/mattermost/CHANGELOG.md
index 1ba2dfc3666..519d0bf24a1 100644
--- a/charts/stable/mattermost/CHANGELOG.md
+++ b/charts/stable/mattermost/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mattermost-3.0.21](https://github.com/truecharts/apps/compare/mattermost-3.0.20...mattermost-3.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mattermost-3.0.20](https://github.com/truecharts/apps/compare/mattermost-3.0.19...mattermost-3.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/mattermost/README.md b/charts/stable/mattermost/README.md
index ba273b36b48..e4f6d495cac 100644
--- a/charts/stable/mattermost/README.md
+++ b/charts/stable/mattermost/README.md
@@ -1,8 +1,14 @@
# mattermost
+ 
+
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mattermost](https://truecharts.org/charts/stable/mattermost)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mattermost`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mattermost TrueCharts/mattermost
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mattermost` deployment
+
+```console
+helm uninstall mattermost
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mattermost \
+ --set env.TZ="America/New York" \
+ TrueCharts/mattermost
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mattermost TrueCharts/mattermost -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mealie/CHANGELOG.md b/charts/stable/mealie/CHANGELOG.md
index c8c91344a73..00f63234471 100644
--- a/charts/stable/mealie/CHANGELOG.md
+++ b/charts/stable/mealie/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mealie-8.0.19](https://github.com/truecharts/apps/compare/mealie-8.0.18...mealie-8.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mealie-8.0.18](https://github.com/truecharts/apps/compare/mealie-8.0.17...mealie-8.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md
index c468d086085..33976f3ed29 100644
--- a/charts/stable/mealie/README.md
+++ b/charts/stable/mealie/README.md
@@ -1,8 +1,14 @@
# mealie
+ 
+
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mealie](https://truecharts.org/charts/stable/mealie)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mealie`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mealie TrueCharts/mealie
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mealie` deployment
+
+```console
+helm uninstall mealie
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mealie \
+ --set env.TZ="America/New York" \
+ TrueCharts/mealie
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mealie TrueCharts/mealie -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/medusa/CHANGELOG.md b/charts/stable/medusa/CHANGELOG.md
index 4fc496aaecf..263acb385b7 100644
--- a/charts/stable/medusa/CHANGELOG.md
+++ b/charts/stable/medusa/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [medusa-3.0.22](https://github.com/truecharts/apps/compare/medusa-3.0.21...medusa-3.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [medusa-3.0.21](https://github.com/truecharts/apps/compare/medusa-3.0.20...medusa-3.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/medusa/README.md b/charts/stable/medusa/README.md
index d78dcdb2de9..7d2470bcce9 100644
--- a/charts/stable/medusa/README.md
+++ b/charts/stable/medusa/README.md
@@ -1,8 +1,14 @@
# medusa
+  
+
An automatic Video Library Manager for TV Shows
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [medusa](https://truecharts.org/charts/stable/medusa)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `medusa`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install medusa TrueCharts/medusa
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `medusa` deployment
+
+```console
+helm uninstall medusa
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install medusa \
+ --set env.TZ="America/New York" \
+ TrueCharts/medusa
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install medusa TrueCharts/medusa -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/meshroom/CHANGELOG.md b/charts/stable/meshroom/CHANGELOG.md
index a6f5f91fb09..eae9253ad13 100644
--- a/charts/stable/meshroom/CHANGELOG.md
+++ b/charts/stable/meshroom/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [meshroom-2.0.18](https://github.com/truecharts/apps/compare/meshroom-2.0.17...meshroom-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [meshroom-2.0.17](https://github.com/truecharts/apps/compare/meshroom-2.0.16...meshroom-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/meshroom/README.md b/charts/stable/meshroom/README.md
index b1e5f7144df..4351e12cc72 100644
--- a/charts/stable/meshroom/README.md
+++ b/charts/stable/meshroom/README.md
@@ -1,8 +1,14 @@
# meshroom
+ 
+
Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [meshroom](https://truecharts.org/charts/stable/meshroom)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `meshroom`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install meshroom TrueCharts/meshroom
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `meshroom` deployment
+
+```console
+helm uninstall meshroom
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install meshroom \
+ --set env.TZ="America/New York" \
+ TrueCharts/meshroom
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install meshroom TrueCharts/meshroom -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/metallb/CHANGELOG.md b/charts/stable/metallb/CHANGELOG.md
index 31bbd8c131d..152293452ec 100644
--- a/charts/stable/metallb/CHANGELOG.md
+++ b/charts/stable/metallb/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [metallb-2.0.12](https://github.com/truecharts/apps/compare/metallb-2.0.11...metallb-2.0.12) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [metallb-2.0.11](https://github.com/truecharts/apps/compare/metallb-2.0.10...metallb-2.0.11) (2022-07-14)
### Fix
diff --git a/charts/stable/metallb/README.md b/charts/stable/metallb/README.md
index 40bfdda4412..6a1bf59517d 100644
--- a/charts/stable/metallb/README.md
+++ b/charts/stable/metallb/README.md
@@ -1,8 +1,14 @@
# metallb
+  
+
A network load-balancer implementation for Kubernetes using standard routing protocols
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [metallb](https://truecharts.org/charts/stable/metallb)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `metallb`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install metallb TrueCharts/metallb
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `metallb` deployment
+
+```console
+helm uninstall metallb
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install metallb \
+ --set env.TZ="America/New York" \
+ TrueCharts/metallb
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install metallb TrueCharts/metallb -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/metube/CHANGELOG.md b/charts/stable/metube/CHANGELOG.md
index d331f994b12..4ada395e987 100644
--- a/charts/stable/metube/CHANGELOG.md
+++ b/charts/stable/metube/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [metube-2.0.18](https://github.com/truecharts/apps/compare/metube-2.0.17...metube-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [metube-2.0.17](https://github.com/truecharts/apps/compare/metube-2.0.16...metube-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/metube/README.md b/charts/stable/metube/README.md
index 3e14ec2578b..f4a8b28106e 100644
--- a/charts/stable/metube/README.md
+++ b/charts/stable/metube/README.md
@@ -1,8 +1,14 @@
# metube
+ 
+
Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [metube](https://truecharts.org/charts/stable/metube)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `metube`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install metube TrueCharts/metube
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `metube` deployment
+
+```console
+helm uninstall metube
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install metube \
+ --set env.TZ="America/New York" \
+ TrueCharts/metube
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install metube TrueCharts/metube -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/minecraft-bedrock/CHANGELOG.md b/charts/stable/minecraft-bedrock/CHANGELOG.md
index 412d16dca20..5fb19cc50d0 100644
--- a/charts/stable/minecraft-bedrock/CHANGELOG.md
+++ b/charts/stable/minecraft-bedrock/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [minecraft-bedrock-1.0.19](https://github.com/truecharts/apps/compare/minecraft-bedrock-1.0.18...minecraft-bedrock-1.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [minecraft-bedrock-1.0.18](https://github.com/truecharts/apps/compare/minecraft-bedrock-1.0.17...minecraft-bedrock-1.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/minecraft-bedrock/README.md b/charts/stable/minecraft-bedrock/README.md
index c44559e2fd2..2bf4203df3a 100644
--- a/charts/stable/minecraft-bedrock/README.md
+++ b/charts/stable/minecraft-bedrock/README.md
@@ -1,8 +1,14 @@
# minecraft-bedrock
+  
+
Minecraft Bedrock Dedicated Server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [minecraft-bedrock](https://truecharts.org/charts/stable/minecraft-bedrock)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `minecraft-bedrock`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install minecraft-bedrock TrueCharts/minecraft-bedrock
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `minecraft-bedrock` deployment
+
+```console
+helm uninstall minecraft-bedrock
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install minecraft-bedrock \
+ --set env.TZ="America/New York" \
+ TrueCharts/minecraft-bedrock
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install minecraft-bedrock TrueCharts/minecraft-bedrock -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/minecraft-java/CHANGELOG.md b/charts/stable/minecraft-java/CHANGELOG.md
index d4a6a01d0ba..09e2d129879 100644
--- a/charts/stable/minecraft-java/CHANGELOG.md
+++ b/charts/stable/minecraft-java/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [minecraft-java-1.0.26](https://github.com/truecharts/apps/compare/minecraft-java-1.0.25...minecraft-java-1.0.26) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [minecraft-java-1.0.25](https://github.com/truecharts/apps/compare/minecraft-java-1.0.24...minecraft-java-1.0.25) (2022-07-17)
### Chore
diff --git a/charts/stable/minecraft-java/README.md b/charts/stable/minecraft-java/README.md
index 8c6111f9eb8..7eca4f657ed 100644
--- a/charts/stable/minecraft-java/README.md
+++ b/charts/stable/minecraft-java/README.md
@@ -1,8 +1,14 @@
# minecraft-java
+  
+
Minecraft Java Dedicated Server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [minecraft-java](https://truecharts.org/charts/stable/minecraft-java)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `minecraft-java`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install minecraft-java TrueCharts/minecraft-java
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `minecraft-java` deployment
+
+```console
+helm uninstall minecraft-java
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install minecraft-java \
+ --set env.TZ="America/New York" \
+ TrueCharts/minecraft-java
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install minecraft-java TrueCharts/minecraft-java -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/minetest/CHANGELOG.md b/charts/stable/minetest/CHANGELOG.md
index 95367108371..81e1d84285b 100644
--- a/charts/stable/minetest/CHANGELOG.md
+++ b/charts/stable/minetest/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [minetest-1.0.18](https://github.com/truecharts/apps/compare/minetest-1.0.17...minetest-1.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [minetest-1.0.17](https://github.com/truecharts/apps/compare/minetest-1.0.16...minetest-1.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/minetest/README.md b/charts/stable/minetest/README.md
index a06914e3141..8e926538811 100644
--- a/charts/stable/minetest/README.md
+++ b/charts/stable/minetest/README.md
@@ -1,8 +1,14 @@
# minetest
+  
+
Minetest (server) is a near-infinite-world block sandbox game and a game engine.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [minetest](https://truecharts.org/charts/stable/minetest)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `minetest`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install minetest TrueCharts/minetest
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `minetest` deployment
+
+```console
+helm uninstall minetest
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install minetest \
+ --set env.TZ="America/New York" \
+ TrueCharts/minetest
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install minetest TrueCharts/minetest -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/miniflux/CHANGELOG.md b/charts/stable/miniflux/CHANGELOG.md
index 2518e5c70d1..4c10f441ff3 100644
--- a/charts/stable/miniflux/CHANGELOG.md
+++ b/charts/stable/miniflux/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [miniflux-7.0.20](https://github.com/truecharts/apps/compare/miniflux-7.0.19...miniflux-7.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [miniflux-7.0.19](https://github.com/truecharts/apps/compare/miniflux-7.0.18...miniflux-7.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/miniflux/README.md b/charts/stable/miniflux/README.md
index c249a6e9dc7..35de8d77348 100644
--- a/charts/stable/miniflux/README.md
+++ b/charts/stable/miniflux/README.md
@@ -1,8 +1,14 @@
# miniflux
+ 
+
Miniflux is a minimalist and opinionated feed reader.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [miniflux](https://truecharts.org/charts/stable/miniflux)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `miniflux`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install miniflux TrueCharts/miniflux
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `miniflux` deployment
+
+```console
+helm uninstall miniflux
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install miniflux \
+ --set env.TZ="America/New York" \
+ TrueCharts/miniflux
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install miniflux TrueCharts/miniflux -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/minio-console/CHANGELOG.md b/charts/stable/minio-console/CHANGELOG.md
index c53bf7b15fc..1d9c3809821 100644
--- a/charts/stable/minio-console/CHANGELOG.md
+++ b/charts/stable/minio-console/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [minio-console-3.0.21](https://github.com/truecharts/apps/compare/minio-console-3.0.20...minio-console-3.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [minio-console-3.0.20](https://github.com/truecharts/apps/compare/minio-console-3.0.19...minio-console-3.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/minio-console/README.md b/charts/stable/minio-console/README.md
index 4d160e24f7b..4fa50630293 100644
--- a/charts/stable/minio-console/README.md
+++ b/charts/stable/minio-console/README.md
@@ -1,8 +1,14 @@
# minio-console
+ 
+
A management console for minio server and operator
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [minio-console](https://truecharts.org/charts/stable/minio-console)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `minio-console`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install minio-console TrueCharts/minio-console
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `minio-console` deployment
+
+```console
+helm uninstall minio-console
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install minio-console \
+ --set env.TZ="America/New York" \
+ TrueCharts/minio-console
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install minio-console TrueCharts/minio-console -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/minio/CHANGELOG.md b/charts/stable/minio/CHANGELOG.md
index 0a38834b170..faf4cb6d89a 100644
--- a/charts/stable/minio/CHANGELOG.md
+++ b/charts/stable/minio/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [minio-3.0.30](https://github.com/truecharts/apps/compare/minio-3.0.29...minio-3.0.30) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [minio-3.0.29](https://github.com/truecharts/apps/compare/minio-3.0.28...minio-3.0.29) (2022-07-16)
### Chore
diff --git a/charts/stable/minio/README.md b/charts/stable/minio/README.md
index a5ce0436e42..57a497bd735 100644
--- a/charts/stable/minio/README.md
+++ b/charts/stable/minio/README.md
@@ -1,8 +1,14 @@
# minio
+ 
+
Minio is a self-hosted S3 storage server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [minio](https://truecharts.org/charts/stable/minio)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `minio`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install minio TrueCharts/minio
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `minio` deployment
+
+```console
+helm uninstall minio
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install minio \
+ --set env.TZ="America/New York" \
+ TrueCharts/minio
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install minio TrueCharts/minio -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/minisatip/CHANGELOG.md b/charts/stable/minisatip/CHANGELOG.md
index c1fef53fe9f..4af75cda7d2 100644
--- a/charts/stable/minisatip/CHANGELOG.md
+++ b/charts/stable/minisatip/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [minisatip-2.0.18](https://github.com/truecharts/apps/compare/minisatip-2.0.17...minisatip-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [minisatip-2.0.17](https://github.com/truecharts/apps/compare/minisatip-2.0.16...minisatip-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/minisatip/README.md b/charts/stable/minisatip/README.md
index 9e661d24b3b..ffb9349f634 100644
--- a/charts/stable/minisatip/README.md
+++ b/charts/stable/minisatip/README.md
@@ -1,8 +1,14 @@
# minisatip
+  
+
Minisatip is a multi-threaded satip server version 1.2 that runs under Linux.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [minisatip](https://truecharts.org/charts/stable/minisatip)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `minisatip`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install minisatip TrueCharts/minisatip
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `minisatip` deployment
+
+```console
+helm uninstall minisatip
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install minisatip \
+ --set env.TZ="America/New York" \
+ TrueCharts/minisatip
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install minisatip TrueCharts/minisatip -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mkvtoolnix/CHANGELOG.md b/charts/stable/mkvtoolnix/CHANGELOG.md
index d86e3d34b24..c49ce900882 100644
--- a/charts/stable/mkvtoolnix/CHANGELOG.md
+++ b/charts/stable/mkvtoolnix/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mkvtoolnix-2.0.19](https://github.com/truecharts/apps/compare/mkvtoolnix-2.0.18...mkvtoolnix-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mkvtoolnix-2.0.18](https://github.com/truecharts/apps/compare/mkvtoolnix-2.0.17...mkvtoolnix-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/mkvtoolnix/README.md b/charts/stable/mkvtoolnix/README.md
index 04cf7f93782..07fcd0f1cff 100644
--- a/charts/stable/mkvtoolnix/README.md
+++ b/charts/stable/mkvtoolnix/README.md
@@ -1,8 +1,14 @@
# mkvtoolnix
+  
+
MKVToolNix is a set of tools to create, alter and inspect Matroska files.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mkvtoolnix](https://truecharts.org/charts/stable/mkvtoolnix)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mkvtoolnix`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mkvtoolnix TrueCharts/mkvtoolnix
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mkvtoolnix` deployment
+
+```console
+helm uninstall mkvtoolnix
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mkvtoolnix \
+ --set env.TZ="America/New York" \
+ TrueCharts/mkvtoolnix
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mkvtoolnix TrueCharts/mkvtoolnix -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ml-workspace/CHANGELOG.md b/charts/stable/ml-workspace/CHANGELOG.md
index 5a5575f2acc..c054fffc9bb 100644
--- a/charts/stable/ml-workspace/CHANGELOG.md
+++ b/charts/stable/ml-workspace/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ml-workspace-2.0.18](https://github.com/truecharts/apps/compare/ml-workspace-2.0.17...ml-workspace-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ml-workspace-2.0.17](https://github.com/truecharts/apps/compare/ml-workspace-2.0.16...ml-workspace-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/ml-workspace/README.md b/charts/stable/ml-workspace/README.md
index 4d83cd13877..f2112c99451 100644
--- a/charts/stable/ml-workspace/README.md
+++ b/charts/stable/ml-workspace/README.md
@@ -1,8 +1,14 @@
# ml-workspace
+ 
+
All-in-one web-based development environment for machine learning
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ml-workspace](https://truecharts.org/charts/stable/ml-workspace)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -25,22 +31,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ml-workspace`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ml-workspace TrueCharts/ml-workspace
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ml-workspace` deployment
+
+```console
+helm uninstall ml-workspace
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ml-workspace \
+ --set env.TZ="America/New York" \
+ TrueCharts/ml-workspace
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ml-workspace TrueCharts/ml-workspace -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/monica/CHANGELOG.md b/charts/stable/monica/CHANGELOG.md
index 980c8524b6e..830aa51f749 100644
--- a/charts/stable/monica/CHANGELOG.md
+++ b/charts/stable/monica/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [monica-3.0.27](https://github.com/truecharts/apps/compare/monica-3.0.26...monica-3.0.27) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [monica-3.0.26](https://github.com/truecharts/apps/compare/monica-3.0.25...monica-3.0.26) (2022-07-15)
### Chore
diff --git a/charts/stable/monica/README.md b/charts/stable/monica/README.md
index 14e7e577a18..c2b57923bbb 100644
--- a/charts/stable/monica/README.md
+++ b/charts/stable/monica/README.md
@@ -1,8 +1,14 @@
# monica
+ 
+
Monica is a great open source personal relationship management system.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [monica](https://truecharts.org/charts/stable/monica)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `monica`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install monica TrueCharts/monica
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `monica` deployment
+
+```console
+helm uninstall monica
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install monica \
+ --set env.TZ="America/New York" \
+ TrueCharts/monica
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install monica TrueCharts/monica -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mosdns/CHANGELOG.md b/charts/stable/mosdns/CHANGELOG.md
index 75ac9fc1d66..309363fb5da 100644
--- a/charts/stable/mosdns/CHANGELOG.md
+++ b/charts/stable/mosdns/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mosdns-2.0.20](https://github.com/truecharts/apps/compare/mosdns-2.0.19...mosdns-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mosdns-2.0.19](https://github.com/truecharts/apps/compare/mosdns-2.0.18...mosdns-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/mosdns/README.md b/charts/stable/mosdns/README.md
index 4968b9e3daf..ad9f28bceb1 100644
--- a/charts/stable/mosdns/README.md
+++ b/charts/stable/mosdns/README.md
@@ -1,8 +1,14 @@
# mosdns
+  
+
A location-based pluggable DNS forwarder/splitter.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mosdns](https://truecharts.org/charts/stable/mosdns)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mosdns`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mosdns TrueCharts/mosdns
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mosdns` deployment
+
+```console
+helm uninstall mosdns
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mosdns \
+ --set env.TZ="America/New York" \
+ TrueCharts/mosdns
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mosdns TrueCharts/mosdns -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mosquitto/CHANGELOG.md b/charts/stable/mosquitto/CHANGELOG.md
index 2e6189644ad..072f09bb7a1 100644
--- a/charts/stable/mosquitto/CHANGELOG.md
+++ b/charts/stable/mosquitto/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mosquitto-6.0.20](https://github.com/truecharts/apps/compare/mosquitto-6.0.19...mosquitto-6.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mosquitto-6.0.19](https://github.com/truecharts/apps/compare/mosquitto-6.0.17...mosquitto-6.0.19) (2022-07-19)
### Feat
diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md
index 1a0203c9b80..e8e4222a16c 100644
--- a/charts/stable/mosquitto/README.md
+++ b/charts/stable/mosquitto/README.md
@@ -1,16 +1,15 @@
# mosquitto
-  
+  
Eclipse Mosquitto - An open source MQTT broker
-**Homepage:**
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
-## Maintainers
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mosquitto](https://truecharts.org/charts/stable/mosquitto)
-| Name | Email | Url |
-| ---- | ------ | --- |
-| TrueCharts | info@truecharts.org | https://truecharts.org |
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -20,31 +19,89 @@ Eclipse Mosquitto - An open source MQTT broker
Kubernetes: `>=1.16.0-0`
+## Dependencies
+
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.4 |
-## Values
+## Installing the Chart
-| Key | Type | Default | Description |
-|-----|------|---------|-------------|
-| auth.enabled | bool | `false` | By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. |
-| configmap.config.data."mosquitto.conf" | string | `"listener {{ .Values.service.main.ports.main.port }}\n{{- if .Values.auth.enabled }}\nallow_anonymous false\npassword_file /mosquitto/data/passwords.txt\n{{- else }}\nallow_anonymous true\n{{- end }}\n{{- if .Values.persistence.data.enabled }}\npersistence true\npersistence_location {{ .Values.persistence.data.mountPath }}\nautosave_interval 1800\n{{- end }}\n{{- if .Values.persistence.configinc.enabled }}\ninclude_dir {{ .Values.persistence.configinc.mountPath }}\n{{- end }}\n"` | |
-| configmap.config.enabled | bool | `true` | |
-| image.pullPolicy | string | `"IfNotPresent"` | |
-| image.repository | string | `"tccr.io/truecharts/eclipse-mosquitto"` | |
-| image.tag | string | `"v2.0.14@sha256:3a706bd94ae6f98a9eacf56c4ba43f3895e567f23eb0c9bdd74a0d912052c883"` | |
-| persistence.configinc.enabled | bool | `true` | |
-| persistence.configinc.mountPath | string | `"/mosquitto/configinc"` | |
-| persistence.data.enabled | bool | `true` | |
-| persistence.data.mountPath | string | `"/mosquitto/data"` | |
-| persistence.mosquitto-config.enabled | string | `"true"` | |
-| persistence.mosquitto-config.mountPath | string | `"/mosquitto/config/mosquitto.conf"` | |
-| persistence.mosquitto-config.subPath | string | `"mosquitto.conf"` | |
-| persistence.mosquitto-config.type | string | `"custom"` | |
-| persistence.mosquitto-config.volumeSpec.configMap.name | string | `"{{ template \"tc.common.names.fullname\" . }}-config"` | |
-| service.main.ports.main.port | int | `1883` | |
-| service.main.ports.main.targetPort | int | `1883` | |
+### TrueNAS SCALE
-----------------------------------------------
-Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
+
+### Helm
+
+To install the chart with the release name `mosquitto`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mosquitto TrueCharts/mosquitto
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
+
+### Helm
+
+To uninstall the `mosquitto` deployment
+
+```console
+helm uninstall mosquitto
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mosquitto \
+ --set env.TZ="America/New York" \
+ TrueCharts/mosquitto
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mosquitto TrueCharts/mosquitto -f values.yaml
+```
+
+#### Connecting to other apps
+
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mstream/CHANGELOG.md b/charts/stable/mstream/CHANGELOG.md
index 1468c88f12d..cba40da3990 100644
--- a/charts/stable/mstream/CHANGELOG.md
+++ b/charts/stable/mstream/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mstream-3.0.18](https://github.com/truecharts/apps/compare/mstream-3.0.17...mstream-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mstream-3.0.17](https://github.com/truecharts/apps/compare/mstream-3.0.16...mstream-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/mstream/README.md b/charts/stable/mstream/README.md
index c2ccc8948c0..8529a379ac8 100644
--- a/charts/stable/mstream/README.md
+++ b/charts/stable/mstream/README.md
@@ -1,8 +1,14 @@
# mstream
+  
+
A personal music streaming server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mstream](https://truecharts.org/charts/stable/mstream)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mstream`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mstream TrueCharts/mstream
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mstream` deployment
+
+```console
+helm uninstall mstream
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mstream \
+ --set env.TZ="America/New York" \
+ TrueCharts/mstream
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mstream TrueCharts/mstream -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/muximux/CHANGELOG.md b/charts/stable/muximux/CHANGELOG.md
index 98c47c2decf..e76433da98e 100644
--- a/charts/stable/muximux/CHANGELOG.md
+++ b/charts/stable/muximux/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [muximux-3.0.18](https://github.com/truecharts/apps/compare/muximux-3.0.17...muximux-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [muximux-3.0.17](https://github.com/truecharts/apps/compare/muximux-3.0.16...muximux-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/muximux/README.md b/charts/stable/muximux/README.md
index f8b430b9f1c..e1ddbe5863a 100644
--- a/charts/stable/muximux/README.md
+++ b/charts/stable/muximux/README.md
@@ -1,8 +1,14 @@
# muximux
+  
+
A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [muximux](https://truecharts.org/charts/stable/muximux)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `muximux`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install muximux TrueCharts/muximux
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `muximux` deployment
+
+```console
+helm uninstall muximux
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install muximux \
+ --set env.TZ="America/New York" \
+ TrueCharts/muximux
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install muximux TrueCharts/muximux -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mylar/CHANGELOG.md b/charts/stable/mylar/CHANGELOG.md
index 59ca28e8d7e..f9f1b046aeb 100644
--- a/charts/stable/mylar/CHANGELOG.md
+++ b/charts/stable/mylar/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mylar-6.0.19](https://github.com/truecharts/apps/compare/mylar-6.0.18...mylar-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mylar-6.0.18](https://github.com/truecharts/apps/compare/mylar-6.0.17...mylar-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md
index 20a466c51a7..c7463ca9eae 100644
--- a/charts/stable/mylar/README.md
+++ b/charts/stable/mylar/README.md
@@ -1,8 +1,14 @@
# mylar
+ 
+
Mylar is a automated Comic Book downloader
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mylar](https://truecharts.org/charts/stable/mylar)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mylar`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mylar TrueCharts/mylar
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mylar` deployment
+
+```console
+helm uninstall mylar
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mylar \
+ --set env.TZ="America/New York" \
+ TrueCharts/mylar
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mylar TrueCharts/mylar -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/mysql-workbench/CHANGELOG.md b/charts/stable/mysql-workbench/CHANGELOG.md
index 4a6dc23e3ca..724a05b8143 100644
--- a/charts/stable/mysql-workbench/CHANGELOG.md
+++ b/charts/stable/mysql-workbench/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [mysql-workbench-2.0.18](https://github.com/truecharts/apps/compare/mysql-workbench-2.0.17...mysql-workbench-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [mysql-workbench-2.0.17](https://github.com/truecharts/apps/compare/mysql-workbench-2.0.16...mysql-workbench-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/mysql-workbench/README.md b/charts/stable/mysql-workbench/README.md
index a7105e6b8a0..47cec24d920 100644
--- a/charts/stable/mysql-workbench/README.md
+++ b/charts/stable/mysql-workbench/README.md
@@ -1,8 +1,14 @@
# mysql-workbench
+  
+
MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [mysql-workbench](https://truecharts.org/charts/stable/mysql-workbench)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `mysql-workbench`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install mysql-workbench TrueCharts/mysql-workbench
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `mysql-workbench` deployment
+
+```console
+helm uninstall mysql-workbench
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install mysql-workbench \
+ --set env.TZ="America/New York" \
+ TrueCharts/mysql-workbench
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install mysql-workbench TrueCharts/mysql-workbench -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/n8n/CHANGELOG.md b/charts/stable/n8n/CHANGELOG.md
index e940c54ec03..d4d09514efb 100644
--- a/charts/stable/n8n/CHANGELOG.md
+++ b/charts/stable/n8n/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [n8n-4.0.28](https://github.com/truecharts/apps/compare/n8n-4.0.27...n8n-4.0.28) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [n8n-4.0.27](https://github.com/truecharts/apps/compare/n8n-4.0.26...n8n-4.0.27) (2022-07-15)
### Chore
diff --git a/charts/stable/n8n/README.md b/charts/stable/n8n/README.md
index f76704fdd51..edd26e34686 100644
--- a/charts/stable/n8n/README.md
+++ b/charts/stable/n8n/README.md
@@ -1,8 +1,14 @@
# n8n
+ 
+
n8n is an extendable workflow automation tool.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [n8n](https://truecharts.org/charts/stable/n8n)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -25,22 +31,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `n8n`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install n8n TrueCharts/n8n
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `n8n` deployment
+
+```console
+helm uninstall n8n
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install n8n \
+ --set env.TZ="America/New York" \
+ TrueCharts/n8n
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install n8n TrueCharts/n8n -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nano-wallet/CHANGELOG.md b/charts/stable/nano-wallet/CHANGELOG.md
index 59c9c5f8a86..fac9d208ae0 100644
--- a/charts/stable/nano-wallet/CHANGELOG.md
+++ b/charts/stable/nano-wallet/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [nano-wallet-2.0.18](https://github.com/truecharts/apps/compare/nano-wallet-2.0.17...nano-wallet-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [nano-wallet-2.0.17](https://github.com/truecharts/apps/compare/nano-wallet-2.0.16...nano-wallet-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/nano-wallet/README.md b/charts/stable/nano-wallet/README.md
index b93f60ad7b9..321525eda42 100644
--- a/charts/stable/nano-wallet/README.md
+++ b/charts/stable/nano-wallet/README.md
@@ -1,8 +1,14 @@
# nano-wallet
+  
+
Nano-wallet is a digital payment protocol designed to be accessible and lightweight.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [nano-wallet](https://truecharts.org/charts/stable/nano-wallet)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `nano-wallet`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install nano-wallet TrueCharts/nano-wallet
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `nano-wallet` deployment
+
+```console
+helm uninstall nano-wallet
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install nano-wallet \
+ --set env.TZ="America/New York" \
+ TrueCharts/nano-wallet
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install nano-wallet TrueCharts/nano-wallet -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/navidrome/CHANGELOG.md b/charts/stable/navidrome/CHANGELOG.md
index 5ebe6450793..32551d1cf28 100644
--- a/charts/stable/navidrome/CHANGELOG.md
+++ b/charts/stable/navidrome/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [navidrome-11.0.18](https://github.com/truecharts/apps/compare/navidrome-11.0.17...navidrome-11.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [navidrome-11.0.17](https://github.com/truecharts/apps/compare/navidrome-11.0.16...navidrome-11.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md
index 3f98185d962..d936b45630b 100644
--- a/charts/stable/navidrome/README.md
+++ b/charts/stable/navidrome/README.md
@@ -1,8 +1,14 @@
# navidrome
+  
+
Navidrome is an open source web-based music collection server and streamer
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [navidrome](https://truecharts.org/charts/stable/navidrome)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `navidrome`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install navidrome TrueCharts/navidrome
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `navidrome` deployment
+
+```console
+helm uninstall navidrome
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install navidrome \
+ --set env.TZ="America/New York" \
+ TrueCharts/navidrome
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install navidrome TrueCharts/navidrome -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/netdata/CHANGELOG.md b/charts/stable/netdata/CHANGELOG.md
index 50c58f9e1c3..9846f00cf78 100644
--- a/charts/stable/netdata/CHANGELOG.md
+++ b/charts/stable/netdata/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [netdata-2.0.20](https://github.com/truecharts/apps/compare/netdata-2.0.19...netdata-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [netdata-2.0.19](https://github.com/truecharts/apps/compare/netdata-2.0.18...netdata-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/netdata/README.md b/charts/stable/netdata/README.md
index 14d6e7ebb1c..c122d5f279d 100644
--- a/charts/stable/netdata/README.md
+++ b/charts/stable/netdata/README.md
@@ -1,8 +1,14 @@
# netdata
+ 
+
Netdata is high-fidelity infrastructure monitoring and troubleshooting.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [netdata](https://truecharts.org/charts/stable/netdata)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `netdata`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install netdata TrueCharts/netdata
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `netdata` deployment
+
+```console
+helm uninstall netdata
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install netdata \
+ --set env.TZ="America/New York" \
+ TrueCharts/netdata
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install netdata TrueCharts/netdata -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md
index 44d4bec448a..45ac100c811 100644
--- a/charts/stable/nextcloud/CHANGELOG.md
+++ b/charts/stable/nextcloud/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [nextcloud-15.2.19](https://github.com/truecharts/apps/compare/nextcloud-15.2.18...nextcloud-15.2.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [nextcloud-15.2.18](https://github.com/truecharts/apps/compare/nextcloud-15.2.17...nextcloud-15.2.18) (2022-07-16)
### Chore
diff --git a/charts/stable/nextcloud/README.md b/charts/stable/nextcloud/README.md
index ebe9de9bfaa..18fcfb6d307 100644
--- a/charts/stable/nextcloud/README.md
+++ b/charts/stable/nextcloud/README.md
@@ -1,8 +1,14 @@
# nextcloud
+  
+
A private cloud server that puts the control and security of your own data back into your hands.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [nextcloud](https://truecharts.org/charts/stable/nextcloud)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -25,22 +31,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `nextcloud`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install nextcloud TrueCharts/nextcloud
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `nextcloud` deployment
+
+```console
+helm uninstall nextcloud
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install nextcloud \
+ --set env.TZ="America/New York" \
+ TrueCharts/nextcloud
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install nextcloud TrueCharts/nextcloud -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nextpvr/CHANGELOG.md b/charts/stable/nextpvr/CHANGELOG.md
index cb19553e6ca..2feaaeebc9f 100644
--- a/charts/stable/nextpvr/CHANGELOG.md
+++ b/charts/stable/nextpvr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [nextpvr-2.0.18](https://github.com/truecharts/apps/compare/nextpvr-2.0.17...nextpvr-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [nextpvr-2.0.17](https://github.com/truecharts/apps/compare/nextpvr-2.0.16...nextpvr-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/nextpvr/README.md b/charts/stable/nextpvr/README.md
index dfb64e8bc06..fb361a54ff5 100644
--- a/charts/stable/nextpvr/README.md
+++ b/charts/stable/nextpvr/README.md
@@ -1,8 +1,14 @@
# nextpvr
+ 
+
NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [nextpvr](https://truecharts.org/charts/stable/nextpvr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `nextpvr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install nextpvr TrueCharts/nextpvr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `nextpvr` deployment
+
+```console
+helm uninstall nextpvr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install nextpvr \
+ --set env.TZ="America/New York" \
+ TrueCharts/nextpvr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install nextpvr TrueCharts/nextpvr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ngircd/CHANGELOG.md b/charts/stable/ngircd/CHANGELOG.md
index 55e6ca025cf..4ed65618d41 100644
--- a/charts/stable/ngircd/CHANGELOG.md
+++ b/charts/stable/ngircd/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ngircd-2.0.18](https://github.com/truecharts/apps/compare/ngircd-2.0.17...ngircd-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ngircd-2.0.17](https://github.com/truecharts/apps/compare/ngircd-2.0.16...ngircd-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/ngircd/README.md b/charts/stable/ngircd/README.md
index ac79019d51d..df449be2637 100644
--- a/charts/stable/ngircd/README.md
+++ b/charts/stable/ngircd/README.md
@@ -1,8 +1,14 @@
# ngircd
+  
+
Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ngircd](https://truecharts.org/charts/stable/ngircd)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ngircd`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ngircd TrueCharts/ngircd
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ngircd` deployment
+
+```console
+helm uninstall ngircd
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ngircd \
+ --set env.TZ="America/New York" \
+ TrueCharts/ngircd
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ngircd TrueCharts/ngircd -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nntp2nntp/CHANGELOG.md b/charts/stable/nntp2nntp/CHANGELOG.md
index 0a682becf66..d8f5f57934e 100644
--- a/charts/stable/nntp2nntp/CHANGELOG.md
+++ b/charts/stable/nntp2nntp/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [nntp2nntp-2.0.18](https://github.com/truecharts/apps/compare/nntp2nntp-2.0.17...nntp2nntp-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [nntp2nntp-2.0.17](https://github.com/truecharts/apps/compare/nntp2nntp-2.0.16...nntp2nntp-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/nntp2nntp/README.md b/charts/stable/nntp2nntp/README.md
index 82c08cdbf87..7afa62a2709 100644
--- a/charts/stable/nntp2nntp/README.md
+++ b/charts/stable/nntp2nntp/README.md
@@ -1,8 +1,14 @@
# nntp2nntp
+  
+
Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [nntp2nntp](https://truecharts.org/charts/stable/nntp2nntp)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `nntp2nntp`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install nntp2nntp TrueCharts/nntp2nntp
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `nntp2nntp` deployment
+
+```console
+helm uninstall nntp2nntp
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install nntp2nntp \
+ --set env.TZ="America/New York" \
+ TrueCharts/nntp2nntp
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install nntp2nntp TrueCharts/nntp2nntp -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nocodb/CHANGELOG.md b/charts/stable/nocodb/CHANGELOG.md
index c2aca3460f4..d7024804c19 100644
--- a/charts/stable/nocodb/CHANGELOG.md
+++ b/charts/stable/nocodb/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [nocodb-3.0.25](https://github.com/truecharts/apps/compare/nocodb-3.0.24...nocodb-3.0.25) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [nocodb-3.0.24](https://github.com/truecharts/apps/compare/nocodb-3.0.23...nocodb-3.0.24) (2022-07-17)
### Chore
diff --git a/charts/stable/nocodb/README.md b/charts/stable/nocodb/README.md
index 27786d8d541..4342def2aac 100644
--- a/charts/stable/nocodb/README.md
+++ b/charts/stable/nocodb/README.md
@@ -1,8 +1,14 @@
# nocodb
+ 
+
Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [nocodb](https://truecharts.org/charts/stable/nocodb)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `nocodb`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install nocodb TrueCharts/nocodb
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `nocodb` deployment
+
+```console
+helm uninstall nocodb
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install nocodb \
+ --set env.TZ="America/New York" \
+ TrueCharts/nocodb
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install nocodb TrueCharts/nocodb -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/node-red/CHANGELOG.md b/charts/stable/node-red/CHANGELOG.md
index 13dacbdea60..797fe46923f 100644
--- a/charts/stable/node-red/CHANGELOG.md
+++ b/charts/stable/node-red/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [node-red-11.0.20](https://github.com/truecharts/apps/compare/node-red-11.0.19...node-red-11.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [node-red-11.0.19](https://github.com/truecharts/apps/compare/node-red-11.0.18...node-red-11.0.19) (2022-07-18)
### Chore
diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md
index eaa7d8e1ecc..ddce54677f1 100644
--- a/charts/stable/node-red/README.md
+++ b/charts/stable/node-red/README.md
@@ -1,16 +1,15 @@
# node-red
-  
+  
Node-RED is low-code programming for event-driven applications
-**Homepage:**
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
-## Maintainers
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [node-red](https://truecharts.org/charts/stable/node-red)
-| Name | Email | Url |
-| ---- | ------ | --- |
-| TrueCharts | info@truecharts.org | https://truecharts.org |
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -20,22 +19,89 @@ Node-RED is low-code programming for event-driven applications
Kubernetes: `>=1.16.0-0`
+## Dependencies
+
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.4 |
-## Values
+## Installing the Chart
-| Key | Type | Default | Description |
-|-----|------|---------|-------------|
-| env.TZ | string | `"{{ .Values.TZ }}"` | |
-| image.pullPolicy | string | `"IfNotPresent"` | |
-| image.repository | string | `"tccr.io/truecharts/node-red"` | |
-| image.tag | string | `"v3.0.0@sha256:c1e4e4d7069b1add7907dd6653914318aaa7b78bde190dd58eb1a0f0a04afc30"` | |
-| persistence.data.enabled | bool | `true` | |
-| persistence.data.mountPath | string | `"/data"` | |
-| service.main.ports.main.port | int | `1880` | |
-| service.main.ports.main.targetPort | int | `1880` | |
+### TrueNAS SCALE
-----------------------------------------------
-Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
+
+### Helm
+
+To install the chart with the release name `node-red`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install node-red TrueCharts/node-red
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
+
+### Helm
+
+To uninstall the `node-red` deployment
+
+```console
+helm uninstall node-red
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install node-red \
+ --set env.TZ="America/New York" \
+ TrueCharts/node-red
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install node-red TrueCharts/node-red -f values.yaml
+```
+
+#### Connecting to other apps
+
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/novnc/CHANGELOG.md b/charts/stable/novnc/CHANGELOG.md
index 8c337c3f87c..4c4102c878f 100644
--- a/charts/stable/novnc/CHANGELOG.md
+++ b/charts/stable/novnc/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [novnc-3.0.19](https://github.com/truecharts/apps/compare/novnc-3.0.18...novnc-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [novnc-3.0.18](https://github.com/truecharts/apps/compare/novnc-3.0.17...novnc-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/novnc/README.md b/charts/stable/novnc/README.md
index 726abb65866..31eca8cb111 100644
--- a/charts/stable/novnc/README.md
+++ b/charts/stable/novnc/README.md
@@ -1,8 +1,14 @@
# novnc
+  
+
The open source VNC client
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [novnc](https://truecharts.org/charts/stable/novnc)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `novnc`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install novnc TrueCharts/novnc
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `novnc` deployment
+
+```console
+helm uninstall novnc
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install novnc \
+ --set env.TZ="America/New York" \
+ TrueCharts/novnc
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install novnc TrueCharts/novnc -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ntfy/CHANGELOG.md b/charts/stable/ntfy/CHANGELOG.md
index 939b8b866bf..149c9e0aa28 100644
--- a/charts/stable/ntfy/CHANGELOG.md
+++ b/charts/stable/ntfy/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ntfy-2.0.21](https://github.com/truecharts/apps/compare/ntfy-2.0.20...ntfy-2.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ntfy-2.0.20](https://github.com/truecharts/apps/compare/ntfy-2.0.19...ntfy-2.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/ntfy/README.md b/charts/stable/ntfy/README.md
index 917b58f7033..17860924488 100644
--- a/charts/stable/ntfy/README.md
+++ b/charts/stable/ntfy/README.md
@@ -1,8 +1,14 @@
# ntfy
+ 
+
ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ntfy](https://truecharts.org/charts/stable/ntfy)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ntfy`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ntfy TrueCharts/ntfy
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ntfy` deployment
+
+```console
+helm uninstall ntfy
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ntfy \
+ --set env.TZ="America/New York" \
+ TrueCharts/ntfy
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ntfy TrueCharts/ntfy -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nullserv/CHANGELOG.md b/charts/stable/nullserv/CHANGELOG.md
index 4b8cc76e3bb..1691c296011 100644
--- a/charts/stable/nullserv/CHANGELOG.md
+++ b/charts/stable/nullserv/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [nullserv-6.0.19](https://github.com/truecharts/apps/compare/nullserv-6.0.18...nullserv-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [nullserv-6.0.18](https://github.com/truecharts/apps/compare/nullserv-6.0.17...nullserv-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md
index 1c76adcad72..d4669d00609 100644
--- a/charts/stable/nullserv/README.md
+++ b/charts/stable/nullserv/README.md
@@ -1,8 +1,14 @@
# nullserv
+ 
+
A simple null file http and https server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [nullserv](https://truecharts.org/charts/stable/nullserv)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `nullserv`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install nullserv TrueCharts/nullserv
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `nullserv` deployment
+
+```console
+helm uninstall nullserv
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install nullserv \
+ --set env.TZ="America/New York" \
+ TrueCharts/nullserv
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install nullserv TrueCharts/nullserv -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nzbget/CHANGELOG.md b/charts/stable/nzbget/CHANGELOG.md
index 6415951e863..71cdec5f0f9 100644
--- a/charts/stable/nzbget/CHANGELOG.md
+++ b/charts/stable/nzbget/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [nzbget-11.0.19](https://github.com/truecharts/apps/compare/nzbget-11.0.18...nzbget-11.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [nzbget-11.0.18](https://github.com/truecharts/apps/compare/nzbget-11.0.17...nzbget-11.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md
index 1218fb117a3..f8d57ac7c97 100644
--- a/charts/stable/nzbget/README.md
+++ b/charts/stable/nzbget/README.md
@@ -1,8 +1,14 @@
# nzbget
+  
+
NZBGet is a Usenet downloader client
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [nzbget](https://truecharts.org/charts/stable/nzbget)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `nzbget`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install nzbget TrueCharts/nzbget
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `nzbget` deployment
+
+```console
+helm uninstall nzbget
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install nzbget \
+ --set env.TZ="America/New York" \
+ TrueCharts/nzbget
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install nzbget TrueCharts/nzbget -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/nzbhydra/CHANGELOG.md b/charts/stable/nzbhydra/CHANGELOG.md
index e18468d3393..da4275139dc 100644
--- a/charts/stable/nzbhydra/CHANGELOG.md
+++ b/charts/stable/nzbhydra/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [nzbhydra-11.0.22](https://github.com/truecharts/apps/compare/nzbhydra-11.0.21...nzbhydra-11.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [nzbhydra-11.0.21](https://github.com/truecharts/apps/compare/nzbhydra-11.0.20...nzbhydra-11.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md
index 26b69d3cb63..f31c49b7392 100644
--- a/charts/stable/nzbhydra/README.md
+++ b/charts/stable/nzbhydra/README.md
@@ -1,10 +1,16 @@
# nzbhydra
+  
+
Usenet meta search
> **:exclamation: This Helm Chart is deprecated!**
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [nzbhydra](https://truecharts.org/charts/stable/nzbhydra)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `nzbhydra`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install nzbhydra TrueCharts/nzbhydra
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `nzbhydra` deployment
+
+```console
+helm uninstall nzbhydra
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install nzbhydra \
+ --set env.TZ="America/New York" \
+ TrueCharts/nzbhydra
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install nzbhydra TrueCharts/nzbhydra -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/octoprint/CHANGELOG.md b/charts/stable/octoprint/CHANGELOG.md
index 227e90be00f..b397778c61b 100644
--- a/charts/stable/octoprint/CHANGELOG.md
+++ b/charts/stable/octoprint/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [octoprint-6.0.20](https://github.com/truecharts/apps/compare/octoprint-6.0.19...octoprint-6.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [octoprint-6.0.19](https://github.com/truecharts/apps/compare/octoprint-6.0.18...octoprint-6.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md
index b166228e758..df203c704d3 100644
--- a/charts/stable/octoprint/README.md
+++ b/charts/stable/octoprint/README.md
@@ -1,8 +1,14 @@
# octoprint
+ 
+
OctoPrint is the snappy web interface for your 3D printer
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [octoprint](https://truecharts.org/charts/stable/octoprint)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `octoprint`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install octoprint TrueCharts/octoprint
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `octoprint` deployment
+
+```console
+helm uninstall octoprint
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install octoprint \
+ --set env.TZ="America/New York" \
+ TrueCharts/octoprint
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install octoprint TrueCharts/octoprint -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/odoo/CHANGELOG.md b/charts/stable/odoo/CHANGELOG.md
index 0205228489c..b18b2e5aa3d 100644
--- a/charts/stable/odoo/CHANGELOG.md
+++ b/charts/stable/odoo/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [odoo-8.0.22](https://github.com/truecharts/apps/compare/odoo-8.0.21...odoo-8.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [odoo-8.0.21](https://github.com/truecharts/apps/compare/odoo-8.0.20...odoo-8.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/odoo/README.md b/charts/stable/odoo/README.md
index fea1c913e18..47e04640a31 100644
--- a/charts/stable/odoo/README.md
+++ b/charts/stable/odoo/README.md
@@ -1,8 +1,14 @@
# odoo
+  
+
All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [odoo](https://truecharts.org/charts/stable/odoo)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `odoo`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install odoo TrueCharts/odoo
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `odoo` deployment
+
+```console
+helm uninstall odoo
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install odoo \
+ --set env.TZ="America/New York" \
+ TrueCharts/odoo
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install odoo TrueCharts/odoo -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/omada-controller/CHANGELOG.md b/charts/stable/omada-controller/CHANGELOG.md
index c16b8cd5604..d10fbcbf400 100644
--- a/charts/stable/omada-controller/CHANGELOG.md
+++ b/charts/stable/omada-controller/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [omada-controller-6.0.34](https://github.com/truecharts/apps/compare/omada-controller-6.0.33...omada-controller-6.0.34) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [omada-controller-6.0.33](https://github.com/truecharts/apps/compare/omada-controller-6.0.32...omada-controller-6.0.33) (2022-07-17)
### Chore
diff --git a/charts/stable/omada-controller/README.md b/charts/stable/omada-controller/README.md
index 830a7428cb1..b96d993db9c 100644
--- a/charts/stable/omada-controller/README.md
+++ b/charts/stable/omada-controller/README.md
@@ -1,8 +1,14 @@
# omada-controller
+ 
+
Omada is a SDN tool for TP-Link Omada hardware
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [omada-controller](https://truecharts.org/charts/stable/omada-controller)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `omada-controller`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install omada-controller TrueCharts/omada-controller
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `omada-controller` deployment
+
+```console
+helm uninstall omada-controller
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install omada-controller \
+ --set env.TZ="America/New York" \
+ TrueCharts/omada-controller
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install omada-controller TrueCharts/omada-controller -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ombi/CHANGELOG.md b/charts/stable/ombi/CHANGELOG.md
index 2489a293b03..6de65d25082 100644
--- a/charts/stable/ombi/CHANGELOG.md
+++ b/charts/stable/ombi/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ombi-11.0.20](https://github.com/truecharts/apps/compare/ombi-11.0.19...ombi-11.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ombi-11.0.19](https://github.com/truecharts/apps/compare/ombi-11.0.18...ombi-11.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md
index 74582800c18..a8bb9d7ddb0 100644
--- a/charts/stable/ombi/README.md
+++ b/charts/stable/ombi/README.md
@@ -1,8 +1,14 @@
# ombi
+  
+
Want a Movie or TV Show on Plex or Emby? Use Ombi!
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ombi](https://truecharts.org/charts/stable/ombi)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ombi`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ombi TrueCharts/ombi
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ombi` deployment
+
+```console
+helm uninstall ombi
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ombi \
+ --set env.TZ="America/New York" \
+ TrueCharts/ombi
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ombi TrueCharts/ombi -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/onlyoffice-document-server/CHANGELOG.md b/charts/stable/onlyoffice-document-server/CHANGELOG.md
index d2dfa740b8e..e3ab58aab9a 100644
--- a/charts/stable/onlyoffice-document-server/CHANGELOG.md
+++ b/charts/stable/onlyoffice-document-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [onlyoffice-document-server-6.0.19](https://github.com/truecharts/apps/compare/onlyoffice-document-server-6.0.18...onlyoffice-document-server-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [onlyoffice-document-server-6.0.18](https://github.com/truecharts/apps/compare/onlyoffice-document-server-6.0.17...onlyoffice-document-server-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/onlyoffice-document-server/README.md b/charts/stable/onlyoffice-document-server/README.md
index ee95e0af9ef..a71a49e8f97 100644
--- a/charts/stable/onlyoffice-document-server/README.md
+++ b/charts/stable/onlyoffice-document-server/README.md
@@ -1,8 +1,14 @@
# onlyoffice-document-server
+ 
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [onlyoffice-document-server](https://truecharts.org/charts/stable/onlyoffice-document-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -25,22 +31,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `onlyoffice-document-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install onlyoffice-document-server TrueCharts/onlyoffice-document-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `onlyoffice-document-server` deployment
+
+```console
+helm uninstall onlyoffice-document-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install onlyoffice-document-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/onlyoffice-document-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install onlyoffice-document-server TrueCharts/onlyoffice-document-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/openhab/CHANGELOG.md b/charts/stable/openhab/CHANGELOG.md
index 2e47fbb102f..63c517dded5 100644
--- a/charts/stable/openhab/CHANGELOG.md
+++ b/charts/stable/openhab/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [openhab-2.0.20](https://github.com/truecharts/apps/compare/openhab-2.0.19...openhab-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [openhab-2.0.19](https://github.com/truecharts/apps/compare/openhab-2.0.18...openhab-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/openhab/README.md b/charts/stable/openhab/README.md
index 5381564fe1f..f77f1957fab 100644
--- a/charts/stable/openhab/README.md
+++ b/charts/stable/openhab/README.md
@@ -1,8 +1,14 @@
# openhab
+  
+
OpenHab is a home-automation application
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [openhab](https://truecharts.org/charts/stable/openhab)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `openhab`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install openhab TrueCharts/openhab
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `openhab` deployment
+
+```console
+helm uninstall openhab
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install openhab \
+ --set env.TZ="America/New York" \
+ TrueCharts/openhab
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install openhab TrueCharts/openhab -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/openkm/CHANGELOG.md b/charts/stable/openkm/CHANGELOG.md
index 0d5d4ef4304..68fa99f3c0e 100644
--- a/charts/stable/openkm/CHANGELOG.md
+++ b/charts/stable/openkm/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [openkm-7.0.19](https://github.com/truecharts/apps/compare/openkm-7.0.18...openkm-7.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [openkm-7.0.18](https://github.com/truecharts/apps/compare/openkm-7.0.17...openkm-7.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/openkm/README.md b/charts/stable/openkm/README.md
index abfe35888cb..bc390924009 100644
--- a/charts/stable/openkm/README.md
+++ b/charts/stable/openkm/README.md
@@ -1,8 +1,14 @@
# openkm
+ 
+
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [openkm](https://truecharts.org/charts/stable/openkm)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `openkm`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install openkm TrueCharts/openkm
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `openkm` deployment
+
+```console
+helm uninstall openkm
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install openkm \
+ --set env.TZ="America/New York" \
+ TrueCharts/openkm
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install openkm TrueCharts/openkm -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/openldap/CHANGELOG.md b/charts/stable/openldap/CHANGELOG.md
index 2a43c8c63dc..e2176e3e690 100644
--- a/charts/stable/openldap/CHANGELOG.md
+++ b/charts/stable/openldap/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [openldap-7.0.19](https://github.com/truecharts/apps/compare/openldap-7.0.18...openldap-7.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [openldap-7.0.18](https://github.com/truecharts/apps/compare/openldap-7.0.17...openldap-7.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/openldap/README.md b/charts/stable/openldap/README.md
index 738dacd5d07..a34d80647ed 100644
--- a/charts/stable/openldap/README.md
+++ b/charts/stable/openldap/README.md
@@ -1,8 +1,14 @@
# openldap
+  
+
Community developed LDAP software
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [openldap](https://truecharts.org/charts/stable/openldap)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `openldap`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install openldap TrueCharts/openldap
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `openldap` deployment
+
+```console
+helm uninstall openldap
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install openldap \
+ --set env.TZ="America/New York" \
+ TrueCharts/openldap
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install openldap TrueCharts/openldap -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/openspeedtest/CHANGELOG.md b/charts/stable/openspeedtest/CHANGELOG.md
index cb8f017e62c..6b9efd1e587 100644
--- a/charts/stable/openspeedtest/CHANGELOG.md
+++ b/charts/stable/openspeedtest/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [openspeedtest-1.0.17](https://github.com/truecharts/apps/compare/openspeedtest-1.0.16...openspeedtest-1.0.17) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [openspeedtest-1.0.16](https://github.com/truecharts/apps/compare/openspeedtest-1.0.15...openspeedtest-1.0.16) (2022-07-14)
### Fix
diff --git a/charts/stable/openspeedtest/README.md b/charts/stable/openspeedtest/README.md
index 05d5e6641b3..b5c8ded8dc2 100644
--- a/charts/stable/openspeedtest/README.md
+++ b/charts/stable/openspeedtest/README.md
@@ -1,8 +1,14 @@
# openspeedtest
+  
+
HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [openspeedtest](https://truecharts.org/charts/stable/openspeedtest)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `openspeedtest`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install openspeedtest TrueCharts/openspeedtest
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `openspeedtest` deployment
+
+```console
+helm uninstall openspeedtest
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install openspeedtest \
+ --set env.TZ="America/New York" \
+ TrueCharts/openspeedtest
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install openspeedtest TrueCharts/openspeedtest -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/openvscode-server/CHANGELOG.md b/charts/stable/openvscode-server/CHANGELOG.md
index c56d706da1c..7c495ef9652 100644
--- a/charts/stable/openvscode-server/CHANGELOG.md
+++ b/charts/stable/openvscode-server/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [openvscode-server-2.0.22](https://github.com/truecharts/apps/compare/openvscode-server-2.0.21...openvscode-server-2.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [openvscode-server-2.0.21](https://github.com/truecharts/apps/compare/openvscode-server-2.0.20...openvscode-server-2.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/openvscode-server/README.md b/charts/stable/openvscode-server/README.md
index 2fffdcea0a0..95a36ba1efe 100644
--- a/charts/stable/openvscode-server/README.md
+++ b/charts/stable/openvscode-server/README.md
@@ -1,8 +1,14 @@
# openvscode-server
+  
+
Openvscode-server provides a version of VS Code that runs a server on a remote machine.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [openvscode-server](https://truecharts.org/charts/stable/openvscode-server)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `openvscode-server`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install openvscode-server TrueCharts/openvscode-server
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `openvscode-server` deployment
+
+```console
+helm uninstall openvscode-server
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install openvscode-server \
+ --set env.TZ="America/New York" \
+ TrueCharts/openvscode-server
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install openvscode-server TrueCharts/openvscode-server -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/organizr/CHANGELOG.md b/charts/stable/organizr/CHANGELOG.md
index 29e63379851..5359867f4ca 100644
--- a/charts/stable/organizr/CHANGELOG.md
+++ b/charts/stable/organizr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [organizr-11.0.18](https://github.com/truecharts/apps/compare/organizr-11.0.17...organizr-11.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [organizr-11.0.17](https://github.com/truecharts/apps/compare/organizr-11.0.16...organizr-11.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md
index bb68352f28c..ae0f1ee3583 100644
--- a/charts/stable/organizr/README.md
+++ b/charts/stable/organizr/README.md
@@ -1,8 +1,14 @@
# organizr
+  
+
HTPC/Homelab Services Organizer
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [organizr](https://truecharts.org/charts/stable/organizr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `organizr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install organizr TrueCharts/organizr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `organizr` deployment
+
+```console
+helm uninstall organizr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install organizr \
+ --set env.TZ="America/New York" \
+ TrueCharts/organizr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install organizr TrueCharts/organizr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/oscam/CHANGELOG.md b/charts/stable/oscam/CHANGELOG.md
index 0d0e84a832b..23e228355b1 100644
--- a/charts/stable/oscam/CHANGELOG.md
+++ b/charts/stable/oscam/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [oscam-6.0.18](https://github.com/truecharts/apps/compare/oscam-6.0.17...oscam-6.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [oscam-6.0.17](https://github.com/truecharts/apps/compare/oscam-6.0.16...oscam-6.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/oscam/README.md b/charts/stable/oscam/README.md
index 661529146ed..1ba05cdb2eb 100644
--- a/charts/stable/oscam/README.md
+++ b/charts/stable/oscam/README.md
@@ -1,8 +1,14 @@
# oscam
+  
+
Open Source Conditional Access Module software
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [oscam](https://truecharts.org/charts/stable/oscam)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `oscam`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install oscam TrueCharts/oscam
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `oscam` deployment
+
+```console
+helm uninstall oscam
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install oscam \
+ --set env.TZ="America/New York" \
+ TrueCharts/oscam
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install oscam TrueCharts/oscam -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/outline/CHANGELOG.md b/charts/stable/outline/CHANGELOG.md
index 2d33b40e517..75ad61e154f 100644
--- a/charts/stable/outline/CHANGELOG.md
+++ b/charts/stable/outline/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [outline-3.0.21](https://github.com/truecharts/apps/compare/outline-3.0.20...outline-3.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [outline-3.0.20](https://github.com/truecharts/apps/compare/outline-3.0.19...outline-3.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/outline/README.md b/charts/stable/outline/README.md
index c6ab97e8259..def073d4e8d 100644
--- a/charts/stable/outline/README.md
+++ b/charts/stable/outline/README.md
@@ -1,8 +1,14 @@
# outline
+  
+
A fast, collaborative, knowledge base for your team built using React and Node.js.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [outline](https://truecharts.org/charts/stable/outline)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `outline`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install outline TrueCharts/outline
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `outline` deployment
+
+```console
+helm uninstall outline
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install outline \
+ --set env.TZ="America/New York" \
+ TrueCharts/outline
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install outline TrueCharts/outline -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/overseerr/CHANGELOG.md b/charts/stable/overseerr/CHANGELOG.md
index be66896f009..918f98b51cf 100644
--- a/charts/stable/overseerr/CHANGELOG.md
+++ b/charts/stable/overseerr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [overseerr-6.0.19](https://github.com/truecharts/apps/compare/overseerr-6.0.18...overseerr-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [overseerr-6.0.18](https://github.com/truecharts/apps/compare/overseerr-6.0.17...overseerr-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md
index 5095376da51..8c63234964a 100644
--- a/charts/stable/overseerr/README.md
+++ b/charts/stable/overseerr/README.md
@@ -1,8 +1,14 @@
# overseerr
+ 
+
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!
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [overseerr](https://truecharts.org/charts/stable/overseerr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `overseerr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install overseerr TrueCharts/overseerr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `overseerr` deployment
+
+```console
+helm uninstall overseerr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install overseerr \
+ --set env.TZ="America/New York" \
+ TrueCharts/overseerr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install overseerr TrueCharts/overseerr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/owncast/CHANGELOG.md b/charts/stable/owncast/CHANGELOG.md
index 0b59db3f637..364e652d80d 100644
--- a/charts/stable/owncast/CHANGELOG.md
+++ b/charts/stable/owncast/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [owncast-6.0.20](https://github.com/truecharts/apps/compare/owncast-6.0.19...owncast-6.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [owncast-6.0.19](https://github.com/truecharts/apps/compare/owncast-6.0.18...owncast-6.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md
index fdb1ab53283..78aa7f92250 100644
--- a/charts/stable/owncast/README.md
+++ b/charts/stable/owncast/README.md
@@ -1,8 +1,14 @@
# owncast
+ 
+
Take control over your live stream video by running it yourself. Streaming + chat out of the box.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [owncast](https://truecharts.org/charts/stable/owncast)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `owncast`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install owncast TrueCharts/owncast
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `owncast` deployment
+
+```console
+helm uninstall owncast
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install owncast \
+ --set env.TZ="America/New York" \
+ TrueCharts/owncast
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install owncast TrueCharts/owncast -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/owncloud-ocis/CHANGELOG.md b/charts/stable/owncloud-ocis/CHANGELOG.md
index 7f8cf40dafe..e91d894fd28 100644
--- a/charts/stable/owncloud-ocis/CHANGELOG.md
+++ b/charts/stable/owncloud-ocis/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [owncloud-ocis-7.0.18](https://github.com/truecharts/apps/compare/owncloud-ocis-7.0.17...owncloud-ocis-7.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [owncloud-ocis-7.0.17](https://github.com/truecharts/apps/compare/owncloud-ocis-7.0.16...owncloud-ocis-7.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/owncloud-ocis/README.md b/charts/stable/owncloud-ocis/README.md
index 962fab69022..dd90e83eceb 100644
--- a/charts/stable/owncloud-ocis/README.md
+++ b/charts/stable/owncloud-ocis/README.md
@@ -1,8 +1,14 @@
# owncloud-ocis
+ 
+
ownCloud Infinite Scale is a self-hosted file sync and share server.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [owncloud-ocis](https://truecharts.org/charts/stable/owncloud-ocis)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `owncloud-ocis`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install owncloud-ocis TrueCharts/owncloud-ocis
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `owncloud-ocis` deployment
+
+```console
+helm uninstall owncloud-ocis
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install owncloud-ocis \
+ --set env.TZ="America/New York" \
+ TrueCharts/owncloud-ocis
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install owncloud-ocis TrueCharts/owncloud-ocis -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/paperless-ng/CHANGELOG.md b/charts/stable/paperless-ng/CHANGELOG.md
index 6b61b3be563..dfa928292c1 100644
--- a/charts/stable/paperless-ng/CHANGELOG.md
+++ b/charts/stable/paperless-ng/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [paperless-ng-4.0.20](https://github.com/truecharts/apps/compare/paperless-ng-4.0.19...paperless-ng-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [paperless-ng-4.0.19](https://github.com/truecharts/apps/compare/paperless-ng-4.0.18...paperless-ng-4.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/paperless-ng/README.md b/charts/stable/paperless-ng/README.md
index a027f16960f..4d9e56b92d8 100644
--- a/charts/stable/paperless-ng/README.md
+++ b/charts/stable/paperless-ng/README.md
@@ -1,8 +1,14 @@
# paperless-ng
+  
+
Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [paperless-ng](https://truecharts.org/charts/stable/paperless-ng)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `paperless-ng`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install paperless-ng TrueCharts/paperless-ng
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `paperless-ng` deployment
+
+```console
+helm uninstall paperless-ng
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install paperless-ng \
+ --set env.TZ="America/New York" \
+ TrueCharts/paperless-ng
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install paperless-ng TrueCharts/paperless-ng -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/papermerge/CHANGELOG.md b/charts/stable/papermerge/CHANGELOG.md
index 829bf4cb8e5..8ff8e7f9ff8 100644
--- a/charts/stable/papermerge/CHANGELOG.md
+++ b/charts/stable/papermerge/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [papermerge-3.0.18](https://github.com/truecharts/apps/compare/papermerge-3.0.17...papermerge-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [papermerge-3.0.17](https://github.com/truecharts/apps/compare/papermerge-3.0.16...papermerge-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/papermerge/README.md b/charts/stable/papermerge/README.md
index 75e1c8b3679..fd9550a542a 100644
--- a/charts/stable/papermerge/README.md
+++ b/charts/stable/papermerge/README.md
@@ -1,8 +1,14 @@
# papermerge
+  
+
Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [papermerge](https://truecharts.org/charts/stable/papermerge)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `papermerge`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install papermerge TrueCharts/papermerge
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `papermerge` deployment
+
+```console
+helm uninstall papermerge
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install papermerge \
+ --set env.TZ="America/New York" \
+ TrueCharts/papermerge
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install papermerge TrueCharts/papermerge -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pgadmin/CHANGELOG.md b/charts/stable/pgadmin/CHANGELOG.md
index 7cf5028bc1e..b1eb6343833 100644
--- a/charts/stable/pgadmin/CHANGELOG.md
+++ b/charts/stable/pgadmin/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pgadmin-7.0.20](https://github.com/truecharts/apps/compare/pgadmin-7.0.19...pgadmin-7.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pgadmin-7.0.19](https://github.com/truecharts/apps/compare/pgadmin-7.0.18...pgadmin-7.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md
index e40a789fea6..60ab32d62cd 100644
--- a/charts/stable/pgadmin/README.md
+++ b/charts/stable/pgadmin/README.md
@@ -1,8 +1,14 @@
# pgadmin
+  
+
Web-Based postgresql database management utility
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pgadmin](https://truecharts.org/charts/stable/pgadmin)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pgadmin`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pgadmin TrueCharts/pgadmin
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pgadmin` deployment
+
+```console
+helm uninstall pgadmin
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pgadmin \
+ --set env.TZ="America/New York" \
+ TrueCharts/pgadmin
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pgadmin TrueCharts/pgadmin -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/photoprism/CHANGELOG.md b/charts/stable/photoprism/CHANGELOG.md
index 34a1b0ce478..309528dbbe8 100644
--- a/charts/stable/photoprism/CHANGELOG.md
+++ b/charts/stable/photoprism/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [photoprism-10.0.23](https://github.com/truecharts/apps/compare/photoprism-10.0.22...photoprism-10.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [photoprism-10.0.22](https://github.com/truecharts/apps/compare/photoprism-10.0.21...photoprism-10.0.22) (2022-07-14)
### Fix
diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md
index c407ff9f154..f2225cb0869 100644
--- a/charts/stable/photoprism/README.md
+++ b/charts/stable/photoprism/README.md
@@ -1,8 +1,14 @@
# photoprism
+ 
+
PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [photoprism](https://truecharts.org/charts/stable/photoprism)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `photoprism`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install photoprism TrueCharts/photoprism
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `photoprism` deployment
+
+```console
+helm uninstall photoprism
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install photoprism \
+ --set env.TZ="America/New York" \
+ TrueCharts/photoprism
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install photoprism TrueCharts/photoprism -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/photoshow/CHANGELOG.md b/charts/stable/photoshow/CHANGELOG.md
index 7491768e499..93573fec4b5 100644
--- a/charts/stable/photoshow/CHANGELOG.md
+++ b/charts/stable/photoshow/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [photoshow-3.0.18](https://github.com/truecharts/apps/compare/photoshow-3.0.17...photoshow-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [photoshow-3.0.17](https://github.com/truecharts/apps/compare/photoshow-3.0.16...photoshow-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/photoshow/README.md b/charts/stable/photoshow/README.md
index 917ca37c260..2c0b5f9c720 100644
--- a/charts/stable/photoshow/README.md
+++ b/charts/stable/photoshow/README.md
@@ -1,8 +1,14 @@
# photoshow
+  
+
A gallery software at its easiest, it doesn't even require a database.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [photoshow](https://truecharts.org/charts/stable/photoshow)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `photoshow`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install photoshow TrueCharts/photoshow
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `photoshow` deployment
+
+```console
+helm uninstall photoshow
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install photoshow \
+ --set env.TZ="America/New York" \
+ TrueCharts/photoshow
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install photoshow TrueCharts/photoshow -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/photoview/CHANGELOG.md b/charts/stable/photoview/CHANGELOG.md
index 51784da6579..b3756d0b6f4 100644
--- a/charts/stable/photoview/CHANGELOG.md
+++ b/charts/stable/photoview/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [photoview-4.0.18](https://github.com/truecharts/apps/compare/photoview-4.0.17...photoview-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [photoview-4.0.17](https://github.com/truecharts/apps/compare/photoview-4.0.16...photoview-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/photoview/README.md b/charts/stable/photoview/README.md
index a9173a6d78b..4ebc4f3ae89 100644
--- a/charts/stable/photoview/README.md
+++ b/charts/stable/photoview/README.md
@@ -1,8 +1,14 @@
# photoview
+ 
+
Photoview is a simple and user-friendly photo gallery.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [photoview](https://truecharts.org/charts/stable/photoview)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `photoview`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install photoview TrueCharts/photoview
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `photoview` deployment
+
+```console
+helm uninstall photoview
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install photoview \
+ --set env.TZ="America/New York" \
+ TrueCharts/photoview
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install photoview TrueCharts/photoview -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/phpldapadmin/CHANGELOG.md b/charts/stable/phpldapadmin/CHANGELOG.md
index 98aff7605f4..5ecfbb00ef7 100644
--- a/charts/stable/phpldapadmin/CHANGELOG.md
+++ b/charts/stable/phpldapadmin/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [phpldapadmin-6.0.18](https://github.com/truecharts/apps/compare/phpldapadmin-6.0.17...phpldapadmin-6.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [phpldapadmin-6.0.17](https://github.com/truecharts/apps/compare/phpldapadmin-6.0.16...phpldapadmin-6.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md
index b0ef29a33f6..d5a9ec79ff6 100644
--- a/charts/stable/phpldapadmin/README.md
+++ b/charts/stable/phpldapadmin/README.md
@@ -1,8 +1,14 @@
# phpldapadmin
+  
+
Web-based LDAP browser to manage your LDAP server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [phpldapadmin](https://truecharts.org/charts/stable/phpldapadmin)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `phpldapadmin`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install phpldapadmin TrueCharts/phpldapadmin
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `phpldapadmin` deployment
+
+```console
+helm uninstall phpldapadmin
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install phpldapadmin \
+ --set env.TZ="America/New York" \
+ TrueCharts/phpldapadmin
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install phpldapadmin TrueCharts/phpldapadmin -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/piaware/CHANGELOG.md b/charts/stable/piaware/CHANGELOG.md
index c4993bde52d..6a1e70a8bfd 100644
--- a/charts/stable/piaware/CHANGELOG.md
+++ b/charts/stable/piaware/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [piaware-6.0.20](https://github.com/truecharts/apps/compare/piaware-6.0.19...piaware-6.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [piaware-6.0.19](https://github.com/truecharts/apps/compare/piaware-6.0.18...piaware-6.0.19) (2022-07-17)
### Chore
diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md
index e8e4879d7ef..950fce0edf6 100644
--- a/charts/stable/piaware/README.md
+++ b/charts/stable/piaware/README.md
@@ -1,8 +1,14 @@
# piaware
+ 
+
Program for forwarding ADS-B data to FlightAware
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [piaware](https://truecharts.org/charts/stable/piaware)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `piaware`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install piaware TrueCharts/piaware
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `piaware` deployment
+
+```console
+helm uninstall piaware
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install piaware \
+ --set env.TZ="America/New York" \
+ TrueCharts/piaware
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install piaware TrueCharts/piaware -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/picoshare/CHANGELOG.md b/charts/stable/picoshare/CHANGELOG.md
index fc4a44d04ae..70d8ae35441 100644
--- a/charts/stable/picoshare/CHANGELOG.md
+++ b/charts/stable/picoshare/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [picoshare-2.0.18](https://github.com/truecharts/apps/compare/picoshare-2.0.17...picoshare-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [picoshare-2.0.17](https://github.com/truecharts/apps/compare/picoshare-2.0.16...picoshare-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/picoshare/README.md b/charts/stable/picoshare/README.md
index 2572b1469f6..db857f8ef0b 100644
--- a/charts/stable/picoshare/README.md
+++ b/charts/stable/picoshare/README.md
@@ -1,8 +1,14 @@
# picoshare
+ 
+
PicoShare is a minimalist service that allows you to share files easily.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [picoshare](https://truecharts.org/charts/stable/picoshare)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `picoshare`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install picoshare TrueCharts/picoshare
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `picoshare` deployment
+
+```console
+helm uninstall picoshare
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install picoshare \
+ --set env.TZ="America/New York" \
+ TrueCharts/picoshare
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install picoshare TrueCharts/picoshare -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pidgin/CHANGELOG.md b/charts/stable/pidgin/CHANGELOG.md
index 0f30f4749d9..f4c934db030 100644
--- a/charts/stable/pidgin/CHANGELOG.md
+++ b/charts/stable/pidgin/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pidgin-2.0.18](https://github.com/truecharts/apps/compare/pidgin-2.0.17...pidgin-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pidgin-2.0.17](https://github.com/truecharts/apps/compare/pidgin-2.0.16...pidgin-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/pidgin/README.md b/charts/stable/pidgin/README.md
index 8db3eed76ab..bf5f369dc44 100644
--- a/charts/stable/pidgin/README.md
+++ b/charts/stable/pidgin/README.md
@@ -1,8 +1,14 @@
# pidgin
+  
+
Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pidgin](https://truecharts.org/charts/stable/pidgin)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pidgin`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pidgin TrueCharts/pidgin
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pidgin` deployment
+
+```console
+helm uninstall pidgin
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pidgin \
+ --set env.TZ="America/New York" \
+ TrueCharts/pidgin
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pidgin TrueCharts/pidgin -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pihole/CHANGELOG.md b/charts/stable/pihole/CHANGELOG.md
index 82a5297d1a7..0ad19c07460 100644
--- a/charts/stable/pihole/CHANGELOG.md
+++ b/charts/stable/pihole/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pihole-6.0.21](https://github.com/truecharts/apps/compare/pihole-6.0.20...pihole-6.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pihole-6.0.20](https://github.com/truecharts/apps/compare/pihole-6.0.19...pihole-6.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/pihole/README.md b/charts/stable/pihole/README.md
index 85df8addb30..5d0b1659085 100644
--- a/charts/stable/pihole/README.md
+++ b/charts/stable/pihole/README.md
@@ -1,8 +1,14 @@
# pihole
+  
+
DNS and Ad-filtering for your network
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pihole](https://truecharts.org/charts/stable/pihole)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pihole`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pihole TrueCharts/pihole
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pihole` deployment
+
+```console
+helm uninstall pihole
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pihole \
+ --set env.TZ="America/New York" \
+ TrueCharts/pihole
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pihole TrueCharts/pihole -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pinry/CHANGELOG.md b/charts/stable/pinry/CHANGELOG.md
index 031c2966bb3..b987fb6d75d 100644
--- a/charts/stable/pinry/CHANGELOG.md
+++ b/charts/stable/pinry/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pinry-2.0.18](https://github.com/truecharts/apps/compare/pinry-2.0.17...pinry-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pinry-2.0.17](https://github.com/truecharts/apps/compare/pinry-2.0.16...pinry-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/pinry/README.md b/charts/stable/pinry/README.md
index 83824b8b55c..3ba9ae6d38c 100644
--- a/charts/stable/pinry/README.md
+++ b/charts/stable/pinry/README.md
@@ -1,8 +1,14 @@
# pinry
+ 
+
The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pinry](https://truecharts.org/charts/stable/pinry)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pinry`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pinry TrueCharts/pinry
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pinry` deployment
+
+```console
+helm uninstall pinry
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pinry \
+ --set env.TZ="America/New York" \
+ TrueCharts/pinry
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pinry TrueCharts/pinry -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pixapop/CHANGELOG.md b/charts/stable/pixapop/CHANGELOG.md
index 2df132942c6..0cd68be8cbd 100644
--- a/charts/stable/pixapop/CHANGELOG.md
+++ b/charts/stable/pixapop/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pixapop-3.0.18](https://github.com/truecharts/apps/compare/pixapop-3.0.17...pixapop-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pixapop-3.0.17](https://github.com/truecharts/apps/compare/pixapop-3.0.16...pixapop-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/pixapop/README.md b/charts/stable/pixapop/README.md
index ba2bf1db0ae..5fc5cd2edae 100644
--- a/charts/stable/pixapop/README.md
+++ b/charts/stable/pixapop/README.md
@@ -1,8 +1,14 @@
# pixapop
+  
+
An open-source single page application to view your photos in the easiest way possible.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pixapop](https://truecharts.org/charts/stable/pixapop)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pixapop`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pixapop TrueCharts/pixapop
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pixapop` deployment
+
+```console
+helm uninstall pixapop
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pixapop \
+ --set env.TZ="America/New York" \
+ TrueCharts/pixapop
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pixapop TrueCharts/pixapop -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/plex/CHANGELOG.md b/charts/stable/plex/CHANGELOG.md
index 7dfcfa57b68..ed66e391517 100644
--- a/charts/stable/plex/CHANGELOG.md
+++ b/charts/stable/plex/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [plex-10.0.22](https://github.com/truecharts/apps/compare/plex-meta-manager-0.0.6...plex-10.0.22) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [plex-10.0.21](https://github.com/truecharts/apps/compare/plex-10.0.20...plex-10.0.21) (2022-07-14)
### Fix
diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md
index 123226ea566..3f078233019 100644
--- a/charts/stable/plex/README.md
+++ b/charts/stable/plex/README.md
@@ -1,8 +1,14 @@
# plex
+  
+
Plex Media Server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [plex](https://truecharts.org/charts/stable/plex)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `plex`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install plex TrueCharts/plex
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `plex` deployment
+
+```console
+helm uninstall plex
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install plex \
+ --set env.TZ="America/New York" \
+ TrueCharts/plex
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install plex TrueCharts/plex -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/podgrab/CHANGELOG.md b/charts/stable/podgrab/CHANGELOG.md
index a56c16376f9..18e15f98075 100644
--- a/charts/stable/podgrab/CHANGELOG.md
+++ b/charts/stable/podgrab/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [podgrab-10.0.20](https://github.com/truecharts/apps/compare/podgrab-10.0.19...podgrab-10.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [podgrab-10.0.19](https://github.com/truecharts/apps/compare/podgrab-10.0.18...podgrab-10.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md
index 82397412937..f502560a6ca 100644
--- a/charts/stable/podgrab/README.md
+++ b/charts/stable/podgrab/README.md
@@ -1,8 +1,14 @@
# podgrab
+  
+
A self-hosted podcast manager to download episodes as soon as they become live.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [podgrab](https://truecharts.org/charts/stable/podgrab)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `podgrab`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install podgrab TrueCharts/podgrab
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `podgrab` deployment
+
+```console
+helm uninstall podgrab
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install podgrab \
+ --set env.TZ="America/New York" \
+ TrueCharts/podgrab
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install podgrab TrueCharts/podgrab -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md
index 1f2249aa2bf..dd08ba5905e 100644
--- a/charts/stable/pretend-youre-xyzzy/CHANGELOG.md
+++ b/charts/stable/pretend-youre-xyzzy/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pretend-youre-xyzzy-6.0.19](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-6.0.18...pretend-youre-xyzzy-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pretend-youre-xyzzy-6.0.18](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-6.0.17...pretend-youre-xyzzy-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md
index 005d6bfd31a..a09d0f19296 100644
--- a/charts/stable/pretend-youre-xyzzy/README.md
+++ b/charts/stable/pretend-youre-xyzzy/README.md
@@ -1,8 +1,14 @@
# pretend-youre-xyzzy
+ 
+
pretend-youre-xyzzy, a cards against humanity clone
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pretend-youre-xyzzy](https://truecharts.org/charts/stable/pretend-youre-xyzzy)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pretend-youre-xyzzy`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pretend-youre-xyzzy TrueCharts/pretend-youre-xyzzy
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pretend-youre-xyzzy` deployment
+
+```console
+helm uninstall pretend-youre-xyzzy
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pretend-youre-xyzzy \
+ --set env.TZ="America/New York" \
+ TrueCharts/pretend-youre-xyzzy
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pretend-youre-xyzzy TrueCharts/pretend-youre-xyzzy -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/projectsend/CHANGELOG.md b/charts/stable/projectsend/CHANGELOG.md
index 0a274fae4a2..d96d9098498 100644
--- a/charts/stable/projectsend/CHANGELOG.md
+++ b/charts/stable/projectsend/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [projectsend-3.0.20](https://github.com/truecharts/apps/compare/projectsend-3.0.19...projectsend-3.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [projectsend-3.0.19](https://github.com/truecharts/apps/compare/projectsend-3.0.18...projectsend-3.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/projectsend/README.md b/charts/stable/projectsend/README.md
index 903dc775d08..0762e87df68 100644
--- a/charts/stable/projectsend/README.md
+++ b/charts/stable/projectsend/README.md
@@ -1,8 +1,14 @@
# projectsend
+  
+
Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [projectsend](https://truecharts.org/charts/stable/projectsend)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `projectsend`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install projectsend TrueCharts/projectsend
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `projectsend` deployment
+
+```console
+helm uninstall projectsend
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install projectsend \
+ --set env.TZ="America/New York" \
+ TrueCharts/projectsend
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install projectsend TrueCharts/projectsend -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/promcord/CHANGELOG.md b/charts/stable/promcord/CHANGELOG.md
index e21ae08079b..40a754ad25f 100644
--- a/charts/stable/promcord/CHANGELOG.md
+++ b/charts/stable/promcord/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [promcord-4.0.20](https://github.com/truecharts/apps/compare/promcord-4.0.19...promcord-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [promcord-4.0.19](https://github.com/truecharts/apps/compare/promcord-4.0.18...promcord-4.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/promcord/README.md b/charts/stable/promcord/README.md
index 6864ac6b3e3..ee8d31b61ee 100644
--- a/charts/stable/promcord/README.md
+++ b/charts/stable/promcord/README.md
@@ -1,8 +1,14 @@
# promcord
+  
+
Discord bot that provides metrics from a Discord server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [promcord](https://truecharts.org/charts/stable/promcord)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `promcord`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install promcord TrueCharts/promcord
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `promcord` deployment
+
+```console
+helm uninstall promcord
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install promcord \
+ --set env.TZ="America/New York" \
+ TrueCharts/promcord
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install promcord TrueCharts/promcord -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/prometheus/CHANGELOG.md b/charts/stable/prometheus/CHANGELOG.md
index 03b092d8d2e..39062ea2d6c 100644
--- a/charts/stable/prometheus/CHANGELOG.md
+++ b/charts/stable/prometheus/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [prometheus-4.0.38](https://github.com/truecharts/apps/compare/prometheus-4.0.37...prometheus-4.0.38) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [prometheus-4.0.37](https://github.com/truecharts/apps/compare/prometheus-4.0.36...prometheus-4.0.37) (2022-07-17)
### Chore
diff --git a/charts/stable/prometheus/README.md b/charts/stable/prometheus/README.md
index 80a1a38e51c..1ba59393e0f 100644
--- a/charts/stable/prometheus/README.md
+++ b/charts/stable/prometheus/README.md
@@ -1,8 +1,14 @@
# prometheus
+  
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [prometheus](https://truecharts.org/charts/stable/prometheus)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `prometheus`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install prometheus TrueCharts/prometheus
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `prometheus` deployment
+
+```console
+helm uninstall prometheus
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install prometheus \
+ --set env.TZ="America/New York" \
+ TrueCharts/prometheus
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install prometheus TrueCharts/prometheus -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/protonmail-bridge/CHANGELOG.md b/charts/stable/protonmail-bridge/CHANGELOG.md
index 53f3c400142..7a7f419987c 100644
--- a/charts/stable/protonmail-bridge/CHANGELOG.md
+++ b/charts/stable/protonmail-bridge/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [protonmail-bridge-6.0.19](https://github.com/truecharts/apps/compare/protonmail-bridge-6.0.18...protonmail-bridge-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [protonmail-bridge-6.0.18](https://github.com/truecharts/apps/compare/protonmail-bridge-6.0.17...protonmail-bridge-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md
index 6f531e2c2e7..48085f21549 100644
--- a/charts/stable/protonmail-bridge/README.md
+++ b/charts/stable/protonmail-bridge/README.md
@@ -1,8 +1,14 @@
# protonmail-bridge
+ 
+
Container for protonmail bridge to work on the network.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [protonmail-bridge](https://truecharts.org/charts/stable/protonmail-bridge)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `protonmail-bridge`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install protonmail-bridge TrueCharts/protonmail-bridge
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `protonmail-bridge` deployment
+
+```console
+helm uninstall protonmail-bridge
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install protonmail-bridge \
+ --set env.TZ="America/New York" \
+ TrueCharts/protonmail-bridge
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install protonmail-bridge TrueCharts/protonmail-bridge -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/prowlarr/CHANGELOG.md b/charts/stable/prowlarr/CHANGELOG.md
index b9ddff3c2d8..902a9d56bcb 100644
--- a/charts/stable/prowlarr/CHANGELOG.md
+++ b/charts/stable/prowlarr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [prowlarr-6.0.19](https://github.com/truecharts/apps/compare/prowlarr-6.0.18...prowlarr-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [prowlarr-6.0.18](https://github.com/truecharts/apps/compare/prowlarr-6.0.17...prowlarr-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md
index 96147236373..7c1e40fc9f2 100644
--- a/charts/stable/prowlarr/README.md
+++ b/charts/stable/prowlarr/README.md
@@ -1,8 +1,14 @@
# prowlarr
+ 
+
Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [prowlarr](https://truecharts.org/charts/stable/prowlarr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `prowlarr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install prowlarr TrueCharts/prowlarr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `prowlarr` deployment
+
+```console
+helm uninstall prowlarr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install prowlarr \
+ --set env.TZ="America/New York" \
+ TrueCharts/prowlarr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install prowlarr TrueCharts/prowlarr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pwndrop/CHANGELOG.md b/charts/stable/pwndrop/CHANGELOG.md
index 9512f387046..8fd73fdb444 100644
--- a/charts/stable/pwndrop/CHANGELOG.md
+++ b/charts/stable/pwndrop/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pwndrop-2.0.18](https://github.com/truecharts/apps/compare/pwndrop-2.0.17...pwndrop-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pwndrop-2.0.17](https://github.com/truecharts/apps/compare/pwndrop-2.0.16...pwndrop-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/pwndrop/README.md b/charts/stable/pwndrop/README.md
index 3110e09659e..71f5877f84a 100644
--- a/charts/stable/pwndrop/README.md
+++ b/charts/stable/pwndrop/README.md
@@ -1,8 +1,14 @@
# pwndrop
+  
+
Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pwndrop](https://truecharts.org/charts/stable/pwndrop)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pwndrop`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pwndrop TrueCharts/pwndrop
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pwndrop` deployment
+
+```console
+helm uninstall pwndrop
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pwndrop \
+ --set env.TZ="America/New York" \
+ TrueCharts/pwndrop
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pwndrop TrueCharts/pwndrop -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pydio-cells/CHANGELOG.md b/charts/stable/pydio-cells/CHANGELOG.md
index aa945d8c2d0..2c5ba4f8e1e 100644
--- a/charts/stable/pydio-cells/CHANGELOG.md
+++ b/charts/stable/pydio-cells/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pydio-cells-4.0.19](https://github.com/truecharts/apps/compare/pydio-cells-4.0.18...pydio-cells-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pydio-cells-4.0.18](https://github.com/truecharts/apps/compare/pydio-cells-4.0.17...pydio-cells-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/pydio-cells/README.md b/charts/stable/pydio-cells/README.md
index 914f1ac57c6..df8a5cf77e9 100644
--- a/charts/stable/pydio-cells/README.md
+++ b/charts/stable/pydio-cells/README.md
@@ -1,8 +1,14 @@
# pydio-cells
+  
+
Pydio-cells is the nextgen file sharing platform for organizations.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pydio-cells](https://truecharts.org/charts/stable/pydio-cells)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pydio-cells`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pydio-cells TrueCharts/pydio-cells
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pydio-cells` deployment
+
+```console
+helm uninstall pydio-cells
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pydio-cells \
+ --set env.TZ="America/New York" \
+ TrueCharts/pydio-cells
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pydio-cells TrueCharts/pydio-cells -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pyload/CHANGELOG.md b/charts/stable/pyload/CHANGELOG.md
index 845f5d6b4f7..c6acefe232c 100644
--- a/charts/stable/pyload/CHANGELOG.md
+++ b/charts/stable/pyload/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pyload-6.0.19](https://github.com/truecharts/apps/compare/pyload-6.0.18...pyload-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pyload-6.0.18](https://github.com/truecharts/apps/compare/pyload-6.0.17...pyload-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md
index 2993571d83d..e5251d60d22 100644
--- a/charts/stable/pyload/README.md
+++ b/charts/stable/pyload/README.md
@@ -1,8 +1,14 @@
# pyload
+ 
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pyload](https://truecharts.org/charts/stable/pyload)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pyload`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pyload TrueCharts/pyload
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pyload` deployment
+
+```console
+helm uninstall pyload
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pyload \
+ --set env.TZ="America/New York" \
+ TrueCharts/pyload
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pyload TrueCharts/pyload -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/pylon/CHANGELOG.md b/charts/stable/pylon/CHANGELOG.md
index a4247d00c97..2616e9e85f0 100644
--- a/charts/stable/pylon/CHANGELOG.md
+++ b/charts/stable/pylon/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [pylon-2.0.18](https://github.com/truecharts/apps/compare/pylon-2.0.17...pylon-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [pylon-2.0.17](https://github.com/truecharts/apps/compare/pylon-2.0.16...pylon-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/pylon/README.md b/charts/stable/pylon/README.md
index cad604dbaf1..f9bd5dd3bd5 100644
--- a/charts/stable/pylon/README.md
+++ b/charts/stable/pylon/README.md
@@ -1,8 +1,14 @@
# pylon
+  
+
Pylon is a web based integrated development environment.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [pylon](https://truecharts.org/charts/stable/pylon)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `pylon`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install pylon TrueCharts/pylon
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `pylon` deployment
+
+```console
+helm uninstall pylon
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install pylon \
+ --set env.TZ="America/New York" \
+ TrueCharts/pylon
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install pylon TrueCharts/pylon -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/qbittorrent/CHANGELOG.md b/charts/stable/qbittorrent/CHANGELOG.md
index 42bc0e07957..c0d23fcacc9 100644
--- a/charts/stable/qbittorrent/CHANGELOG.md
+++ b/charts/stable/qbittorrent/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [qbittorrent-11.0.21](https://github.com/truecharts/apps/compare/qbittorrent-11.0.20...qbittorrent-11.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [qbittorrent-11.0.20](https://github.com/truecharts/apps/compare/qbittorrent-11.0.19...qbittorrent-11.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md
index 5cbba8fa556..a5ce2f31d4e 100644
--- a/charts/stable/qbittorrent/README.md
+++ b/charts/stable/qbittorrent/README.md
@@ -1,8 +1,14 @@
# qbittorrent
+  
+
qBittorrent is a cross-platform free and open-source BitTorrent client
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [qbittorrent](https://truecharts.org/charts/stable/qbittorrent)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `qbittorrent`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install qbittorrent TrueCharts/qbittorrent
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `qbittorrent` deployment
+
+```console
+helm uninstall qbittorrent
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install qbittorrent \
+ --set env.TZ="America/New York" \
+ TrueCharts/qbittorrent
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install qbittorrent TrueCharts/qbittorrent -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/qinglong/CHANGELOG.md b/charts/stable/qinglong/CHANGELOG.md
index f78c90d4a00..f642b2c1be8 100644
--- a/charts/stable/qinglong/CHANGELOG.md
+++ b/charts/stable/qinglong/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [qinglong-2.0.20](https://github.com/truecharts/apps/compare/qinglong-2.0.19...qinglong-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [qinglong-2.0.19](https://github.com/truecharts/apps/compare/qinglong-2.0.18...qinglong-2.0.19) (2022-07-16)
### Chore
diff --git a/charts/stable/qinglong/README.md b/charts/stable/qinglong/README.md
index 3d01a9481bd..d31db8015ee 100644
--- a/charts/stable/qinglong/README.md
+++ b/charts/stable/qinglong/README.md
@@ -1,8 +1,14 @@
# qinglong
+  
+
A timed task management panel that supports typescript, javaScript, python3, and shell
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [qinglong](https://truecharts.org/charts/stable/qinglong)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `qinglong`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install qinglong TrueCharts/qinglong
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `qinglong` deployment
+
+```console
+helm uninstall qinglong
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install qinglong \
+ --set env.TZ="America/New York" \
+ TrueCharts/qinglong
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install qinglong TrueCharts/qinglong -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/quassel-core/CHANGELOG.md b/charts/stable/quassel-core/CHANGELOG.md
index f0ed160c5a5..4c6a8a467c7 100644
--- a/charts/stable/quassel-core/CHANGELOG.md
+++ b/charts/stable/quassel-core/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [quassel-core-3.0.18](https://github.com/truecharts/apps/compare/quassel-core-3.0.17...quassel-core-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [quassel-core-3.0.17](https://github.com/truecharts/apps/compare/quassel-core-3.0.16...quassel-core-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/quassel-core/README.md b/charts/stable/quassel-core/README.md
index 97c72ab2b07..acebee87fd7 100644
--- a/charts/stable/quassel-core/README.md
+++ b/charts/stable/quassel-core/README.md
@@ -1,8 +1,14 @@
# quassel-core
+  
+
Quassel-core is a modern, cross-platform, distributed IRC client.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [quassel-core](https://truecharts.org/charts/stable/quassel-core)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `quassel-core`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install quassel-core TrueCharts/quassel-core
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `quassel-core` deployment
+
+```console
+helm uninstall quassel-core
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install quassel-core \
+ --set env.TZ="America/New York" \
+ TrueCharts/quassel-core
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install quassel-core TrueCharts/quassel-core -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/quassel-web/CHANGELOG.md b/charts/stable/quassel-web/CHANGELOG.md
index b2f2c694768..48d1f2b4639 100644
--- a/charts/stable/quassel-web/CHANGELOG.md
+++ b/charts/stable/quassel-web/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [quassel-web-2.0.18](https://github.com/truecharts/apps/compare/quassel-web-2.0.17...quassel-web-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [quassel-web-2.0.17](https://github.com/truecharts/apps/compare/quassel-web-2.0.16...quassel-web-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/quassel-web/README.md b/charts/stable/quassel-web/README.md
index e2e53f80613..08c857d3534 100644
--- a/charts/stable/quassel-web/README.md
+++ b/charts/stable/quassel-web/README.md
@@ -1,8 +1,14 @@
# quassel-web
+  
+
Quassel-web is a web client for Quassel.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [quassel-web](https://truecharts.org/charts/stable/quassel-web)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `quassel-web`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install quassel-web TrueCharts/quassel-web
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `quassel-web` deployment
+
+```console
+helm uninstall quassel-web
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install quassel-web \
+ --set env.TZ="America/New York" \
+ TrueCharts/quassel-web
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install quassel-web TrueCharts/quassel-web -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/radarr/CHANGELOG.md b/charts/stable/radarr/CHANGELOG.md
index 1483dd8e531..ed5268e4a4f 100644
--- a/charts/stable/radarr/CHANGELOG.md
+++ b/charts/stable/radarr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [radarr-11.0.19](https://github.com/truecharts/apps/compare/radarr-11.0.18...radarr-11.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [radarr-11.0.18](https://github.com/truecharts/apps/compare/radarr-11.0.17...radarr-11.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md
index 01c54412350..8ccb2da9ae5 100644
--- a/charts/stable/radarr/README.md
+++ b/charts/stable/radarr/README.md
@@ -1,8 +1,14 @@
# radarr
+  
+
A fork of Sonarr to work with movies Ă la Couchpotato
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [radarr](https://truecharts.org/charts/stable/radarr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `radarr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install radarr TrueCharts/radarr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `radarr` deployment
+
+```console
+helm uninstall radarr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install radarr \
+ --set env.TZ="America/New York" \
+ TrueCharts/radarr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install radarr TrueCharts/radarr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/readarr/CHANGELOG.md b/charts/stable/readarr/CHANGELOG.md
index 46f38d5b2d1..2d76bc9759a 100644
--- a/charts/stable/readarr/CHANGELOG.md
+++ b/charts/stable/readarr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [readarr-11.0.18](https://github.com/truecharts/apps/compare/readarr-11.0.17...readarr-11.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [readarr-11.0.17](https://github.com/truecharts/apps/compare/readarr-11.0.16...readarr-11.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/readarr/README.md b/charts/stable/readarr/README.md
index 5f614857ad8..d9b54557170 100644
--- a/charts/stable/readarr/README.md
+++ b/charts/stable/readarr/README.md
@@ -1,8 +1,14 @@
# readarr
+  
+
A fork of Radarr to work with Books & AudioBooks
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [readarr](https://truecharts.org/charts/stable/readarr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `readarr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install readarr TrueCharts/readarr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `readarr` deployment
+
+```console
+helm uninstall readarr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install readarr \
+ --set env.TZ="America/New York" \
+ TrueCharts/readarr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install readarr TrueCharts/readarr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/recipes/CHANGELOG.md b/charts/stable/recipes/CHANGELOG.md
index 94f1cf9065f..737e213c3d5 100644
--- a/charts/stable/recipes/CHANGELOG.md
+++ b/charts/stable/recipes/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [recipes-8.0.23](https://github.com/truecharts/apps/compare/recipes-8.0.22...recipes-8.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [recipes-8.0.22](https://github.com/truecharts/apps/compare/recipes-8.0.21...recipes-8.0.22) (2022-07-14)
### Fix
diff --git a/charts/stable/recipes/README.md b/charts/stable/recipes/README.md
index 93b000ce466..72fcd96a1c5 100644
--- a/charts/stable/recipes/README.md
+++ b/charts/stable/recipes/README.md
@@ -1,8 +1,14 @@
# recipes
+ 
+
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.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [recipes](https://truecharts.org/charts/stable/recipes)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `recipes`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install recipes TrueCharts/recipes
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `recipes` deployment
+
+```console
+helm uninstall recipes
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install recipes \
+ --set env.TZ="America/New York" \
+ TrueCharts/recipes
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install recipes TrueCharts/recipes -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/redmine/CHANGELOG.md b/charts/stable/redmine/CHANGELOG.md
index 2f827fa77df..0fe90da3cf7 100644
--- a/charts/stable/redmine/CHANGELOG.md
+++ b/charts/stable/redmine/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [redmine-3.0.23](https://github.com/truecharts/apps/compare/redmine-3.0.22...redmine-3.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [redmine-3.0.22](https://github.com/truecharts/apps/compare/redmine-3.0.21...redmine-3.0.22) (2022-07-14)
### Fix
diff --git a/charts/stable/redmine/README.md b/charts/stable/redmine/README.md
index 322f4e6915c..98badb956aa 100644
--- a/charts/stable/redmine/README.md
+++ b/charts/stable/redmine/README.md
@@ -1,8 +1,14 @@
# redmine
+  
+
Redmine is a flexible project management web application written using Ruby on Rails framework.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [redmine](https://truecharts.org/charts/stable/redmine)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `redmine`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install redmine TrueCharts/redmine
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `redmine` deployment
+
+```console
+helm uninstall redmine
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install redmine \
+ --set env.TZ="America/New York" \
+ TrueCharts/redmine
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install redmine TrueCharts/redmine -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/reg/CHANGELOG.md b/charts/stable/reg/CHANGELOG.md
index bd838d4c7dc..ba79f8433c9 100644
--- a/charts/stable/reg/CHANGELOG.md
+++ b/charts/stable/reg/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [reg-6.0.19](https://github.com/truecharts/apps/compare/reg-6.0.18...reg-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [reg-6.0.18](https://github.com/truecharts/apps/compare/reg-6.0.17...reg-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md
index 1d0961da71c..a8b1fb5a666 100644
--- a/charts/stable/reg/README.md
+++ b/charts/stable/reg/README.md
@@ -1,8 +1,14 @@
# reg
+ 
+
Docker registry v2 command line client and repo listing generator with security checks.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [reg](https://truecharts.org/charts/stable/reg)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `reg`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install reg TrueCharts/reg
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `reg` deployment
+
+```console
+helm uninstall reg
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install reg \
+ --set env.TZ="America/New York" \
+ TrueCharts/reg
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install reg TrueCharts/reg -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/remmina/CHANGELOG.md b/charts/stable/remmina/CHANGELOG.md
index c3b54bf7f63..ffe3423bf46 100644
--- a/charts/stable/remmina/CHANGELOG.md
+++ b/charts/stable/remmina/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [remmina-3.0.18](https://github.com/truecharts/apps/compare/remmina-3.0.17...remmina-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [remmina-3.0.17](https://github.com/truecharts/apps/compare/remmina-3.0.16...remmina-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/remmina/README.md b/charts/stable/remmina/README.md
index b6d26a7b75c..dc5988993c7 100644
--- a/charts/stable/remmina/README.md
+++ b/charts/stable/remmina/README.md
@@ -1,8 +1,14 @@
# remmina
+  
+
A remote desktop client written in GTK
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [remmina](https://truecharts.org/charts/stable/remmina)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `remmina`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install remmina TrueCharts/remmina
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `remmina` deployment
+
+```console
+helm uninstall remmina
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install remmina \
+ --set env.TZ="America/New York" \
+ TrueCharts/remmina
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install remmina TrueCharts/remmina -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/requestrr/CHANGELOG.md b/charts/stable/requestrr/CHANGELOG.md
index 78ae42ed0c1..79348e3e5fd 100644
--- a/charts/stable/requestrr/CHANGELOG.md
+++ b/charts/stable/requestrr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [requestrr-2.0.18](https://github.com/truecharts/apps/compare/requestrr-2.0.17...requestrr-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [requestrr-2.0.17](https://github.com/truecharts/apps/compare/requestrr-2.0.16...requestrr-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/requestrr/README.md b/charts/stable/requestrr/README.md
index ef91ec9d427..f882b20a213 100644
--- a/charts/stable/requestrr/README.md
+++ b/charts/stable/requestrr/README.md
@@ -1,8 +1,14 @@
# requestrr
+  
+
Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [requestrr](https://truecharts.org/charts/stable/requestrr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `requestrr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install requestrr TrueCharts/requestrr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `requestrr` deployment
+
+```console
+helm uninstall requestrr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install requestrr \
+ --set env.TZ="America/New York" \
+ TrueCharts/requestrr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install requestrr TrueCharts/requestrr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/resilio-sync/CHANGELOG.md b/charts/stable/resilio-sync/CHANGELOG.md
index 20b670cb59f..8627bc6669f 100644
--- a/charts/stable/resilio-sync/CHANGELOG.md
+++ b/charts/stable/resilio-sync/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [resilio-sync-6.0.20](https://github.com/truecharts/apps/compare/resilio-sync-6.0.19...resilio-sync-6.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [resilio-sync-6.0.19](https://github.com/truecharts/apps/compare/resilio-sync-6.0.18...resilio-sync-6.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md
index 4c68cc322f1..95cc840eda3 100644
--- a/charts/stable/resilio-sync/README.md
+++ b/charts/stable/resilio-sync/README.md
@@ -1,8 +1,14 @@
# resilio-sync
+ 
+
Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [resilio-sync](https://truecharts.org/charts/stable/resilio-sync)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `resilio-sync`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install resilio-sync TrueCharts/resilio-sync
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `resilio-sync` deployment
+
+```console
+helm uninstall resilio-sync
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install resilio-sync \
+ --set env.TZ="America/New York" \
+ TrueCharts/resilio-sync
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install resilio-sync TrueCharts/resilio-sync -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/rsnapshot/CHANGELOG.md b/charts/stable/rsnapshot/CHANGELOG.md
index 2f5f5374a40..29bd471f9e6 100644
--- a/charts/stable/rsnapshot/CHANGELOG.md
+++ b/charts/stable/rsnapshot/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [rsnapshot-2.0.18](https://github.com/truecharts/apps/compare/rsnapshot-2.0.17...rsnapshot-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [rsnapshot-2.0.17](https://github.com/truecharts/apps/compare/rsnapshot-2.0.16...rsnapshot-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/rsnapshot/README.md b/charts/stable/rsnapshot/README.md
index 4dbc225195b..ab78cbc7f91 100644
--- a/charts/stable/rsnapshot/README.md
+++ b/charts/stable/rsnapshot/README.md
@@ -1,8 +1,14 @@
# rsnapshot
+  
+
Rsnapshot is a filesystem snapshot utility based on rsync.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [rsnapshot](https://truecharts.org/charts/stable/rsnapshot)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `rsnapshot`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install rsnapshot TrueCharts/rsnapshot
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `rsnapshot` deployment
+
+```console
+helm uninstall rsnapshot
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install rsnapshot \
+ --set env.TZ="America/New York" \
+ TrueCharts/rsnapshot
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install rsnapshot TrueCharts/rsnapshot -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/rss-bridge/CHANGELOG.md b/charts/stable/rss-bridge/CHANGELOG.md
index 982d7473116..b47fb6d889e 100644
--- a/charts/stable/rss-bridge/CHANGELOG.md
+++ b/charts/stable/rss-bridge/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [rss-bridge-2.0.18](https://github.com/truecharts/apps/compare/rss-bridge-2.0.17...rss-bridge-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [rss-bridge-2.0.17](https://github.com/truecharts/apps/compare/rss-bridge-2.0.16...rss-bridge-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/rss-bridge/README.md b/charts/stable/rss-bridge/README.md
index 868aa3c6081..1607e73c7a1 100644
--- a/charts/stable/rss-bridge/README.md
+++ b/charts/stable/rss-bridge/README.md
@@ -1,8 +1,14 @@
# rss-bridge
+ 
+
RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [rss-bridge](https://truecharts.org/charts/stable/rss-bridge)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `rss-bridge`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install rss-bridge TrueCharts/rss-bridge
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `rss-bridge` deployment
+
+```console
+helm uninstall rss-bridge
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install rss-bridge \
+ --set env.TZ="America/New York" \
+ TrueCharts/rss-bridge
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install rss-bridge TrueCharts/rss-bridge -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/rsshub/CHANGELOG.md b/charts/stable/rsshub/CHANGELOG.md
index ff3da9efb49..30796503873 100644
--- a/charts/stable/rsshub/CHANGELOG.md
+++ b/charts/stable/rsshub/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [rsshub-3.0.43](https://github.com/truecharts/apps/compare/rsshub-3.0.42...rsshub-3.0.43) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [rsshub-3.0.42](https://github.com/truecharts/apps/compare/rsshub-3.0.41...rsshub-3.0.42) (2022-07-17)
### Chore
diff --git a/charts/stable/rsshub/README.md b/charts/stable/rsshub/README.md
index b96ccb52d38..681be6a494f 100644
--- a/charts/stable/rsshub/README.md
+++ b/charts/stable/rsshub/README.md
@@ -1,8 +1,14 @@
# rsshub
+  
+
RSSHub can generate RSS feeds from pretty much everything
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [rsshub](https://truecharts.org/charts/stable/rsshub)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `rsshub`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install rsshub TrueCharts/rsshub
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `rsshub` deployment
+
+```console
+helm uninstall rsshub
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install rsshub \
+ --set env.TZ="America/New York" \
+ TrueCharts/rsshub
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install rsshub TrueCharts/rsshub -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/sabnzbd/CHANGELOG.md b/charts/stable/sabnzbd/CHANGELOG.md
index 317f920b982..1126606ed51 100644
--- a/charts/stable/sabnzbd/CHANGELOG.md
+++ b/charts/stable/sabnzbd/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [sabnzbd-11.0.20](https://github.com/truecharts/apps/compare/sabnzbd-11.0.19...sabnzbd-11.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [sabnzbd-11.0.19](https://github.com/truecharts/apps/compare/sabnzbd-11.0.18...sabnzbd-11.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md
index 074039aab43..24dc8ff09e6 100644
--- a/charts/stable/sabnzbd/README.md
+++ b/charts/stable/sabnzbd/README.md
@@ -1,8 +1,14 @@
# sabnzbd
+  
+
Free and easy binary newsreader
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [sabnzbd](https://truecharts.org/charts/stable/sabnzbd)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `sabnzbd`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install sabnzbd TrueCharts/sabnzbd
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `sabnzbd` deployment
+
+```console
+helm uninstall sabnzbd
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install sabnzbd \
+ --set env.TZ="America/New York" \
+ TrueCharts/sabnzbd
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install sabnzbd TrueCharts/sabnzbd -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/satisfactory/CHANGELOG.md b/charts/stable/satisfactory/CHANGELOG.md
index 517eedc0660..d20060c2d99 100644
--- a/charts/stable/satisfactory/CHANGELOG.md
+++ b/charts/stable/satisfactory/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [satisfactory-2.0.20](https://github.com/truecharts/apps/compare/satisfactory-2.0.19...satisfactory-2.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [satisfactory-2.0.19](https://github.com/truecharts/apps/compare/satisfactory-2.0.18...satisfactory-2.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/satisfactory/README.md b/charts/stable/satisfactory/README.md
index e0020f146a3..685038330bc 100644
--- a/charts/stable/satisfactory/README.md
+++ b/charts/stable/satisfactory/README.md
@@ -1,8 +1,14 @@
# satisfactory
+  
+
Satisfactory Dedicated Server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [satisfactory](https://truecharts.org/charts/stable/satisfactory)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `satisfactory`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install satisfactory TrueCharts/satisfactory
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `satisfactory` deployment
+
+```console
+helm uninstall satisfactory
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install satisfactory \
+ --set env.TZ="America/New York" \
+ TrueCharts/satisfactory
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install satisfactory TrueCharts/satisfactory -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/scrutiny/CHANGELOG.md b/charts/stable/scrutiny/CHANGELOG.md
index a07639864d7..a54e4e1d35a 100644
--- a/charts/stable/scrutiny/CHANGELOG.md
+++ b/charts/stable/scrutiny/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [scrutiny-3.0.17](https://github.com/truecharts/apps/compare/scrutiny-3.0.16...scrutiny-3.0.17) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [scrutiny-3.0.16](https://github.com/truecharts/apps/compare/scrutiny-3.0.15...scrutiny-3.0.16) (2022-07-14)
### Fix
diff --git a/charts/stable/scrutiny/README.md b/charts/stable/scrutiny/README.md
index 88ef2ca8d44..8ee2ee2e9fb 100644
--- a/charts/stable/scrutiny/README.md
+++ b/charts/stable/scrutiny/README.md
@@ -1,8 +1,14 @@
# scrutiny
+  
+
Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [scrutiny](https://truecharts.org/charts/stable/scrutiny)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `scrutiny`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install scrutiny TrueCharts/scrutiny
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `scrutiny` deployment
+
+```console
+helm uninstall scrutiny
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install scrutiny \
+ --set env.TZ="America/New York" \
+ TrueCharts/scrutiny
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install scrutiny TrueCharts/scrutiny -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ser2sock/CHANGELOG.md b/charts/stable/ser2sock/CHANGELOG.md
index a0e9c49f584..0d11423d9b4 100644
--- a/charts/stable/ser2sock/CHANGELOG.md
+++ b/charts/stable/ser2sock/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ser2sock-6.0.19](https://github.com/truecharts/apps/compare/ser2sock-6.0.18...ser2sock-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ser2sock-6.0.18](https://github.com/truecharts/apps/compare/ser2sock-6.0.17...ser2sock-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md
index a00d971abca..92c801fae65 100644
--- a/charts/stable/ser2sock/README.md
+++ b/charts/stable/ser2sock/README.md
@@ -1,8 +1,14 @@
# ser2sock
+ 
+
Serial to Socket Redirector
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ser2sock](https://truecharts.org/charts/stable/ser2sock)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ser2sock`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ser2sock TrueCharts/ser2sock
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ser2sock` deployment
+
+```console
+helm uninstall ser2sock
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ser2sock \
+ --set env.TZ="America/New York" \
+ TrueCharts/ser2sock
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ser2sock TrueCharts/ser2sock -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/shiori/CHANGELOG.md b/charts/stable/shiori/CHANGELOG.md
index 25430aa0a7e..85641c72850 100644
--- a/charts/stable/shiori/CHANGELOG.md
+++ b/charts/stable/shiori/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [shiori-7.0.19](https://github.com/truecharts/apps/compare/shiori-7.0.18...shiori-7.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [shiori-7.0.18](https://github.com/truecharts/apps/compare/shiori-7.0.17...shiori-7.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/shiori/README.md b/charts/stable/shiori/README.md
index b28518594a0..dccf1eca2f5 100644
--- a/charts/stable/shiori/README.md
+++ b/charts/stable/shiori/README.md
@@ -1,8 +1,14 @@
# shiori
+  
+
A simple bookmark manager built with Go
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [shiori](https://truecharts.org/charts/stable/shiori)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `shiori`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install shiori TrueCharts/shiori
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `shiori` deployment
+
+```console
+helm uninstall shiori
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install shiori \
+ --set env.TZ="America/New York" \
+ TrueCharts/shiori
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install shiori TrueCharts/shiori -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/shlink-web-client/CHANGELOG.md b/charts/stable/shlink-web-client/CHANGELOG.md
index 12540a3efc6..1261103a54d 100644
--- a/charts/stable/shlink-web-client/CHANGELOG.md
+++ b/charts/stable/shlink-web-client/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [shlink-web-client-3.0.19](https://github.com/truecharts/apps/compare/shlink-web-client-3.0.18...shlink-web-client-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [shlink-web-client-3.0.18](https://github.com/truecharts/apps/compare/shlink-web-client-3.0.17...shlink-web-client-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/shlink-web-client/README.md b/charts/stable/shlink-web-client/README.md
index 1a6501615b7..6d7c3e3a6e2 100644
--- a/charts/stable/shlink-web-client/README.md
+++ b/charts/stable/shlink-web-client/README.md
@@ -1,8 +1,14 @@
# shlink-web-client
+  
+
A ReactJS-based progressive web application for Shlink.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [shlink-web-client](https://truecharts.org/charts/stable/shlink-web-client)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `shlink-web-client`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install shlink-web-client TrueCharts/shlink-web-client
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `shlink-web-client` deployment
+
+```console
+helm uninstall shlink-web-client
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install shlink-web-client \
+ --set env.TZ="America/New York" \
+ TrueCharts/shlink-web-client
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install shlink-web-client TrueCharts/shlink-web-client -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/shlink/CHANGELOG.md b/charts/stable/shlink/CHANGELOG.md
index 1d2e4c1c89c..0584fa54e50 100644
--- a/charts/stable/shlink/CHANGELOG.md
+++ b/charts/stable/shlink/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [shlink-4.0.20](https://github.com/truecharts/apps/compare/shlink-4.0.19...shlink-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [shlink-4.0.19](https://github.com/truecharts/apps/compare/shlink-4.0.18...shlink-4.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/shlink/README.md b/charts/stable/shlink/README.md
index d1638ae0a90..a48e910ac1e 100644
--- a/charts/stable/shlink/README.md
+++ b/charts/stable/shlink/README.md
@@ -1,8 +1,14 @@
# shlink
+  
+
A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [shlink](https://truecharts.org/charts/stable/shlink)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `shlink`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install shlink TrueCharts/shlink
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `shlink` deployment
+
+```console
+helm uninstall shlink
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install shlink \
+ --set env.TZ="America/New York" \
+ TrueCharts/shlink
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install shlink TrueCharts/shlink -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/shorturl/CHANGELOG.md b/charts/stable/shorturl/CHANGELOG.md
index 1df127015bc..6940d7f1d03 100644
--- a/charts/stable/shorturl/CHANGELOG.md
+++ b/charts/stable/shorturl/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [shorturl-3.0.18](https://github.com/truecharts/apps/compare/shorturl-3.0.17...shorturl-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [shorturl-3.0.17](https://github.com/truecharts/apps/compare/shorturl-3.0.16...shorturl-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/shorturl/README.md b/charts/stable/shorturl/README.md
index c4662134499..fae5b1bac25 100644
--- a/charts/stable/shorturl/README.md
+++ b/charts/stable/shorturl/README.md
@@ -1,8 +1,14 @@
# shorturl
+  
+
Self hosted web app for shortening urls (URL shortener)
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [shorturl](https://truecharts.org/charts/stable/shorturl)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `shorturl`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install shorturl TrueCharts/shorturl
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `shorturl` deployment
+
+```console
+helm uninstall shorturl
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install shorturl \
+ --set env.TZ="America/New York" \
+ TrueCharts/shorturl
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install shorturl TrueCharts/shorturl -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/sickchill/CHANGELOG.md b/charts/stable/sickchill/CHANGELOG.md
index f13e61c0223..ac1a665d19f 100644
--- a/charts/stable/sickchill/CHANGELOG.md
+++ b/charts/stable/sickchill/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [sickchill-3.0.21](https://github.com/truecharts/apps/compare/sickchill-3.0.20...sickchill-3.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [sickchill-3.0.20](https://github.com/truecharts/apps/compare/sickchill-3.0.19...sickchill-3.0.20) (2022-07-15)
### Chore
diff --git a/charts/stable/sickchill/README.md b/charts/stable/sickchill/README.md
index 8faa7f82e97..aabf460004b 100644
--- a/charts/stable/sickchill/README.md
+++ b/charts/stable/sickchill/README.md
@@ -1,8 +1,14 @@
# sickchill
+  
+
An Automatic Video Library Manager for TV Shows
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [sickchill](https://truecharts.org/charts/stable/sickchill)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `sickchill`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install sickchill TrueCharts/sickchill
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `sickchill` deployment
+
+```console
+helm uninstall sickchill
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install sickchill \
+ --set env.TZ="America/New York" \
+ TrueCharts/sickchill
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install sickchill TrueCharts/sickchill -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/sickgear/CHANGELOG.md b/charts/stable/sickgear/CHANGELOG.md
index af3540f70c8..3c45c423045 100644
--- a/charts/stable/sickgear/CHANGELOG.md
+++ b/charts/stable/sickgear/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [sickgear-3.0.18](https://github.com/truecharts/apps/compare/sickgear-3.0.17...sickgear-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [sickgear-3.0.17](https://github.com/truecharts/apps/compare/sickgear-3.0.16...sickgear-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/sickgear/README.md b/charts/stable/sickgear/README.md
index 12669954d0a..f60a1100597 100644
--- a/charts/stable/sickgear/README.md
+++ b/charts/stable/sickgear/README.md
@@ -1,8 +1,14 @@
# sickgear
+  
+
Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [sickgear](https://truecharts.org/charts/stable/sickgear)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `sickgear`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install sickgear TrueCharts/sickgear
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `sickgear` deployment
+
+```console
+helm uninstall sickgear
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install sickgear \
+ --set env.TZ="America/New York" \
+ TrueCharts/sickgear
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install sickgear TrueCharts/sickgear -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/smokeping/CHANGELOG.md b/charts/stable/smokeping/CHANGELOG.md
index 32a9ada2998..abaddd49e13 100644
--- a/charts/stable/smokeping/CHANGELOG.md
+++ b/charts/stable/smokeping/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [smokeping-3.0.18](https://github.com/truecharts/apps/compare/smokeping-3.0.17...smokeping-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [smokeping-3.0.17](https://github.com/truecharts/apps/compare/smokeping-3.0.16...smokeping-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/smokeping/README.md b/charts/stable/smokeping/README.md
index 4b1f4bd0870..b57e0bf41cb 100644
--- a/charts/stable/smokeping/README.md
+++ b/charts/stable/smokeping/README.md
@@ -1,8 +1,14 @@
# smokeping
+  
+
Keep track of your network latency.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [smokeping](https://truecharts.org/charts/stable/smokeping)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `smokeping`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install smokeping TrueCharts/smokeping
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `smokeping` deployment
+
+```console
+helm uninstall smokeping
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install smokeping \
+ --set env.TZ="America/New York" \
+ TrueCharts/smokeping
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install smokeping TrueCharts/smokeping -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/snapdrop/CHANGELOG.md b/charts/stable/snapdrop/CHANGELOG.md
index 5e8d41ffee5..ca9d2e0c023 100644
--- a/charts/stable/snapdrop/CHANGELOG.md
+++ b/charts/stable/snapdrop/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [snapdrop-2.0.24](https://github.com/truecharts/apps/compare/snapdrop-2.0.23...snapdrop-2.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [snapdrop-2.0.23](https://github.com/truecharts/apps/compare/snapdrop-2.0.22...snapdrop-2.0.23) (2022-07-16)
### Chore
diff --git a/charts/stable/snapdrop/README.md b/charts/stable/snapdrop/README.md
index c1a9a1b22e9..fffe771934d 100644
--- a/charts/stable/snapdrop/README.md
+++ b/charts/stable/snapdrop/README.md
@@ -1,8 +1,14 @@
# snapdrop
+ 
+
Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [snapdrop](https://truecharts.org/charts/stable/snapdrop)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `snapdrop`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install snapdrop TrueCharts/snapdrop
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `snapdrop` deployment
+
+```console
+helm uninstall snapdrop
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install snapdrop \
+ --set env.TZ="America/New York" \
+ TrueCharts/snapdrop
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install snapdrop TrueCharts/snapdrop -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/snipe-it/CHANGELOG.md b/charts/stable/snipe-it/CHANGELOG.md
index 82a3b52247c..1f23958463a 100644
--- a/charts/stable/snipe-it/CHANGELOG.md
+++ b/charts/stable/snipe-it/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [snipe-it-4.0.26](https://github.com/truecharts/apps/compare/snipe-it-4.0.25...snipe-it-4.0.26) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [snipe-it-4.0.25](https://github.com/truecharts/apps/compare/snipe-it-4.0.24...snipe-it-4.0.25) (2022-07-14)
### Fix
diff --git a/charts/stable/snipe-it/README.md b/charts/stable/snipe-it/README.md
index 32dba00e0ab..e6be85e90a4 100644
--- a/charts/stable/snipe-it/README.md
+++ b/charts/stable/snipe-it/README.md
@@ -1,8 +1,14 @@
# snipe-it
+ 
+
Open source asset management
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [snipe-it](https://truecharts.org/charts/stable/snipe-it)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `snipe-it`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install snipe-it TrueCharts/snipe-it
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `snipe-it` deployment
+
+```console
+helm uninstall snipe-it
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install snipe-it \
+ --set env.TZ="America/New York" \
+ TrueCharts/snipe-it
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install snipe-it TrueCharts/snipe-it -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/sonarr/CHANGELOG.md b/charts/stable/sonarr/CHANGELOG.md
index 532fa18daa8..60df52a37a4 100644
--- a/charts/stable/sonarr/CHANGELOG.md
+++ b/charts/stable/sonarr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [sonarr-11.0.19](https://github.com/truecharts/apps/compare/sonarr-11.0.18...sonarr-11.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [sonarr-11.0.18](https://github.com/truecharts/apps/compare/sonarr-11.0.17...sonarr-11.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md
index 77dfe587edd..c52de3b356f 100644
--- a/charts/stable/sonarr/README.md
+++ b/charts/stable/sonarr/README.md
@@ -1,8 +1,14 @@
# sonarr
+  
+
Smart PVR for newsgroup and bittorrent users
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [sonarr](https://truecharts.org/charts/stable/sonarr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `sonarr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install sonarr TrueCharts/sonarr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `sonarr` deployment
+
+```console
+helm uninstall sonarr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install sonarr \
+ --set env.TZ="America/New York" \
+ TrueCharts/sonarr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install sonarr TrueCharts/sonarr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/speedtest-exporter/CHANGELOG.md b/charts/stable/speedtest-exporter/CHANGELOG.md
index cd021728cdb..33992de0495 100644
--- a/charts/stable/speedtest-exporter/CHANGELOG.md
+++ b/charts/stable/speedtest-exporter/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [speedtest-exporter-3.0.21](https://github.com/truecharts/apps/compare/speedtest-exporter-3.0.20...speedtest-exporter-3.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [speedtest-exporter-3.0.20](https://github.com/truecharts/apps/compare/speedtest-exporter-3.0.19...speedtest-exporter-3.0.20) (2022-07-17)
### Chore
diff --git a/charts/stable/speedtest-exporter/README.md b/charts/stable/speedtest-exporter/README.md
index 0e57577f9a0..604e6e25ea2 100644
--- a/charts/stable/speedtest-exporter/README.md
+++ b/charts/stable/speedtest-exporter/README.md
@@ -1,8 +1,14 @@
# speedtest-exporter
+  
+
Speedtest Exporter made in python using the official speedtest bin
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [speedtest-exporter](https://truecharts.org/charts/stable/speedtest-exporter)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `speedtest-exporter`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install speedtest-exporter TrueCharts/speedtest-exporter
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `speedtest-exporter` deployment
+
+```console
+helm uninstall speedtest-exporter
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install speedtest-exporter \
+ --set env.TZ="America/New York" \
+ TrueCharts/speedtest-exporter
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install speedtest-exporter TrueCharts/speedtest-exporter -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/spotweb/CHANGELOG.md b/charts/stable/spotweb/CHANGELOG.md
index 48c8b3d98ca..064977c9e0e 100644
--- a/charts/stable/spotweb/CHANGELOG.md
+++ b/charts/stable/spotweb/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [spotweb-4.0.19](https://github.com/truecharts/apps/compare/spotweb-4.0.18...spotweb-4.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [spotweb-4.0.18](https://github.com/truecharts/apps/compare/spotweb-4.0.17...spotweb-4.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/spotweb/README.md b/charts/stable/spotweb/README.md
index 7b2ac8b7c28..b224b2469a0 100644
--- a/charts/stable/spotweb/README.md
+++ b/charts/stable/spotweb/README.md
@@ -1,8 +1,14 @@
# spotweb
+  
+
Spotweb is a decentralized usenet community based on the Spotnet protocol.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [spotweb](https://truecharts.org/charts/stable/spotweb)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `spotweb`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install spotweb TrueCharts/spotweb
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `spotweb` deployment
+
+```console
+helm uninstall spotweb
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install spotweb \
+ --set env.TZ="America/New York" \
+ TrueCharts/spotweb
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install spotweb TrueCharts/spotweb -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/sqlitebrowser/CHANGELOG.md b/charts/stable/sqlitebrowser/CHANGELOG.md
index 89a741156b0..8a351303983 100644
--- a/charts/stable/sqlitebrowser/CHANGELOG.md
+++ b/charts/stable/sqlitebrowser/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [sqlitebrowser-3.0.18](https://github.com/truecharts/apps/compare/sqlitebrowser-3.0.17...sqlitebrowser-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [sqlitebrowser-3.0.17](https://github.com/truecharts/apps/compare/sqlitebrowser-3.0.16...sqlitebrowser-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/sqlitebrowser/README.md b/charts/stable/sqlitebrowser/README.md
index 7878225e050..e2698a7f047 100644
--- a/charts/stable/sqlitebrowser/README.md
+++ b/charts/stable/sqlitebrowser/README.md
@@ -1,8 +1,14 @@
# sqlitebrowser
+  
+
A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [sqlitebrowser](https://truecharts.org/charts/stable/sqlitebrowser)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `sqlitebrowser`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install sqlitebrowser TrueCharts/sqlitebrowser
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `sqlitebrowser` deployment
+
+```console
+helm uninstall sqlitebrowser
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install sqlitebrowser \
+ --set env.TZ="America/New York" \
+ TrueCharts/sqlitebrowser
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install sqlitebrowser TrueCharts/sqlitebrowser -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/stash/CHANGELOG.md b/charts/stable/stash/CHANGELOG.md
index bf727d1e3d3..2a66b1a71f4 100644
--- a/charts/stable/stash/CHANGELOG.md
+++ b/charts/stable/stash/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [stash-7.0.20](https://github.com/truecharts/apps/compare/stash-7.0.19...stash-7.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [stash-7.0.19](https://github.com/truecharts/apps/compare/stash-7.0.18...stash-7.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md
index b14a8f2ea47..01753648d5a 100644
--- a/charts/stable/stash/README.md
+++ b/charts/stable/stash/README.md
@@ -1,8 +1,14 @@
# stash
+ 
+
An organizer for your porn, written in Go
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [stash](https://truecharts.org/charts/stable/stash)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `stash`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install stash TrueCharts/stash
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `stash` deployment
+
+```console
+helm uninstall stash
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install stash \
+ --set env.TZ="America/New York" \
+ TrueCharts/stash
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install stash TrueCharts/stash -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/static/CHANGELOG.md b/charts/stable/static/CHANGELOG.md
index 8b91bd95940..c8d63fd8202 100644
--- a/charts/stable/static/CHANGELOG.md
+++ b/charts/stable/static/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [static-3.0.18](https://github.com/truecharts/apps/compare/static-3.0.17...static-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [static-3.0.17](https://github.com/truecharts/apps/compare/static-3.0.16...static-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/static/README.md b/charts/stable/static/README.md
index 396be74cd42..485ba90cf5d 100644
--- a/charts/stable/static/README.md
+++ b/charts/stable/static/README.md
@@ -1,8 +1,14 @@
# static
+  
+
A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [static](https://truecharts.org/charts/stable/static)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `static`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install static TrueCharts/static
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `static` deployment
+
+```console
+helm uninstall static
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install static \
+ --set env.TZ="America/New York" \
+ TrueCharts/static
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install static TrueCharts/static -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/statping/CHANGELOG.md b/charts/stable/statping/CHANGELOG.md
index f0da8ece75e..286b9dfbb04 100644
--- a/charts/stable/statping/CHANGELOG.md
+++ b/charts/stable/statping/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [statping-7.0.19](https://github.com/truecharts/apps/compare/statping-7.0.18...statping-7.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [statping-7.0.18](https://github.com/truecharts/apps/compare/statping-7.0.17...statping-7.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/statping/README.md b/charts/stable/statping/README.md
index 9fcda050b59..921a902bc66 100644
--- a/charts/stable/statping/README.md
+++ b/charts/stable/statping/README.md
@@ -1,8 +1,14 @@
# statping
+ 
+
Status page for monitoring your websites and applications
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [statping](https://truecharts.org/charts/stable/statping)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `statping`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install statping TrueCharts/statping
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `statping` deployment
+
+```console
+helm uninstall statping
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install statping \
+ --set env.TZ="America/New York" \
+ TrueCharts/statping
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install statping TrueCharts/statping -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/storj-node/CHANGELOG.md b/charts/stable/storj-node/CHANGELOG.md
index 930b8b80120..fe2e2844edd 100644
--- a/charts/stable/storj-node/CHANGELOG.md
+++ b/charts/stable/storj-node/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [storj-node-2.0.29](https://github.com/truecharts/apps/compare/storj-node-2.0.28...storj-node-2.0.29) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [storj-node-2.0.28](https://github.com/truecharts/apps/compare/storj-node-2.0.27...storj-node-2.0.28) (2022-07-14)
### Fix
diff --git a/charts/stable/storj-node/README.md b/charts/stable/storj-node/README.md
index 6ee86a06320..fe36ccfabd6 100644
--- a/charts/stable/storj-node/README.md
+++ b/charts/stable/storj-node/README.md
@@ -1,8 +1,14 @@
# storj-node
+ 
+
Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [storj-node](https://truecharts.org/charts/stable/storj-node)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `storj-node`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install storj-node TrueCharts/storj-node
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `storj-node` deployment
+
+```console
+helm uninstall storj-node
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install storj-node \
+ --set env.TZ="America/New York" \
+ TrueCharts/storj-node
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install storj-node TrueCharts/storj-node -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/strapi/CHANGELOG.md b/charts/stable/strapi/CHANGELOG.md
index 9d13fae806d..326a24080e0 100644
--- a/charts/stable/strapi/CHANGELOG.md
+++ b/charts/stable/strapi/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [strapi-4.0.18](https://github.com/truecharts/apps/compare/strapi-4.0.17...strapi-4.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [strapi-4.0.17](https://github.com/truecharts/apps/compare/strapi-4.0.16...strapi-4.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/strapi/README.md b/charts/stable/strapi/README.md
index 9e92be339bf..4545c51acb7 100644
--- a/charts/stable/strapi/README.md
+++ b/charts/stable/strapi/README.md
@@ -1,8 +1,14 @@
# strapi
+ 
+
Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [strapi](https://truecharts.org/charts/stable/strapi)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -24,22 +30,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `strapi`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install strapi TrueCharts/strapi
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `strapi` deployment
+
+```console
+helm uninstall strapi
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install strapi \
+ --set env.TZ="America/New York" \
+ TrueCharts/strapi
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install strapi TrueCharts/strapi -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/synapse/CHANGELOG.md b/charts/stable/synapse/CHANGELOG.md
index c25ba4ed02e..b25d4a9f9a5 100644
--- a/charts/stable/synapse/CHANGELOG.md
+++ b/charts/stable/synapse/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [synapse-4.0.21](https://github.com/truecharts/apps/compare/synapse-4.0.20...synapse-4.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [synapse-4.0.20](https://github.com/truecharts/apps/compare/synapse-4.0.19...synapse-4.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/synapse/README.md b/charts/stable/synapse/README.md
index 216dbb7b34a..db74a82fcdd 100644
--- a/charts/stable/synapse/README.md
+++ b/charts/stable/synapse/README.md
@@ -1,8 +1,14 @@
# synapse
+  
+
A Helm chart to deploy a Matrix homeserver stack into Kubernetes
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [synapse](https://truecharts.org/charts/stable/synapse)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Requirements
@@ -18,22 +24,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `synapse`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install synapse TrueCharts/synapse
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `synapse` deployment
+
+```console
+helm uninstall synapse
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install synapse \
+ --set env.TZ="America/New York" \
+ TrueCharts/synapse
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install synapse TrueCharts/synapse -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/synclounge/CHANGELOG.md b/charts/stable/synclounge/CHANGELOG.md
index b6d201381f9..784aac12e7a 100644
--- a/charts/stable/synclounge/CHANGELOG.md
+++ b/charts/stable/synclounge/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [synclounge-2.0.24](https://github.com/truecharts/apps/compare/synclounge-2.0.23...synclounge-2.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [synclounge-2.0.23](https://github.com/truecharts/apps/compare/synclounge-2.0.22...synclounge-2.0.23) (2022-07-16)
### Chore
diff --git a/charts/stable/synclounge/README.md b/charts/stable/synclounge/README.md
index dcdbe99c1bb..fd6056dc023 100644
--- a/charts/stable/synclounge/README.md
+++ b/charts/stable/synclounge/README.md
@@ -1,8 +1,14 @@
# synclounge
+  
+
Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [synclounge](https://truecharts.org/charts/stable/synclounge)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `synclounge`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install synclounge TrueCharts/synclounge
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `synclounge` deployment
+
+```console
+helm uninstall synclounge
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install synclounge \
+ --set env.TZ="America/New York" \
+ TrueCharts/synclounge
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install synclounge TrueCharts/synclounge -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/syncthing/CHANGELOG.md b/charts/stable/syncthing/CHANGELOG.md
index e6349e4fd4b..1df6c148344 100644
--- a/charts/stable/syncthing/CHANGELOG.md
+++ b/charts/stable/syncthing/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [syncthing-11.0.21](https://github.com/truecharts/apps/compare/syncthing-11.0.20...syncthing-11.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [syncthing-11.0.20](https://github.com/truecharts/apps/compare/syncthing-11.0.19...syncthing-11.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md
index ed2f6837ce2..f8bcc5b8fe7 100644
--- a/charts/stable/syncthing/README.md
+++ b/charts/stable/syncthing/README.md
@@ -1,8 +1,14 @@
# syncthing
+  
+
P2P file synchronization application
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [syncthing](https://truecharts.org/charts/stable/syncthing)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `syncthing`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install syncthing TrueCharts/syncthing
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `syncthing` deployment
+
+```console
+helm uninstall syncthing
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install syncthing \
+ --set env.TZ="America/New York" \
+ TrueCharts/syncthing
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install syncthing TrueCharts/syncthing -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/syslog-ng/CHANGELOG.md b/charts/stable/syslog-ng/CHANGELOG.md
index f36cc41dfcf..946b56f7776 100644
--- a/charts/stable/syslog-ng/CHANGELOG.md
+++ b/charts/stable/syslog-ng/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [syslog-ng-2.0.19](https://github.com/truecharts/apps/compare/syslog-ng-2.0.18...syslog-ng-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [syslog-ng-2.0.18](https://github.com/truecharts/apps/compare/syslog-ng-2.0.17...syslog-ng-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/syslog-ng/README.md b/charts/stable/syslog-ng/README.md
index 7b8953068e9..5e3f25f144d 100644
--- a/charts/stable/syslog-ng/README.md
+++ b/charts/stable/syslog-ng/README.md
@@ -1,8 +1,14 @@
# syslog-ng
+  
+
syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [syslog-ng](https://truecharts.org/charts/stable/syslog-ng)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `syslog-ng`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install syslog-ng TrueCharts/syslog-ng
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `syslog-ng` deployment
+
+```console
+helm uninstall syslog-ng
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install syslog-ng \
+ --set env.TZ="America/New York" \
+ TrueCharts/syslog-ng
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install syslog-ng TrueCharts/syslog-ng -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/tautulli/CHANGELOG.md b/charts/stable/tautulli/CHANGELOG.md
index ef8b4a456a5..94fb327a065 100644
--- a/charts/stable/tautulli/CHANGELOG.md
+++ b/charts/stable/tautulli/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [tautulli-11.0.19](https://github.com/truecharts/apps/compare/tautulli-11.0.18...tautulli-11.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [tautulli-11.0.18](https://github.com/truecharts/apps/compare/tautulli-11.0.17...tautulli-11.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md
index b01201a026b..8823b6910f8 100644
--- a/charts/stable/tautulli/README.md
+++ b/charts/stable/tautulli/README.md
@@ -1,8 +1,14 @@
# tautulli
+  
+
A Python based monitoring and tracking tool for Plex Media Server
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [tautulli](https://truecharts.org/charts/stable/tautulli)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `tautulli`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install tautulli TrueCharts/tautulli
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `tautulli` deployment
+
+```console
+helm uninstall tautulli
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install tautulli \
+ --set env.TZ="America/New York" \
+ TrueCharts/tautulli
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install tautulli TrueCharts/tautulli -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/tdarr-node/CHANGELOG.md b/charts/stable/tdarr-node/CHANGELOG.md
index 021c2050448..9c4f616948e 100644
--- a/charts/stable/tdarr-node/CHANGELOG.md
+++ b/charts/stable/tdarr-node/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [tdarr-node-2.0.19](https://github.com/truecharts/apps/compare/tdarr-node-2.0.18...tdarr-node-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [tdarr-node-2.0.18](https://github.com/truecharts/apps/compare/tdarr-node-2.0.17...tdarr-node-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/tdarr-node/README.md b/charts/stable/tdarr-node/README.md
index cf5b7b5d852..37910aa89dd 100644
--- a/charts/stable/tdarr-node/README.md
+++ b/charts/stable/tdarr-node/README.md
@@ -1,8 +1,14 @@
# tdarr-node
+  
+
Audio/Video library transcoding automation
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [tdarr-node](https://truecharts.org/charts/stable/tdarr-node)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `tdarr-node`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install tdarr-node TrueCharts/tdarr-node
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `tdarr-node` deployment
+
+```console
+helm uninstall tdarr-node
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install tdarr-node \
+ --set env.TZ="America/New York" \
+ TrueCharts/tdarr-node
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install tdarr-node TrueCharts/tdarr-node -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/tdarr/CHANGELOG.md b/charts/stable/tdarr/CHANGELOG.md
index 69816f84e14..ca9aa293a34 100644
--- a/charts/stable/tdarr/CHANGELOG.md
+++ b/charts/stable/tdarr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [tdarr-2.0.19](https://github.com/truecharts/apps/compare/tdarr-node-2.0.18...tdarr-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [tdarr-2.0.18](https://github.com/truecharts/apps/compare/tdarr-2.0.17...tdarr-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/tdarr/README.md b/charts/stable/tdarr/README.md
index 6764cee7032..933ab99966f 100644
--- a/charts/stable/tdarr/README.md
+++ b/charts/stable/tdarr/README.md
@@ -1,8 +1,14 @@
# tdarr
+  
+
Audio/Video library transcoding automation
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [tdarr](https://truecharts.org/charts/stable/tdarr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `tdarr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install tdarr TrueCharts/tdarr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `tdarr` deployment
+
+```console
+helm uninstall tdarr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install tdarr \
+ --set env.TZ="America/New York" \
+ TrueCharts/tdarr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install tdarr TrueCharts/tdarr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/teamspeak3/CHANGELOG.md b/charts/stable/teamspeak3/CHANGELOG.md
index 6943a3ac430..b92da612074 100644
--- a/charts/stable/teamspeak3/CHANGELOG.md
+++ b/charts/stable/teamspeak3/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [teamspeak3-4.0.20](https://github.com/truecharts/apps/compare/teamspeak3-4.0.19...teamspeak3-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [teamspeak3-4.0.19](https://github.com/truecharts/apps/compare/teamspeak3-4.0.18...teamspeak3-4.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/teamspeak3/README.md b/charts/stable/teamspeak3/README.md
index 8cfe0d729c6..a98b04d6103 100644
--- a/charts/stable/teamspeak3/README.md
+++ b/charts/stable/teamspeak3/README.md
@@ -1,8 +1,14 @@
# teamspeak3
+  
+
TeamSpeak is software for quality voice communication via the Internet.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [teamspeak3](https://truecharts.org/charts/stable/teamspeak3)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `teamspeak3`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install teamspeak3 TrueCharts/teamspeak3
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `teamspeak3` deployment
+
+```console
+helm uninstall teamspeak3
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install teamspeak3 \
+ --set env.TZ="America/New York" \
+ TrueCharts/teamspeak3
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install teamspeak3 TrueCharts/teamspeak3 -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/teedy/CHANGELOG.md b/charts/stable/teedy/CHANGELOG.md
index 8336db216af..a9124de6951 100644
--- a/charts/stable/teedy/CHANGELOG.md
+++ b/charts/stable/teedy/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [teedy-7.0.19](https://github.com/truecharts/apps/compare/teedy-7.0.18...teedy-7.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [teedy-7.0.18](https://github.com/truecharts/apps/compare/teedy-7.0.17...teedy-7.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/teedy/README.md b/charts/stable/teedy/README.md
index d89bcbdaf15..32be5928c2b 100644
--- a/charts/stable/teedy/README.md
+++ b/charts/stable/teedy/README.md
@@ -1,8 +1,14 @@
# teedy
+ 
+
Teedy is an open source, lightweight document management system for individuals and businesses.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [teedy](https://truecharts.org/charts/stable/teedy)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `teedy`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install teedy TrueCharts/teedy
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `teedy` deployment
+
+```console
+helm uninstall teedy
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install teedy \
+ --set env.TZ="America/New York" \
+ TrueCharts/teedy
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install teedy TrueCharts/teedy -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/thelounge/CHANGELOG.md b/charts/stable/thelounge/CHANGELOG.md
index 6133cd9085b..6e93eea481b 100644
--- a/charts/stable/thelounge/CHANGELOG.md
+++ b/charts/stable/thelounge/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [thelounge-6.0.18](https://github.com/truecharts/apps/compare/thelounge-6.0.17...thelounge-6.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [thelounge-6.0.17](https://github.com/truecharts/apps/compare/thelounge-6.0.16...thelounge-6.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md
index be3ad61a8f3..ac41deca6fe 100644
--- a/charts/stable/thelounge/README.md
+++ b/charts/stable/thelounge/README.md
@@ -1,8 +1,14 @@
# thelounge
+ 
+
The Lounge, modern web IRC client designed for self-hosting
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [thelounge](https://truecharts.org/charts/stable/thelounge)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `thelounge`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install thelounge TrueCharts/thelounge
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `thelounge` deployment
+
+```console
+helm uninstall thelounge
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install thelounge \
+ --set env.TZ="America/New York" \
+ TrueCharts/thelounge
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install thelounge TrueCharts/thelounge -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/tinymediamanager/CHANGELOG.md b/charts/stable/tinymediamanager/CHANGELOG.md
index dc123b0cf01..a5059309d96 100644
--- a/charts/stable/tinymediamanager/CHANGELOG.md
+++ b/charts/stable/tinymediamanager/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [tinymediamanager-2.0.18](https://github.com/truecharts/apps/compare/tinymediamanager-2.0.17...tinymediamanager-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [tinymediamanager-2.0.17](https://github.com/truecharts/apps/compare/tinymediamanager-2.0.16...tinymediamanager-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/tinymediamanager/README.md b/charts/stable/tinymediamanager/README.md
index 251e994334c..2464e17b9a5 100644
--- a/charts/stable/tinymediamanager/README.md
+++ b/charts/stable/tinymediamanager/README.md
@@ -1,8 +1,14 @@
# tinymediamanager
+ 
+
TinyMediaManager is a full featured media manager to organize and clean up your media library.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [tinymediamanager](https://truecharts.org/charts/stable/tinymediamanager)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `tinymediamanager`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install tinymediamanager TrueCharts/tinymediamanager
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `tinymediamanager` deployment
+
+```console
+helm uninstall tinymediamanager
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install tinymediamanager \
+ --set env.TZ="America/New York" \
+ TrueCharts/tinymediamanager
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install tinymediamanager TrueCharts/tinymediamanager -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/traccar/CHANGELOG.md b/charts/stable/traccar/CHANGELOG.md
index 48665307cad..e8da1854530 100644
--- a/charts/stable/traccar/CHANGELOG.md
+++ b/charts/stable/traccar/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [traccar-7.0.20](https://github.com/truecharts/apps/compare/traccar-7.0.19...traccar-7.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [traccar-7.0.19](https://github.com/truecharts/apps/compare/traccar-7.0.18...traccar-7.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/traccar/README.md b/charts/stable/traccar/README.md
index 8f014b21298..37da8c70c69 100644
--- a/charts/stable/traccar/README.md
+++ b/charts/stable/traccar/README.md
@@ -1,8 +1,14 @@
# traccar
+ 
+
Traccar is an open source GPS tracking system.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [traccar](https://truecharts.org/charts/stable/traccar)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `traccar`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install traccar TrueCharts/traccar
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `traccar` deployment
+
+```console
+helm uninstall traccar
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install traccar \
+ --set env.TZ="America/New York" \
+ TrueCharts/traccar
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install traccar TrueCharts/traccar -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/traefik/CHANGELOG.md b/charts/stable/traefik/CHANGELOG.md
index 155910eeccf..dbc64172154 100644
--- a/charts/stable/traefik/CHANGELOG.md
+++ b/charts/stable/traefik/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [traefik-12.0.24](https://github.com/truecharts/apps/compare/traefik-12.0.23...traefik-12.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [traefik-12.0.23](https://github.com/truecharts/apps/compare/traefik-12.0.22...traefik-12.0.23) (2022-07-18)
### Fix
diff --git a/charts/stable/traefik/README.md b/charts/stable/traefik/README.md
index f3cc5cf5545..1225d01f254 100644
--- a/charts/stable/traefik/README.md
+++ b/charts/stable/traefik/README.md
@@ -1,16 +1,15 @@
# traefik
-  
+  
Traefik is a flexible reverse proxy and Ingress Provider.
-**Homepage:**
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
-## Maintainers
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [traefik](https://truecharts.org/charts/stable/traefik)
-| Name | Email | Url |
-| ---- | ------ | --- |
-| TrueCharts | info@truecharts.org | https://truecharts.org |
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,85 +21,89 @@ Traefik is a flexible reverse proxy and Ingress Provider.
Kubernetes: `>=1.16.0-0`
+## Dependencies
+
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.4.4 |
-## Values
+## Installing the Chart
-| Key | Type | Default | Description |
-|-----|------|---------|-------------|
-| additionalArguments | list | `["--metrics.prometheus","--ping","--serverstransport.insecureskipverify=true","--providers.kubernetesingress.allowexternalnameservices=true"]` | Additional arguments to be passed at Traefik's binary All available options available on https://docs.traefik.io/reference/static-configuration/cli/ |
-| globalArguments[0] | string | `"--global.checknewversion"` | |
-| image.pullPolicy | string | `"IfNotPresent"` | |
-| image.repository | string | `"tccr.io/truecharts/traefik"` | |
-| image.tag | string | `"v2.8.1@sha256:808661df0066e25faf5d776e6d787d6771d093ca4a485bdb05bd359559a5e1a9"` | |
-| ingressClass | object | `{"enabled":false,"fallbackApiVersion":"","isDefaultClass":false}` | Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x |
-| ingressRoute | object | `{"dashboard":{"annotations":{},"enabled":true,"labels":{}}}` | Create an IngressRoute for the dashboard |
-| logs | object | `{"access":{"enabled":false,"fields":{"general":{"defaultmode":"keep","names":{}},"headers":{"defaultmode":"drop","names":{}}},"filters":{},"format":"common"},"general":{"format":"common","level":"ERROR"}}` | Logs https://docs.traefik.io/observability/logs/ |
-| logs.access.fields | object | `{"general":{"defaultmode":"keep","names":{}},"headers":{"defaultmode":"drop","names":{}}}` | retryattempts: true minduration: 10ms Fields https://docs.traefik.io/observability/access-logs/#limiting-the-fieldsincluding-headers |
-| logs.access.filters | object | `{}` | This option represents the number of log lines Traefik will keep in memory before writing them to the selected output. In some cases, this option can greatly help performances. bufferingSize: 100 Filtering https://docs.traefik.io/observability/access-logs/#filtering |
-| logs.access.format | string | `"common"` | Set the format of Access Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/access-logs/#format |
-| logs.general.format | string | `"common"` | Set the format of General Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/logs/#format |
-| metrics.prometheus | object | `{"entryPoint":"metrics"}` | address: 127.0.0.1:8125 influxdb: address: localhost:8089 protocol: udp |
-| middlewares | object | `{"basicAuth":[],"chain":[],"forwardAuth":[],"ipWhiteList":[],"rateLimit":[],"redirectRegex":[],"redirectScheme":[],"stripPrefixRegex":[]}` | SCALE Middleware Handlers |
-| middlewares.chain | list | `[]` | address: https://auth.example.com/ authResponseHeaders: - X-Secret - X-Auth-User authRequestHeaders: - "Accept" - "X-CustomHeader" authResponseHeadersRegex: "^X-" trustForwardHeader: true |
-| middlewares.forwardAuth | list | `[]` | users: - username: testuser password: testpassword |
-| middlewares.ipWhiteList | list | `[]` | regex: [] |
-| middlewares.rateLimit | list | `[]` | scheme: https permanent: true |
-| middlewares.redirectRegex | list | `[]` | average: 300 burst: 200 |
-| middlewares.redirectScheme | list | `[]` | middlewares: - name: compress |
-| middlewares.stripPrefixRegex | list | `[]` | regex: putregexhere replacement: repslacementurlhere permanent: false |
-| pilot | object | `{"enabled":false,"token":""}` | Activate Pilot integration |
-| podAnnotations."prometheus.io/path" | string | `"/metrics"` | |
-| podAnnotations."prometheus.io/port" | string | `"9180"` | |
-| podAnnotations."prometheus.io/scrape" | string | `"true"` | |
-| portalhook.enabled | bool | `true` | |
-| providers | object | `{"kubernetesCRD":{"enabled":true,"namespaces":[]},"kubernetesIngress":{"enabled":true,"namespaces":[],"publishedService":{"enabled":true}}}` | Configure providers |
-| providers.kubernetesIngress.publishedService | object | `{"enabled":true}` | IP used for Kubernetes Ingress endpoints |
-| rbac.main.enabled | bool | `true` | |
-| rbac.main.rules[0].apiGroups[0] | string | `""` | |
-| rbac.main.rules[0].resources[0] | string | `"services"` | |
-| rbac.main.rules[0].resources[1] | string | `"endpoints"` | |
-| rbac.main.rules[0].resources[2] | string | `"secrets"` | |
-| rbac.main.rules[0].verbs[0] | string | `"get"` | |
-| rbac.main.rules[0].verbs[1] | string | `"list"` | |
-| rbac.main.rules[0].verbs[2] | string | `"watch"` | |
-| rbac.main.rules[1].apiGroups[0] | string | `"extensions"` | |
-| rbac.main.rules[1].apiGroups[1] | string | `"networking.k8s.io"` | |
-| rbac.main.rules[1].resources[0] | string | `"ingresses"` | |
-| rbac.main.rules[1].resources[1] | string | `"ingressclasses"` | |
-| rbac.main.rules[1].verbs[0] | string | `"get"` | |
-| rbac.main.rules[1].verbs[1] | string | `"list"` | |
-| rbac.main.rules[1].verbs[2] | string | `"watch"` | |
-| rbac.main.rules[2].apiGroups[0] | string | `"extensions"` | |
-| rbac.main.rules[2].apiGroups[1] | string | `"networking.k8s.io"` | |
-| rbac.main.rules[2].resources[0] | string | `"ingresses/status"` | |
-| rbac.main.rules[2].verbs[0] | string | `"update"` | |
-| rbac.main.rules[3].apiGroups[0] | string | `"traefik.containo.us"` | |
-| rbac.main.rules[3].resources[0] | string | `"ingressroutes"` | |
-| rbac.main.rules[3].resources[1] | string | `"ingressroutetcps"` | |
-| rbac.main.rules[3].resources[2] | string | `"ingressrouteudps"` | |
-| rbac.main.rules[3].resources[3] | string | `"middlewares"` | |
-| rbac.main.rules[3].resources[4] | string | `"middlewaretcps"` | |
-| rbac.main.rules[3].resources[5] | string | `"tlsoptions"` | |
-| rbac.main.rules[3].resources[6] | string | `"tlsstores"` | |
-| rbac.main.rules[3].resources[7] | string | `"traefikservices"` | |
-| rbac.main.rules[3].resources[8] | string | `"serverstransports"` | |
-| rbac.main.rules[3].verbs[0] | string | `"get"` | |
-| rbac.main.rules[3].verbs[1] | string | `"list"` | |
-| rbac.main.rules[3].verbs[2] | string | `"watch"` | |
-| service | object | `{"main":{"ports":{"main":{"forwardedHeaders":{"enabled":false},"port":9000,"protocol":"HTTP","targetPort":9000}},"type":"LoadBalancer"},"metrics":{"enabled":true,"ports":{"metrics":{"enabled":true,"forwardedHeaders":{"enabled":false},"port":9180,"protocol":"HTTP","targetPort":9180}},"type":"ClusterIP"},"tcp":{"enabled":true,"ports":{"web":{"enabled":true,"forwardedHeaders":{"enabled":false,"insecureMode":false,"trustedIPs":[]},"port":9080,"protocol":"HTTP","redirectTo":"websecure"},"websecure":{"enabled":true,"forwardedHeaders":{"enabled":false,"insecureMode":false,"trustedIPs":[]},"port":9443,"protocol":"HTTPS"}},"type":"LoadBalancer"},"udp":{"enabled":false}}` | Options for the main traefik service, where the entrypoints traffic comes from from. |
-| service.main.ports.main.forwardedHeaders | object | `{"enabled":false}` | Forwarded Headers should never be enabled on Main entrypoint |
-| service.metrics.ports.metrics.forwardedHeaders | object | `{"enabled":false}` | Forwarded Headers should never be enabled on Metrics entrypoint |
-| service.tcp.ports.web.forwardedHeaders | object | `{"enabled":false,"insecureMode":false,"trustedIPs":[]}` | Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support |
-| service.tcp.ports.web.forwardedHeaders.insecureMode | bool | `false` | Trust all forwarded headers |
-| service.tcp.ports.web.forwardedHeaders.trustedIPs | list | `[]` | List of trusted IP and CIDR references |
-| service.tcp.ports.websecure.forwardedHeaders | object | `{"enabled":false,"insecureMode":false,"trustedIPs":[]}` | Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support |
-| service.tcp.ports.websecure.forwardedHeaders.insecureMode | bool | `false` | Trust all forwarded headers |
-| service.tcp.ports.websecure.forwardedHeaders.trustedIPs | list | `[]` | List of trusted IP and CIDR references |
-| serviceAccount | object | `{"main":{"create":true}}` | The service account the pods will use to interact with the Kubernetes API |
-| tlsOptions | object | `{"default":{"cipherSuites":["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256","TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384","TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305","TLS_AES_128_GCM_SHA256","TLS_AES_256_GCM_SHA384","TLS_CHACHA20_POLY1305_SHA256"],"curvePreferences":["CurveP521","CurveP384"],"minVersion":"VersionTLS12","sniStrict":false}}` | TLS Options to be created as TLSOption CRDs https://doc.traefik.io/tccr.io/truecharts/https/tls/#tls-options Example: |
+### TrueNAS SCALE
-----------------------------------------------
-Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
+
+### Helm
+
+To install the chart with the release name `traefik`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install traefik TrueCharts/traefik
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
+
+### Helm
+
+To uninstall the `traefik` deployment
+
+```console
+helm uninstall traefik
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install traefik \
+ --set env.TZ="America/New York" \
+ TrueCharts/traefik
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install traefik TrueCharts/traefik -f values.yaml
+```
+
+#### Connecting to other apps
+
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
+
+## Support
+
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+
+---
+
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/transmission/CHANGELOG.md b/charts/stable/transmission/CHANGELOG.md
index 912e43be69c..e828a02050c 100644
--- a/charts/stable/transmission/CHANGELOG.md
+++ b/charts/stable/transmission/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [transmission-12.0.20](https://github.com/truecharts/apps/compare/transmission-12.0.19...transmission-12.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [transmission-12.0.19](https://github.com/truecharts/apps/compare/transmission-12.0.18...transmission-12.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md
index ad819388ade..54ab91c0472 100644
--- a/charts/stable/transmission/README.md
+++ b/charts/stable/transmission/README.md
@@ -1,8 +1,14 @@
# transmission
+  
+
API Support for your favorite torrent trackers.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [transmission](https://truecharts.org/charts/stable/transmission)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `transmission`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install transmission TrueCharts/transmission
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `transmission` deployment
+
+```console
+helm uninstall transmission
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install transmission \
+ --set env.TZ="America/New York" \
+ TrueCharts/transmission
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install transmission TrueCharts/transmission -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/trilium-notes/CHANGELOG.md b/charts/stable/trilium-notes/CHANGELOG.md
index 77f45609527..edbfbb2ef45 100644
--- a/charts/stable/trilium-notes/CHANGELOG.md
+++ b/charts/stable/trilium-notes/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [trilium-notes-5.0.19](https://github.com/truecharts/apps/compare/trilium-notes-5.0.18...trilium-notes-5.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [trilium-notes-5.0.18](https://github.com/truecharts/apps/compare/trilium-notes-5.0.17...trilium-notes-5.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/trilium-notes/README.md b/charts/stable/trilium-notes/README.md
index 47403fe33f6..e195e052cbc 100644
--- a/charts/stable/trilium-notes/README.md
+++ b/charts/stable/trilium-notes/README.md
@@ -1,8 +1,14 @@
# trilium-notes
+  
+
Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [trilium-notes](https://truecharts.org/charts/stable/trilium-notes)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `trilium-notes`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install trilium-notes TrueCharts/trilium-notes
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `trilium-notes` deployment
+
+```console
+helm uninstall trilium-notes
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install trilium-notes \
+ --set env.TZ="America/New York" \
+ TrueCharts/trilium-notes
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install trilium-notes TrueCharts/trilium-notes -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/truecommand/CHANGELOG.md b/charts/stable/truecommand/CHANGELOG.md
index d2d82855397..5f116210033 100644
--- a/charts/stable/truecommand/CHANGELOG.md
+++ b/charts/stable/truecommand/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [truecommand-11.0.18](https://github.com/truecharts/apps/compare/truecommand-11.0.17...truecommand-11.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [truecommand-11.0.17](https://github.com/truecharts/apps/compare/truecommand-11.0.16...truecommand-11.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md
index 1e3abe3795b..74c4b92fffd 100644
--- a/charts/stable/truecommand/README.md
+++ b/charts/stable/truecommand/README.md
@@ -1,8 +1,14 @@
# truecommand
+  
+
Aggregated management of TrueNAS devices
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [truecommand](https://truecharts.org/charts/stable/truecommand)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `truecommand`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install truecommand TrueCharts/truecommand
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `truecommand` deployment
+
+```console
+helm uninstall truecommand
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install truecommand \
+ --set env.TZ="America/New York" \
+ TrueCharts/truecommand
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install truecommand TrueCharts/truecommand -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/tt-rss/CHANGELOG.md b/charts/stable/tt-rss/CHANGELOG.md
index 28748b4e101..4d0782b4e04 100644
--- a/charts/stable/tt-rss/CHANGELOG.md
+++ b/charts/stable/tt-rss/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [tt-rss-7.0.19](https://github.com/truecharts/apps/compare/tt-rss-7.0.18...tt-rss-7.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [tt-rss-7.0.18](https://github.com/truecharts/apps/compare/tt-rss-7.0.17...tt-rss-7.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/tt-rss/README.md b/charts/stable/tt-rss/README.md
index b26dc0e52a8..5a2026803d1 100644
--- a/charts/stable/tt-rss/README.md
+++ b/charts/stable/tt-rss/README.md
@@ -1,8 +1,14 @@
# tt-rss
+ 
+
Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [tt-rss](https://truecharts.org/charts/stable/tt-rss)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `tt-rss`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install tt-rss TrueCharts/tt-rss
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `tt-rss` deployment
+
+```console
+helm uninstall tt-rss
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install tt-rss \
+ --set env.TZ="America/New York" \
+ TrueCharts/tt-rss
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install tt-rss TrueCharts/tt-rss -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/tvheadend/CHANGELOG.md b/charts/stable/tvheadend/CHANGELOG.md
index 294b9ac6de3..c29f2826590 100644
--- a/charts/stable/tvheadend/CHANGELOG.md
+++ b/charts/stable/tvheadend/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [tvheadend-12.0.18](https://github.com/truecharts/apps/compare/tvheadend-12.0.17...tvheadend-12.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [tvheadend-12.0.17](https://github.com/truecharts/apps/compare/tvheadend-12.0.16...tvheadend-12.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md
index bbe6b037876..34edd947785 100644
--- a/charts/stable/tvheadend/README.md
+++ b/charts/stable/tvheadend/README.md
@@ -1,8 +1,14 @@
# tvheadend
+  
+
TVheadend - a TV streaming server and digital video recorder
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [tvheadend](https://truecharts.org/charts/stable/tvheadend)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `tvheadend`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install tvheadend TrueCharts/tvheadend
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `tvheadend` deployment
+
+```console
+helm uninstall tvheadend
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install tvheadend \
+ --set env.TZ="America/New York" \
+ TrueCharts/tvheadend
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install tvheadend TrueCharts/tvheadend -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/twtxt/CHANGELOG.md b/charts/stable/twtxt/CHANGELOG.md
index d2e5a554dee..8ac22a760d9 100644
--- a/charts/stable/twtxt/CHANGELOG.md
+++ b/charts/stable/twtxt/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [twtxt-3.0.18](https://github.com/truecharts/apps/compare/twtxt-3.0.17...twtxt-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [twtxt-3.0.17](https://github.com/truecharts/apps/compare/twtxt-3.0.16...twtxt-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/twtxt/README.md b/charts/stable/twtxt/README.md
index 85c5cda3615..071b1f10e34 100644
--- a/charts/stable/twtxt/README.md
+++ b/charts/stable/twtxt/README.md
@@ -1,8 +1,14 @@
# twtxt
+  
+
A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [twtxt](https://truecharts.org/charts/stable/twtxt)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `twtxt`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install twtxt TrueCharts/twtxt
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `twtxt` deployment
+
+```console
+helm uninstall twtxt
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install twtxt \
+ --set env.TZ="America/New York" \
+ TrueCharts/twtxt
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install twtxt TrueCharts/twtxt -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/typecho/CHANGELOG.md b/charts/stable/typecho/CHANGELOG.md
index d821b1795c0..e1fb91307dd 100644
--- a/charts/stable/typecho/CHANGELOG.md
+++ b/charts/stable/typecho/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [typecho-3.0.19](https://github.com/truecharts/apps/compare/typecho-3.0.18...typecho-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [typecho-3.0.18](https://github.com/truecharts/apps/compare/typecho-3.0.17...typecho-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/typecho/README.md b/charts/stable/typecho/README.md
index 5b743c87326..c22138cc9be 100644
--- a/charts/stable/typecho/README.md
+++ b/charts/stable/typecho/README.md
@@ -1,8 +1,14 @@
# typecho
+ 
+
Typecho is a PHP Blogging Platform.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [typecho](https://truecharts.org/charts/stable/typecho)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `typecho`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install typecho TrueCharts/typecho
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `typecho` deployment
+
+```console
+helm uninstall typecho
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install typecho \
+ --set env.TZ="America/New York" \
+ TrueCharts/typecho
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install typecho TrueCharts/typecho -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/ubooquity/CHANGELOG.md b/charts/stable/ubooquity/CHANGELOG.md
index 7b3b5c9cd1e..3fab9b468ba 100644
--- a/charts/stable/ubooquity/CHANGELOG.md
+++ b/charts/stable/ubooquity/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [ubooquity-3.0.19](https://github.com/truecharts/apps/compare/ubooquity-3.0.18...ubooquity-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [ubooquity-3.0.18](https://github.com/truecharts/apps/compare/ubooquity-3.0.17...ubooquity-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/ubooquity/README.md b/charts/stable/ubooquity/README.md
index 5379d369583..2837abbf7dd 100644
--- a/charts/stable/ubooquity/README.md
+++ b/charts/stable/ubooquity/README.md
@@ -1,8 +1,14 @@
# ubooquity
+  
+
Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [ubooquity](https://truecharts.org/charts/stable/ubooquity)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `ubooquity`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install ubooquity TrueCharts/ubooquity
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `ubooquity` deployment
+
+```console
+helm uninstall ubooquity
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install ubooquity \
+ --set env.TZ="America/New York" \
+ TrueCharts/ubooquity
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install ubooquity TrueCharts/ubooquity -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/unifi/CHANGELOG.md b/charts/stable/unifi/CHANGELOG.md
index c1e5314a9c7..80a68249101 100644
--- a/charts/stable/unifi/CHANGELOG.md
+++ b/charts/stable/unifi/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [unifi-11.0.18](https://github.com/truecharts/apps/compare/unifi-11.0.17...unifi-11.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [unifi-11.0.17](https://github.com/truecharts/apps/compare/unifi-11.0.16...unifi-11.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md
index 2ae116c1958..3bc54a15a30 100644
--- a/charts/stable/unifi/README.md
+++ b/charts/stable/unifi/README.md
@@ -1,8 +1,14 @@
# unifi
+  
+
Ubiquiti Network's Unifi Controller
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [unifi](https://truecharts.org/charts/stable/unifi)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `unifi`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install unifi TrueCharts/unifi
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `unifi` deployment
+
+```console
+helm uninstall unifi
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install unifi \
+ --set env.TZ="America/New York" \
+ TrueCharts/unifi
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install unifi TrueCharts/unifi -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/unmanic/CHANGELOG.md b/charts/stable/unmanic/CHANGELOG.md
index 5f1eee1c659..eded0738671 100644
--- a/charts/stable/unmanic/CHANGELOG.md
+++ b/charts/stable/unmanic/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [unmanic-3.0.18](https://github.com/truecharts/apps/compare/unmanic-3.0.17...unmanic-3.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [unmanic-3.0.17](https://github.com/truecharts/apps/compare/unmanic-3.0.16...unmanic-3.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/unmanic/README.md b/charts/stable/unmanic/README.md
index 08bf7856a33..21494051061 100644
--- a/charts/stable/unmanic/README.md
+++ b/charts/stable/unmanic/README.md
@@ -1,8 +1,14 @@
# unmanic
+ 
+
Unmanic is a simple tool for optimising your file library.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [unmanic](https://truecharts.org/charts/stable/unmanic)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `unmanic`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install unmanic TrueCharts/unmanic
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `unmanic` deployment
+
+```console
+helm uninstall unmanic
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install unmanic \
+ --set env.TZ="America/New York" \
+ TrueCharts/unmanic
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install unmanic TrueCharts/unmanic -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/unpackerr/CHANGELOG.md b/charts/stable/unpackerr/CHANGELOG.md
index 5682dd89ad4..6433ae0cf8d 100644
--- a/charts/stable/unpackerr/CHANGELOG.md
+++ b/charts/stable/unpackerr/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [unpackerr-6.0.18](https://github.com/truecharts/apps/compare/unpackerr-6.0.17...unpackerr-6.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [unpackerr-6.0.17](https://github.com/truecharts/apps/compare/unpackerr-6.0.16...unpackerr-6.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md
index e60722071ab..cf396157f1f 100644
--- a/charts/stable/unpackerr/README.md
+++ b/charts/stable/unpackerr/README.md
@@ -1,8 +1,14 @@
# unpackerr
+  
+
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
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [unpackerr](https://truecharts.org/charts/stable/unpackerr)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `unpackerr`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install unpackerr TrueCharts/unpackerr
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `unpackerr` deployment
+
+```console
+helm uninstall unpackerr
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install unpackerr \
+ --set env.TZ="America/New York" \
+ TrueCharts/unpackerr
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install unpackerr TrueCharts/unpackerr -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/unpoller/CHANGELOG.md b/charts/stable/unpoller/CHANGELOG.md
index dcbaa065f32..db285b13dbc 100644
--- a/charts/stable/unpoller/CHANGELOG.md
+++ b/charts/stable/unpoller/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [unpoller-3.0.20](https://github.com/truecharts/apps/compare/unpoller-3.0.19...unpoller-3.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [unpoller-3.0.19](https://github.com/truecharts/apps/compare/unpoller-3.0.18...unpoller-3.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/unpoller/README.md b/charts/stable/unpoller/README.md
index c5e7755e40e..3dc8f411d53 100644
--- a/charts/stable/unpoller/README.md
+++ b/charts/stable/unpoller/README.md
@@ -1,8 +1,14 @@
# unpoller
+  
+
Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [unpoller](https://truecharts.org/charts/stable/unpoller)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `unpoller`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install unpoller TrueCharts/unpoller
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `unpoller` deployment
+
+```console
+helm uninstall unpoller
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install unpoller \
+ --set env.TZ="America/New York" \
+ TrueCharts/unpoller
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install unpoller TrueCharts/unpoller -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/uptime-kuma/CHANGELOG.md b/charts/stable/uptime-kuma/CHANGELOG.md
index bdfbf19e7d4..fedd46afba7 100644
--- a/charts/stable/uptime-kuma/CHANGELOG.md
+++ b/charts/stable/uptime-kuma/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [uptime-kuma-3.0.19](https://github.com/truecharts/apps/compare/uptime-kuma-3.0.18...uptime-kuma-3.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [uptime-kuma-3.0.18](https://github.com/truecharts/apps/compare/uptime-kuma-3.0.17...uptime-kuma-3.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/uptime-kuma/README.md b/charts/stable/uptime-kuma/README.md
index 253edd35030..8971560959c 100644
--- a/charts/stable/uptime-kuma/README.md
+++ b/charts/stable/uptime-kuma/README.md
@@ -1,8 +1,14 @@
# uptime-kuma
+  
+
A fancy self-hosted monitoring tool
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [uptime-kuma](https://truecharts.org/charts/stable/uptime-kuma)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `uptime-kuma`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install uptime-kuma TrueCharts/uptime-kuma
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `uptime-kuma` deployment
+
+```console
+helm uninstall uptime-kuma
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install uptime-kuma \
+ --set env.TZ="America/New York" \
+ TrueCharts/uptime-kuma
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install uptime-kuma TrueCharts/uptime-kuma -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/uptimerobot-prometheus/CHANGELOG.md b/charts/stable/uptimerobot-prometheus/CHANGELOG.md
index 345b802c734..536bbf19867 100644
--- a/charts/stable/uptimerobot-prometheus/CHANGELOG.md
+++ b/charts/stable/uptimerobot-prometheus/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [uptimerobot-prometheus-4.0.20](https://github.com/truecharts/apps/compare/uptimerobot-prometheus-4.0.19...uptimerobot-prometheus-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [uptimerobot-prometheus-4.0.19](https://github.com/truecharts/apps/compare/uptimerobot-prometheus-4.0.18...uptimerobot-prometheus-4.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/uptimerobot-prometheus/README.md b/charts/stable/uptimerobot-prometheus/README.md
index 99c51ee6f65..e9767f8af6d 100644
--- a/charts/stable/uptimerobot-prometheus/README.md
+++ b/charts/stable/uptimerobot-prometheus/README.md
@@ -1,8 +1,14 @@
# uptimerobot-prometheus
+  
+
Prometheus Exporter for the official uptimerobot CLI
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [uptimerobot-prometheus](https://truecharts.org/charts/stable/uptimerobot-prometheus)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `uptimerobot-prometheus`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install uptimerobot-prometheus TrueCharts/uptimerobot-prometheus
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `uptimerobot-prometheus` deployment
+
+```console
+helm uninstall uptimerobot-prometheus
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install uptimerobot-prometheus \
+ --set env.TZ="America/New York" \
+ TrueCharts/uptimerobot-prometheus
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install uptimerobot-prometheus TrueCharts/uptimerobot-prometheus -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/valheim/CHANGELOG.md b/charts/stable/valheim/CHANGELOG.md
index 7623693c516..3792fb1f9cd 100644
--- a/charts/stable/valheim/CHANGELOG.md
+++ b/charts/stable/valheim/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [valheim-3.0.21](https://github.com/truecharts/apps/compare/valheim-3.0.20...valheim-3.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [valheim-3.0.20](https://github.com/truecharts/apps/compare/valheim-3.0.19...valheim-3.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/valheim/README.md b/charts/stable/valheim/README.md
index 2d49b953fb5..805dd2466ee 100644
--- a/charts/stable/valheim/README.md
+++ b/charts/stable/valheim/README.md
@@ -1,8 +1,14 @@
# valheim
+ 
+
Valheim dedicated gameserver with automatic update and world backup support
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [valheim](https://truecharts.org/charts/stable/valheim)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `valheim`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install valheim TrueCharts/valheim
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `valheim` deployment
+
+```console
+helm uninstall valheim
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install valheim \
+ --set env.TZ="America/New York" \
+ TrueCharts/valheim
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install valheim TrueCharts/valheim -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md
index 48f7136d315..b18c6e26585 100644
--- a/charts/stable/vaultwarden/CHANGELOG.md
+++ b/charts/stable/vaultwarden/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [vaultwarden-16.0.20](https://github.com/truecharts/apps/compare/vaultwarden-16.0.19...vaultwarden-16.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [vaultwarden-16.0.19](https://github.com/truecharts/apps/compare/vaultwarden-16.0.18...vaultwarden-16.0.19) (2022-07-17)
### Chore
diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md
index 58115ba8016..9dd191c731f 100644
--- a/charts/stable/vaultwarden/README.md
+++ b/charts/stable/vaultwarden/README.md
@@ -1,8 +1,14 @@
# vaultwarden
+  
+
Unofficial Bitwarden compatible server written in Rust
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [vaultwarden](https://truecharts.org/charts/stable/vaultwarden)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `vaultwarden`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install vaultwarden TrueCharts/vaultwarden
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `vaultwarden` deployment
+
+```console
+helm uninstall vaultwarden
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install vaultwarden \
+ --set env.TZ="America/New York" \
+ TrueCharts/vaultwarden
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install vaultwarden TrueCharts/vaultwarden -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/verysync/CHANGELOG.md b/charts/stable/verysync/CHANGELOG.md
index 867f03a1661..16e824b3c83 100644
--- a/charts/stable/verysync/CHANGELOG.md
+++ b/charts/stable/verysync/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [verysync-2.0.21](https://github.com/truecharts/apps/compare/verysync-2.0.20...verysync-2.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [verysync-2.0.20](https://github.com/truecharts/apps/compare/verysync-2.0.19...verysync-2.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/verysync/README.md b/charts/stable/verysync/README.md
index 16c820b6514..baa67c248e3 100644
--- a/charts/stable/verysync/README.md
+++ b/charts/stable/verysync/README.md
@@ -1,8 +1,14 @@
# verysync
+ 
+
very sync is an easy-to-use multi-platform file synchronization software
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [verysync](https://truecharts.org/charts/stable/verysync)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `verysync`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install verysync TrueCharts/verysync
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `verysync` deployment
+
+```console
+helm uninstall verysync
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install verysync \
+ --set env.TZ="America/New York" \
+ TrueCharts/verysync
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install verysync TrueCharts/verysync -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/vikunja/CHANGELOG.md b/charts/stable/vikunja/CHANGELOG.md
index 741d327000c..f0641980dc1 100644
--- a/charts/stable/vikunja/CHANGELOG.md
+++ b/charts/stable/vikunja/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [vikunja-3.0.24](https://github.com/truecharts/apps/compare/vikunja-3.0.23...vikunja-3.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [vikunja-3.0.23](https://github.com/truecharts/apps/compare/vikunja-3.0.22...vikunja-3.0.23) (2022-07-14)
### Fix
diff --git a/charts/stable/vikunja/README.md b/charts/stable/vikunja/README.md
index e872d494d50..0297627b076 100644
--- a/charts/stable/vikunja/README.md
+++ b/charts/stable/vikunja/README.md
@@ -1,8 +1,14 @@
# vikunja
+ 
+
The to-do app to organize your life.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [vikunja](https://truecharts.org/charts/stable/vikunja)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `vikunja`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install vikunja TrueCharts/vikunja
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `vikunja` deployment
+
+```console
+helm uninstall vikunja
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install vikunja \
+ --set env.TZ="America/New York" \
+ TrueCharts/vikunja
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install vikunja TrueCharts/vikunja -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/webgrabplus/CHANGELOG.md b/charts/stable/webgrabplus/CHANGELOG.md
index 84d02af10f1..2fe023988e8 100644
--- a/charts/stable/webgrabplus/CHANGELOG.md
+++ b/charts/stable/webgrabplus/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [webgrabplus-2.0.19](https://github.com/truecharts/apps/compare/webgrabplus-2.0.18...webgrabplus-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [webgrabplus-2.0.18](https://github.com/truecharts/apps/compare/webgrabplus-2.0.17...webgrabplus-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/webgrabplus/README.md b/charts/stable/webgrabplus/README.md
index f41aabcd30a..e165c59e51d 100644
--- a/charts/stable/webgrabplus/README.md
+++ b/charts/stable/webgrabplus/README.md
@@ -1,8 +1,14 @@
# webgrabplus
+  
+
Webgrabplus is a multi-site incremental xmltv epg grabber.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [webgrabplus](https://truecharts.org/charts/stable/webgrabplus)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `webgrabplus`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install webgrabplus TrueCharts/webgrabplus
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `webgrabplus` deployment
+
+```console
+helm uninstall webgrabplus
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install webgrabplus \
+ --set env.TZ="America/New York" \
+ TrueCharts/webgrabplus
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install webgrabplus TrueCharts/webgrabplus -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/weblate/CHANGELOG.md b/charts/stable/weblate/CHANGELOG.md
index 4c4ae1b5a1c..38caf80c7d5 100644
--- a/charts/stable/weblate/CHANGELOG.md
+++ b/charts/stable/weblate/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [weblate-4.0.20](https://github.com/truecharts/apps/compare/weblate-4.0.19...weblate-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [weblate-4.0.19](https://github.com/truecharts/apps/compare/weblate-4.0.18...weblate-4.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/weblate/README.md b/charts/stable/weblate/README.md
index 159802560f2..e75fcc0f1d5 100644
--- a/charts/stable/weblate/README.md
+++ b/charts/stable/weblate/README.md
@@ -1,8 +1,14 @@
# weblate
+ 
+
Weblate is a copylefted libre software web-based continuous localization system
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [weblate](https://truecharts.org/charts/stable/weblate)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -26,22 +32,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `weblate`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install weblate TrueCharts/weblate
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `weblate` deployment
+
+```console
+helm uninstall weblate
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install weblate \
+ --set env.TZ="America/New York" \
+ TrueCharts/weblate
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install weblate TrueCharts/weblate -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/website-shot/CHANGELOG.md b/charts/stable/website-shot/CHANGELOG.md
index 93a917dfc97..1e77f642ba6 100644
--- a/charts/stable/website-shot/CHANGELOG.md
+++ b/charts/stable/website-shot/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [website-shot-2.0.19](https://github.com/truecharts/apps/compare/website-shot-2.0.18...website-shot-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [website-shot-2.0.18](https://github.com/truecharts/apps/compare/website-shot-2.0.17...website-shot-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/website-shot/README.md b/charts/stable/website-shot/README.md
index 63739b0ef10..4cd0fff3f40 100644
--- a/charts/stable/website-shot/README.md
+++ b/charts/stable/website-shot/README.md
@@ -1,8 +1,14 @@
# website-shot
+ 
+
Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [website-shot](https://truecharts.org/charts/stable/website-shot)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `website-shot`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install website-shot TrueCharts/website-shot
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `website-shot` deployment
+
+```console
+helm uninstall website-shot
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install website-shot \
+ --set env.TZ="America/New York" \
+ TrueCharts/website-shot
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install website-shot TrueCharts/website-shot -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/wekan/CHANGELOG.md b/charts/stable/wekan/CHANGELOG.md
index 3c94a1cbb6d..93a61805ee9 100644
--- a/charts/stable/wekan/CHANGELOG.md
+++ b/charts/stable/wekan/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [wekan-4.0.23](https://github.com/truecharts/apps/compare/wekan-4.0.22...wekan-4.0.23) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [wekan-4.0.22](https://github.com/truecharts/apps/compare/wekan-4.0.21...wekan-4.0.22) (2022-07-14)
### Fix
diff --git a/charts/stable/wekan/README.md b/charts/stable/wekan/README.md
index 990cf5a18c5..ef29f810e01 100644
--- a/charts/stable/wekan/README.md
+++ b/charts/stable/wekan/README.md
@@ -1,8 +1,14 @@
# wekan
+ 
+
WeKan - Open Source kanban
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [wekan](https://truecharts.org/charts/stable/wekan)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `wekan`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install wekan TrueCharts/wekan
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `wekan` deployment
+
+```console
+helm uninstall wekan
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install wekan \
+ --set env.TZ="America/New York" \
+ TrueCharts/wekan
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install wekan TrueCharts/wekan -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/wg-easy/CHANGELOG.md b/charts/stable/wg-easy/CHANGELOG.md
index e9fba2081b0..3e88f4f910e 100644
--- a/charts/stable/wg-easy/CHANGELOG.md
+++ b/charts/stable/wg-easy/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [wg-easy-1.0.11](https://github.com/truecharts/apps/compare/wg-easy-1.0.10...wg-easy-1.0.11) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [wg-easy-1.0.10](https://github.com/truecharts/apps/compare/wg-easy-1.0.9...wg-easy-1.0.10) (2022-07-14)
### Fix
diff --git a/charts/stable/wg-easy/README.md b/charts/stable/wg-easy/README.md
index 61b4bc2537c..7111e76c077 100644
--- a/charts/stable/wg-easy/README.md
+++ b/charts/stable/wg-easy/README.md
@@ -1,8 +1,14 @@
# wg-easy
+  
+
The easiest way to run WireGuard VPN + Web-based Admin UI.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [wg-easy](https://truecharts.org/charts/stable/wg-easy)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `wg-easy`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install wg-easy TrueCharts/wg-easy
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `wg-easy` deployment
+
+```console
+helm uninstall wg-easy
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install wg-easy \
+ --set env.TZ="America/New York" \
+ TrueCharts/wg-easy
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install wg-easy TrueCharts/wg-easy -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/whoogle/CHANGELOG.md b/charts/stable/whoogle/CHANGELOG.md
index 59fc855e153..5f38a632ba7 100644
--- a/charts/stable/whoogle/CHANGELOG.md
+++ b/charts/stable/whoogle/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [whoogle-3.0.20](https://github.com/truecharts/apps/compare/whoogle-3.0.19...whoogle-3.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [whoogle-3.0.19](https://github.com/truecharts/apps/compare/whoogle-3.0.18...whoogle-3.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/whoogle/README.md b/charts/stable/whoogle/README.md
index 28997bc75c1..5b2c72ad40c 100644
--- a/charts/stable/whoogle/README.md
+++ b/charts/stable/whoogle/README.md
@@ -1,8 +1,14 @@
# whoogle
+ 
+
A self-hosted, ad-free, privacy-respecting metasearch engine
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [whoogle](https://truecharts.org/charts/stable/whoogle)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `whoogle`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install whoogle TrueCharts/whoogle
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `whoogle` deployment
+
+```console
+helm uninstall whoogle
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install whoogle \
+ --set env.TZ="America/New York" \
+ TrueCharts/whoogle
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install whoogle TrueCharts/whoogle -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/wikijs/CHANGELOG.md b/charts/stable/wikijs/CHANGELOG.md
index 98c803db37c..9bfc8aa0732 100644
--- a/charts/stable/wikijs/CHANGELOG.md
+++ b/charts/stable/wikijs/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [wikijs-7.0.20](https://github.com/truecharts/apps/compare/wikijs-7.0.19...wikijs-7.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [wikijs-7.0.19](https://github.com/truecharts/apps/compare/wikijs-7.0.18...wikijs-7.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/wikijs/README.md b/charts/stable/wikijs/README.md
index 44e2163e876..afcd0f1004f 100644
--- a/charts/stable/wikijs/README.md
+++ b/charts/stable/wikijs/README.md
@@ -1,8 +1,14 @@
# wikijs
+ 
+
Make documentation a joy to write using Wiki.js's beautiful and intuitive interface!
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [wikijs](https://truecharts.org/charts/stable/wikijs)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `wikijs`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install wikijs TrueCharts/wikijs
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `wikijs` deployment
+
+```console
+helm uninstall wikijs
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install wikijs \
+ --set env.TZ="America/New York" \
+ TrueCharts/wikijs
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install wikijs TrueCharts/wikijs -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/wireshark/CHANGELOG.md b/charts/stable/wireshark/CHANGELOG.md
index c563c0462b1..acd70e8c771 100644
--- a/charts/stable/wireshark/CHANGELOG.md
+++ b/charts/stable/wireshark/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [wireshark-2.0.18](https://github.com/truecharts/apps/compare/wireshark-2.0.17...wireshark-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [wireshark-2.0.17](https://github.com/truecharts/apps/compare/wireshark-2.0.16...wireshark-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/wireshark/README.md b/charts/stable/wireshark/README.md
index bb688fd5e04..925037fab70 100644
--- a/charts/stable/wireshark/README.md
+++ b/charts/stable/wireshark/README.md
@@ -1,8 +1,14 @@
# wireshark
+  
+
Wireshark is the world’s foremost and widely-used network protocol analyzer.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [wireshark](https://truecharts.org/charts/stable/wireshark)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `wireshark`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install wireshark TrueCharts/wireshark
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `wireshark` deployment
+
+```console
+helm uninstall wireshark
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install wireshark \
+ --set env.TZ="America/New York" \
+ TrueCharts/wireshark
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install wireshark TrueCharts/wireshark -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/xbackbone/CHANGELOG.md b/charts/stable/xbackbone/CHANGELOG.md
index c57abd115c8..7c50ab4f29f 100644
--- a/charts/stable/xbackbone/CHANGELOG.md
+++ b/charts/stable/xbackbone/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [xbackbone-3.0.20](https://github.com/truecharts/apps/compare/xbackbone-3.0.19...xbackbone-3.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [xbackbone-3.0.19](https://github.com/truecharts/apps/compare/xbackbone-3.0.18...xbackbone-3.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/xbackbone/README.md b/charts/stable/xbackbone/README.md
index 5d1f5d51b27..7b8f63e9107 100644
--- a/charts/stable/xbackbone/README.md
+++ b/charts/stable/xbackbone/README.md
@@ -1,8 +1,14 @@
# xbackbone
+ 
+
XBackBone is a simple, self-hosted, lightweight PHP file manager
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [xbackbone](https://truecharts.org/charts/stable/xbackbone)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `xbackbone`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install xbackbone TrueCharts/xbackbone
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `xbackbone` deployment
+
+```console
+helm uninstall xbackbone
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install xbackbone \
+ --set env.TZ="America/New York" \
+ TrueCharts/xbackbone
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install xbackbone TrueCharts/xbackbone -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/xteve/CHANGELOG.md b/charts/stable/xteve/CHANGELOG.md
index 9485341e209..1bd83dd8b4a 100644
--- a/charts/stable/xteve/CHANGELOG.md
+++ b/charts/stable/xteve/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [xteve-6.0.19](https://github.com/truecharts/apps/compare/xteve-6.0.18...xteve-6.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [xteve-6.0.18](https://github.com/truecharts/apps/compare/xteve-6.0.17...xteve-6.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md
index 56ee7f3d9a0..c900a6ca9d9 100644
--- a/charts/stable/xteve/README.md
+++ b/charts/stable/xteve/README.md
@@ -1,8 +1,14 @@
# xteve
+ 
+
M3U Proxy for Plex DVR and Emby Live TV.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [xteve](https://truecharts.org/charts/stable/xteve)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `xteve`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install xteve TrueCharts/xteve
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `xteve` deployment
+
+```console
+helm uninstall xteve
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install xteve \
+ --set env.TZ="America/New York" \
+ TrueCharts/xteve
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install xteve TrueCharts/xteve -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/xwiki/CHANGELOG.md b/charts/stable/xwiki/CHANGELOG.md
index 656d366a5ee..330a9126e0b 100644
--- a/charts/stable/xwiki/CHANGELOG.md
+++ b/charts/stable/xwiki/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [xwiki-3.0.24](https://github.com/truecharts/apps/compare/xwiki-3.0.23...xwiki-3.0.24) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [xwiki-3.0.23](https://github.com/truecharts/apps/compare/xwiki-3.0.22...xwiki-3.0.23) (2022-07-14)
### Fix
diff --git a/charts/stable/xwiki/README.md b/charts/stable/xwiki/README.md
index 55c83770448..40952089b0e 100644
--- a/charts/stable/xwiki/README.md
+++ b/charts/stable/xwiki/README.md
@@ -1,8 +1,14 @@
# xwiki
+ 
+
XWiki is a free wiki software platform written in Java with a design emphasis on extensibility
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [xwiki](https://truecharts.org/charts/stable/xwiki)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -23,22 +29,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `xwiki`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install xwiki TrueCharts/xwiki
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `xwiki` deployment
+
+```console
+helm uninstall xwiki
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install xwiki \
+ --set env.TZ="America/New York" \
+ TrueCharts/xwiki
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install xwiki TrueCharts/xwiki -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/zerotier/CHANGELOG.md b/charts/stable/zerotier/CHANGELOG.md
index 2e318a990a6..2c07e5ea84f 100644
--- a/charts/stable/zerotier/CHANGELOG.md
+++ b/charts/stable/zerotier/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [zerotier-2.0.18](https://github.com/truecharts/apps/compare/zerotier-2.0.17...zerotier-2.0.18) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [zerotier-2.0.17](https://github.com/truecharts/apps/compare/zerotier-2.0.16...zerotier-2.0.17) (2022-07-14)
### Fix
diff --git a/charts/stable/zerotier/README.md b/charts/stable/zerotier/README.md
index 148412ab9b4..9ec46ec66a2 100644
--- a/charts/stable/zerotier/README.md
+++ b/charts/stable/zerotier/README.md
@@ -1,8 +1,14 @@
# zerotier
+  
+
ZeroTier is a smart programmable Ethernet switch for planet Earth
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [zerotier](https://truecharts.org/charts/stable/zerotier)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `zerotier`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install zerotier TrueCharts/zerotier
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `zerotier` deployment
+
+```console
+helm uninstall zerotier
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install zerotier \
+ --set env.TZ="America/New York" \
+ TrueCharts/zerotier
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install zerotier TrueCharts/zerotier -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/zigbee2mqtt/CHANGELOG.md b/charts/stable/zigbee2mqtt/CHANGELOG.md
index 572be5df50e..b2c2e12cfcc 100644
--- a/charts/stable/zigbee2mqtt/CHANGELOG.md
+++ b/charts/stable/zigbee2mqtt/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [zigbee2mqtt-4.0.20](https://github.com/truecharts/apps/compare/zigbee2mqtt-4.0.19...zigbee2mqtt-4.0.20) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [zigbee2mqtt-4.0.19](https://github.com/truecharts/apps/compare/zigbee2mqtt-4.0.18...zigbee2mqtt-4.0.19) (2022-07-14)
### Fix
diff --git a/charts/stable/zigbee2mqtt/README.md b/charts/stable/zigbee2mqtt/README.md
index 39b160667f4..66ddba8eccc 100644
--- a/charts/stable/zigbee2mqtt/README.md
+++ b/charts/stable/zigbee2mqtt/README.md
@@ -1,8 +1,14 @@
# zigbee2mqtt
+ 
+
Bridges events and allows you to control your Zigbee devices via MQTT
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [zigbee2mqtt](https://truecharts.org/charts/stable/zigbee2mqtt)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `zigbee2mqtt`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install zigbee2mqtt TrueCharts/zigbee2mqtt
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `zigbee2mqtt` deployment
+
+```console
+helm uninstall zigbee2mqtt
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install zigbee2mqtt \
+ --set env.TZ="America/New York" \
+ TrueCharts/zigbee2mqtt
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install zigbee2mqtt TrueCharts/zigbee2mqtt -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/znc/CHANGELOG.md b/charts/stable/znc/CHANGELOG.md
index bc952c597e3..bc2b254dc67 100644
--- a/charts/stable/znc/CHANGELOG.md
+++ b/charts/stable/znc/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [znc-2.0.19](https://github.com/truecharts/apps/compare/znc-2.0.18...znc-2.0.19) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [znc-2.0.18](https://github.com/truecharts/apps/compare/znc-2.0.17...znc-2.0.18) (2022-07-14)
### Fix
diff --git a/charts/stable/znc/README.md b/charts/stable/znc/README.md
index e118f2ef281..3deac991041 100644
--- a/charts/stable/znc/README.md
+++ b/charts/stable/znc/README.md
@@ -1,8 +1,14 @@
# znc
+  
+
Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels.
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [znc](https://truecharts.org/charts/stable/znc)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -21,22 +27,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `znc`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install znc TrueCharts/znc
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `znc` deployment
+
+```console
+helm uninstall znc
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install znc \
+ --set env.TZ="America/New York" \
+ TrueCharts/znc
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install znc TrueCharts/znc -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project
diff --git a/charts/stable/zwavejs2mqtt/CHANGELOG.md b/charts/stable/zwavejs2mqtt/CHANGELOG.md
index 8644732b2ab..0cbf73abc18 100644
--- a/charts/stable/zwavejs2mqtt/CHANGELOG.md
+++ b/charts/stable/zwavejs2mqtt/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
+## [zwavejs2mqtt-11.0.21](https://github.com/truecharts/apps/compare/zwavejs2mqtt-11.0.20...zwavejs2mqtt-11.0.21) (2022-07-19)
+
+### Chore
+
+- Update Readme and Description on SCALE
+
+
+
## [zwavejs2mqtt-11.0.20](https://github.com/truecharts/apps/compare/zwavejs2mqtt-11.0.19...zwavejs2mqtt-11.0.20) (2022-07-14)
### Fix
diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md
index dcda924bdb6..604b9bc5b23 100644
--- a/charts/stable/zwavejs2mqtt/README.md
+++ b/charts/stable/zwavejs2mqtt/README.md
@@ -1,8 +1,14 @@
# zwavejs2mqtt
+  
+
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
-TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
+TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
+
+This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
+For more information, please click here: [zwavejs2mqtt](https://truecharts.org/charts/stable/zwavejs2mqtt)
+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
@@ -22,22 +28,81 @@ Kubernetes: `>=1.16.0-0`
## Installing the Chart
+### TrueNAS SCALE
+
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
-## Upgrading, Rolling Back and Uninstalling the Chart
+### Helm
+
+To install the chart with the release name `zwavejs2mqtt`
+
+```console
+helm repo add TrueCharts https://helm.truecharts.org
+helm repo update
+helm install zwavejs2mqtt TrueCharts/zwavejs2mqtt
+```
+
+## Uninstall
+
+### TrueNAS SCALE
+
+**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/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
-##### Connecting to other apps
+### Helm
+
+To uninstall the `zwavejs2mqtt` deployment
+
+```console
+helm uninstall zwavejs2mqtt
+```
+
+## Configuration
+
+### Helm
+
+#### Available Settings
+
+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).
+
+#### Configure using the Commandline
+
+Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
+
+```console
+helm install zwavejs2mqtt \
+ --set env.TZ="America/New York" \
+ TrueCharts/zwavejs2mqtt
+```
+
+#### Configure using a yaml file
+
+Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
+
+```console
+helm install zwavejs2mqtt TrueCharts/zwavejs2mqtt -f values.yaml
+```
+
+#### Connecting to other apps
+
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
## Support
-- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
-- See the [Wiki](https://truecharts.org)
+- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
+- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
+## Sponsor TrueCharts
+
+TrueCharts can only exist due to the incredible effort of our staff.
+Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
+
+---
+
All Rights Reserved - The TrueCharts Project