diff --git a/src/pages/About.tsx b/src/pages/About.tsx
index 7e85b6d..6839c8d 100644
--- a/src/pages/About.tsx
+++ b/src/pages/About.tsx
@@ -179,6 +179,79 @@ const About = (): JSX.Element => {
))}
+ 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 💖 -