• v0.3.0 1ab5021667

    feat(config): support large uploads with read header timeout
    All checks were successful
    Build and Publish Docker Image / deploy (push) Successful in 1m40s

    kato released this 2026-06-01 15:23:28 +03:00 | 29 commits to master since this release

    Disable default read and write timeouts (set to 0s) to prevent Go from
    prematurely closing connections during large multi-GB uploads.

    Introduce WARPBOX_READ_HEADER_TIMEOUT (defaulting to 15s) to protect
    against slowloris-style attacks while still allowing long-running
    uploads to complete. Update documentation and example configurations
    accordingly.

    Downloads