Initial commit: Talos edge-facing scan orchestrator.
CI / skip-ci-check (push) Successful in 8s
CI / secret-scan (push) Successful in 7s
CI / python-ci (push) Failing after 19s

FastAPI + Kali tools UI for authorized scans of levkin.ca / LAN targets.
Gitignore local data/.env; add pytest + gitleaks CI.
This commit is contained in:
2026-07-12 11:46:54 -04:00
commit 12a6e2b6bc
29 changed files with 3075 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Ollama — use homelab devGPU (RTX 4080) instead of bundled container:
# OLLAMA_URL=http://10.0.10.122:11434
OLLAMA_URL=http://ollama:11434
OLLAMA_MODEL=qwen2.5:14b
ALLOW_LOOPBACK=false
BLOCKED_TARGETS=
MAX_CONCURRENT_SCANS=5