whiptail-Menü (Standard/Erweitert) wie community-scripts

Interaktives Setup auf echtem Terminal: ID, CPU, RAM, Disk, Storage, Bridge,
DHCP/statische IP, Root-PW + Bestätigung. Fällt über SSH/Pipe automatisch auf
Env-Vars zurück (deploy-local.sh bleibt non-interaktiv). NONINTERACTIVE=1
schaltet das Menü explizit ab.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 12:33:48 +02:00
parent 1227e2716d
commit 7187748643
2 changed files with 66 additions and 5 deletions
+8 -2
View File
@@ -59,10 +59,16 @@ die Schwester-Repos unter `~/RAPPORT/SERVER-CONTAINER` und `~/RAPPORT/APP`
Auf der **Proxmox-Host-Shell** (als root):
```bash
bash -c "$(curl -fsSL https://git.kgva.ch/karim/rapport-server-proxmox-lxc/raw/branch/main/rapport-lxc.sh)"
bash -c "$(curl -fsSL http://git.kgva.ch/karim/rapport-server-proxmox-lxc/raw/branch/main/rapport-lxc.sh)"
```
Danach erreichbar unter `http://<container-ip>:8080`.
Es erscheint ein **whiptail-Menü** (Standard / Erweitert) zum Setzen von ID,
CPU, RAM, Disk und Netzwerk — wie bei den Proxmox-Community-Scripts. Danach
erreichbar unter `http://<container-ip>:8080`.
> Das Menü erscheint nur auf einem echten Terminal. Über SSH/Pipe (Variante A)
> läuft alles non-interaktiv über die Env-Vars. Mit `NONINTERACTIVE=1` lässt
> sich das Menü auch interaktiv abschalten.
### Parameter (per Env-Var)