Skip to content

Instantly share code, notes, and snippets.

@gasparrobi
Last active December 16, 2021 08:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gasparrobi/c93633283fe09626f931cd934427b614 to your computer and use it in GitHub Desktop.
Save gasparrobi/c93633283fe09626f931cd934427b614 to your computer and use it in GitHub Desktop.
run headless chrome on digitalocean

pm2 start google-chrome
--interpreter none
--
--headless
--no-sandbox
--disable-gpu
--disable-translate
--disable-extensions
--disable-background-networking
--safebrowsing-disable-auto-update
--disable-sync
--metrics-recording-only
--disable-default-apps
--no-first-run
--mute-audio
--hide-scrollbars
--remote-debugging-port=9515

(copy code from edit mode for the right syntax)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment