Doku: guests unter pve1/guests statt global.

Verlinkungen angepasst; pve2/guests als Platzhalter.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
root
2026-06-28 11:15:21 +02:00
parent fbf62e6e48
commit 805b6d3534
26 changed files with 31 additions and 24 deletions
@@ -0,0 +1,22 @@
# 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: [../../../../06_ubuntu-vm-nextcloud.md](../../../../06_ubuntu-vm-nextcloud.md)