Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -35,7 +35,7 @@ sources:
|
||||
- https://grafana.com/
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://github.com/truecharts/charts/tree/master/charts/premium/grafana
|
||||
- https://hub.docker.com/r/grafana/grafana
|
||||
- https://quay.io/kiwigrid/k8s-sidecar
|
||||
- https://hub.docker.com/r/grafana/grafana
|
||||
type: application
|
||||
version: 14.10.7
|
||||
|
||||
@@ -33,7 +33,7 @@ keywords:
|
||||
- http
|
||||
- web
|
||||
- php
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -44,10 +44,10 @@ sources:
|
||||
- https://github.com/nextcloud/helm
|
||||
- https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud
|
||||
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
|
||||
- https://hub.docker.com/r/clamav/clamav
|
||||
- https://hub.docker.com/r/collabora/code
|
||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
|
||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
|
||||
- https://hub.docker.com/r/clamav/clamav
|
||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
|
||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
|
||||
type: application
|
||||
version: 29.10.22
|
||||
|
||||
@@ -8,36 +8,33 @@ To do so, please execute the following steps to do so manually:
|
||||
## Other Platforms
|
||||
|
||||
Due to other platforms do all having the same storage backend, it depends on your storage backend how you do this.
|
||||
It might be advisable to change the password within nextcloud *before* changing the password on the cnpg database.
|
||||
It might be advisable to change the password within nextcloud _before_ changing the password on the cnpg database.
|
||||
|
||||
In summary:
|
||||
|
||||
- Access the config PVC
|
||||
- Edit config.php to ensure "dbpassword" reflects your password
|
||||
|
||||
## TrueNAS SCALE
|
||||
|
||||
1. Mount Nextcloud with HeavyScript, ex:
|
||||
heavyscript pvc --mount nextcloud
|
||||
heavyscript pvc --mount nextcloud
|
||||
|
||||
2. Change to the mounted path, then to the nextcloud-config folder, ex:
|
||||
cd /mnt/mounted_pvc/nextcloud/nextcloud-config
|
||||
|
||||
cd /mnt/mounted_pvc/nextcloud/nextcloud-config
|
||||
|
||||
3. grep out dbpassword, ex:
|
||||
cat config.php | grep "dbpassword"
|
||||
|
||||
cat config.php | grep "dbpassword"
|
||||
|
||||
4. Copy the value from the grep command, should look something like: dF6h35JFX5v6AzfFpviFAoBbZU9cghKrwHWJf9GY5oRmYJEaiTHkYz93JPUgRf
|
||||
Change to your home directory, or exit the terminal, ex:
|
||||
cd ~
|
||||
|
||||
Change to your home directory, or exit the terminal, ex:
|
||||
cd ~
|
||||
|
||||
5. Unmount Nextcloud with HeavyScript, ex:
|
||||
heavyscript pvc --unmount nextcloud
|
||||
|
||||
heavyscript pvc --unmount nextcloud
|
||||
|
||||
6. Open TrueNAS UI > Apps > Nextcloud > Edit, and scroll down to the CNPG section and replace PLACEHOLDERPASSWORD under the password field, with the grep value (from step 3-4), then save
|
||||
If a failure happens here regarding cannot upgrade between pg versions then change the Postgres Version under CNPG settings to 15 if its 16 and attempt to save again
|
||||
If a failure happens here regarding cannot upgrade between pg versions then change the Postgres Version under CNPG settings to 15 if its 16 and attempt to save again
|
||||
|
||||
7. Start with heavyscript, ex:
|
||||
heavyscript app --start nextcloud
|
||||
heavyscript app --start nextcloud
|
||||
|
||||
@@ -39,8 +39,8 @@ sources:
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
- https://github.com/truecharts/charts/tree/master/charts/premium/prometheus
|
||||
- https://hub.docker.com/r/bitnami/alertmanager
|
||||
- https://hub.docker.com/r/bitnami/prometheus
|
||||
- https://quay.io/thanos/thanos
|
||||
- https://hub.docker.com/r/bitnami/prometheus
|
||||
- https://hub.docker.com/r/bitnami/alertmanager
|
||||
type: application
|
||||
version: 17.13.7
|
||||
|
||||
Reference in New Issue
Block a user