Skip to content

Command Line Usage

Basic usage of Scrapoxy via the command line in Docker or Kubernetes is covered here.

For more configuration, check out the environment variables.

Usage

Update the command line with following options:

OptionShortcutDescription
--standalone-sRun as a standalone instance (equivalent to -m -c -f -r --storage file)
--master-mRun the Master module
--commander-cRun the Commander module
--frontend-fServe the User interface
--refresh-all-rRun the all the Refresh modules (includes all --refresh-xxx options)
--refresh-connectorsRun the Connectors refresh module
--refresh-freeproxiesRun the Freeproxies refresh module
--refresh-metricsRun the Metrics refresh module
--refresh-proxiesRun the Proxies refresh module
--refresh-tasksRun the Tasks refresh module
--storage <type>Choose storage between file, distributed or memory)
--distributed <mode>Choose distributed storage mode with --storage distributed between read, write, both
--help-hDisplay help for the command

There is the flexibility to launch each module individually, group modules, or initiate all modules simultaneously. The default storage setting is file.

For additional details on the Master, Commander, Frontend, or Refresh modules, refer to the Architecture section.

Released under commercial license.