mifi / reactive-video

Create videos using React!
GNU General Public License v3.0
159 stars 13 forks source link

Cloud - Puppeteer args #7

Closed IvanDhalluin closed 2 years ago

IvanDhalluin commented 2 years ago

Hi, I am using your lib to run with GCP Cloud Run. It works great!

My only concern is that I needed to disable Puppeteer sandbox : '--no-sandbox', '--disable-setuid-sandbox' (Setting Up Chrome Linux Sandbox)

Maybe you can allow access to Puppeteer args in Editor config?

mifi commented 2 years ago

Sure! maybe an option extraPuppeteerArgs to edit(). pr welcome btw!