This is a simple frontend built with React and Fluent UI to visualize the data stored in the log4j-collector API. The API can be found at:
For the scanning process and data collection, the following tool can be used:
API_URL
- The IP address of the backend log4j-collector API.
Can be used like API_URL=http://192.168.1.10/api/v1/reports
or with a custom port like API_URL=http://192.168.1.10:8080/api/v1/reports
This Docker image is best run with a Docker Compose file. Use the docker-compose-yml
in this repo and customise the API IP address in the environment variables.
First run:
docker-compose pull
After that:
docker-compose up -d