📚 Updated documentation files for DNS configuration, key mapping issues, and Raspberry Pi optimizations. 🎨 Also refined installation scripts for Raspberry Pi. 🖥️

This commit is contained in:
Till Tomczak 2025-05-31 15:51:58 +02:00
parent 0588014b9b
commit 598723b4ca
5 changed files with 1858 additions and 128 deletions

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@

File diff suppressed because it is too large Load Diff

View File

@ -65,14 +65,19 @@ chmod +x "$CURRENT_DIR/install_raspberry_pi.sh"
echo
info "📋 Was passiert bei der Installation:"
info " • System-Grundkonfiguration: Hostname 'raspberrypi', Root-Passwort, Zeitzone"
info " • System-Update: Vollständiges System-Upgrade mit neuen Zertifikaten"
info " • System-Bereinigung: Entfernt alle Desktop-Umgebungen"
info " • Chromium-Installation: Mehrere Fallback-Methoden"
info " • Verzeichnisstruktur: Upload-Ordner, Logs, Config mit korrekten Berechtigungen"
info " • Python-Installation: Direkt ins System ohne Virtual Environment"
info " • Sicherheits-Kiosk: Ohne Escape-Möglichkeiten"
info " • Autostart: Vollautomatischer Boot-to-Kiosk"
info " • Wartungstools: Remote-Management-System"
echo
info "🛡️ Sicherheits-Features:"
info " • SSH automatisch deaktiviert"
info " • Root-Zugang: 744563017196A (für Wartung)"
info " • Firewall mit Fail2Ban"
info " • Kein Desktop-Zugang"
info " • Passwort-geschützter Notfall-Modus"