Commit graph

3 commits

Author SHA1 Message Date
Anish Sarkar
44a5eb2d74 fix(sandbox): update egress mode to enforce network policy and enhance PDF font detection 2026-08-09 04:50:52 +05:30
Anish Sarkar
25e0727c4d fix(sandbox): adjust port range for sandbox execution to avoid conflicts
- Changed the port range from 40000-60000 to 20000-30000 to prevent address conflicts on Linux and Windows hosts during sandbox creation. This adjustment ensures smoother operation and reduces the likelihood of intermittent failures.
2026-08-07 09:32:08 +05:30
Anish Sarkar
c6e82ca840 feat(opensandbox): add opensandbox server configuration and Docker support
- Introduced the opensandbox-server service in docker-compose files for local sandbox execution.
- Configured environment variables and health checks for the opensandbox server.
- Added sandbox.toml configuration file for server settings.
- Created a Dockerfile for the sandbox environment with necessary dependencies and Python setup.
2026-08-07 09:20:51 +05:30