805b6d3534
Verlinkungen angepasst; pve2/guests als Platzhalter. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
720 B
Markdown
23 lines
720 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: [../../../../06_ubuntu-vm-nextcloud.md](../../../../06_ubuntu-vm-nextcloud.md)
|