diff --git a/charts/incubator/anonaddy/CHANGELOG.md b/charts/incubator/anonaddy/CHANGELOG.md
new file mode 100644
index 00000000000..f6125027275
--- /dev/null
+++ b/charts/incubator/anonaddy/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### anonaddy-6.0.0 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/anonaddy/CONFIG.md b/charts/incubator/anonaddy/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/anonaddy/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/anonaddy/Chart.yaml b/charts/incubator/anonaddy/Chart.yaml
index 1c690f8903a..1981ef2995b 100644
--- a/charts/incubator/anonaddy/Chart.yaml
+++ b/charts/incubator/anonaddy/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "0.8.7"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/anonaddy/README.md b/charts/incubator/anonaddy/README.md
new file mode 100644
index 00000000000..9a52fe7dc0f
--- /dev/null
+++ b/charts/incubator/anonaddy/README.md
@@ -0,0 +1,38 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/anonaddy/helm-values.md b/charts/incubator/anonaddy/helm-values.md
new file mode 100644
index 00000000000..6ca9993178b
--- /dev/null
+++ b/charts/incubator/anonaddy/helm-values.md
@@ -0,0 +1,45 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See more environment variables in the [anonaddy documentation](https://github.com/anonaddy/docker#environment-variables). |
+| env.ANONADDY_DOMAIN | string | `"chart-example.local"` | Root domain to receive email from |
+| envValueFrom.ANONADDY_SECRET.secretKeyRef.key | string | `"secret"` | |
+| envValueFrom.ANONADDY_SECRET.secretKeyRef.name | string | `"appkey"` | |
+| envValueFrom.APP_KEY.secretKeyRef.key | string | `"appkey"` | |
+| envValueFrom.APP_KEY.secretKeyRef.name | string | `"appkey"` | |
+| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | |
+| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | |
+| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"anonaddy/anonaddy"` | |
+| image.tag | string | `"0.8.7@sha256:739e9d5953abd6736918559220badb76fcc03d94ff87308a3ca461479a6191fc"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"anonaddy"` | |
+| mariadb.mariadbUsername | string | `"anonaddy"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| redis.enabled | bool | `true` | |
+| redis.existingSecret | string | `"rediscreds"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+| strategy.type | string | `"Recreate"` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/blog/CHANGELOG.md b/charts/incubator/blog/CHANGELOG.md
new file mode 100644
index 00000000000..332decde84e
--- /dev/null
+++ b/charts/incubator/blog/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### blog-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/blog/CONFIG.md b/charts/incubator/blog/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/blog/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/blog/Chart.yaml b/charts/incubator/blog/Chart.yaml
index 68d4fac9f40..4d6a8a744d1 100644
--- a/charts/incubator/blog/Chart.yaml
+++ b/charts/incubator/blog/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/blog/README.md b/charts/incubator/blog/README.md
new file mode 100644
index 00000000000..c9c9e88d028
--- /dev/null
+++ b/charts/incubator/blog/README.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | postgresql | 6.0.10 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/blog/helm-values.md b/charts/incubator/blog/helm-values.md
new file mode 100644
index 00000000000..de4644cfd27
--- /dev/null
+++ b/charts/incubator/blog/helm-values.md
@@ -0,0 +1,43 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.BLOG_DB_CONNECTION | string | `"postgres"` | |
+| env.BLOG_DB_NAME | string | `"blog"` | |
+| env.BLOG_LANG | string | `"en"` | |
+| env.BLOG_NAME | string | `"Max Musermann"` | |
+| env.BLOG_POSTGRES_PORT | int | `5432` | |
+| env.BLOG_POSTGRES_USER | string | `"blog"` | |
+| env.BLOG_TITLE | string | `"Blog"` | |
+| envValueFrom.BLOG_POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.BLOG_POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | |
+| envValueFrom.BLOG_POSTGRES_PASS.secretKeyRef.key | string | `"postgresql-password"` | |
+| envValueFrom.BLOG_POSTGRES_PASS.secretKeyRef.name | string | `"dbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"m1k1o/blog"` | |
+| image.tag | string | `"latest@sha256:8a859e44c66159e0ac4b959cd9255012d159328bbdaf977e01f3db739fe0203a"` | |
+| persistence.data.enabled | bool | `true` | |
+| persistence.data.mountPath | string | `"/var/www/html/data"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| postgresql.enabled | bool | `true` | |
+| postgresql.existingSecret | string | `"dbcreds"` | |
+| postgresql.postgresqlDatabase | string | `"blog"` | |
+| postgresql.postgresqlUsername | string | `"blog"` | |
+| secret.BLOG_NICK | string | `"username"` | |
+| secret.BLOG_PASS | string | `"password"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.ports.main.port | int | `10111` | |
+| service.main.ports.main.targetPort | int | `80` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/bookstack/CHANGELOG.md b/charts/incubator/bookstack/CHANGELOG.md
new file mode 100644
index 00000000000..425794053e8
--- /dev/null
+++ b/charts/incubator/bookstack/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### bookstack-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/bookstack/CONFIG.md b/charts/incubator/bookstack/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/bookstack/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/bookstack/Chart.yaml b/charts/incubator/bookstack/Chart.yaml
index f40ec2c3917..737563cea22 100644
--- a/charts/incubator/bookstack/Chart.yaml
+++ b/charts/incubator/bookstack/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "21.11.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/bookstack/README.md b/charts/incubator/bookstack/README.md
new file mode 100644
index 00000000000..34c14ae3d27
--- /dev/null
+++ b/charts/incubator/bookstack/README.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/bookstack/helm-values.md b/charts/incubator/bookstack/helm-values.md
new file mode 100644
index 00000000000..ccf273fbdd3
--- /dev/null
+++ b/charts/incubator/bookstack/helm-values.md
@@ -0,0 +1,33 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See more environment variables in the [bookstack documentation](https://hub.docker.com/r/linuxserver/bookstack) |
+| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"ghcr.io/linuxserver/bookstack"` | |
+| image.tag | string | `"21.11.1@sha256:c7a571a05e2940846f112b115f967da931c32de9ca926fc10f07666a80ec30e7"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"bookstack"` | |
+| mariadb.mariadbUsername | string | `"bookstack"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/clarkson/CHANGELOG.md b/charts/incubator/clarkson/CHANGELOG.md
new file mode 100644
index 00000000000..8c3eb5dea27
--- /dev/null
+++ b/charts/incubator/clarkson/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### clarkson-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/clarkson/CONFIG.md b/charts/incubator/clarkson/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/clarkson/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/clarkson/Chart.yaml b/charts/incubator/clarkson/Chart.yaml
index 1aeccc32c0f..7aa2c053f15 100644
--- a/charts/incubator/clarkson/Chart.yaml
+++ b/charts/incubator/clarkson/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "1.1.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/clarkson/README.md b/charts/incubator/clarkson/README.md
new file mode 100644
index 00000000000..a53616f4e71
--- /dev/null
+++ b/charts/incubator/clarkson/README.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/clarkson/helm-values.md b/charts/incubator/clarkson/helm-values.md
new file mode 100644
index 00000000000..5045dcef6de
--- /dev/null
+++ b/charts/incubator/clarkson/helm-values.md
@@ -0,0 +1,36 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.MYSQL_USERNAME | string | `"clarkson"` | |
+| env.PUID | int | `568` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"ghcr.io/linuxserver/clarkson"` | |
+| image.tag | string | `"1.1.2@sha256:c9c19c229d636d6819711542942d0a9831ba0a851827e6c0188eee5dab58c2b0"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"clarkson"` | |
+| mariadb.mariadbUsername | string | `"clarkson"` | |
+| persistence.varrun.enabled | bool | `true` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.ports.main.port | int | `10113` | |
+| service.main.ports.main.targetPort | int | `3000` | |
+| strategy.type | string | `"Recreate"` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/friendica/CHANGELOG.md b/charts/incubator/friendica/CHANGELOG.md
new file mode 100644
index 00000000000..aad887c2d46
--- /dev/null
+++ b/charts/incubator/friendica/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### friendica-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/friendica/CONFIG.md b/charts/incubator/friendica/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/friendica/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/friendica/Chart.yaml b/charts/incubator/friendica/Chart.yaml
index edef50810cc..8cbd2e0f2bd 100644
--- a/charts/incubator/friendica/Chart.yaml
+++ b/charts/incubator/friendica/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "2021.09"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/friendica/README.md b/charts/incubator/friendica/README.md
new file mode 100644
index 00000000000..147247b6905
--- /dev/null
+++ b/charts/incubator/friendica/README.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/friendica/helm-values.md b/charts/incubator/friendica/helm-values.md
new file mode 100644
index 00000000000..53360c15f05
--- /dev/null
+++ b/charts/incubator/friendica/helm-values.md
@@ -0,0 +1,42 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.MYSQL_DATABASE | string | `"friendica"` | |
+| env.MYSQL_USER | string | `"friendica"` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | |
+| envValueFrom.REDIS_PW.secretKeyRef.key | string | `"redis-password"` | |
+| envValueFrom.REDIS_PW.secretKeyRef.name | string | `"rediscreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"friendica"` | |
+| image.tag | string | `"2021.09@sha256:e4f70bcc0d11715de7708cb5f798451c2149705ce79162428479422d6111efca"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"friendica"` | |
+| mariadb.mariadbUsername | string | `"friendica"` | |
+| persistence.config.enabled | bool | `true` | |
+| persistence.config.mountPath | string | `"/var/www/html"` | |
+| persistence.varrun.enabled | bool | `true` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| redis.enabled | bool | `true` | |
+| redis.existingSecret | string | `"rediscreds"` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.ports.main.port | int | `10058` | |
+| service.main.ports.main.targetPort | int | `80` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/icinga2/CHANGELOG.md b/charts/incubator/icinga2/CHANGELOG.md
new file mode 100644
index 00000000000..cede76486dd
--- /dev/null
+++ b/charts/incubator/icinga2/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### icinga2-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/icinga2/CONFIG.md b/charts/incubator/icinga2/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/icinga2/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/icinga2/Chart.yaml b/charts/incubator/icinga2/Chart.yaml
index 6c8d3599bfb..5619c3067ba 100644
--- a/charts/incubator/icinga2/Chart.yaml
+++ b/charts/incubator/icinga2/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "2.13.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/icinga2/README.md b/charts/incubator/icinga2/README.md
new file mode 100644
index 00000000000..59f450952ac
--- /dev/null
+++ b/charts/incubator/icinga2/README.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/icinga2/helm-values.md b/charts/incubator/icinga2/helm-values.md
new file mode 100644
index 00000000000..934d4b8e246
--- /dev/null
+++ b/charts/incubator/icinga2/helm-values.md
@@ -0,0 +1,39 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See more environment variables in the [icinga2 documentation](https://github.com/jjethwa/icinga2#environment-variables-reference). |
+| envValueFrom.DEFAULT_MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.DEFAULT_MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.DEFAULT_MYSQL_PASS.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.DEFAULT_MYSQL_PASS.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_ROOT_PASSWORD.secretKeyRef.key | string | `"mariadb-root-password"` | |
+| envValueFrom.MYSQL_ROOT_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"jordan/icinga2"` | |
+| image.tag | string | `"2.13.1@sha256:00a826bee739d06be6999b493254d9e474875de8c842219a18cee99c01e84760"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"icinga2"` | |
+| mariadb.mariadbUsername | string | `"icinga2"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| persistence.config | object | Disabled | Icinga2 configuration folder |
+| persistence.data | object | Disabled | Icinga2 Data |
+| persistence.ssmtp | object | Disabled | ssmtp folder |
+| persistence.web | object | Disabled | Icingaweb2 configuration folder |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/leantime/CHANGELOG.md b/charts/incubator/leantime/CHANGELOG.md
new file mode 100644
index 00000000000..29dfc65d109
--- /dev/null
+++ b/charts/incubator/leantime/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### leantime-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/leantime/CONFIG.md b/charts/incubator/leantime/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/leantime/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/leantime/Chart.yaml b/charts/incubator/leantime/Chart.yaml
index bcb10e23767..b2f6662f281 100644
--- a/charts/incubator/leantime/Chart.yaml
+++ b/charts/incubator/leantime/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "2.1.7"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/leantime/README.md b/charts/incubator/leantime/README.md
new file mode 100644
index 00000000000..c78b14f1619
--- /dev/null
+++ b/charts/incubator/leantime/README.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/leantime/helm-values.md b/charts/incubator/leantime/helm-values.md
new file mode 100644
index 00000000000..d033ae04079
--- /dev/null
+++ b/charts/incubator/leantime/helm-values.md
@@ -0,0 +1,41 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.LEAN_DB_DATABASE | string | `"leantime"` | |
+| env.LEAN_DB_USER | string | `"leantime"` | |
+| envValueFrom.LEAN_DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.LEAN_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"ghcr.io/nicholaswilde/leantime"` | |
+| image.tag | string | `"2.1.7-ls6@sha256:60e3485f98d71f814f593c1c4d39cac78fc2748f7a1a4baacbbfa439ae031237"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"leantime"` | |
+| mariadb.mariadbUsername | string | `"leantime"` | |
+| persistence.sessions.enabled | bool | `true` | |
+| persistence.sessions.mountPath | string | `"/sessions"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.extra.enabled | bool | `true` | |
+| service.extra.ports.extra.enabled | bool | `true` | |
+| service.extra.ports.extra.port | int | `10118` | |
+| service.extra.ports.extra.protocol | string | `"UDP"` | |
+| service.extra.ports.extra.targetPort | int | `9000` | |
+| service.main.ports.main.port | int | `10117` | |
+| service.main.ports.main.targetPort | int | `80` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/monica/CHANGELOG.md b/charts/incubator/monica/CHANGELOG.md
new file mode 100644
index 00000000000..ed83bb0e827
--- /dev/null
+++ b/charts/incubator/monica/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### monica-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/monica/CONFIG.md b/charts/incubator/monica/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/monica/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/monica/Chart.yaml b/charts/incubator/monica/Chart.yaml
index f3cb283c425..0bad924f262 100644
--- a/charts/incubator/monica/Chart.yaml
+++ b/charts/incubator/monica/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "3.5.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/monica/README.md b/charts/incubator/monica/README.md
new file mode 100644
index 00000000000..9139bfc12f2
--- /dev/null
+++ b/charts/incubator/monica/README.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/monica/helm-values.md b/charts/incubator/monica/helm-values.md
new file mode 100644
index 00000000000..1867d059296
--- /dev/null
+++ b/charts/incubator/monica/helm-values.md
@@ -0,0 +1,37 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See [monica documentation](https://raw.githubusercontent.com/monicahq/monica/master/.env.example) for more details. |
+| env.APP_ENV | string | `"production"` | Use `local` if you want to install Monica as a development version. Use `production` otherwise. |
+| env.APP_URL | string | `"https://crm.k8s-at-home.com"` | The URL of your application. |
+| envValueFrom.APP_KEY.secretKeyRef.key | string | `"appkey"` | |
+| envValueFrom.APP_KEY.secretKeyRef.name | string | `"appkey"` | |
+| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"monica"` | |
+| image.tag | string | `"3.5.0@sha256:04ff6eccd653e7fc2c9875130e572662b4a78bbd3f80011aeb79f1f3d55f39eb"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"monica"` | |
+| mariadb.mariadbUsername | string | `"monica"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/snipe-it/CHANGELOG.md b/charts/incubator/snipe-it/CHANGELOG.md
new file mode 100644
index 00000000000..5d45428e6c8
--- /dev/null
+++ b/charts/incubator/snipe-it/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### snipe-it-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/snipe-it/CONFIG.md b/charts/incubator/snipe-it/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/snipe-it/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/snipe-it/Chart.yaml b/charts/incubator/snipe-it/Chart.yaml
index 8ec9864955a..fec81eb87f7 100644
--- a/charts/incubator/snipe-it/Chart.yaml
+++ b/charts/incubator/snipe-it/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "5.3.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/snipe-it/README.md b/charts/incubator/snipe-it/README.md
new file mode 100644
index 00000000000..2aa93d1d51c
--- /dev/null
+++ b/charts/incubator/snipe-it/README.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/snipe-it/helm-values.md b/charts/incubator/snipe-it/helm-values.md
new file mode 100644
index 00000000000..59b5ba6c4fe
--- /dev/null
+++ b/charts/incubator/snipe-it/helm-values.md
@@ -0,0 +1,41 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.MYSQL_DATABASE | string | `"snipe-it"` | |
+| env.MYSQL_PORT_3306_TCP_PORT | string | `"3306"` | |
+| env.MYSQL_USER | string | `"snipe-it"` | |
+| env.NGINX_APP_URL | string | `"{{ include \"common.names.fullname\" . }}:8080"` | |
+| env.PUID | int | `568` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_PORT_3306_TCP_ADDR.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.MYSQL_PORT_3306_TCP_ADDR.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"ghcr.io/linuxserver/snipe-it"` | |
+| image.tag | string | `"5.3.3@sha256:24610b729fe6595f1ead1e225f4e030fd3013c738987f2c095a2297746d0effb"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"snipe-it"` | |
+| mariadb.mariadbUsername | string | `"snipe-it"` | |
+| persistence.config.enabled | bool | `true` | |
+| persistence.config.mountPath | string | `"/config"` | |
+| persistence.varrun.enabled | bool | `true` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| secret | object | `{}` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.ports.main.port | int | `10120` | |
+| service.main.ports.main.targetPort | int | `80` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/xbackbone/CHANGELOG.md b/charts/incubator/xbackbone/CHANGELOG.md
new file mode 100644
index 00000000000..f63c3bdee8d
--- /dev/null
+++ b/charts/incubator/xbackbone/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### xbackbone-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/charts/incubator/xbackbone/CONFIG.md b/charts/incubator/xbackbone/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/charts/incubator/xbackbone/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/charts/incubator/xbackbone/Chart.yaml b/charts/incubator/xbackbone/Chart.yaml
index 83c244c2d1e..c7d788cf11d 100644
--- a/charts/incubator/xbackbone/Chart.yaml
+++ b/charts/incubator/xbackbone/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "20211018"
+appVersion: "3.3.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/xbackbone/README.md b/charts/incubator/xbackbone/README.md
new file mode 100644
index 00000000000..65c7658c777
--- /dev/null
+++ b/charts/incubator/xbackbone/README.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/xbackbone/helm-values.md b/charts/incubator/xbackbone/helm-values.md
new file mode 100644
index 00000000000..de7922d8527
--- /dev/null
+++ b/charts/incubator/xbackbone/helm-values.md
@@ -0,0 +1,33 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See [image repo](https://github.com/Pe46dro/XBackBone-docker#environment-variables) for more details. |
+| envValueFrom.MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"pe46dro/xbackbone-docker"` | |
+| image.tag | string | `"3.3.3@sha256:09dfe3aa10f61ce1da5e60a282be62f139f267f44a073862feda67cd960fa71e"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"xbackbone"` | |
+| mariadb.mariadbUsername | string | `"xbackbone"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/anonaddy/CHANGELOG.md b/docs/apps/incubator/anonaddy/CHANGELOG.md
new file mode 100644
index 00000000000..f6125027275
--- /dev/null
+++ b/docs/apps/incubator/anonaddy/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### anonaddy-6.0.0 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/anonaddy/CONFIG.md b/docs/apps/incubator/anonaddy/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/anonaddy/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/anonaddy/helm-values.md b/docs/apps/incubator/anonaddy/helm-values.md
new file mode 100644
index 00000000000..6ca9993178b
--- /dev/null
+++ b/docs/apps/incubator/anonaddy/helm-values.md
@@ -0,0 +1,45 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See more environment variables in the [anonaddy documentation](https://github.com/anonaddy/docker#environment-variables). |
+| env.ANONADDY_DOMAIN | string | `"chart-example.local"` | Root domain to receive email from |
+| envValueFrom.ANONADDY_SECRET.secretKeyRef.key | string | `"secret"` | |
+| envValueFrom.ANONADDY_SECRET.secretKeyRef.name | string | `"appkey"` | |
+| envValueFrom.APP_KEY.secretKeyRef.key | string | `"appkey"` | |
+| envValueFrom.APP_KEY.secretKeyRef.name | string | `"appkey"` | |
+| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | |
+| envValueFrom.REDIS_PASSWORD.secretKeyRef.key | string | `"redis-password"` | |
+| envValueFrom.REDIS_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"anonaddy/anonaddy"` | |
+| image.tag | string | `"0.8.7@sha256:739e9d5953abd6736918559220badb76fcc03d94ff87308a3ca461479a6191fc"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"anonaddy"` | |
+| mariadb.mariadbUsername | string | `"anonaddy"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| redis.enabled | bool | `true` | |
+| redis.existingSecret | string | `"rediscreds"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+| strategy.type | string | `"Recreate"` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/anonaddy/index.md b/docs/apps/incubator/anonaddy/index.md
new file mode 100644
index 00000000000..9a52fe7dc0f
--- /dev/null
+++ b/docs/apps/incubator/anonaddy/index.md
@@ -0,0 +1,38 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/blog/CHANGELOG.md b/docs/apps/incubator/blog/CHANGELOG.md
new file mode 100644
index 00000000000..332decde84e
--- /dev/null
+++ b/docs/apps/incubator/blog/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### blog-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/blog/CONFIG.md b/docs/apps/incubator/blog/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/blog/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/blog/helm-values.md b/docs/apps/incubator/blog/helm-values.md
new file mode 100644
index 00000000000..de4644cfd27
--- /dev/null
+++ b/docs/apps/incubator/blog/helm-values.md
@@ -0,0 +1,43 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.BLOG_DB_CONNECTION | string | `"postgres"` | |
+| env.BLOG_DB_NAME | string | `"blog"` | |
+| env.BLOG_LANG | string | `"en"` | |
+| env.BLOG_NAME | string | `"Max Musermann"` | |
+| env.BLOG_POSTGRES_PORT | int | `5432` | |
+| env.BLOG_POSTGRES_USER | string | `"blog"` | |
+| env.BLOG_TITLE | string | `"Blog"` | |
+| envValueFrom.BLOG_POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.BLOG_POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | |
+| envValueFrom.BLOG_POSTGRES_PASS.secretKeyRef.key | string | `"postgresql-password"` | |
+| envValueFrom.BLOG_POSTGRES_PASS.secretKeyRef.name | string | `"dbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"m1k1o/blog"` | |
+| image.tag | string | `"latest@sha256:8a859e44c66159e0ac4b959cd9255012d159328bbdaf977e01f3db739fe0203a"` | |
+| persistence.data.enabled | bool | `true` | |
+| persistence.data.mountPath | string | `"/var/www/html/data"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| postgresql.enabled | bool | `true` | |
+| postgresql.existingSecret | string | `"dbcreds"` | |
+| postgresql.postgresqlDatabase | string | `"blog"` | |
+| postgresql.postgresqlUsername | string | `"blog"` | |
+| secret.BLOG_NICK | string | `"username"` | |
+| secret.BLOG_PASS | string | `"password"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.ports.main.port | int | `10111` | |
+| service.main.ports.main.targetPort | int | `80` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/blog/index.md b/docs/apps/incubator/blog/index.md
new file mode 100644
index 00000000000..c9c9e88d028
--- /dev/null
+++ b/docs/apps/incubator/blog/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | postgresql | 6.0.10 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/bookstack/CHANGELOG.md b/docs/apps/incubator/bookstack/CHANGELOG.md
new file mode 100644
index 00000000000..425794053e8
--- /dev/null
+++ b/docs/apps/incubator/bookstack/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### bookstack-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/bookstack/CONFIG.md b/docs/apps/incubator/bookstack/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/bookstack/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/bookstack/helm-values.md b/docs/apps/incubator/bookstack/helm-values.md
new file mode 100644
index 00000000000..ccf273fbdd3
--- /dev/null
+++ b/docs/apps/incubator/bookstack/helm-values.md
@@ -0,0 +1,33 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See more environment variables in the [bookstack documentation](https://hub.docker.com/r/linuxserver/bookstack) |
+| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"ghcr.io/linuxserver/bookstack"` | |
+| image.tag | string | `"21.11.1@sha256:c7a571a05e2940846f112b115f967da931c32de9ca926fc10f07666a80ec30e7"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"bookstack"` | |
+| mariadb.mariadbUsername | string | `"bookstack"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/bookstack/index.md b/docs/apps/incubator/bookstack/index.md
new file mode 100644
index 00000000000..34c14ae3d27
--- /dev/null
+++ b/docs/apps/incubator/bookstack/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/clarkson/CHANGELOG.md b/docs/apps/incubator/clarkson/CHANGELOG.md
new file mode 100644
index 00000000000..8c3eb5dea27
--- /dev/null
+++ b/docs/apps/incubator/clarkson/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### clarkson-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/clarkson/CONFIG.md b/docs/apps/incubator/clarkson/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/clarkson/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/clarkson/helm-values.md b/docs/apps/incubator/clarkson/helm-values.md
new file mode 100644
index 00000000000..5045dcef6de
--- /dev/null
+++ b/docs/apps/incubator/clarkson/helm-values.md
@@ -0,0 +1,36 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.MYSQL_USERNAME | string | `"clarkson"` | |
+| env.PUID | int | `568` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"ghcr.io/linuxserver/clarkson"` | |
+| image.tag | string | `"1.1.2@sha256:c9c19c229d636d6819711542942d0a9831ba0a851827e6c0188eee5dab58c2b0"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"clarkson"` | |
+| mariadb.mariadbUsername | string | `"clarkson"` | |
+| persistence.varrun.enabled | bool | `true` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.ports.main.port | int | `10113` | |
+| service.main.ports.main.targetPort | int | `3000` | |
+| strategy.type | string | `"Recreate"` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/clarkson/index.md b/docs/apps/incubator/clarkson/index.md
new file mode 100644
index 00000000000..a53616f4e71
--- /dev/null
+++ b/docs/apps/incubator/clarkson/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/friendica/CHANGELOG.md b/docs/apps/incubator/friendica/CHANGELOG.md
new file mode 100644
index 00000000000..aad887c2d46
--- /dev/null
+++ b/docs/apps/incubator/friendica/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### friendica-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/friendica/CONFIG.md b/docs/apps/incubator/friendica/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/friendica/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/friendica/helm-values.md b/docs/apps/incubator/friendica/helm-values.md
new file mode 100644
index 00000000000..53360c15f05
--- /dev/null
+++ b/docs/apps/incubator/friendica/helm-values.md
@@ -0,0 +1,42 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.MYSQL_DATABASE | string | `"friendica"` | |
+| env.MYSQL_USER | string | `"friendica"` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | |
+| envValueFrom.REDIS_PW.secretKeyRef.key | string | `"redis-password"` | |
+| envValueFrom.REDIS_PW.secretKeyRef.name | string | `"rediscreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"friendica"` | |
+| image.tag | string | `"2021.09@sha256:e4f70bcc0d11715de7708cb5f798451c2149705ce79162428479422d6111efca"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"friendica"` | |
+| mariadb.mariadbUsername | string | `"friendica"` | |
+| persistence.config.enabled | bool | `true` | |
+| persistence.config.mountPath | string | `"/var/www/html"` | |
+| persistence.varrun.enabled | bool | `true` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| redis.enabled | bool | `true` | |
+| redis.existingSecret | string | `"rediscreds"` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.ports.main.port | int | `10058` | |
+| service.main.ports.main.targetPort | int | `80` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/friendica/index.md b/docs/apps/incubator/friendica/index.md
new file mode 100644
index 00000000000..147247b6905
--- /dev/null
+++ b/docs/apps/incubator/friendica/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/icinga2/CHANGELOG.md b/docs/apps/incubator/icinga2/CHANGELOG.md
new file mode 100644
index 00000000000..cede76486dd
--- /dev/null
+++ b/docs/apps/incubator/icinga2/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### icinga2-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/icinga2/CONFIG.md b/docs/apps/incubator/icinga2/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/icinga2/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/icinga2/helm-values.md b/docs/apps/incubator/icinga2/helm-values.md
new file mode 100644
index 00000000000..934d4b8e246
--- /dev/null
+++ b/docs/apps/incubator/icinga2/helm-values.md
@@ -0,0 +1,39 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See more environment variables in the [icinga2 documentation](https://github.com/jjethwa/icinga2#environment-variables-reference). |
+| envValueFrom.DEFAULT_MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.DEFAULT_MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.DEFAULT_MYSQL_PASS.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.DEFAULT_MYSQL_PASS.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_ROOT_PASSWORD.secretKeyRef.key | string | `"mariadb-root-password"` | |
+| envValueFrom.MYSQL_ROOT_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"jordan/icinga2"` | |
+| image.tag | string | `"2.13.1@sha256:00a826bee739d06be6999b493254d9e474875de8c842219a18cee99c01e84760"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"icinga2"` | |
+| mariadb.mariadbUsername | string | `"icinga2"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| persistence.config | object | Disabled | Icinga2 configuration folder |
+| persistence.data | object | Disabled | Icinga2 Data |
+| persistence.ssmtp | object | Disabled | ssmtp folder |
+| persistence.web | object | Disabled | Icingaweb2 configuration folder |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/icinga2/index.md b/docs/apps/incubator/icinga2/index.md
new file mode 100644
index 00000000000..59f450952ac
--- /dev/null
+++ b/docs/apps/incubator/icinga2/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/leantime/CHANGELOG.md b/docs/apps/incubator/leantime/CHANGELOG.md
new file mode 100644
index 00000000000..29dfc65d109
--- /dev/null
+++ b/docs/apps/incubator/leantime/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### leantime-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/leantime/CONFIG.md b/docs/apps/incubator/leantime/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/leantime/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/leantime/helm-values.md b/docs/apps/incubator/leantime/helm-values.md
new file mode 100644
index 00000000000..d033ae04079
--- /dev/null
+++ b/docs/apps/incubator/leantime/helm-values.md
@@ -0,0 +1,41 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.LEAN_DB_DATABASE | string | `"leantime"` | |
+| env.LEAN_DB_USER | string | `"leantime"` | |
+| envValueFrom.LEAN_DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.LEAN_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"ghcr.io/nicholaswilde/leantime"` | |
+| image.tag | string | `"2.1.7-ls6@sha256:60e3485f98d71f814f593c1c4d39cac78fc2748f7a1a4baacbbfa439ae031237"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"leantime"` | |
+| mariadb.mariadbUsername | string | `"leantime"` | |
+| persistence.sessions.enabled | bool | `true` | |
+| persistence.sessions.mountPath | string | `"/sessions"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.extra.enabled | bool | `true` | |
+| service.extra.ports.extra.enabled | bool | `true` | |
+| service.extra.ports.extra.port | int | `10118` | |
+| service.extra.ports.extra.protocol | string | `"UDP"` | |
+| service.extra.ports.extra.targetPort | int | `9000` | |
+| service.main.ports.main.port | int | `10117` | |
+| service.main.ports.main.targetPort | int | `80` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/leantime/index.md b/docs/apps/incubator/leantime/index.md
new file mode 100644
index 00000000000..c78b14f1619
--- /dev/null
+++ b/docs/apps/incubator/leantime/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/monica/CHANGELOG.md b/docs/apps/incubator/monica/CHANGELOG.md
new file mode 100644
index 00000000000..ed83bb0e827
--- /dev/null
+++ b/docs/apps/incubator/monica/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### monica-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/monica/CONFIG.md b/docs/apps/incubator/monica/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/monica/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/monica/helm-values.md b/docs/apps/incubator/monica/helm-values.md
new file mode 100644
index 00000000000..1867d059296
--- /dev/null
+++ b/docs/apps/incubator/monica/helm-values.md
@@ -0,0 +1,37 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See [monica documentation](https://raw.githubusercontent.com/monicahq/monica/master/.env.example) for more details. |
+| env.APP_ENV | string | `"production"` | Use `local` if you want to install Monica as a development version. Use `production` otherwise. |
+| env.APP_URL | string | `"https://crm.k8s-at-home.com"` | The URL of your application. |
+| envValueFrom.APP_KEY.secretKeyRef.key | string | `"appkey"` | |
+| envValueFrom.APP_KEY.secretKeyRef.name | string | `"appkey"` | |
+| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"monica"` | |
+| image.tag | string | `"3.5.0@sha256:04ff6eccd653e7fc2c9875130e572662b4a78bbd3f80011aeb79f1f3d55f39eb"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"monica"` | |
+| mariadb.mariadbUsername | string | `"monica"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/monica/index.md b/docs/apps/incubator/monica/index.md
new file mode 100644
index 00000000000..9139bfc12f2
--- /dev/null
+++ b/docs/apps/incubator/monica/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/snipe-it/CHANGELOG.md b/docs/apps/incubator/snipe-it/CHANGELOG.md
new file mode 100644
index 00000000000..5d45428e6c8
--- /dev/null
+++ b/docs/apps/incubator/snipe-it/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### snipe-it-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/snipe-it/CONFIG.md b/docs/apps/incubator/snipe-it/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/snipe-it/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/snipe-it/helm-values.md b/docs/apps/incubator/snipe-it/helm-values.md
new file mode 100644
index 00000000000..59b5ba6c4fe
--- /dev/null
+++ b/docs/apps/incubator/snipe-it/helm-values.md
@@ -0,0 +1,41 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env.MYSQL_DATABASE | string | `"snipe-it"` | |
+| env.MYSQL_PORT_3306_TCP_PORT | string | `"3306"` | |
+| env.MYSQL_USER | string | `"snipe-it"` | |
+| env.NGINX_APP_URL | string | `"{{ include \"common.names.fullname\" . }}:8080"` | |
+| env.PUID | int | `568` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_PORT_3306_TCP_ADDR.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.MYSQL_PORT_3306_TCP_ADDR.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"ghcr.io/linuxserver/snipe-it"` | |
+| image.tag | string | `"5.3.3@sha256:24610b729fe6595f1ead1e225f4e030fd3013c738987f2c095a2297746d0effb"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"snipe-it"` | |
+| mariadb.mariadbUsername | string | `"snipe-it"` | |
+| persistence.config.enabled | bool | `true` | |
+| persistence.config.mountPath | string | `"/config"` | |
+| persistence.varrun.enabled | bool | `true` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| secret | object | `{}` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.ports.main.port | int | `10120` | |
+| service.main.ports.main.targetPort | int | `80` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/snipe-it/index.md b/docs/apps/incubator/snipe-it/index.md
new file mode 100644
index 00000000000..2aa93d1d51c
--- /dev/null
+++ b/docs/apps/incubator/snipe-it/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/xbackbone/CHANGELOG.md b/docs/apps/incubator/xbackbone/CHANGELOG.md
new file mode 100644
index 00000000000..f63c3bdee8d
--- /dev/null
+++ b/docs/apps/incubator/xbackbone/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+
+
+### xbackbone-0.0.1 (2021-11-30)
+
+#### Feat
+
+* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+
diff --git a/docs/apps/incubator/xbackbone/CONFIG.md b/docs/apps/incubator/xbackbone/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/incubator/xbackbone/CONFIG.md
@@ -0,0 +1,8 @@
+# Configuration Options
+
+##### Connecting to other apps
+If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
+https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
+
+##### Available config options
+In the future this page is going to contain an automated list of options available in the installation/edit UI.
diff --git a/docs/apps/incubator/xbackbone/helm-values.md b/docs/apps/incubator/xbackbone/helm-values.md
new file mode 100644
index 00000000000..de7922d8527
--- /dev/null
+++ b/docs/apps/incubator/xbackbone/helm-values.md
@@ -0,0 +1,33 @@
+# Default Helm-Values
+
+TrueCharts is primarily build to supply TrueNAS SCALE Apps.
+However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
+
+Most of our Apps also consume our "common" Helm Chart.
+If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
+You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
+
+## Values
+
+| Key | Type | Default | Description |
+|-----|------|---------|-------------|
+| env | object | See below | environment variables. See [image repo](https://github.com/Pe46dro/XBackBone-docker#environment-variables) for more details. |
+| envValueFrom.MYSQL_HOST.secretKeyRef.key | string | `"plainhost"` | |
+| envValueFrom.MYSQL_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.MYSQL_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"pe46dro/xbackbone-docker"` | |
+| image.tag | string | `"3.3.3@sha256:09dfe3aa10f61ce1da5e60a282be62f139f267f44a073862feda67cd960fa71e"` | |
+| mariadb.enabled | bool | `true` | |
+| mariadb.existingSecret | string | `"mariadbcreds"` | |
+| mariadb.mariadbDatabase | string | `"xbackbone"` | |
+| mariadb.mariadbUsername | string | `"xbackbone"` | |
+| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service | object | See values.yaml | Configures service settings for the chart. |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/xbackbone/index.md b/docs/apps/incubator/xbackbone/index.md
new file mode 100644
index 00000000000..65c7658c777
--- /dev/null
+++ b/docs/apps/incubator/xbackbone/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+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.
+**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
+
+## Source Code
+
+*
+*
+
+## Requirements
+
+Kubernetes: `>=1.16.0-0`
+
+## Dependencies
+
+| Repository | Name | Version |
+|------------|------|---------|
+| https://truecharts.org/ | mariadb | 1.0.14 |
+| https://truecharts.org | common | 8.9.4 |
+
+## Installing the Chart
+
+To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
+
+## Uninstalling the Chart
+
+To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
+
+## Support
+
+- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
+- See the [Wiki](https://truecharts.org)
+- Check our [Discord](https://discord.gg/tVsPTHWTtr)
+- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
+---
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/index.yaml b/docs/index.yaml
index e7589289fb6..7f63607113b 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -2408,6 +2408,40 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/amcrest2mqtt-0.0.2/amcrest2mqtt-0.0.2.tgz
version: 0.0.2
+ anonaddy:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - email
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 0.8.7
+ created: "2021-11-30T13:43:46.371441006Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: https://truecharts.org/
+ version: 1.0.14
+ description: Protect your email from spam using disposable addresses.
+ digest: 842e6a5a8ecc03919b82a7bb3870eb311540b23f34f664ec6188b814ffd81c6f
+ home: https://github.com/truechartsapps/tree/master/charts/stable/anonaddy
+ icon: https://avatars.githubusercontent.com/u/51450862?s=200&v=4?sanitize=true
+ keywords:
+ - anonaddy
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: anonaddy
+ sources:
+ - https://github.com/anonaddy/docker
+ urls:
+ - https://github.com/truecharts/apps/releases/download/anonaddy-6.0.0/anonaddy-6.0.0.tgz
+ version: 6.0.0
apache-musicindex:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -14725,6 +14759,45 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/bitwarden-1.2.5/bitwarden-1.2.5.tgz
version: 1.2.5
+ blog:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - hosting
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: latest
+ created: "2021-11-30T13:43:46.514989445Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 6.0.10
+ description: Lightweight self-hosted facebook-styled PHP blog.
+ digest: 2155ec061d11609f24f7364438ef8733a2cfb7557df9c5129bdd1d8183c2e938
+ home: https://github.com/truechartsapps/tree/master/charts/stable/blog
+ icon: https://demo.photoprism.org/static/img/logo-avatar.svg
+ keywords:
+ - blog
+ - php
+ - self
+ - hosted
+ - facebook
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: blog
+ sources:
+ - https://github.com/m1k1o/blog
+ - https://github.com/nicholaswilde/docker-blog
+ urls:
+ - https://github.com/truecharts/apps/releases/download/blog-0.0.1/blog-0.0.1.tgz
+ version: 0.0.1
booksonic-air:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -16371,6 +16444,47 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/booksonic-air-1.0.1/booksonic-air-1.0.1.tgz
version: 1.0.1
+ bookstack:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - media
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 21.11.1
+ created: "2021-11-30T13:43:46.785946289Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: https://truecharts.org/
+ version: 1.0.14
+ description: A simple, self-hosted, easy-to-use platform for organising and storing
+ information.
+ digest: 481026853f11c98ca92f9e93d579a305e084f33c0b389484a2db2b6c76f1800b
+ home: https://github.com/truechartsapps/tree/master/charts/stable/bookstack
+ icon: https://avatars3.githubusercontent.com/u/20912696?s=400&v=4?sanitize=true
+ keywords:
+ - bookstack
+ - book
+ - stack
+ - organizer
+ - server
+ - hosted
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: bookstack
+ sources:
+ - https://www.bookstackapp.com/
+ - https://hub.docker.com/r/linuxserver/bookstack
+ urls:
+ - https://github.com/truecharts/apps/releases/download/bookstack-0.0.1/bookstack-0.0.1.tgz
+ version: 0.0.1
calibre:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -20715,6 +20829,46 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/calibre-web-3.1.5/calibre-web-3.1.5.tgz
version: 3.1.5
+ clarkson:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - vehicle
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 1.1.2
+ created: "2021-11-30T13:43:46.922906443Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: https://truecharts.org/
+ version: 1.0.14
+ description: A web-based dashboard application that gives you a neat and clean
+ interface for logging your fuel fill-ups for all of your vehicles.
+ digest: d4e5b1f41fd93ef91f8833f5e1840a71211460ce17bd9dfcf9434a51e11009fb
+ home: https://github.com/truechartsapps/tree/master/charts/stable/clarkson
+ icon: https://github.com/linuxserver/Clarkson/raw/master/src/mstile-150x150.png
+ keywords:
+ - fuel
+ - car
+ - log
+ - fill-up
+ - vehicle
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: clarkson
+ sources:
+ - https://github.com/linuxserver/Clarkson
+ - https://hub.docker.com/r/linuxserver/clarkson
+ urls:
+ - https://github.com/truecharts/apps/releases/download/clarkson-0.0.1/clarkson-0.0.1.tgz
+ version: 0.0.1
cloud9:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -65058,6 +65212,42 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/freshrss-3.1.5/freshrss-3.1.5.tgz
version: 3.1.5
+ friendica:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - social
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: "2021.09"
+ created: "2021-11-30T13:43:47.052201816Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: https://truecharts.org/
+ version: 1.0.14
+ description: Welcome to the free social web
+ digest: 64b8eb1b6d3cfba4aa25dc299b8765f9f785065f422d9ea018bccd8f02f7ed5f
+ home: https://github.com/truechartsapps/tree/master/charts/stable/friendica
+ icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-friendica-logo.png
+ keywords:
+ - friend
+ - social
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: friendica
+ sources:
+ - https://friendi.ca/
+ - https://hub.docker.com/_/friendica
+ urls:
+ - https://github.com/truecharts/apps/releases/download/friendica-0.0.1/friendica-0.0.1.tgz
+ version: 0.0.1
gaps:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -89421,6 +89611,43 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-0.0.2/icantbelieveitsnotvaletudo-0.0.2.tgz
version: 0.0.2
+ icinga2:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - monitoring
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 2.13.1
+ created: "2021-11-30T13:43:47.211975195Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: https://truecharts.org/
+ version: 1.0.14
+ description: A monitoring system which checks the availability of your network
+ resources, notifies users of outages, and generates performance data for reporting.
+ digest: f103cc29f2811e9ec04f7410a55a49354c942fcce050b0eebeabf9fc02ba8a4f
+ home: https://github.com/truechartsapps/tree/master/charts/stable/icinga2
+ icon: https://avatars.githubusercontent.com/u/835441?s=200&v=4
+ keywords:
+ - icinga2
+ - monitoring
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: icinga2
+ sources:
+ - https://github.com/jjethwa/icinga2
+ - https://icinga.com/
+ urls:
+ - https://github.com/truecharts/apps/releases/download/icinga2-0.0.1/icinga2-0.0.1.tgz
+ version: 0.0.1
jackett:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -107225,6 +107452,44 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/leaf2mqtt-0.0.2/leaf2mqtt-0.0.2.tgz
version: 0.0.2
+ leantime:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - management
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 2.1.7
+ created: "2021-11-30T13:43:47.36664942Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: https://truecharts.org/
+ version: 1.0.14
+ description: Straightforward open source project management system to make your
+ ideas reality.
+ digest: beb67cf08657437fe0f9a81f54b969ced2a3311241e1d250feb65e38caa455b6
+ home: https://github.com/truechartsapps/tree/master/charts/stable/leantime
+ icon: https://github.com/nicholaswilde/helm-charts/raw/main/images/leantime.jpg
+ keywords:
+ - leantime
+ - project
+ - management
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: leantime
+ sources:
+ - https://leantime.io/
+ - https://hub.docker.com/r/nicholaswilde/leantime
+ urls:
+ - https://github.com/truecharts/apps/releases/download/leantime-0.0.1/leantime-0.0.1.tgz
+ version: 0.0.1
librespeed:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -121722,6 +121987,42 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/minio-console-0.0.2/minio-console-0.0.2.tgz
version: 0.0.2
+ monica:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - crm
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 3.5.0
+ created: "2021-11-30T13:43:47.521508862Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: https://truecharts.org/
+ version: 1.0.14
+ description: Straightforward open source project management system to make your
+ ideas reality.
+ digest: 9cb50dd56b8e9890e92010414765349d7f20b6ae90b21766274c76248fae2148
+ home: https://github.com/truechartsapps/tree/master/charts/stable/monica
+ icon: https://pbs.twimg.com/profile_images/951820722191720450/mtCNuIXX.jpg
+ keywords:
+ - crm
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: monica
+ sources:
+ - https://github.com/monicahq/monica
+ - https://hub.docker.com/_/monica
+ urls:
+ - https://github.com/truecharts/apps/releases/download/monica-0.0.1/monica-0.0.1.tgz
+ version: 0.0.1
mosquitto:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -210697,6 +210998,44 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/smokeping-0.0.2/smokeping-0.0.2.tgz
version: 0.0.2
+ snipe-it:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - management
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 5.3.3
+ created: "2021-11-30T13:43:47.670246861Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: https://truecharts.org/
+ version: 1.0.14
+ description: Open source asset management
+ digest: ebcd1448c914dc3993534fc31199ca0bc33020523c63df232e14c2d35f140232
+ home: https://github.com/truechartsapps/tree/master/charts/stable/snipe-it
+ icon: https://github.com/nicholaswilde/helm-charts/raw/main/images/snipe-it.jpg
+ keywords:
+ - snipeit
+ - snipe
+ - asset
+ - management
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: snipe-it
+ sources:
+ - https://snipeitapp.com/
+ - https://hub.docker.com/r/linuxserver/
+ urls:
+ - https://github.com/truecharts/apps/releases/download/snipe-it-0.0.1/snipe-it-0.0.1.tgz
+ version: 0.0.1
sogo:
- apiVersion: v2
appVersion: 5.2.0
@@ -252942,6 +253281,42 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/wikijs-0.0.1/wikijs-0.0.1.tgz
version: 0.0.1
+ xbackbone:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - files
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 3.3.3
+ created: "2021-11-30T13:43:47.813060434Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.4
+ - condition: mariadb.enabled
+ name: mariadb
+ repository: https://truecharts.org/
+ version: 1.0.14
+ description: XBackBone is a simple, self-hosted, lightweight PHP file manager
+ digest: cf2f739e5f5b9200ee43bf97334f36b6dd4e5882ee20ea1a75acb648678bd6fb
+ home: https://github.com/truechartsapps/tree/master/charts/stable/xbackbone
+ icon: https://github.com/SergiX44/XBackBone/raw/master/.github/xbackbone.png
+ keywords:
+ - xbackbone
+ - xshare
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: xbackbone
+ sources:
+ - https://github.com/SergiX44/XBackBone
+ - https://hub.docker.com/r/pe46dro/xbackbone-docker
+ urls:
+ - https://github.com/truecharts/apps/releases/download/xbackbone-0.0.1/xbackbone-0.0.1.tgz
+ version: 0.0.1
xteve:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -258753,4 +259128,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
-generated: "2021-11-30T13:04:10.889866132Z"
+generated: "2021-11-30T13:43:47.904354235Z"