c276b232939bd98e7a87250661500c431a9ac275
- TVDashboardPage.jsx komplett auf WM Matchday Theme umgestellt (1:1 Design) - Fußballplatz-Hintergrund (PitchBackground mit SVG-Linien), rollender Ball - Scoreboard-Header in allen 8 Slides mit LIVE-Indikator - Jersey-Zahlen (count-up, lime/gold/rot), Confetti bei Clean Sheet / Backup ≥95% - FBTile ersetzt BTile, WM-Metaphern: Anstoss, Aufstellung, Fitnesstest, Fairplay, Zu Null, Spielaufbau, Abwehr, Gegner-Analyse - Neuer Backend-Endpoint GET /api/tv/cves: fetcht live von NVD NIST API, 1h In-Memory-Cache - CVE-Slide zeigt echte aktuelle Sicherheitslücken aus dem Internet Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
IT Nexus
Internes IT-Ticketsystem und Verwaltungsportal der Cereda Systems GmbH.
Produktiv-URL: https://it-nexus.cereda-systems.de
Features
- Ticketsystem mit Status-Workflow, Prioritäten, SLA-Überwachung, Kanban-Board
- User-Portal für Endnutzer mit geführtem Ticket-Assistenten
- KI-Integration (Claude) – automatische Ticket-Analyse, Chat-Assistent, KI-Antworten
- E-Mail-Integration – eingehende Mails → Tickets, ausgehende Benachrichtigungen
- Asset-Verwaltung, FIDO-Keys, Lifecycle (On-/Offboarding), Wissensdatenbank
- Rollenbasierter Zugriff (super_admin / admin / support / bearbeiter / benutzer)
- Admin-Einstellungen – Ticket-Kategorien & Vorlagen frei konfigurierbar
Stack
- Frontend: React 18, React Router, Axios
- Backend: Node.js, Express, better-sqlite3
- KI: Anthropic Claude (claude-sonnet-4-6)
- Auth: JWT + bcrypt
- Container: Docker Compose (nginx + Node.js)
Vollständige Dokumentation
→ Siehe DOKUMENTATION.md
Entwicklung
# Backend
cd backend && npm install && npm run dev
# Frontend
cd frontend && npm install && npm start
Deploy (Laptop → Server)
cd "C:/Users/gruessing/OneDrive - Cereda Systems GmbH/Desktop/IT Tool"
tar -czf /tmp/it-nexus-deploy.tar.gz --exclude='*/node_modules' --exclude='*/build' --exclude='.git' --exclude='*.db' .
scp /tmp/it-nexus-deploy.tar.gz root@192.168.0.194:/tmp/
ssh root@192.168.0.194 "tar -xzf /tmp/it-nexus-deploy.tar.gz -C /opt/it-nexus/ && bash /opt/it-nexus/deploy.sh"
Cereda Systems GmbH – Entwickelt von Simon Grüßing
Description
Languages
JavaScript
86.1%
CSS
5.5%
HTML
4.8%
C#
3.4%
PowerShell
0.1%
Other
0.1%