11 Commits

Author SHA1 Message Date
Renovate Bot
13dee4241b chore(deps): update helm release mailu to v2.6.1 2025-11-08 00:01:55 +00:00
Daniël Groothuis
0e40fc2ca4 chore(backstage): Added SA for backstage to ArgoCD 2025-11-06 22:49:02 +01:00
Daniël Groothuis
36548f1ec5 chore(backstage): Added SA for backstage to ArgoCD 2025-11-06 22:47:10 +01:00
Daniël Groothuis
c8b5e32163 chore(backstage): Added SA for backstage to ArgoCD 2025-11-06 22:41:27 +01:00
Daniël Groothuis
14b0561828 chore(backstage): Added SA for backstage to ArgoCD 2025-11-06 22:40:44 +01:00
Daniël Groothuis
de8b6e0001 Merge remote-tracking branch 'origin/main' 2025-11-06 22:32:25 +01:00
Daniël Groothuis
e99d6cd772 chore(backstage): Added SA for backstage to ArgoCD 2025-11-06 22:32:12 +01:00
9201b1ddc1 Merge pull request 'chore(deps): update helm release nextcloud to v8.5.2' (#27) from renovate/nextcloud-8.x into main
Reviewed-on: #27
2025-11-06 21:08:08 +00:00
Daniël Groothuis
2b31072b1d chore(backstage): Added SA for backstage to ArgoCD 2025-11-06 21:54:13 +01:00
Daniël Groothuis
3c9c55b4d3 chore(backstage): Added SA for backstage to ArgoCD 2025-11-06 21:14:36 +01:00
Renovate Bot
afae9ae15b chore(deps): update helm release nextcloud to v8.5.2 2025-11-06 00:02:42 +00:00
6 changed files with 12 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ metadata:
annotations: annotations:
argocd/app-name: nextcloud argocd/app-name: nextcloud
argocd/app-namespace: nextcloud argocd/app-namespace: nextcloud
backstage.io/techdocs-ref: value backstage.io/techdocs-ref: dir:.
spec: spec:
type: service type: service
lifecycle: production lifecycle: production

1
docs/index.md Normal file
View File

@@ -0,0 +1 @@
# NextCloud

View File

@@ -48,6 +48,7 @@ patches:
name: argocd-cm name: argocd-cm
data: data:
accounts.admin: "apiKey, login" accounts.admin: "apiKey, login"
accounts.backstage.enabled: "true"
admin.enabled: "true" admin.enabled: "true"
kustomize.buildOptions: --enable-helm kustomize.buildOptions: --enable-helm
url: https://cd.dgse.cloud url: https://cd.dgse.cloud

View File

@@ -10,7 +10,7 @@ resources:
helmCharts: helmCharts:
- name: mailu - name: mailu
repo: https://mailu.github.io/helm-charts/ repo: https://mailu.github.io/helm-charts/
version: 2.1.2 version: 2.6.1
releaseName: mailu releaseName: mailu
namespace: mailu namespace: mailu
valuesFile: values.yaml valuesFile: values.yaml

View File

@@ -10,7 +10,7 @@ resources:
helmCharts: helmCharts:
- name: nextcloud - name: nextcloud
repo: https://nextcloud.github.io/helm/ repo: https://nextcloud.github.io/helm/
version: 8.5.1 version: 8.5.2
releaseName: nextcloud releaseName: nextcloud
namespace: nextcloud namespace: nextcloud
valuesFile: values.yaml valuesFile: values.yaml

7
mkdocs.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
site_name: "Nextcloud"
site_description: "Self-hosted file hosting service"
nav:
- Introduction: index.md
plugins:
- techdocs-core