Skip to content

v1.0.1 — Docker Fix + CLI Help

Choose a tag to compare

@redf0x1 redf0x1 released this 15 Feb 08:35
· 185 commits to main since this release

CamoFox Browser Server v1.0.1

Fixes

  • Docker: Fixed /health returning 500 — native module (better-sqlite3) now builds correctly in container
  • CLI: --help and --version flags now work without starting the server

Install

npm install -g camofox-browser
camofox-browser --help

Docker

docker build -t camofox-browser .
docker run -p 9377:9377 camofox-browser
curl http://localhost:9377/health

Links