Files
docu/guests/vm101-ubuntu/stacks/nextcloud/README.md
T
root 5a4f7a7333 Doku: Docker-Stacks unter guests/vm101-ubuntu.
Compose und stack-relevante Config ohne Volumes/Daten; Secrets REDACTED.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 11:05:53 +02:00

23 lines
724 B
Markdown

# Stack: nextcloud
Live: `/opt/stacks/nextcloud/`
## Enthalten im Repo
| Pfad | Zweck |
|------|-------|
| `compose.yml` | MariaDB, Redis, Nextcloud, Collabora, notify_push Sidecar |
| `db.env` | DB-Credentials (REDACTED) |
| `config/php/www2.conf` | PHP-FPM Tuning |
| `config/php/php-local.ini` | APCu 128M |
| `config/custom-cont-init.d/` | custom_apps-Symlink |
| `config/nginx/site-confs/default.conf` | Nginx inkl. `/push/` für notify_push |
## Nicht im Repo (nur auf dem Gast)
- `config/www/` — Nextcloud-Installation, `config.php`, Apps
- `db/` — MariaDB-Daten
- `/mnt/nextcloud-data` — NFS User-Daten
Betrieb & Tuning: [../../../pve1/06_ubuntu-vm-nextcloud.md](../../../pve1/06_ubuntu-vm-nextcloud.md)