Web-service for network resource blockages detection and HTTP-proxy selection.
- Proxy test (run on server)
- Network test (run in browser or on your own server)
- Free proxy list (each proxy is tested before response is sent)
You can try our demo-version here: http://scout.somnoynadno.ru
We deliver the service version in the Docker-container format.
To run it on your machine, follow the instructions below.
Assuming that you are using a unix-like system and already have Docker installed:
-
Clone this repository:
$ git clone https://github.com/somnoynadno/ShutdownScout.git
-
Start dockerized project by
$ cd ShutdownScout && docker-compose up --build -d
-
Open your web browser and visit http://localhost:5050 after and it's ready to go
Also you can try to start it manually by retyping Dockerfile instructions in your terminal.
If you want to have an instance of this application on your own remote server:
-
Clone this repository:
$ git clone https://github.com/somnoynadno/ShutdownScout.git
-
Set suitable configuration in
./docker-compose.yml
and set your own domain in./frontend/src/config.js
-
Start dockerized project by
$ docker-compose -f docker-compose.yml up --build -d
-
Open your web browser, visit http://<your_ip_or_domain>:5050 and start using it for free
- Backend (API) is available at port 3113
- Frontend is listening on 5050
- PostgreSQL is accepting connections on 3114
Contact me: @somnoynadno