This repository contains an example integration of Netacea's bot detection with Queue-It's KnownUser V4 package. It is currently deployed in https://queue.netacea-int.co.uk/.
To install all dependecies, run npm ci
in the root level of this repository. Afterwards move to src/connector-cloudflare-4.1.1
, and run npm ci
once more to install KnownUser V4 dependencies.
Copy wrangler.toml.exmple
into wrangler.toml
and edit account_id
, route
, and IntegrationConfigKV
binding IDs as necessary.
After that, copy NetaceaConfig.example.json
into NetaceaConfig.json
, and replace example config values as needed.
To deploy the worker, run npm run publish
in the root directory. Configuration must be completed for deployment to succeed.
Below is a list of useful resources gathered during creation of this integration: