modified: .vscode/tasks.json

modified:   README.md
This commit is contained in:
Márcio Fernandes
2026-08-24 19:20:20 +00:00
parent 49738d89c4
commit bd55c5cf76
2 changed files with 8 additions and 10 deletions
+8 -4
View File
@@ -147,18 +147,22 @@ su -s /bin/bash www-data -c "php occ maintenance:repair --include-expensive"
- [Nextcloud Helm Chart](https://nextcloud.github.io/helm/)
- [Nextcloud Helm Chart - git hub](https://github.com/nextcloud/helm)
- [Nextcloud Helm Chart - releases](https://github.com/nextcloud/helm/releases)
- All kustomizations can be executed using vscode task `Kustomize - Build & Deploy - Selected File`.
- Helm charts can be deployed using vscode task `Apply App`.
Using fluxcd.Check [/deploy/fluxcd/kustomization.yaml](/deploy/fluxcd/kustomization.yaml) for fluxcd and requirements not maintained by flux (manual operation required).
**Force reconciliation:**
**Force Reconciliation:**
``` bash
# repo
flux reconcile source git -n cloud-limbosolutions-com cloud-limbosolutions-com
# ful-stack
flux reconcile kustomization -n cloud-limbosolutions-com full-stack-sync --width-source
# nextcloud-helm
flux reconcile hr -n cloud-limbosolutions-com nextcloud --force
```
**Required encrypted filed on repo:**
**Required encrypted filed on repo, used by fluxcd:**
``` bash
sops -e ./deploy/whiteboard/whiteboard-secrets.dec.yaml > ./deploy/whiteboard/whiteboard-secrets.yaml