chore: Domain auf monitor.aegis-sight.de migrieren und Claude-Pfad aktualisieren

CORS-Origin und Magic-Link-URL von osint.intelsight.de auf monitor.aegis-sight.de
umgestellt. Claude CLI Pfad auf /usr/bin/claude aktualisiert.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Dev
2026-03-12 19:08:08 +01:00
Ursprung b124208fb9
Commit 2c73b1c8f0
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@@ -318,7 +318,7 @@ if DEV_MODE:
# CORS
app.add_middleware(
CORSMiddleware,
allow_origins=["https://osint.intelsight.de"],
allow_origins=["https://monitor.aegis-sight.de"],
allow_credentials=True,
allow_methods=["GET", "POST", "PUT", "DELETE"],
allow_headers=["Authorization", "Content-Type"],