mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 17:21:23 -03:00
Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
18
docs/apps/incubator/babybuddy/CHANGELOG.md
Normal file
18
docs/apps/incubator/babybuddy/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="babybuddy-0.0.1"></a>
|
||||
### babybuddy-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="babybuddy-0.0.1"></a>
|
||||
### babybuddy-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/babybuddy/CONFIG.md
Normal file
8
docs/apps/incubator/babybuddy/CONFIG.md
Normal 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.
|
||||
40
docs/apps/incubator/babybuddy/helm-values.md
Normal file
40
docs/apps/incubator/babybuddy/helm-values.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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 | `{}` | |
|
||||
| envTpl.DB_ENGINE | string | `"django.db.backends.postgresql"` | |
|
||||
| envTpl.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DB_PORT | string | `"5432"` | |
|
||||
| envTpl.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/babybuddy"` | |
|
||||
| image.tag | string | `"1.9.0@sha256:bb608fb4cf5c8ef5aea15215ae0ada7cf40ff7047e150bf053807436ded22bfb"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"babybuddy"` | |
|
||||
| postgresql.postgresqlUsername | string | `"babybuddy"` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `true` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `8000` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
39
docs/apps/incubator/babybuddy/index.md
Normal file
39
docs/apps/incubator/babybuddy/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/babybuddy/babybuddy>
|
||||
* <https://github.com/nicholaswilde/docker-babybuddy>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/dsmr-reader/CHANGELOG.md
Normal file
18
docs/apps/incubator/dsmr-reader/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="dsmr-reader-0.0.1"></a>
|
||||
### dsmr-reader-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="dsmr-reader-0.0.1"></a>
|
||||
### dsmr-reader-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/dsmr-reader/CONFIG.md
Normal file
8
docs/apps/incubator/dsmr-reader/CONFIG.md
Normal 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.
|
||||
35
docs/apps/incubator/dsmr-reader/helm-values.md
Normal file
35
docs/apps/incubator/dsmr-reader/helm-values.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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 docs](https://github.com/xirixiz/dsmr-reader-docker#dsmr-reader---environment-variables) for more details. |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| envTpl.DJANGO_DATABASE_ENGINE | string | `"django.db.backends.postgresql"` | |
|
||||
| envTpl.DJANGO_DATABASE_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DJANGO_DATABASE_PORT | string | `"5432"` | |
|
||||
| envTpl.DJANGO_DATABASE_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envTpl.DJANGO_TIME_ZONE | string | `"{{ .Values.env.TZ }}"` | |
|
||||
| envValueFrom.DJANGO_DATABASE_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DJANGO_DATABASE_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DJANGO_DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.DJANGO_DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"xirixiz/dsmr-reader-docker"` | image repository |
|
||||
| image.tag | string | `"latest-2021.09.02-amd64@sha256:4858edb1ae63a20639a0ef9c51c7b2cf599686db5c582ead7b37b2a288122935"` | image tag |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. |
|
||||
| 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
docs/apps/incubator/dsmr-reader/index.md
Normal file
39
docs/apps/incubator/dsmr-reader/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/dsmrreader/dsmr-reader>
|
||||
* <https://github.com/xirixiz/dsmr-reader-docker>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/etherpad/CHANGELOG.md
Normal file
18
docs/apps/incubator/etherpad/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="etherpad-0.0.1"></a>
|
||||
### etherpad-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="etherpad-0.0.1"></a>
|
||||
### etherpad-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/etherpad/CONFIG.md
Normal file
8
docs/apps/incubator/etherpad/CONFIG.md
Normal 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.
|
||||
45
docs/apps/incubator/etherpad/helm-values.md
Normal file
45
docs/apps/incubator/etherpad/helm-values.md
Normal 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 | `{}` | |
|
||||
| envTpl.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DB_PORT | string | `"5432"` | |
|
||||
| envTpl.DB_TYPE | string | `"postgres"` | |
|
||||
| envTpl.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.DB_PASS.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/nicholaswilde/etherpad"` | |
|
||||
| image.tag | string | `"version-1.8.14@sha256:cd35863f12695934a55d60e6cd2ee70489e14445af1b84ade79333a524265323"` | |
|
||||
| persistence.app.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.app.enabled | bool | `true` | |
|
||||
| persistence.app.mountPath | string | `"/opt/etherpad-lite/app"` | |
|
||||
| persistence.app.size | string | `"1Gi"` | |
|
||||
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/opt/etherpad-lite/var"` | |
|
||||
| persistence.data.size | string | `"1Gi"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"etherpad"` | |
|
||||
| postgresql.postgresqlUsername | string | `"etherpad"` | |
|
||||
| secret | object | `{}` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `9001` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
40
docs/apps/incubator/etherpad/index.md
Normal file
40
docs/apps/incubator/etherpad/index.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# Introduction
|
||||
|
||||
A real-time collaborative editor scalable to thousands of simultaneous real time users.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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://etherpad.org/>
|
||||
* <https://github.com/ether/etherpad-lite>
|
||||
* <https://hub.docker.com/r/nicholaswilde/etherpad>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/firefox-syncserver/CHANGELOG.md
Normal file
18
docs/apps/incubator/firefox-syncserver/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="firefox-syncserver-0.0.1"></a>
|
||||
### firefox-syncserver-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="firefox-syncserver-0.0.1"></a>
|
||||
### firefox-syncserver-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/firefox-syncserver/CONFIG.md
Normal file
8
docs/apps/incubator/firefox-syncserver/CONFIG.md
Normal 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.
|
||||
39
docs/apps/incubator/firefox-syncserver/helm-values.md
Normal file
39
docs/apps/incubator/firefox-syncserver/helm-values.md
Normal 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.FF_SYNCSERVER_ACCESSLOG | bool | `false` | |
|
||||
| env.FF_SYNCSERVER_ALLOW_NEW_USERS | bool | `true` | |
|
||||
| env.FF_SYNCSERVER_FORCE_WSGI_ENVIRON | bool | `true` | |
|
||||
| env.FF_SYNCSERVER_FORWARDED_ALLOW_IPS | string | `"*"` | |
|
||||
| env.FF_SYNCSERVER_LOGLEVEL | string | `"info"` | |
|
||||
| env.FF_SYNCSERVER_PUBLIC_URL | string | `"firefox-syncserver.192.168.1.189.nip.io"` | |
|
||||
| env.PUID | int | `568` | |
|
||||
| env.TZ | string | `"America/Los_Angeles"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"url"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/crazy-max/firefox-syncserver"` | |
|
||||
| image.tag | string | `"1.8.0@sha256:15aeaaec65295711260807fe49020b2e446e60d6e094d60a1cfd96c7ebf2b9ce"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"firefox-syncserver"` | |
|
||||
| postgresql.postgresqlUsername | string | `"firefox-syncserver"` | |
|
||||
| secret.FF_SYNCSERVER_SECRET | string | `"changeme"` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `5000` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
39
docs/apps/incubator/firefox-syncserver/index.md
Normal file
39
docs/apps/incubator/firefox-syncserver/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
This is an all-in-one package for running a self-hosted Firefox Sync server.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html>
|
||||
* <https://hub.docker.com/r/crazymax/firefox-syncserver>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/gotify/CHANGELOG.md
Normal file
18
docs/apps/incubator/gotify/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="gotify-0.0.1"></a>
|
||||
### gotify-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="gotify-0.0.1"></a>
|
||||
### gotify-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/gotify/CONFIG.md
Normal file
8
docs/apps/incubator/gotify/CONFIG.md
Normal 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.
|
||||
40
docs/apps/incubator/gotify/helm-values.md
Normal file
40
docs/apps/incubator/gotify/helm-values.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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.GOTIFY_PASSSTRENGTH | int | `10` | |
|
||||
| env.GOTIFY_PLUGINSDIR | string | `"data/plugins"` | |
|
||||
| env.GOTIFY_SERVER_KEEPALIVEPERIODSECONDS | int | `0` | |
|
||||
| env.GOTIFY_SERVER_LISTENADDR | string | `""` | |
|
||||
| env.GOTIFY_SERVER_PORT | int | `8080` | |
|
||||
| env.GOTIFY_SERVER_RESPONSEHEADERS | string | `"X-Custom-Header: \"custom value\""` | |
|
||||
| env.GOTIFY_SERVER_SSL_ENABLED | bool | `false` | |
|
||||
| env.GOTIFY_SERVER_STREAM_PINGPERIODSECONDS | int | `45` | |
|
||||
| env.GOTIFY_UPLOADEDIMAGESDIR | string | `"data/images"` | |
|
||||
| env.TZ | string | `"America/Los_Angeles"` | |
|
||||
| envFrom[0].configMapRef.name | string | `"gotifyenv"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"gotify/server"` | |
|
||||
| image.tag | string | `"2.1.0@sha256:57aa2aabac035c16118f625dd6d3d2c3ca421b43b28cb27512f3212193d65771"` | |
|
||||
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/app/data"` | |
|
||||
| persistence.data.size | string | `"1Gi"` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"gotify"` | |
|
||||
| postgresql.postgresqlUsername | string | `"gotify"` | |
|
||||
| secret.pass | string | `"admin"` | |
|
||||
| secret.user | string | `"admin"` | |
|
||||
| service.main.ports.main.port | int | `8080` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
40
docs/apps/incubator/gotify/index.md
Normal file
40
docs/apps/incubator/gotify/index.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# Introduction
|
||||
|
||||
a simple server for sending and receiving messages
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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://gotify.net/>
|
||||
* <https://github.com/gotify/server>
|
||||
* <https://hub.docker.com/r/gotify/server>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/joplin-server/CHANGELOG.md
Normal file
18
docs/apps/incubator/joplin-server/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="joplin-server-0.0.1"></a>
|
||||
### joplin-server-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="joplin-server-0.0.1"></a>
|
||||
### joplin-server-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/joplin-server/CONFIG.md
Normal file
8
docs/apps/incubator/joplin-server/CONFIG.md
Normal 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.
|
||||
36
docs/apps/incubator/joplin-server/helm-values.md
Normal file
36
docs/apps/incubator/joplin-server/helm-values.md
Normal 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 | object | See below | environment variables. See [image docs](https://github.com/laurent22/joplin) for more details. |
|
||||
| env.APP_BASE_URL | string | `"https://joplin.domain"` | joplin-server base URL |
|
||||
| env.APP_PORT | int | `22300` | joplin-server listening port (same as Service port) |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| envTpl.DB_CLIENT | string | `"pg"` | |
|
||||
| envTpl.POSTGRES_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.POSTGRES_PORT | string | `"5432"` | |
|
||||
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"joplin/server"` | image repository |
|
||||
| image.tag | string | `"2.5.1@sha256:5bd976f19f883352bacad74767237471941cb35b2ded96a1afeeb7168b1e08d8"` | image tag |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. |
|
||||
| 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
|
||||
40
docs/apps/incubator/joplin-server/index.md
Normal file
40
docs/apps/incubator/joplin-server/index.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# Introduction
|
||||
|
||||
This server allows you to sync any Joplin client
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/laurent22/joplin/tree/dev/packages/server>
|
||||
* <https://github.com/laurent22/joplin>
|
||||
* <https://hub.docker.com/r/joplin/server>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/kanboard/CHANGELOG.md
Normal file
18
docs/apps/incubator/kanboard/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="kanboard-0.0.1"></a>
|
||||
### kanboard-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="kanboard-0.0.1"></a>
|
||||
### kanboard-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/kanboard/CONFIG.md
Normal file
8
docs/apps/incubator/kanboard/CONFIG.md
Normal 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
docs/apps/incubator/kanboard/helm-values.md
Normal file
37
docs/apps/incubator/kanboard/helm-values.md
Normal 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 (only deviations from the default settings are specified) | environment variables. See [image docs](https://docs.kanboard.org/en/latest/admin_guide/docker.html#environment-variables) and [application docs](# https://docs.kanboard.org/en/latest/admin_guide/config_file.html) for more details. |
|
||||
| env.LOG_DRIVER | string | `"stdout"` | log driver: syslog, stderr, stdout or file |
|
||||
| env.MAIL_CONFIGURATION | bool | `false` | Enable/disable email configuration from the user interface |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| envTpl.DB_DRIVER | string | `"postgres"` | |
|
||||
| envTpl.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DB_PORT | string | `"5432"` | |
|
||||
| envTpl.DB_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.DB_HOSTNAME.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DB_HOSTNAME.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"kanboard/kanboard"` | image repository |
|
||||
| image.tag | string | `"v1.2.20@sha256:d6d3bab5ca3f079ca782a7dc63e370e0ee3a006c596ba51ff6beb24d051528fc"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. |
|
||||
| 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
|
||||
38
docs/apps/incubator/kanboard/index.md
Normal file
38
docs/apps/incubator/kanboard/index.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Introduction
|
||||
|
||||
Kanboard is a free and open source Kanban project management software.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/kanboard/kanboard>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/librespeed/CHANGELOG.md
Normal file
18
docs/apps/incubator/librespeed/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="librespeed-0.0.1"></a>
|
||||
### [librespeed-0.0.1](https://github.com/truecharts/apps/compare/librespeed-3.0.14...librespeed-0.0.1) (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="librespeed-0.0.1"></a>
|
||||
### [librespeed-0.0.1](https://github.com/truecharts/apps/compare/librespeed-3.0.10...librespeed-0.0.1) (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/librespeed/CONFIG.md
Normal file
8
docs/apps/incubator/librespeed/CONFIG.md
Normal 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
docs/apps/incubator/librespeed/helm-values.md
Normal file
37
docs/apps/incubator/librespeed/helm-values.md
Normal 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.CUSTOM_RESULTS | bool | `false` | |
|
||||
| env.PUID | string | `"568"` | Specify the user ID the application will run as |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| envTpl.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DB_PORT | string | `"5432"` | |
|
||||
| envTpl.DB_TYPE | string | `"postgresql"` | |
|
||||
| envTpl.DB_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.DB_HOSTNAME.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DB_HOSTNAME.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/librespeed"` | image repository |
|
||||
| image.tag | string | `"5.2.4@sha256:6a8a801f5531de520ff07fa123cabbb7a39c4bba05a093be4832cd85e18e2489"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql | object | Enabled (see values.yaml for more details) | Enable and configure postgresql database subchart under this key. |
|
||||
| secret | object | See below | environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details. |
|
||||
| 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
|
||||
40
docs/apps/incubator/librespeed/index.md
Normal file
40
docs/apps/incubator/librespeed/index.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# Introduction
|
||||
|
||||
Librespeed is a HTML5 webpage to test upload and download speeds
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/librespeed/speedtest>
|
||||
* <https://hub.docker.com/r/linuxserver/librespeed>
|
||||
* <https://github.com/truecharts/apps/tree/master/charts/librespeed>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/miniflux/CHANGELOG.md
Normal file
18
docs/apps/incubator/miniflux/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="miniflux-0.0.1"></a>
|
||||
### miniflux-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="miniflux-0.0.1"></a>
|
||||
### miniflux-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/miniflux/CONFIG.md
Normal file
8
docs/apps/incubator/miniflux/CONFIG.md
Normal 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.
|
||||
28
docs/apps/incubator/miniflux/helm-values.md
Normal file
28
docs/apps/incubator/miniflux/helm-values.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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.CREATE_ADMIN | int | `1` | Set to `1` to create an admin user from environment variables. |
|
||||
| env.RUN_MIGRATIONS | int | `1` | Set to `1` to run database migrations during application startup. |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone. |
|
||||
| envValueFrom.DATABASE_URL | object | `{"secretKeyRef":{"key":"urlnossl","name":"dbcreds"}}` | Postgresql connection parameters. See [lib/pq](https://pkg.go.dev/github.com/lib/pq#hdr-Connection_String_Parameters) for more details. |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"miniflux/miniflux"` | |
|
||||
| image.tag | string | `"2.0.33@sha256:fb6f88fd9e41cf6feefaaa11e41a23c6e5dca4a9f6c35fadd34d02d9ca249a9d"` | |
|
||||
| postgresql | object | Enabled (see values.yaml for more details) | Enable and configure postgresql database subchart under this key. |
|
||||
| probes | object | See values.yaml | Configures the probes for the main Pod. |
|
||||
| secret | object | See below | environment variables. See [miniflux docs](https://miniflux.app/docs/configuration.html) for more details. |
|
||||
| secret.ADMIN_PASSWORD | string | `"changeme"` | Admin user password, it's used only if `CREATE_ADMIN` is enabled. |
|
||||
| secret.ADMIN_USERNAME | string | `"admin"` | Admin user login, it's used only if `CREATE_ADMIN` is enabled. |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
38
docs/apps/incubator/miniflux/index.md
Normal file
38
docs/apps/incubator/miniflux/index.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Introduction
|
||||
|
||||
Miniflux is a minimalist and opinionated feed reader.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/miniflux/v2>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/odoo/CHANGELOG.md
Normal file
18
docs/apps/incubator/odoo/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="odoo-0.0.1"></a>
|
||||
### odoo-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="odoo-0.0.1"></a>
|
||||
### odoo-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/odoo/CONFIG.md
Normal file
8
docs/apps/incubator/odoo/CONFIG.md
Normal 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.
|
||||
42
docs/apps/incubator/odoo/helm-values.md
Normal file
42
docs/apps/incubator/odoo/helm-values.md
Normal 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 | object | `{}` | |
|
||||
| envTpl.USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/nicholaswilde/odoo"` | |
|
||||
| image.tag | string | `"version-14.0@sha256:f66aa76c1070f1d71da0e96a8b1dd1e41ab00d4ae61692d7dfc2267b6f1f1244"` | |
|
||||
| persistence.addons.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.addons.enabled | bool | `true` | |
|
||||
| persistence.addons.mountPath | string | `"/mnt/extra-addons"` | |
|
||||
| persistence.addons.size | string | `"1Gi"` | |
|
||||
| persistence.odoo.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.odoo.enabled | bool | `true` | |
|
||||
| persistence.odoo.mountPath | string | `"/var/lib/odoo"` | |
|
||||
| persistence.odoo.size | string | `"1Gi"` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"postgres"` | |
|
||||
| postgresql.postgresqlUsername | string | `"odoo"` | |
|
||||
| secret | object | `{}` | |
|
||||
| service.main.ports.main.port | int | `8069` | |
|
||||
| service.odoo.ports.odoo-1.port | int | `8071` | |
|
||||
| service.odoo.ports.odoo-1.protocol | string | `"TCP"` | |
|
||||
| service.odoo.ports.odoo-2.port | int | `8072` | |
|
||||
| service.odoo.ports.odoo-2.protocol | string | `"TCP"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
39
docs/apps/incubator/odoo/index.md
Normal file
39
docs/apps/incubator/odoo/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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.odoo.com/>
|
||||
* <https://hub.docker.com/repository/docker/nicholaswilde/odoo>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/openkm/CHANGELOG.md
Normal file
18
docs/apps/incubator/openkm/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="openkm-0.0.1"></a>
|
||||
### openkm-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="openkm-0.0.1"></a>
|
||||
### openkm-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/openkm/CONFIG.md
Normal file
8
docs/apps/incubator/openkm/CONFIG.md
Normal 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.
|
||||
36
docs/apps/incubator/openkm/helm-values.md
Normal file
36
docs/apps/incubator/openkm/helm-values.md
Normal 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 | object | See below | environment variables. See more environment variables in the [openkm documentation](https://openkm.org/docs). |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"openkm/openkm-ce"` | image repository |
|
||||
| image.tag | string | `"6.3.11@sha256:15bf6110539b02795a52f4472d95511736cfbdedef8396baf24c65a3aae28814"` | image tag |
|
||||
| initContainers.init.command[0] | string | `"/config/init/init.sh"` | |
|
||||
| initContainers.init.image | string | `"{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"` | |
|
||||
| initContainers.init.volumeMounts[0].mountPath | string | `"/config/init"` | |
|
||||
| initContainers.init.volumeMounts[0].name | string | `"init"` | |
|
||||
| initContainers.init.volumeMounts[1].mountPath | string | `"/opt/tomcat"` | |
|
||||
| initContainers.init.volumeMounts[1].name | string | `"config"` | |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"openkm"` | |
|
||||
| postgresql.postgresqlUsername | string | `"openkm"` | |
|
||||
| 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
docs/apps/incubator/openkm/index.md
Normal file
39
docs/apps/incubator/openkm/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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.openkm.com/>
|
||||
* <https://github.com/openkm/document-management-system>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/recipes/CHANGELOG.md
Normal file
18
docs/apps/incubator/recipes/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="recipes-0.0.1"></a>
|
||||
### recipes-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="recipes-0.0.1"></a>
|
||||
### recipes-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/recipes/CONFIG.md
Normal file
8
docs/apps/incubator/recipes/CONFIG.md
Normal 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.
|
||||
51
docs/apps/incubator/recipes/helm-values.md
Normal file
51
docs/apps/incubator/recipes/helm-values.md
Normal file
@@ -0,0 +1,51 @@
|
||||
# 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 |
|
||||
|-----|------|---------|-------------|
|
||||
| additionalContainers.nginx.image | string | `"{{ .Values.nginxImage.repository }}:{{ .Values.nginxImage.tag }}"` | |
|
||||
| additionalContainers.nginx.name | string | `"nginx"` | |
|
||||
| additionalContainers.nginx.ports[0].containerPort | int | `80` | |
|
||||
| additionalContainers.nginx.ports[0].name | string | `"main"` | |
|
||||
| additionalContainers.nginx.volumeMounts[0].mountPath | string | `"/etc/nginx/nginx.conf"` | |
|
||||
| additionalContainers.nginx.volumeMounts[0].name | string | `"recipes-config"` | |
|
||||
| additionalContainers.nginx.volumeMounts[0].readOnly | bool | `true` | |
|
||||
| additionalContainers.nginx.volumeMounts[0].subPath | string | `"nginx-config"` | |
|
||||
| additionalContainers.nginx.volumeMounts[1].mountPath | string | `"/media"` | |
|
||||
| additionalContainers.nginx.volumeMounts[1].name | string | `"media"` | |
|
||||
| additionalContainers.nginx.volumeMounts[2].mountPath | string | `"/static"` | |
|
||||
| additionalContainers.nginx.volumeMounts[2].name | string | `"static"` | |
|
||||
| env | object | See below | environment variables. See [project docs](https://raw.githubusercontent.com/vabene1111/recipes/master/.env.template) for more details. |
|
||||
| envTpl.DB_ENGINE | string | `"django.db.backends.postgresql"` | |
|
||||
| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.POSTGRES_PORT | string | `"5432"` | |
|
||||
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"vabene1111/recipes"` | image repository |
|
||||
| image.tag | string | `"0.17.2@sha256:01e5f436ac192ee1cca996e628a3dee1029b99f7b4489bdeeaaf74aaf923538e"` | image tag |
|
||||
| nginxImage.repository | string | `"nginx"` | nginx sidecar image repository |
|
||||
| nginxImage.tag | string | `"1.21.3@sha256:7250923ba3543110040462388756ef099331822c6172a050b12c7a38361ea46f"` | nginx sidecar image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"recipes"` | |
|
||||
| postgresql.postgresqlUsername | string | `"recipes"` | |
|
||||
| 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
docs/apps/incubator/recipes/index.md
Normal file
39
docs/apps/incubator/recipes/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/vabene1111/recipes>
|
||||
* <https://hub.docker.com/r/vabene1111/recipes>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/shiori/CHANGELOG.md
Normal file
18
docs/apps/incubator/shiori/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="shiori-0.0.1"></a>
|
||||
### shiori-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="shiori-0.0.1"></a>
|
||||
### shiori-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/shiori/CONFIG.md
Normal file
8
docs/apps/incubator/shiori/CONFIG.md
Normal 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.
|
||||
40
docs/apps/incubator/shiori/helm-values.md
Normal file
40
docs/apps/incubator/shiori/helm-values.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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.PUID | int | `568` | |
|
||||
| envTpl.SHIORI_PG_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.SHIORI_PG_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.SHIORI_PG_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.SHIORI_PG_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.SHIORI_PG_PASS.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.SHIORI_PG_PASS.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/nicholaswilde/shiori"` | |
|
||||
| image.tag | string | `"version-v1.5.0@sha256:399e73a1c5a99bd2ccd46314918b6f189ec865405a09219fe99b5663ab4c1dbe"` | |
|
||||
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/data"` | |
|
||||
| persistence.data.size | string | `"1Gi"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"shiori"` | |
|
||||
| postgresql.postgresqlUsername | string | `"shiori"` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `true` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `8080` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
39
docs/apps/incubator/shiori/index.md
Normal file
39
docs/apps/incubator/shiori/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
A simple bookmark manager built with Go
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/go-shiori/shiori>
|
||||
* <https://github.com/nicholaswilde/docker-shiori>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/statping/CHANGELOG.md
Normal file
18
docs/apps/incubator/statping/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="statping-0.0.1"></a>
|
||||
### statping-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="statping-0.0.1"></a>
|
||||
### statping-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/statping/CONFIG.md
Normal file
8
docs/apps/incubator/statping/CONFIG.md
Normal 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.
|
||||
40
docs/apps/incubator/statping/helm-values.md
Normal file
40
docs/apps/incubator/statping/helm-values.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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.DESCRIPTION | string | `"This is a Statping instance deployed as Helm chart"` | Description of the Statping instance |
|
||||
| env.DISABLE_LOGS | bool | `false` | Disable logs from appearing and writing to disk |
|
||||
| env.NAME | string | `"Statping Example"` | Name of the Statping instance |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| env.USE_CDN | bool | `false` | Use CDN for static context from third-parties |
|
||||
| env.VIRTUAL_HOST | string | `""` | External URL you use to connect to the statping (the one you enter in your browser) |
|
||||
| envTpl.DB_CONN | string | `"postgres"` | |
|
||||
| envTpl.DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DB_PORT | string | `"5432"` | |
|
||||
| envTpl.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envTpl.POSTGRES_SSLMODE | string | `"disable"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.DB_PASS.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"statping/statping"` | image repository |
|
||||
| image.tag | string | `"v0.90.74@sha256:d55c3ea8b64411199f7952fc6e00b2090bb6f1691a1d197a2a7e237e92384523"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. |
|
||||
| secret | object | See below | environment variables. See [application docs](https://github.com/statping/statping/wiki/Config-with-.env-File) for more details. |
|
||||
| secret.ADMIN_EMAIL | string | `"info@example.com"` | dashboard admin email |
|
||||
| secret.ADMIN_PASSWORD | string | `"changeme"` | dashboard admin password (needed to edit) |
|
||||
| secret.ADMIN_USER | string | `"admin"` | dashboard admin user (needed to edit) |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
38
docs/apps/incubator/statping/index.md
Normal file
38
docs/apps/incubator/statping/index.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Introduction
|
||||
|
||||
Status page for monitoring your websites and applications
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/statping/statping>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/teedy/CHANGELOG.md
Normal file
18
docs/apps/incubator/teedy/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="teedy-0.0.1"></a>
|
||||
### teedy-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="teedy-0.0.1"></a>
|
||||
### teedy-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/teedy/CONFIG.md
Normal file
8
docs/apps/incubator/teedy/CONFIG.md
Normal 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.
|
||||
36
docs/apps/incubator/teedy/helm-values.md
Normal file
36
docs/apps/incubator/teedy/helm-values.md
Normal 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.DOCS_BASE_URL | string | `""` | The base url used by the application |
|
||||
| env.DOCS_DEFAULT_LANGUAGE | string | `"eng"` | The language which will be used as default |
|
||||
| env.DOCS_SMTP_HOSTNAME | string | `""` | Hostname of the SMTP-Server to be used by Teedy |
|
||||
| env.DOCS_SMTP_PORT | int | `0` | The port of the SMTP-Server which should be used |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| envTpl.DATABASE_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"jdbc"` | |
|
||||
| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"sismics/docs"` | image repository |
|
||||
| image.tag | string | `"v1.9@sha256:bd52127b6509da4b07d7bbc48c7cc82dcbdc59ceab28d9239c591d0d0732f7af"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. |
|
||||
| secret | object | See below | environment variables. See [application docs](https://github.com/sismics/docs) for more details. |
|
||||
| secret.DOCS_ADMIN_EMAIL_INIT | string | `""` | Defines the e-mail-address the admin user should have upon initialization |
|
||||
| secret.DOCS_ADMIN_PASSWORD_INIT | string | `""` | Defines the password the admin user should have upon initialization. Needs to be a bcrypt hash. |
|
||||
| secret.DOCS_SMTP_PASSWORD | string | `""` | The password of the SMTP-Server which should be used |
|
||||
| secret.DOCS_SMTP_USERNAME | string | `""` | The username of the SMTP-Server which should be used |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
39
docs/apps/incubator/teedy/index.md
Normal file
39
docs/apps/incubator/teedy/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
Teedy is an open source, lightweight document management system for individuals and businesses.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/sismics/docs>
|
||||
* <https://github.com/truecharts/apps/tree/master/charts/teedy>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/traccar/CHANGELOG.md
Normal file
18
docs/apps/incubator/traccar/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="traccar-0.0.1"></a>
|
||||
### traccar-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="traccar-0.0.1"></a>
|
||||
### traccar-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/traccar/CONFIG.md
Normal file
8
docs/apps/incubator/traccar/CONFIG.md
Normal 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.
|
||||
33
docs/apps/incubator/traccar/helm-values.md
Normal file
33
docs/apps/incubator/traccar/helm-values.md
Normal 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 [traccar documentation](https://www.traccar.org/configuration-file/) |
|
||||
| env.CONFIG_USE_ENVIRONMENT_VARIABLES | bool | `true` | Set application to read environment variables |
|
||||
| env.LOGGER_CONSOLE | bool | `true` | Set application to log to stdout |
|
||||
| envTpl.DATABASE_DRIVER | string | `"org.postgresql.Driver"` | |
|
||||
| envTpl.DATABASE_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"jdbc"` | |
|
||||
| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"traccar/traccar"` | image repository |
|
||||
| image.tag | string | `"4.14@sha256:35e733a6a3cab6089cd7b28749ba3483f26d43d392a2606e416409d97d360a55"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"traccar"` | |
|
||||
| postgresql.postgresqlUsername | string | `"traccar"` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
39
docs/apps/incubator/traccar/index.md
Normal file
39
docs/apps/incubator/traccar/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
Traccar is an open source GPS tracking system.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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/traccar/traccar>
|
||||
* <https://hub.docker.com/r/traccar/traccar>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/tt-rss/CHANGELOG.md
Normal file
18
docs/apps/incubator/tt-rss/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="tt-rss-0.0.1"></a>
|
||||
### tt-rss-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="tt-rss-0.0.1"></a>
|
||||
### tt-rss-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/tt-rss/CONFIG.md
Normal file
8
docs/apps/incubator/tt-rss/CONFIG.md
Normal 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.
|
||||
36
docs/apps/incubator/tt-rss/helm-values.md
Normal file
36
docs/apps/incubator/tt-rss/helm-values.md
Normal 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 | object | See below. | See more environment variables in the tt-rss documentation https://git.tt-rss.org/fox/tt-rss/src/branch/master/classes/config.php#L9 |
|
||||
| env.TTRSS_SELF_URL_PATH | string | `""` | External URL you use to connect to the RSS (the one you enter in your browser) |
|
||||
| envTpl.TTRSS_DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.TTRSS_DB_PORT | string | `"5432"` | |
|
||||
| envTpl.TTRSS_DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.TTRSS_DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.TTRSS_DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.TTRSS_DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.TTRSS_DB_PASS.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/k8s-at-home/tt-rss"` | image repository |
|
||||
| image.tag | string | `"v1.9027.0@sha256:f095b43364f4ceaefd82648778e3cef2d0aec19c183fbdae98e6804c2139b495"` | image tag |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"tt-rss"` | Postgres database password |
|
||||
| postgresql.postgresqlUsername | string | `"tt-rss"` | Postgres database user name |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See below. | Configure the services for the chart here. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
38
docs/apps/incubator/tt-rss/index.md
Normal file
38
docs/apps/incubator/tt-rss/index.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Introduction
|
||||
|
||||
Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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://git.tt-rss.org/fox/tt-rss>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
18
docs/apps/incubator/wikijs/CHANGELOG.md
Normal file
18
docs/apps/incubator/wikijs/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="wikijs-0.0.1"></a>
|
||||
### wikijs-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="wikijs-0.0.1"></a>
|
||||
### wikijs-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
8
docs/apps/incubator/wikijs/CONFIG.md
Normal file
8
docs/apps/incubator/wikijs/CONFIG.md
Normal 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
docs/apps/incubator/wikijs/helm-values.md
Normal file
37
docs/apps/incubator/wikijs/helm-values.md
Normal 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 [image docs](https://docs.linuxserver.io/images/docker-wikijs#environment-variables-e) for more details. |
|
||||
| env.PUID | int | `568` | Set the container timezone |
|
||||
| envTpl.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.DB_PORT | string | `"5432"` | |
|
||||
| envTpl.DB_TYPE | string | `"postgres"` | |
|
||||
| envTpl.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.DB_PASS.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.DB_PASS.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"requarks/wiki"` | image repository |
|
||||
| image.tag | string | `"2.5@sha256:22660a3f33a8719d69cb62b6eb520dfcf1d3cfc5b787b88cc444bd969ca7533a"` | image tag |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"wikijs"` | |
|
||||
| postgresql.postgresqlUsername | string | `"wikijs"` | |
|
||||
| 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
docs/apps/incubator/wikijs/index.md
Normal file
39
docs/apps/incubator/wikijs/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
Make documentation a joy to write using Wiki.js's beautiful and intuitive interface!
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained 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://hub.docker.com/r/linuxserver/wikijs/>
|
||||
* <https://github.com/Requarks/wiki>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 3.0.18 |
|
||||
| https://truecharts.org | common | 8.3.12 |
|
||||
|
||||
## 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
|
||||
594
docs/index.yaml
594
docs/index.yaml
@@ -8513,6 +8513,42 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/authelia-0.0.1/authelia-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
babybuddy:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.9.0
|
||||
created: "2021-10-19T12:33:33.934581304Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Helps caregivers track sleep, feedings, diaper changes, tummy time
|
||||
and more to learn about and predict baby's needs without (as much) guess work.
|
||||
digest: ea6b2a69ec7762944bc2ae34e1109bf4a6bac2de501af1f9ca48ce4a0386e6f9
|
||||
home: https://github.com/truecharts/apps/tree/main/charts/babybuddy
|
||||
icon: https://github.com/babybuddy/babybuddy/raw/master/babybuddy/static_src/logo/icon.png
|
||||
keywords:
|
||||
- baby
|
||||
- buddy
|
||||
- tracker
|
||||
- parents
|
||||
- parenting
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: babybuddy
|
||||
sources:
|
||||
- https://github.com/babybuddy/babybuddy
|
||||
- https://github.com/nicholaswilde/docker-babybuddy
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/babybuddy-0.0.1/babybuddy-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
bazarr:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.0.0
|
||||
@@ -34266,6 +34302,38 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/doublecommander-0.0.2/doublecommander-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
dsmr-reader:
|
||||
- apiVersion: v2
|
||||
appVersion: latest-202
|
||||
created: "2021-10-19T12:33:34.187921193Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: DSMR-protocol reader, telegram data storage and energy consumption
|
||||
visualizer.
|
||||
digest: f3876eb67c551ffb35833eadc620030ad855df2957e58283c0729c3408cb1ccb
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/dsmr-reader
|
||||
icon: https://avatars2.githubusercontent.com/u/57727360?s=400&v=4
|
||||
keywords:
|
||||
- dsmr-reader
|
||||
- energy
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: dsmr-reader
|
||||
sources:
|
||||
- https://github.com/dsmrreader/dsmr-reader
|
||||
- https://github.com/xirixiz/dsmr-reader-docker
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/dsmr-reader-0.0.1/dsmr-reader-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
duplicati:
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
@@ -41289,6 +41357,42 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/esphome-3.1.5/esphome-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
etherpad:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.8.14
|
||||
created: "2021-10-19T12:33:34.530897143Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: A real-time collaborative editor scalable to thousands of simultaneous
|
||||
real time users.
|
||||
digest: aa88fc0c443ef92d5c8257592be4f9a164f75d2d332e74b70b270cfece66aca6
|
||||
home: https://github.com/truecharts/apps/tree/main/charts/etherpad
|
||||
icon: https://github.com/truecharts/apps/raw/main/images/etherpad.jpg
|
||||
keywords:
|
||||
- etherpad
|
||||
- editor
|
||||
- notepad
|
||||
- pad
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: etherpad
|
||||
sources:
|
||||
- https://etherpad.org/
|
||||
- https://github.com/ether/etherpad-lite
|
||||
- https://hub.docker.com/r/nicholaswilde/etherpad
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/etherpad-0.0.1/etherpad-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
external-service:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.66.6
|
||||
@@ -47031,6 +47135,41 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/fireflyiii-1.0.1/fireflyiii-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
firefox-syncserver:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.8.0
|
||||
created: "2021-10-19T12:33:34.898115946Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: This is an all-in-one package for running a self-hosted Firefox Sync
|
||||
server.
|
||||
digest: afa6cfaf3caafc16f78cb36244be940659ae16dc0ad4cf129a8e55abcd86d823
|
||||
home: https://github.com/truecharts/apps/tree/main/charts/firefox-syncserver
|
||||
icon: https://upload.wikimedia.org/wikipedia/en/0/01/Firefox_Sync_logo.png
|
||||
keywords:
|
||||
- server
|
||||
- sync
|
||||
- syncserver
|
||||
- firefox
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: firefox-syncserver
|
||||
sources:
|
||||
- https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html
|
||||
- https://hub.docker.com/r/crazymax/firefox-syncserver
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/firefox-syncserver-0.0.1/firefox-syncserver-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
flaresolverr:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.2.9
|
||||
@@ -60005,6 +60144,40 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/gonic-1.0.1/gonic-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
gotify:
|
||||
- apiVersion: v2
|
||||
appVersion: 2.1.0
|
||||
created: "2021-10-19T12:33:35.127468885Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: a simple server for sending and receiving messages
|
||||
digest: d4d342b920e4483230e73fac8a77077f0fb5cecff7a9fda07eb04d74373faae8
|
||||
home: https://github.com/truecharts/apps/tree/main/charts/gotify
|
||||
icon: https://gotify.net/img/logo.png
|
||||
keywords:
|
||||
- server
|
||||
- gotify
|
||||
- messages
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: gotify
|
||||
sources:
|
||||
- https://gotify.net/
|
||||
- https://github.com/gotify/server
|
||||
- https://hub.docker.com/r/gotify/server
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/gotify-0.0.1/gotify-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
grav:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.7.18
|
||||
@@ -83532,6 +83705,38 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/jellyfin-3.1.5/jellyfin-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
joplin-server:
|
||||
- apiVersion: v2
|
||||
appVersion: 2.5.1
|
||||
created: "2021-10-19T12:33:35.343107337Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: This server allows you to sync any Joplin client
|
||||
digest: d70a29074cf08d00de4dddeeb34ff68b5301c9984d515930c433d8f60e75995b
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/jopplin-server
|
||||
icon: https://raw.githubusercontent.com/laurent22/joplin/master/Assets/LinuxIcons/256x256.png?raw=true
|
||||
keywords:
|
||||
- joplin
|
||||
- notes
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: joplin-server
|
||||
sources:
|
||||
- https://github.com/laurent22/joplin/tree/dev/packages/server
|
||||
- https://github.com/laurent22/joplin
|
||||
- https://hub.docker.com/r/joplin/server
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/joplin-server-0.0.1/joplin-server-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
k8s-gateway:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.1.8
|
||||
@@ -84079,6 +84284,36 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.1/k8s-gateway-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
kanboard:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.2.20
|
||||
created: "2021-10-19T12:33:35.610340413Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Kanboard is a free and open source Kanban project management software.
|
||||
digest: 08c617b2c24fe8dbdcb6617e814af41e38176b8066f9f6ffe8923f0fc42905bc
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/kanboard
|
||||
icon: https://raw.githubusercontent.com/kanboard/website/master/assets/img/icon.svg
|
||||
keywords:
|
||||
- kanboard
|
||||
- kanban
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: kanboard
|
||||
sources:
|
||||
- https://github.com/kanboard/kanboard
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/kanboard-0.0.1/kanboard-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
kms:
|
||||
- apiVersion: v2
|
||||
appVersion: minimal
|
||||
@@ -92930,6 +93165,37 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/librespeed-1.0.1/librespeed-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
- apiVersion: v2
|
||||
appVersion: 5.2.4
|
||||
created: "2021-10-19T12:33:35.945843717Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Librespeed is a HTML5 webpage to test upload and download speeds
|
||||
digest: 083a45af26c3eff974d83033b2dc0027cec138002afbb30fd5a36d03da28e413
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/librespeed
|
||||
icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true
|
||||
keywords:
|
||||
- librespeed
|
||||
- speedtest
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: librespeed
|
||||
sources:
|
||||
- https://github.com/librespeed/speedtest
|
||||
- https://hub.docker.com/r/linuxserver/librespeed
|
||||
- https://github.com/truecharts/apps/tree/master/charts/librespeed
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/librespeed-0.0.1/librespeed-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
lidarr:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.0.0.2255
|
||||
@@ -101679,6 +101945,37 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/medusa-0.0.2/medusa-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
miniflux:
|
||||
- apiVersion: v2
|
||||
appVersion: 2.0.33
|
||||
created: "2021-10-19T12:33:36.162073173Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Miniflux is a minimalist and opinionated feed reader.
|
||||
digest: 70c5996d6c4ddc490d126027f49a6d4200f69105d9985ef67b0c24fbcc9a10c2
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/miniflux
|
||||
icon: https://raw.githubusercontent.com/miniflux/logo/master/icon.svg
|
||||
keywords:
|
||||
- miniflux
|
||||
- rss
|
||||
- news
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: miniflux
|
||||
sources:
|
||||
- https://github.com/miniflux/v2
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/miniflux-0.0.1/miniflux-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
minio-console:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.10.4
|
||||
@@ -123505,6 +123802,44 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/octoprint-1.0.1/octoprint-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
odoo:
|
||||
- apiVersion: v2
|
||||
appVersion: "14.0"
|
||||
created: "2021-10-19T12:33:36.376792219Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting,
|
||||
PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
|
||||
digest: 45477d80141a0f3559f9240e441872596d9d4c0db287f4d8cb28e730783499a7
|
||||
home: https://github.com/truecharts/apps/tree/main/charts/odoo
|
||||
icon: https://pbs.twimg.com/profile_images/970608340014419969/1bpCWJhS_400x400.jpg
|
||||
keywords:
|
||||
- odoo
|
||||
- crm
|
||||
- pm
|
||||
- hr
|
||||
- accounting
|
||||
- mrp
|
||||
- marketing
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: odoo
|
||||
sources:
|
||||
- https://www.odoo.com/
|
||||
- https://hub.docker.com/repository/docker/nicholaswilde/odoo
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/odoo-0.0.1/odoo-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
omada-controller:
|
||||
- apiVersion: v2
|
||||
appVersion: "4.4"
|
||||
@@ -128695,6 +129030,39 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/onlyoffice-document-server-0.0.1/onlyoffice-document-server-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
openkm:
|
||||
- apiVersion: v2
|
||||
appVersion: 6.3.11
|
||||
created: "2021-10-19T12:33:36.607283565Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: OpenKM integrates all essential documents management, collaboration
|
||||
and an advanced search functionality into one easy to use solution.
|
||||
digest: f248a0ecf0e7a686b10658c918a9e36e4770f57ec63cd601acbf5c5110a0ff23
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/openkm
|
||||
icon: https://raw.githubusercontent.com/openkm/document-management-system/master/src/main/webapp/img/logo_favicon.ico
|
||||
keywords:
|
||||
- openkm
|
||||
- documentation management
|
||||
- docs
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: openkm
|
||||
sources:
|
||||
- https://www.openkm.com/
|
||||
- https://github.com/openkm/document-management-system
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/openkm-0.0.1/openkm-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
openldap:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.5.0
|
||||
@@ -169898,6 +170266,39 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/readarr-3.1.5/readarr-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
recipes:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.17.2
|
||||
created: "2021-10-19T12:33:36.813231956Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Recipes is a Django application to manage, tag and search recipes
|
||||
using either built in models or external storage providers hosting PDF's, Images
|
||||
or other files.
|
||||
digest: b4632f3300ac8b5748d9ea31b5b161d6db756aa2d8ae08fba136c7098269cf95
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes
|
||||
icon: https://raw.githubusercontent.com/vabene1111/recipes/develop/docs/logo_color.svg
|
||||
keywords:
|
||||
- recipes
|
||||
- cooking
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: recipes
|
||||
sources:
|
||||
- https://github.com/vabene1111/recipes
|
||||
- https://hub.docker.com/r/vabene1111/recipes
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/recipes-0.0.1/recipes-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
reg:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.16.1
|
||||
@@ -177002,6 +177403,40 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
shiori:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.5.0
|
||||
created: "2021-10-19T12:33:37.041335787Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: A simple bookmark manager built with Go
|
||||
digest: 0356877ab8df5d839b8483d75255c6584c349c96516eb9de2cf6db2ef863cbfe
|
||||
home: https://github.com/truecharts/apps/tree/main/charts/shiori
|
||||
icon: https://github.com/go-shiori/shiori/raw/master/internal/view/res/apple-touch-icon-152x152.png
|
||||
keywords:
|
||||
- shiori
|
||||
- bookmark
|
||||
- bookmark-manager
|
||||
- web-interface
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: shiori
|
||||
sources:
|
||||
- https://github.com/go-shiori/shiori
|
||||
- https://github.com/nicholaswilde/docker-shiori
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/shiori-0.0.1/shiori-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
shorturl:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.1.0
|
||||
@@ -182710,6 +183145,37 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/static-0.0.2/static-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
statping:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.90.74
|
||||
created: "2021-10-19T12:33:37.258618682Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Status page for monitoring your websites and applications
|
||||
digest: 8e6de64204700f410bb04f7dc73edc730d1de8e77298671a747bb0eab52f20e4
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/statping
|
||||
icon: https://avatars.githubusercontent.com/u/61949049?s=200&v=4
|
||||
keywords:
|
||||
- statping
|
||||
- status
|
||||
- status-page
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: statping
|
||||
sources:
|
||||
- https://github.com/statping/statping
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/statping-0.0.1/statping-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
syncthing:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.18.3
|
||||
@@ -188581,6 +189047,39 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/teamspeak3-0.0.1/teamspeak3-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
teedy:
|
||||
- apiVersion: v2
|
||||
appVersion: "1.9"
|
||||
created: "2021-10-19T12:33:37.506264423Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Teedy is an open source, lightweight document management system for
|
||||
individuals and businesses.
|
||||
digest: dfa4f67c4a7eb948811ba0353d31bae7833c6ac1405c8514cfb0a9f86df85ad6
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/teedy
|
||||
icon: https://raw.githubusercontent.com/sismics/docs/v1.9/docs-web/src/main/resources/image/logo.png
|
||||
keywords:
|
||||
- teedy
|
||||
- documents
|
||||
- management
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: teedy
|
||||
sources:
|
||||
- https://github.com/sismics/docs
|
||||
- https://github.com/truecharts/apps/tree/master/charts/teedy
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/teedy-0.0.1/teedy-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
testbed:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.18.729
|
||||
@@ -191139,6 +191638,37 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/thelounge-1.0.0/thelounge-1.0.0.tgz
|
||||
version: 1.0.0
|
||||
traccar:
|
||||
- apiVersion: v2
|
||||
appVersion: "4.14"
|
||||
created: "2021-10-19T12:33:37.709053132Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Traccar is an open source GPS tracking system.
|
||||
digest: 3ae72f9c0ef820a1809fed8e6c5bd50fdce195258ec1e530fa99d88e5e7e1574
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/traccar
|
||||
icon: https://github.com/traccar/traccar-web/raw/master/web/icon.png
|
||||
keywords:
|
||||
- traccar
|
||||
- gps
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: traccar
|
||||
sources:
|
||||
- https://github.com/traccar/traccar
|
||||
- https://hub.docker.com/r/traccar/traccar
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/traccar-0.0.1/traccar-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
traefik:
|
||||
- apiVersion: v2
|
||||
appVersion: 2.5.3
|
||||
@@ -200333,6 +200863,36 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/truecommand-3.1.5/truecommand-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
tt-rss:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.9027.0
|
||||
created: "2021-10-19T12:33:37.919533697Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom)
|
||||
reader and aggregator
|
||||
digest: a558d60b3667f967b646277002f3fa220339bf8382308977cd571c35b68cd7ca
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/tt-rss
|
||||
icon: https://git.tt-rss.org/fox/tt-rss/raw/branch/master/images/favicon-72px.png
|
||||
keywords:
|
||||
- tt-rss
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: tt-rss
|
||||
sources:
|
||||
- https://git.tt-rss.org/fox/tt-rss
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/tt-rss-0.0.1/tt-rss-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
tvheadend:
|
||||
- apiVersion: v2
|
||||
appVersion: "63784405"
|
||||
@@ -213197,6 +213757,38 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/wiki-0.0.2/wiki-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
wikijs:
|
||||
- apiVersion: v2
|
||||
appVersion: "2.5"
|
||||
created: "2021-10-19T12:33:38.144412969Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 3.0.18
|
||||
description: Make documentation a joy to write using Wiki.js's beautiful and intuitive
|
||||
interface!
|
||||
digest: 2735bd49164fa513a8afa55287e2a525bef30dbe7e9bbf1da8ef25a1401d3ed0
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs
|
||||
icon: https://static.requarks.io/logo/wikijs-butterfly.svg
|
||||
keywords:
|
||||
- wiki
|
||||
- wikijs
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: wikijs
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/wikijs/
|
||||
- https://github.com/Requarks/wiki
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/wikijs-0.0.1/wikijs-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
xteve:
|
||||
- apiVersion: v2
|
||||
appVersion: 2.2.0.200
|
||||
@@ -218421,4 +219013,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-10-19T11:51:47.390483109Z"
|
||||
generated: "2021-10-19T12:33:38.230869112Z"
|
||||
|
||||
Reference in New Issue
Block a user