diff --git a/charts/incubator/nextcloud/.helmignore b/charts/stable/nextcloud/.helmignore similarity index 100% rename from charts/incubator/nextcloud/.helmignore rename to charts/stable/nextcloud/.helmignore diff --git a/charts/incubator/nextcloud/CONFIG.md b/charts/stable/nextcloud/CONFIG.md similarity index 100% rename from charts/incubator/nextcloud/CONFIG.md rename to charts/stable/nextcloud/CONFIG.md diff --git a/charts/incubator/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml similarity index 98% rename from charts/incubator/nextcloud/Chart.yaml rename to charts/stable/nextcloud/Chart.yaml index c3475bdc4a6..01613dad5fa 100644 --- a/charts/incubator/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 3.7.6 +version: 3.7.7 diff --git a/charts/incubator/nextcloud/README.md b/charts/stable/nextcloud/README.md similarity index 100% rename from charts/incubator/nextcloud/README.md rename to charts/stable/nextcloud/README.md diff --git a/charts/incubator/nextcloud/SCALE/item.yaml b/charts/stable/nextcloud/SCALE/item.yaml similarity index 100% rename from charts/incubator/nextcloud/SCALE/item.yaml rename to charts/stable/nextcloud/SCALE/item.yaml diff --git a/charts/incubator/nextcloud/SCALE/ix_values.yaml b/charts/stable/nextcloud/SCALE/ix_values.yaml similarity index 100% rename from charts/incubator/nextcloud/SCALE/ix_values.yaml rename to charts/stable/nextcloud/SCALE/ix_values.yaml diff --git a/charts/incubator/nextcloud/SCALE/questions.yaml b/charts/stable/nextcloud/SCALE/questions.yaml similarity index 100% rename from charts/incubator/nextcloud/SCALE/questions.yaml rename to charts/stable/nextcloud/SCALE/questions.yaml diff --git a/charts/incubator/nextcloud/app-readme.md b/charts/stable/nextcloud/app-readme.md similarity index 100% rename from charts/incubator/nextcloud/app-readme.md rename to charts/stable/nextcloud/app-readme.md diff --git a/charts/incubator/nextcloud/helm-values.md b/charts/stable/nextcloud/helm-values.md similarity index 100% rename from charts/incubator/nextcloud/helm-values.md rename to charts/stable/nextcloud/helm-values.md diff --git a/charts/incubator/nextcloud/templates/_configmap.tpl b/charts/stable/nextcloud/templates/_configmap.tpl similarity index 100% rename from charts/incubator/nextcloud/templates/_configmap.tpl rename to charts/stable/nextcloud/templates/_configmap.tpl diff --git a/charts/incubator/nextcloud/templates/_cronjob.tpl b/charts/stable/nextcloud/templates/_cronjob.tpl similarity index 100% rename from charts/incubator/nextcloud/templates/_cronjob.tpl rename to charts/stable/nextcloud/templates/_cronjob.tpl diff --git a/charts/incubator/nextcloud/templates/_secrets.tpl b/charts/stable/nextcloud/templates/_secrets.tpl similarity index 100% rename from charts/incubator/nextcloud/templates/_secrets.tpl rename to charts/stable/nextcloud/templates/_secrets.tpl diff --git a/charts/incubator/nextcloud/templates/common.yaml b/charts/stable/nextcloud/templates/common.yaml similarity index 100% rename from charts/incubator/nextcloud/templates/common.yaml rename to charts/stable/nextcloud/templates/common.yaml diff --git a/charts/incubator/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml similarity index 100% rename from charts/incubator/nextcloud/values.yaml rename to charts/stable/nextcloud/values.yaml 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 b905a538513..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.2.0 | -| https://truecharts.org/ | common | 6.12.4 | -| https://truecharts.org/ | postgresql | 1.5.10 | - -## 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/stable/nextcloud/notes.md b/docs/apps/stable/nextcloud/notes.md new file mode 100644 index 00000000000..aa9396453c7 --- /dev/null +++ b/docs/apps/stable/nextcloud/notes.md @@ -0,0 +1,6 @@ +# Important Notes + +Nextcloud is a VERY picky Application and is VERY hard to support. +For this reason we ask you not to file support requests on our Discord or Github, unless your issue is clearly caused by TrueCharts. + +While we consider the App layer "Stable", we simply cannot guarantee stability due to the nature of the Nextcloud Application inside the App.