Lissy93 / web-check

🕵️‍♂️ All-in-one OSINT tool for analysing any website
https://web-check.xyz
MIT License
20.76k stars 1.53k forks source link

Unable to Locate Chromium #108

Open ricardodomingues10 opened 3 months ago

ricardodomingues10 commented 3 months ago

I tried this command: docker run -p 3000:3000 lissy93/web-check, and encountered this problem.

Error details tech-stack: Could not find Chromium (rev. 1095492). This can occur if either:

  1. you did not perform an installation before running the script (e.g. npm install) or
  2. your cache path is incorrectly configured (which is: /root/.cache/puppeteer). For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.

Can you help me?

m4teh commented 2 months ago

Defining CHROME_PATH=/usr/bin/chromium also doesn't work. Despite this being the location in the published Debian docker image.