Document Nextcloud deployment and Infisical secrets

This commit is contained in:
2026-07-08 15:13:17 +03:30
parent a81aa80161
commit 3f94ced9ea
23 changed files with 895 additions and 119 deletions
+15 -2
View File
@@ -23,9 +23,19 @@ Purpose:
Status:
```text
Planned
Completed
```
Deployment:
* Docker Compose project: `nextcloud`
* Management: `slcompose` with Infisical secret injection
* External access: `cloud.silveressence.net` through Nginx Proxy Manager
* Internal networking: `nextcloud_nextcloud_internal`
* Runtime services: `nextcloud`, `nextcloud-db`, `nextcloud-redis`
See [docs/nextcloud.md](nextcloud.md) for complete deployment documentation.
---
### Observability
@@ -335,7 +345,6 @@ Completed:
Items:
* CrowdSec
* Sentry
* Fail2Ban upgrade
* Cloudflare rate limiting and WAF
@@ -343,6 +352,7 @@ Completed:
* Backup v5.3 automation
* Restore validation
* Sentry
---
@@ -353,6 +363,9 @@ Items:
* SonarQube
* Harbor Docker registry
* Backstage portal
Completed:
* Nextcloud
---