Merge origin/main into better-whitebox

This commit is contained in:
bearsyankees
2026-03-19 19:36:17 -06:00
66 changed files with 4712 additions and 336 deletions

View File

@@ -9,7 +9,7 @@ if [ ! -f /app/certs/ca.p12 ]; then
exit 1
fi
caido-cli --listen 127.0.0.1:${CAIDO_PORT} \
caido-cli --listen 0.0.0.0:${CAIDO_PORT} \
--allow-guests \
--no-logging \
--no-open \