ProxyChunk is a web-based open proxy checker and aggregator app. This repository only contains server-side code, client-side code is available in a separate repository.
- GNU/Linux
- NodeJS >=v14.0
- pnpm (or Yarn, npm, etc.)
- PostgreSQL
- Install proxyshiva and make sure it is in your PATH.
- Create a user and a database in PostgreSQL for ProxyChunk to use.
- Clone this repository and run
pnpm install
command in the root directory of your local copy. - Change configuration by editing the
.env
file. - Run
pnpm build
command.
- Start PostgreSQL.
- Run
pnpm start
command command in the root directory.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.