From 37896be54bf0de62f337545b3b0d50b66c35a8f8 Mon Sep 17 00:00:00 2001 From: Oliver Braasch Date: Wed, 22 Apr 2026 13:44:10 +0200 Subject: [PATCH] Dateien nach "scripts" hochladen --- scripts/proxmox-vpn-install-dev.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/scripts/proxmox-vpn-install-dev.sh b/scripts/proxmox-vpn-install-dev.sh index bbc1db6..86f5e16 100644 --- a/scripts/proxmox-vpn-install-dev.sh +++ b/scripts/proxmox-vpn-install-dev.sh @@ -166,12 +166,14 @@ collect_and_wait() { ask "NordVPN Service-Passwort" NORD_PASS="$REPLY" - echo -e "\n${BOLD}${CYAN}=== WICHTIGER SCHRITT ===${NC}" - echo -e "Bitte öffne nun auf deinem Server (oder via SFTP/Filebrowser) die Datei im Container:" - echo -e " ${BOLD}/opt/docker-projekte/VPN/custom.conf${NC}" - echo -e "Füge dort den kompletten Text deiner NordVPN-Konfigurationsdatei (.ovpn) ein und speichere." - echo -e "Tipp: Du kannst auch in einer zweiten Konsole ausführen:" - echo -e " pct enter ${SEL_ID} und dann nano /opt/docker-projekte/VPN/custom.conf" + echo -e "\n${BOLD}${CYAN}=== 📝 KONFIGURATION ERFORDERLICH ===${NC}" + echo -e "Bitte öffne jetzt dein ${BOLD}Filebrowser Web-Interface${NC} (Port 8081)." + echo -e "1. Navigiere in den Ordner: ${BOLD}VPN${NC}" + echo -e "2. Öffne die Datei: ${BOLD}custom.conf${NC}" + echo -e "3. Kopiere den ${BOLD}gesamten Inhalt${NC} deiner NordVPN .ovpn Datei hinein." + echo -e "4. ${BOLD}Speichern${NC} nicht vergessen!" + echo -e "\n${CYAN}Tipp:${NC} Falls du lieber im Terminal arbeitest:" + echo -e "nano /opt/docker-projekte/VPN/custom.conf" while true; do echo