diff --git a/docs/apps/incubator/custom-app/CHANGELOG.md b/docs/apps/incubator/custom-app/CHANGELOG.md deleted file mode 100644 index 4be64bb84ba..00000000000 --- a/docs/apps/incubator/custom-app/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ - - -## [custom-app-0.2.21](https://github.com/truecharts/apps/compare/custom-app-0.2.20...custom-app-0.2.21) (2021-09-08) - -### Fix - -* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922)) diff --git a/docs/apps/incubator/custom-app/CONFIG.md b/docs/apps/incubator/custom-app/CONFIG.md deleted file mode 100644 index fc9b2fa2d5f..00000000000 --- a/docs/apps/incubator/custom-app/CONFIG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: -https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/incubator/custom-app/helm-values.md b/docs/apps/incubator/custom-app/helm-values.md deleted file mode 100644 index 407cf5f52b3..00000000000 --- a/docs/apps/incubator/custom-app/helm-values.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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 | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.686"` | | -| persistence.config.accessMode | string | `"ReadWriteOnce"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.config.size | string | `"100Gi"` | | -| persistence.config.type | string | `"pvc"` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.port | int | `9117` | | -| service.main.portsList[0].enabled | bool | `true` | | -| service.main.portsList[0].name | string | `"extraport"` | | -| service.main.portsList[0].port | int | `9118` | | -| serviceList[0].enabled | bool | `true` | | -| serviceList[0].name | string | `"extraservice"` | | -| serviceList[0].portsList[0].enabled | bool | `true` | | -| serviceList[0].portsList[0].name | string | `"extrasvcport"` | | -| serviceList[0].portsList[0].port | int | `9119` | | -| strategy.type | string | `"Recreate"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/custom-app/index.md b/docs/apps/incubator/custom-app/index.md deleted file mode 100644 index 2d8f2239a34..00000000000 --- a/docs/apps/incubator/custom-app/index.md +++ /dev/null @@ -1,37 +0,0 @@ -# Introduction - -Advanced tool to create your own TrueCharts-based App - -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** - -## Source Code - -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://truecharts.org/ | common | 6.13.8 | - -## Installing the Chart - -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). - -## Uninstalling the Chart - -To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). - -## Support - -- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. -- See the [Wiki](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) ---- -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/gitea/CHANGELOG.md b/docs/apps/incubator/gitea/CHANGELOG.md deleted file mode 100644 index 2d5940f208d..00000000000 --- a/docs/apps/incubator/gitea/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ -# Changelog
- - - -### [gitea-0.0.5](https://github.com/truecharts/apps/compare/gitea-0.0.4...gitea-0.0.5) (2021-10-01) - - - - -### [gitea-0.0.4](https://github.com/truecharts/apps/compare/gitea-0.0.3...gitea-0.0.4) (2021-10-01) - - - - -### [gitea-0.0.2](https://github.com/truecharts/apps/compare/gitea-0.0.1...gitea-0.0.2) (2021-10-01) - - - - -### gitea-0.0.1 (2021-10-01) diff --git a/docs/apps/incubator/gitea/CONFIG.md b/docs/apps/incubator/gitea/CONFIG.md deleted file mode 100644 index fc9b2fa2d5f..00000000000 --- a/docs/apps/incubator/gitea/CONFIG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: -https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/incubator/gitea/helm-values.md b/docs/apps/incubator/gitea/helm-values.md deleted file mode 100644 index 8233210f237..00000000000 --- a/docs/apps/incubator/gitea/helm-values.md +++ /dev/null @@ -1,83 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| admin.email | string | `"gitea@local.domain"` | | -| admin.password | string | `"r8sA8CPHD9!bt6d"` | | -| admin.username | string | `"giteaadmin"` | | -| config.APP_NAME | string | `"Gitea: Git with a cup of tea"` | | -| config.RUN_MODE | string | `"dev"` | | -| customConfig | list | `[]` | | -| envFrom[0].configMapRef.name | string | `"gitea-env"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"gitea/gitea"` | | -| image.tag | string | `"1.15.3-rootless"` | | -| initContainers.0-init-postgresdb.command[0] | string | `"sh"` | | -| initContainers.0-init-postgresdb.command[1] | string | `"-c"` | | -| initContainers.0-init-postgresdb.command[2] | string | `"until pg_isready -U gitea -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers.0-init-postgresdb.env[0].name | string | `"pghost"` | | -| initContainers.0-init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers.0-init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers.0-init-postgresdb.image | string | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | | -| initContainers.0-init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers.1-init-directories.command[0] | string | `"/usr/sbin/init_directory_structure.sh"` | | -| initContainers.1-init-directories.envFrom[0].configMapRef.name | string | `"gitea-env"` | | -| initContainers.1-init-directories.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.1-init-directories.securityContext.runAsNonRoot | bool | `false` | | -| initContainers.1-init-directories.securityContext.runAsUser | int | `0` | | -| initContainers.1-init-directories.volumeMounts[0].mountPath | string | `"/usr/sbin"` | | -| initContainers.1-init-directories.volumeMounts[0].name | string | `"init"` | | -| initContainers.1-init-directories.volumeMounts[1].mountPath | string | `"/tmp"` | | -| initContainers.1-init-directories.volumeMounts[1].name | string | `"temp"` | | -| initContainers.1-init-directories.volumeMounts[2].mountPath | string | `"/etc/gitea/conf"` | | -| initContainers.1-init-directories.volumeMounts[2].name | string | `"config"` | | -| initContainers.1-init-directories.volumeMounts[3].mountPath | string | `"/data"` | | -| initContainers.1-init-directories.volumeMounts[3].name | string | `"data"` | | -| initContainers.2-configure-gitea.command[0] | string | `"/usr/sbin/configure_gitea.sh"` | | -| initContainers.2-configure-gitea.envFrom[0].configMapRef.name | string | `"gitea-env"` | | -| initContainers.2-configure-gitea.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | | -| initContainers.2-configure-gitea.volumeMounts[0].mountPath | string | `"/usr/sbin"` | | -| initContainers.2-configure-gitea.volumeMounts[0].name | string | `"init"` | | -| initContainers.2-configure-gitea.volumeMounts[1].mountPath | string | `"/tmp"` | | -| initContainers.2-configure-gitea.volumeMounts[1].name | string | `"temp"` | | -| initContainers.2-configure-gitea.volumeMounts[2].mountPath | string | `"/data"` | | -| initContainers.2-configure-gitea.volumeMounts[2].name | string | `"data"` | | -| ldap.enabled | bool | `false` | | -| memcached | object | `{"enabled":true}` | memcached dependency settings | -| metrics.enabled | bool | `false` | | -| metrics.serviceMonitor.enabled | bool | `false` | | -| oauth.enabled | bool | `false` | | -| persistence.data.accessMode | string | `"ReadWriteOnce"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/data"` | | -| persistence.data.size | string | `"100Gi"` | | -| persistence.data.type | string | `"pvc"` | | -| persistence.temp.enabled | bool | `true` | | -| persistence.temp.mountPath | string | `"/tmp"` | | -| persistence.temp.type | string | `"emptyDir"` | | -| persistence.varlib.enabled | bool | `true` | | -| persistence.varlib.mountPath | string | `"/var/lib/gitea"` | | -| persistence.varlib.type | string | `"emptyDir"` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"gitea"` | | -| postgresql.postgresqlUsername | string | `"gitea"` | | -| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | -| postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | | -| service.main.ports.main.port | int | `3000` | | -| service.ssh.ports.ssh.port | int | `2222` | | -| service.ssh.ports.ssh.targetPort | int | `2222` | | -| signing.enabled | bool | `true` | | -| signing.gpgHome | string | `"/data/git/.gnupg"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/gitea/index.md b/docs/apps/incubator/gitea/index.md deleted file mode 100644 index b165f4b9a68..00000000000 --- a/docs/apps/incubator/gitea/index.md +++ /dev/null @@ -1,41 +0,0 @@ -# Introduction - -Self hosted GIT repositories - -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.bitnami.com/bitnami | memcached | 5.15.3 | -| https://truecharts.org/ | postgresql | 3.0.4 | -| https://truecharts.org | common | 8.0.13 | - -## Installing the Chart - -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). - -## Uninstalling the Chart - -To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). - -## Support - -- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. -- See the [Wiki](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) ---- -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/nextcloud/CONFIG.md b/docs/apps/incubator/nextcloud/CONFIG.md deleted file mode 100644 index fc9b2fa2d5f..00000000000 --- a/docs/apps/incubator/nextcloud/CONFIG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: -https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/incubator/nextcloud/helm-values.md b/docs/apps/incubator/nextcloud/helm-values.md deleted file mode 100644 index 2c6e8863377..00000000000 --- a/docs/apps/incubator/nextcloud/helm-values.md +++ /dev/null @@ -1,98 +0,0 @@ -# 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[0].args[0] | string | `"while [ ! -f \"/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push\" ]; do sleep 30; echo \"notify_push not found, waiting\"; done && /var/www/html/custom_apps/notify_push/bin/x86_64/notify_push /var/www/html/config/config.php"` | | -| additionalContainers[0].command[0] | string | `"/bin/bash"` | | -| additionalContainers[0].command[1] | string | `"-c"` | | -| additionalContainers[0].command[2] | string | `"--"` | | -| additionalContainers[0].envFrom[0].configMapRef.name | string | `"hpbconfig"` | | -| additionalContainers[0].env[0].name | string | `"PORT"` | | -| additionalContainers[0].env[0].value | string | `"7867"` | | -| additionalContainers[0].image | string | `"nextcloud:21.0.2"` | | -| additionalContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| additionalContainers[0].name | string | `"hpb"` | | -| additionalContainers[0].ports[0].containerPort | int | `7867` | | -| additionalContainers[0].ports[0].name | string | `"hpb"` | | -| additionalContainers[0].securityContext.runAsGroup | int | `33` | | -| additionalContainers[0].securityContext.runAsUser | int | `33` | | -| additionalContainers[0].volumeMounts[0].mountPath | string | `"/var/www/html"` | | -| additionalContainers[0].volumeMounts[0].name | string | `"data"` | | -| cronjob.annotations | object | `{}` | | -| cronjob.failedJobsHistoryLimit | int | `5` | | -| cronjob.schedule | string | `"*/5 * * * *"` | | -| cronjob.successfulJobsHistoryLimit | int | `2` | | -| env.NEXTCLOUD_ADMIN_PASSWORD | string | `"adminpass"` | | -| env.NEXTCLOUD_ADMIN_USER | string | `"admin"` | | -| env.TRUSTED_PROXIES | string | `"172.16.0.0/16"` | | -| envFrom[0].configMapRef.name | string | `"nextcloudconfig"` | | -| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | -| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"host"` | | -| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | -| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"masterhost"` | | -| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | | -| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.key | string | `"redis-password"` | | -| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"nextcloud"` | | -| image.tag | string | `"22.1.1"` | | -| initContainers[0].command[0] | string | `"sh"` | | -| initContainers[0].command[1] | string | `"-c"` | | -| initContainers[0].command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | | -| initContainers[0].env[0].name | string | `"pghost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | | -| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | | -| initContainers[0].image | string | `"postgres:13.1"` | | -| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | | -| initContainers[0].name | string | `"init-postgresdb"` | | -| persistence.data.accessMode | string | `"ReadWriteOnce"` | | -| persistence.data.enabled | bool | `true` | | -| persistence.data.mountPath | string | `"/var/www/html"` | | -| persistence.data.size | string | `"100Gi"` | | -| persistence.data.type | string | `"pvc"` | | -| persistence.redismaster.accessMode | string | `"ReadWriteOnce"` | | -| persistence.redismaster.enabled | bool | `true` | | -| persistence.redismaster.forceName | string | `"redismaster"` | | -| persistence.redismaster.noMount | bool | `true` | | -| persistence.redismaster.size | string | `"100Gi"` | | -| persistence.redismaster.type | string | `"pvc"` | | -| podSecurityContext.fsGroup | int | `33` | | -| postgresql.enabled | bool | `true` | | -| postgresql.existingSecret | string | `"dbcreds"` | | -| postgresql.postgresqlDatabase | string | `"nextcloud"` | | -| postgresql.postgresqlUsername | string | `"nextcloud"` | | -| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) | -| probes.liveness | object | See below | Liveness probe configuration | -| probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | -| probes.readiness | object | See below | Redainess probe configuration | -| probes.readiness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | -| probes.startup | object | See below | Startup probe configuration | -| probes.startup.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used | -| redis.architecture | string | `"standalone"` | | -| redis.auth.existingSecret | string | `"rediscreds"` | | -| redis.auth.existingSecretPasswordKey | string | `"redis-password"` | | -| redis.enabled | bool | `true` | | -| redis.master.persistence.enabled | bool | `false` | | -| redis.master.persistence.existingClaim | string | `"redismaster"` | | -| redis.replica.persistence.enabled | bool | `false` | | -| redis.replica.replicaCount | int | `0` | | -| redis.volumePermissions.enabled | bool | `true` | | -| service.hpb.enabled | bool | `true` | | -| service.hpb.ports.hpb.enabled | bool | `true` | | -| service.hpb.ports.hpb.port | int | `7867` | | -| service.main.ports.main.port | int | `80` | | -| strategy.type | string | `"Recreate"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/nextcloud/index.md b/docs/apps/incubator/nextcloud/index.md deleted file mode 100644 index 2d33a508fae..00000000000 --- a/docs/apps/incubator/nextcloud/index.md +++ /dev/null @@ -1,40 +0,0 @@ -# Introduction - -A private cloud server that puts the control and security of your own data back into your hands. - -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.bitnami.com/bitnami | redis | 15.3.1 | -| https://truecharts.org/ | common | 6.13.7 | -| https://truecharts.org/ | postgresql | 1.6.1 | - -## Installing the Chart - -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). - -## Uninstalling the Chart - -To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). - -## Support - -- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. -- See the [Wiki](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) ---- -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/oscam/CHANGELOG.md b/docs/apps/incubator/oscam/CHANGELOG.md deleted file mode 100644 index 546766b1888..00000000000 --- a/docs/apps/incubator/oscam/CHANGELOG.md +++ /dev/null @@ -1,14 +0,0 @@ - - -## oscam-1.0.0 (2021-09-07) - - - -## oscam-1.0.0 (2021-09-07) - - -## oscam-1.0.0 (2021-09-07) - - - -## oscam-1.0.0 (2021-09-07) diff --git a/docs/apps/incubator/oscam/CONFIG.md b/docs/apps/incubator/oscam/CONFIG.md deleted file mode 100644 index fc9b2fa2d5f..00000000000 --- a/docs/apps/incubator/oscam/CONFIG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: -https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/incubator/oscam/helm-values.md b/docs/apps/incubator/oscam/helm-values.md deleted file mode 100644 index 33110fe5467..00000000000 --- a/docs/apps/incubator/oscam/helm-values.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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.PGID | string | `"20"` | | -| env.PUID | string | `"568"` | | -| env.TZ | string | `"UTC"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/linuxserver/oscam"` | | -| image.tag | string | `"version-11693"` | | -| persistence.config.accessMode | string | `"ReadWriteOnce"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.config.size | string | `"100Gi"` | | -| persistence.config.type | string | `"pvc"` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.port | int | `8888` | | - -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/oscam/index.md b/docs/apps/incubator/oscam/index.md deleted file mode 100644 index 22d965fc9ea..00000000000 --- a/docs/apps/incubator/oscam/index.md +++ /dev/null @@ -1,37 +0,0 @@ -# Introduction - -Open Source Conditional Access Module software - -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** - -## Source Code - -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://truecharts.org | common | 6.13.8 | - -## Installing the Chart - -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). - -## Uninstalling the Chart - -To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). - -## Support - -- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. -- See the [Wiki](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) ---- -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/portalexample/CHANGELOG.md b/docs/apps/incubator/portalexample/CHANGELOG.md deleted file mode 100644 index 51663f9d381..00000000000 --- a/docs/apps/incubator/portalexample/CHANGELOG.md +++ /dev/null @@ -1,62 +0,0 @@ -# Changelog
- - - -### [portalexample-0.0.2](https://github.com/truecharts/apps/compare/portalexample-0.0.1...portalexample-0.0.2) (2021-09-21) - -#### Chore - -* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) - - - - -### portalexample-0.0.1 (2021-09-16) - - - - -### [pihole-2.0.5](https://github.com/truecharts/apps/compare/pihole-2.0.4...pihole-2.0.5) (2021-09-16) - - - - -### [pihole-2.0.4](https://github.com/truecharts/apps/compare/pihole-2.0.3...pihole-2.0.4) (2021-09-16) - - - - -### [pihole-2.0.3](https://github.com/truecharts/apps/compare/pihole-2.0.2...pihole-2.0.3) (2021-09-14) - -#### Fix - -* update pihole digest and versioning to mirror - - - - -### [pihole-2.0.2](https://github.com/truecharts/apps/compare/pihole-2.0.1...pihole-2.0.2) (2021-09-14) - -#### Fix - -* update pihole versioning to 2021 scheme - - - - -### [pihole-2.0.1](https://github.com/truecharts/apps/compare/pihole-1.0.7...pihole-2.0.1) (2021-09-13) - -#### Chore - -* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959)) -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977)) -* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973)) -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Move some common containers to our own containers - - -## [pihole-1.0.7](https://github.com/truecharts/apps/compare/pihole-1.0.6...pihole-1.0.7) (2021-09-08) diff --git a/docs/apps/incubator/portalexample/CONFIG.md b/docs/apps/incubator/portalexample/CONFIG.md deleted file mode 100644 index fc9b2fa2d5f..00000000000 --- a/docs/apps/incubator/portalexample/CONFIG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: -https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/incubator/portalexample/helm-values.md b/docs/apps/incubator/portalexample/helm-values.md deleted file mode 100644 index 38de80055cc..00000000000 --- a/docs/apps/incubator/portalexample/helm-values.md +++ /dev/null @@ -1,40 +0,0 @@ -# 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 | -|-----|------|---------|-------------| -| envFrom[0].configMapRef.name | string | `"pihole-env"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/truecharts/pihole"` | | -| image.tag | string | `"v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e"` | | -| persistence.config.accessMode | string | `"ReadWriteOnce"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/etc/pihole"` | | -| persistence.config.size | string | `"100Gi"` | | -| persistence.config.type | string | `"pvc"` | | -| persistence.dnsmasq.accessMode | string | `"ReadWriteOnce"` | | -| persistence.dnsmasq.enabled | bool | `true` | | -| persistence.dnsmasq.mountPath | string | `"/etc/dnsmasq.d"` | | -| persistence.dnsmasq.size | string | `"100Gi"` | | -| persistence.dnsmasq.type | string | `"pvc"` | | -| pihole.DNS1 | string | `"9.9.9.9"` | | -| pihole.DNS2 | string | `"149.112.112.112"` | | -| pihole.WEBPASSWORD | string | `"somepassword"` | | -| service.dns-tcp.enabled | bool | `true` | | -| service.dns-tcp.ports.https.enabled | bool | `true` | | -| service.dns-tcp.ports.https.port | int | `53` | | -| service.dns.enabled | bool | `true` | | -| service.dns.ports.dns.enabled | bool | `true` | | -| service.dns.ports.dns.port | int | `53` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.port | int | `80` | | - -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/portalexample/index.md b/docs/apps/incubator/portalexample/index.md deleted file mode 100644 index af87394e02c..00000000000 --- a/docs/apps/incubator/portalexample/index.md +++ /dev/null @@ -1,39 +0,0 @@ -# Introduction - -portal example - -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://truecharts.org/ | common | 7.0.14 | - -## Installing the Chart - -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). - -## Uninstalling the Chart - -To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). - -## Support - -- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. -- See the [Wiki](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) ---- -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/teamspeak3/CHANGELOG.md b/docs/apps/incubator/teamspeak3/CHANGELOG.md deleted file mode 100644 index 79a92296398..00000000000 --- a/docs/apps/incubator/teamspeak3/CHANGELOG.md +++ /dev/null @@ -1,27 +0,0 @@ -# Changelog
- - - -### [teamspeak3-0.0.3](https://github.com/truecharts/apps/compare/teamspeak3-0.0.2...teamspeak3-0.0.3) (2021-09-21) - -#### Chore - -* update non-major deps helm releases ([#1014](https://github.com/truecharts/apps/issues/1014)) - - - - -### [teamspeak3-0.0.2](https://github.com/truecharts/apps/compare/teamspeak3-0.0.1...teamspeak3-0.0.2) (2021-09-14) - -#### Chore - -* update non-major ([#987](https://github.com/truecharts/apps/issues/987)) - - - - -### teamspeak3-0.0.1 (2021-09-14) - -#### Add - -* Add TeamSpeak3 Server to incubator ([#985](https://github.com/truecharts/apps/issues/985)) diff --git a/docs/apps/incubator/teamspeak3/CONFIG.md b/docs/apps/incubator/teamspeak3/CONFIG.md deleted file mode 100644 index fc9b2fa2d5f..00000000000 --- a/docs/apps/incubator/teamspeak3/CONFIG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: -https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/incubator/teamspeak3/helm-values.md b/docs/apps/incubator/teamspeak3/helm-values.md deleted file mode 100644 index d1059a42f19..00000000000 --- a/docs/apps/incubator/teamspeak3/helm-values.md +++ /dev/null @@ -1,38 +0,0 @@ -# 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.TS3SERVER_LICENSE | string | `"accept"` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"teamspeak"` | | -| image.tag | string | `"3.13.6@sha256:a88d61887cbfa78012ce8bf69e6fad5988d853b7b72a9483000b1af8a6083ff8"` | | -| persistence.config.accessMode | string | `"ReadWriteOnce"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/var/ts3server/"` | | -| persistence.config.size | string | `"100Gi"` | | -| persistence.config.type | string | `"pvc"` | | -| service.files.enabled | bool | `true` | | -| service.files.ports.files.enabled | bool | `true` | | -| service.files.ports.files.port | int | `30033` | | -| service.files.ports.files.protocol | string | `"TCP"` | | -| service.files.type | string | `"ClusterIP"` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.enabled | bool | `true` | | -| service.main.ports.main.port | int | `10011` | | -| service.main.ports.main.protocol | string | `"TCP"` | | -| service.main.type | string | `"ClusterIP"` | | -| service.voice.enabled | bool | `true` | | -| service.voice.ports.voice.enabled | bool | `true` | | -| service.voice.ports.voice.port | int | `9987` | | -| service.voice.ports.voice.protocol | string | `"UDP"` | | - -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/teamspeak3/index.md b/docs/apps/incubator/teamspeak3/index.md deleted file mode 100644 index 9bd435839a2..00000000000 --- a/docs/apps/incubator/teamspeak3/index.md +++ /dev/null @@ -1,38 +0,0 @@ -# Introduction - -TeamSpeak is software for quality voice communication via the Internet. - -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://truecharts.org/ | common | 7.0.14 | - -## Installing the Chart - -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). - -## Uninstalling the Chart - -To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). - -## Support - -- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. -- See the [Wiki](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) ---- -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/testbed/CHANGELOG.md b/docs/apps/incubator/testbed/CHANGELOG.md deleted file mode 100644 index f593818d1b1..00000000000 --- a/docs/apps/incubator/testbed/CHANGELOG.md +++ /dev/null @@ -1,130 +0,0 @@ -# Changelog
- - - -### [testbed-7.0.15](https://github.com/truecharts/apps/compare/testbed-7.0.14...testbed-7.0.15) (2021-09-13) - - - - -### [testbed-7.0.14](https://github.com/truecharts/apps/compare/testbed-7.0.13...testbed-7.0.14) (2021-09-13) - -#### Fix - -* make sure questions.yaml includes are actually included - - - - -### [testbed-7.0.13](https://github.com/truecharts/apps/compare/testbed-7.0.12...testbed-7.0.13) (2021-09-13) - - - - -### [testbed-7.0.12](https://github.com/truecharts/apps/compare/testbed-7.0.11...testbed-7.0.12) (2021-09-13) - - - - -### [testbed-7.0.11](https://github.com/truecharts/apps/compare/testbed-7.0.10...testbed-7.0.11) (2021-09-12) - - - - -### [testbed-7.0.10](https://github.com/truecharts/apps/compare/testbed-7.0.9...testbed-7.0.10) (2021-09-12) - -#### Fix - -* completely remove unused volumes and correctly enable used volumes for VPN - - - - -### [testbed-7.0.9](https://github.com/truecharts/apps/compare/testbed-7.0.8...testbed-7.0.9) (2021-09-12) - - - - -### [testbed-7.0.8](https://github.com/truecharts/apps/compare/testbed-7.0.7...testbed-7.0.8) (2021-09-12) - - - - -### [testbed-7.0.7](https://github.com/truecharts/apps/compare/testbed-7.0.6...testbed-7.0.7) (2021-09-12) - - - - -### [testbed-7.0.6](https://github.com/truecharts/apps/compare/testbed-7.0.5...testbed-7.0.6) (2021-09-12) - - - - -### [testbed-7.0.5](https://github.com/truecharts/apps/compare/testbed-7.0.4...testbed-7.0.5) (2021-09-12) - - - - -### [testbed-7.0.4](https://github.com/truecharts/apps/compare/testbed-7.0.3...testbed-7.0.4) (2021-09-12) - - - - -### [testbed-7.0.3](https://github.com/truecharts/apps/compare/testbed-7.0.2...testbed-7.0.3) (2021-09-12) - - - - -### [testbed-7.0.2](https://github.com/truecharts/apps/compare/testbed-7.0.1...testbed-7.0.2) (2021-09-12) - - - - -### [testbed-7.0.1](https://github.com/truecharts/apps/compare/testbed-7.0.0...testbed-7.0.1) (2021-09-12) - - - - -### [testbed-7.0.0](https://github.com/truecharts/apps/compare/testbed-6.11.22...testbed-7.0.0) (2021-09-12) - - - - -### [testbed-6.11.22](https://github.com/truecharts/apps/compare/testbed-6.11.21...testbed-6.11.22) (2021-09-12) - - - - -### testbed-6.11.21 (2021-09-12) - - - - -### [jackett-6.11.21](https://github.com/truecharts/apps/compare/jackett-6.11.20...jackett-6.11.21) (2021-09-12) - - - - -### [jackett-6.11.20](https://github.com/truecharts/apps/compare/jackett-6.11.19...jackett-6.11.20) (2021-09-12) - -#### Chore - -* update non-major ([#962](https://github.com/truecharts/apps/issues/962)) - -#### Feat - -* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963)) -* Add regex validation to resources CPU and RAM for all apps ([#935](https://github.com/truecharts/apps/issues/935)) -* Pre-commit and tag-appversion syncing ([#926](https://github.com/truecharts/apps/issues/926)) - -#### Fix - -* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956)) -* move runAsNonRoot to container securityContext to allow root sidecarts ([#954](https://github.com/truecharts/apps/issues/954)) - - -## [jackett-6.11.19](https://github.com/truecharts/apps/compare/jackett-6.11.18...jackett-6.11.19) (2021-09-08) - -### Fix - -* repair Hyperion and some misplaced GUI elements ([#922](https://github.com/truecharts/apps/issues/922)) diff --git a/docs/apps/incubator/testbed/CONFIG.md b/docs/apps/incubator/testbed/CONFIG.md deleted file mode 100644 index fc9b2fa2d5f..00000000000 --- a/docs/apps/incubator/testbed/CONFIG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Configuration Options - -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: -https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ - -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/incubator/testbed/helm-values.md b/docs/apps/incubator/testbed/helm-values.md deleted file mode 100644 index fd33bab4e76..00000000000 --- a/docs/apps/incubator/testbed/helm-values.md +++ /dev/null @@ -1,38 +0,0 @@ -# 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 | `{}` | | -| image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.729@sha256:7b814d426af9f3329edeb17cedab01217f7eee638f12e32f91c56d27aba48b6c"` | | -| persistence.config.accessMode | string | `"ReadWriteOnce"` | | -| persistence.config.enabled | bool | `true` | | -| persistence.config.mountPath | string | `"/config"` | | -| persistence.config.size | string | `"100Gi"` | | -| persistence.config.type | string | `"pvc"` | | -| podSecurityContext.fsGroup | int | `568` | | -| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | | -| podSecurityContext.runAsGroup | int | `568` | | -| podSecurityContext.runAsUser | int | `568` | | -| podSecurityContext.supplementalGroups | list | `[]` | | -| probes.liveness.path | string | `"/UI/Login"` | | -| probes.readiness.path | string | `"/UI/Login"` | | -| probes.startup.path | string | `"/UI/Login"` | | -| securityContext.allowPrivilegeEscalation | bool | `true` | | -| securityContext.privileged | bool | `false` | | -| securityContext.readOnlyRootFilesystem | bool | `false` | | -| securityContext.runAsNonRoot | bool | `true` | | -| service.main.enabled | bool | `true` | | -| service.main.ports.main.port | int | `9117` | | - -All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/testbed/index.md b/docs/apps/incubator/testbed/index.md deleted file mode 100644 index 6fa39721f8d..00000000000 --- a/docs/apps/incubator/testbed/index.md +++ /dev/null @@ -1,37 +0,0 @@ -# Introduction - -A internal TrueCharts testbed - -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** - -## Source Code - -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://truecharts.org/ | common | 7.0.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