FastAPI + Kali tools UI for authorized scans of levkin.ca / LAN targets. Gitignore local data/.env; add pytest + gitleaks CI.
14 lines
261 B
Caddyfile
14 lines
261 B
Caddyfile
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
|
|
}
|
|
}
|