playwright / server.js

Commit History

Pretty, tabular request logs
10515f8

cv3inx commited on

Log every request — method, path, status, duration, ip, payload hints
f49cc93

cv3inx commited on

Add /solve, /solve-challenge, /bypass endpoints
f3738a2

cv3inx commited on

Add local CAPTCHA solvers + integrate self-hosted turnstile-solver
a920dd4

cv3inx commited on

Make build + boot resilient (fix 502 / restart issues)
e84ef16

cv3inx commited on

Add HTML landing page + Turnstile auto-click + optional CAPTCHA solver
dc59771

cv3inx commited on

Add stealth helper, Google Chrome, fonts, Xvfb
0c3bfb5

cv3inx commited on

Unlimit all ulimits except CPU time + core dumps
e399eb0

cv3inx commited on

Drop vmem ulimit — chromium reserves multi-TB virtual address space and SIGABRTs under -v 1GB. Keep CPU/file/proc/fd caps.
ef6be84

cv3inx commited on

Run user code with node, not bun (chromium pipe issue)
a2a3346

cv3inx commited on

Drop user-facing limits; pretty-print all responses; fix child PATH
415355b

cv3inx commited on

Expand GET / with full service info
d67cb92

cv3inx commited on

Add Playwright execution API with per-request burn
69f12cd

cv3inx commited on