gajus / usus

Webpage pre-rendering service. ⚡️
Other
805 stars 33 forks source link

Allow overriding chrome flags on launch #27

Open SkeLLLa opened 6 years ago

SkeLLLa commented 6 years ago

Sometimes it could be helpful to avoid issues running usus in docker (e.g. to pass additional flag --no-sandbox or others).

SkeLLLa commented 6 years ago

In order to be able to use usus under alpine linux, where grep doesn't have -R I've made a modification to give users ability to pass certain parameters to chrome-launcher. Also it will allow to use chromium instead of chrome in custom directory or something else.