Backup: Stand vor Design-Optimierung (2026-02-16)

Dieser Commit ist enthalten in:
Claude Code
2026-02-16 21:20:16 +00:00
Ursprung afe25fc728
Commit a61fab12e6
37 geänderte Dateien mit 1042 neuen und 3456 gelöschten Zeilen

Datei anzeigen

@@ -434,7 +434,7 @@ E-Mail: datenschutz@ihre-domain.de
└── cookie-consent-demo.html (optional, für Tests)
# Tracking-Script (bereits vorhanden)
/opt/v2-Docker/v2_nginx/html/insights/t.js
/opt/v2-Docker/aegis-website/insights/t.js
```
---
@@ -549,7 +549,7 @@ curl -X POST https://aegis-sight.de/insights/api/track ...
- [ ] GeoIP-Datenbank aktualisieren
```bash
cd /opt/v2-Docker/v2_nginx/html/insights/data/geoip
cd /opt/v2-Docker/aegis-website/insights/data/geoip
wget -O GeoLite2-City.mmdb.new https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-City.mmdb
mv GeoLite2-City.mmdb.new GeoLite2-City.mmdb
```
@@ -558,7 +558,7 @@ curl -X POST https://aegis-sight.de/insights/api/track ...
- [ ] Analytics-Daten prüfen (>90 Tage löschen)
```bash
php /opt/v2-Docker/v2_nginx/html/insights/cleanup-old-data.php
php /opt/v2-Docker/aegis-website/insights/cleanup-old-data.php
```
## **Jährlich:**