mirror of
https://github.com/mblanke/StrikePackageGPT.git
synced 2026-03-01 14:20:21 -05:00
feat: Add interactive installer and multi-endpoint LLM load balancing
- Add install.ps1 (PowerShell) and install.sh (Bash) interactive installers - Support local, networked, and cloud AI providers in installer - Add multi-Ollama endpoint configuration with high-speed NIC support - Implement load balancing strategies: round-robin, failover, random - Update LLM router with endpoint health checking and automatic failover - Add /endpoints API for monitoring all Ollama instances - Update docker-compose with OLLAMA_ENDPOINTS and LOAD_BALANCE_STRATEGY - Rebrand to GooseStrike with custom icon and flag assets
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>StrikePackageGPT - Security Analysis Dashboard</title>
|
||||
<title>GooseStrike - Security Analysis Dashboard</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js" defer></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
@@ -62,9 +62,9 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="flex items-center gap-4">
|
||||
<div class="flex items-center gap-3">
|
||||
<img src="/static/icon.png" alt="StrikePackageGPT" class="h-10 w-10" onerror="this.style.display='none'">
|
||||
<img src="/static/icon.png" alt="GooseStrike" class="h-10 w-10" onerror="this.style.display='none'">
|
||||
<div>
|
||||
<h1 class="text-2xl font-bold text-sp-red">StrikePackageGPT</h1>
|
||||
<h1 class="text-2xl font-bold text-sp-red">GooseStrike</h1>
|
||||
<span class="text-xs text-sp-white-muted">AI-Powered Penetration Testing Platform</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -623,10 +623,8 @@
|
||||
|
||||
this.messages.push({
|
||||
role: 'assistant',
|
||||
phase: 'Reconnaissance',
|
||||
content: `# Welcome to StrikePackageGPT! 🍁
|
||||
|
||||
I'm your AI-powered penetration testing assistant, following the **6-Phase Enterprise Methodology**:
|
||||
phase: 'Reconnaissance',
|
||||
content: `# Welcome to GooseStrike! 🍁I'm your AI-powered penetration testing assistant, following the **6-Phase Enterprise Methodology**:
|
||||
|
||||
| Phase | Purpose |
|
||||
|-------|---------|
|
||||
|
||||
Reference in New Issue
Block a user