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:
2026-05-30 13:22:32 +02:00
parent 7187748643
commit c17aab3d0a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ die Schwester-Repos unter `~/RAPPORT/SERVER-CONTAINER` und `~/RAPPORT/APP`
Auf der **Proxmox-Host-Shell** (als root): Auf der **Proxmox-Host-Shell** (als root):
```bash ```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, Es erscheint ein **whiptail-Menü** (Standard / Erweitert) zum Setzen von ID,
@@ -77,7 +77,7 @@ Alle Defaults lassen sich überschreiben:
```bash ```bash
RAM_MB=8192 DISK_GB=30 CT_HOSTNAME=rapport \ RAM_MB=8192 DISK_GB=30 CT_HOSTNAME=rapport \
NET_IP=192.168.1.50/24 NET_GW=192.168.1.1 \ 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 | | Var | Default | Bedeutung |
+1 -1
View File
@@ -7,7 +7,7 @@
# Rapport-Compose-Stack (SERVER-CONTAINER), generiert Secrets + JWT-Keys, # Rapport-Compose-Stack (SERVER-CONTAINER), generiert Secrets + JWT-Keys,
# holt die DB-Migrations, setzt die LAN-URLs und startet den Stack. # 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). # 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: # Per SSH/Pipe (z.B. deploy-local.sh) läuft es non-interaktiv auf Env-Vars: