feat: add chromium sandbox skipping (#209)

This commit is contained in:
Andrew Mackrodt
2020-09-23 13:35:56 +01:00
committed by GitHub
parent 6608a79769
commit 20656805c1
4 changed files with 13 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ Here is a list of variables that you can use to customize your newly copied `.en
| **Environment variable** | **Description** | **Notes** |
|:---:|---|---|
| `BROWSER_TRUSTED` | Skip Chromium Sandbox | Useful for containerized environments, default: `false` |
| `DESKTOP_NOTIFICATIONS` | Display desktop notifications using [node-notifier](https://www.npmjs.com/package/node-notifier); optional | Default: `false` |
| `DISCORD_NOTIFY_GROUP` | Discord group you would like to notify; optional | E.g.: @here |
| `DISCORD_WEB_HOOK` | Discord Web Hook URL |