Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-30 13:43:50 +00:00
parent 90b5511e0f
commit a2b9ab9926
91 changed files with 2304 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="anonaddy-6.0.0"></a>
### anonaddy-6.0.0 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "0.8.7"
dependencies:
- name: common
repository: https://truecharts.org
+38
View File
@@ -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
* <https://github.com/anonaddy/docker>
## 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
+45
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="blog-0.0.1"></a>
### blog-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
+39
View File
@@ -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
* <https://github.com/m1k1o/blog>
* <https://github.com/nicholaswilde/docker-blog>
## 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
+43
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="bookstack-0.0.1"></a>
### bookstack-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "21.11.1"
dependencies:
- name: common
repository: https://truecharts.org
+39
View File
@@ -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
* <https://www.bookstackapp.com/>
* <https://hub.docker.com/r/linuxserver/bookstack>
## 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
+33
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="clarkson-0.0.1"></a>
### clarkson-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "1.1.2"
dependencies:
- name: common
repository: https://truecharts.org
+39
View File
@@ -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
* <https://github.com/linuxserver/Clarkson>
* <https://hub.docker.com/r/linuxserver/clarkson>
## 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
+36
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="friendica-0.0.1"></a>
### friendica-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "2021.09"
dependencies:
- name: common
repository: https://truecharts.org
+39
View File
@@ -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
* <https://friendi.ca/>
* <https://hub.docker.com/_/friendica>
## 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
+42
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="icinga2-0.0.1"></a>
### icinga2-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "2.13.1"
dependencies:
- name: common
repository: https://truecharts.org
+39
View File
@@ -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
* <https://github.com/jjethwa/icinga2>
* <https://icinga.com/>
## 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
+39
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="leantime-0.0.1"></a>
### leantime-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "2.1.7"
dependencies:
- name: common
repository: https://truecharts.org
+39
View File
@@ -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
* <https://leantime.io/>
* <https://hub.docker.com/r/nicholaswilde/leantime>
## 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
+41
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="monica-0.0.1"></a>
### monica-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "3.5.0"
dependencies:
- name: common
repository: https://truecharts.org
+39
View File
@@ -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
* <https://github.com/monicahq/monica>
* <https://hub.docker.com/_/monica>
## 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
+37
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="snipe-it-0.0.1"></a>
### snipe-it-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "5.3.3"
dependencies:
- name: common
repository: https://truecharts.org
+39
View File
@@ -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
* <https://snipeitapp.com/>
* <https://hub.docker.com/r/linuxserver/>
## 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
+41
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="xbackbone-0.0.1"></a>
### xbackbone-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "20211018"
appVersion: "3.3.3"
dependencies:
- name: common
repository: https://truecharts.org
+39
View File
@@ -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
* <https://github.com/SergiX44/XBackBone>
* <https://hub.docker.com/r/pe46dro/xbackbone-docker>
## 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
+33
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="anonaddy-6.0.0"></a>
### anonaddy-6.0.0 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
@@ -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
+38
View File
@@ -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
* <https://github.com/anonaddy/docker>
## 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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="blog-0.0.1"></a>
### blog-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+43
View File
@@ -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
+39
View File
@@ -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
* <https://github.com/m1k1o/blog>
* <https://github.com/nicholaswilde/docker-blog>
## 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
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="bookstack-0.0.1"></a>
### bookstack-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
@@ -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
+39
View File
@@ -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
* <https://www.bookstackapp.com/>
* <https://hub.docker.com/r/linuxserver/bookstack>
## 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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="clarkson-0.0.1"></a>
### clarkson-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
@@ -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
+39
View File
@@ -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
* <https://github.com/linuxserver/Clarkson>
* <https://hub.docker.com/r/linuxserver/clarkson>
## 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
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="friendica-0.0.1"></a>
### friendica-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
@@ -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
+39
View File
@@ -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
* <https://friendi.ca/>
* <https://hub.docker.com/_/friendica>
## 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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="icinga2-0.0.1"></a>
### icinga2-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
@@ -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
+39
View File
@@ -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
* <https://github.com/jjethwa/icinga2>
* <https://icinga.com/>
## 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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="leantime-0.0.1"></a>
### leantime-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
@@ -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
+39
View File
@@ -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
* <https://leantime.io/>
* <https://hub.docker.com/r/nicholaswilde/leantime>
## 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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="monica-0.0.1"></a>
### monica-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
+37
View File
@@ -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
+39
View File
@@ -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
* <https://github.com/monicahq/monica>
* <https://hub.docker.com/_/monica>
## 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
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="snipe-it-0.0.1"></a>
### snipe-it-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
@@ -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
+39
View File
@@ -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
* <https://snipeitapp.com/>
* <https://hub.docker.com/r/linuxserver/>
## 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
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="xbackbone-0.0.1"></a>
### xbackbone-0.0.1 (2021-11-30)
#### Feat
* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407))
+8
View File
@@ -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.
@@ -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
+39
View File
@@ -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
* <https://github.com/SergiX44/XBackBone>
* <https://hub.docker.com/r/pe46dro/xbackbone-docker>
## 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
+376 -1
View File
@@ -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"