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
+13
View File
@@ -0,0 +1,13 @@
talos.levkin.ca {
reverse_proxy localhost:8000
@websockets {
header Connection *Upgrade*
header Upgrade websocket
}
reverse_proxy @websockets localhost:8000
basicauth {
admin $2a$14$REPLACE_WITH_BCRYPT_HASH
}
}