From 79c88a5d9a6040157f081fc8490e814ee1f93e2b Mon Sep 17 00:00:00 2001
From: Alicia Sykes Web-Check is designed to be easily self-hosted. Click the button below to deploy to Netlify Click the button below to deploy to Vercel
+ A Docker container is published to DockerHub
+
+ Run this command, then open localhost:3000
+ docker run -p 3000:3000 lissy93/web-check
+
+ git clone https://github.com/Lissy93/web-check.git+ +
+ cd web-check # Move into the project directory
+ yarn install # Install dependencies
+ yarn build # Build the app for production
+ yarn serve # Start the app (API and GUI)
+
+ More detailed installation and setup instructions can be found in the + GitHub repository - github.com/lissy93/web-check +
+ ++ There are some optional environmental variables you can specify to give you access to some additional Web-Checks. + See the README for full list of options. +
+ +GOOGLE_CLOUD_API_KEY
+ : A Google API key
+ Used to return quality metrics for a site
+ REACT_APP_SHODAN_API_KEY
+ : A Shodan API key
+ To show associated hosts for a domain
+ REACT_APP_WHO_API_KEY
+ : A WhoAPI key
+ Allows for more comprehensive WhoIs records
+ - If you've found something that doesn't work as expected, or would like to ask any questions, - you can open a ticket at github.com/lissy93/web-check/issues -
-- If you've found this service useful, consider sponsoring me on - GitHub - github.com/sponsors/Lissy93 💖 -