README: Einzeiler-Link live (richtige Gross-/Kleinschreibung), Doppel-Header weg
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -59,7 +59,7 @@ die Schwester-Repos unter `~/RAPPORT/SERVER-CONTAINER` und `~/RAPPORT/APP`
|
||||
Auf der **Proxmox-Host-Shell** (als root):
|
||||
|
||||
```bash
|
||||
bash -c "$(curl -fsSL http://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)"
|
||||
```
|
||||
|
||||
Es erscheint ein **whiptail-Menü** (Standard / Erweitert) zum Setzen von ID,
|
||||
@@ -77,7 +77,7 @@ Alle Defaults lassen sich überschreiben:
|
||||
```bash
|
||||
RAM_MB=8192 DISK_GB=30 CT_HOSTNAME=rapport \
|
||||
NET_IP=192.168.1.50/24 NET_GW=192.168.1.1 \
|
||||
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)"
|
||||
```
|
||||
|
||||
| Var | Default | Bedeutung |
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
# Rapport-Compose-Stack (SERVER-CONTAINER), generiert Secrets + JWT-Keys,
|
||||
# holt die DB-Migrations, setzt die LAN-URLs und startet den Stack.
|
||||
#
|
||||
# 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)"
|
||||
#
|
||||
# Auf einem echten Terminal erscheint ein whiptail-Menü (Standard/Erweitert).
|
||||
# Per SSH/Pipe (z.B. deploy-local.sh) läuft es non-interaktiv auf Env-Vars:
|
||||
|
||||
Reference in New Issue
Block a user