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
+26
View File
@@ -0,0 +1,26 @@
# Gäste auf pve1 — Stack-Konfiguration (Compose & Anhang)
Compose-Dateien und stack-relevante Konfiguration **ohne** Volumes, Datenbanken, App-Daten oder Secrets.
| Ordner | Gast | Host | Rolle |
|--------|------|------|-------|
| [vm101-ubuntu/](vm101-ubuntu/) | VM 101 `ubuntu` | pve1 | Docker-Host: Nextcloud, NPM, Gitea, … |
**Live-Pfad auf dem Gast:** `/opt/stacks/<stack-name>/`
Passwörter in den Repo-Dateien sind durch `REDACTED` ersetzt. Live-Werte nur auf dem jeweiligen Gast.
| Gast | Routing / OPNsense |
|------|-------------------|
| *(allgemein)* | [../../shared/opnsense-docker-subnet-routing.md](../../shared/opnsense-docker-subnet-routing.md) |
| [vm101-ubuntu](vm101-ubuntu/) | [docbr0-opnsense-routing.md](vm101-ubuntu/docbr0-opnsense-routing.md) |
**Sync vom Gast (Beispiel VM 101):**
```bash
# Von einem Host mit SSH-Zugang — nur Compose + Config, keine Daten
rsync -av --exclude='data/' --exclude='db/' --exclude='mysql/' --exclude='gitea/' \
--exclude='config/www/' --exclude='config/log/' --exclude='letsencrypt/' \
jean@192.168.10.10:/opt/stacks/ ./pve1/guests/vm101-ubuntu/stacks-live/
# Anschließend Secrets redigieren, dann ins Repo übernehmen
```