WIP: Guacd, Docker-Compose, RDP #475

Draft
starhound wants to merge 33 commits from starhound/starhound/guacd-docker-compose into dev-1.10.1
Showing only changes of commit f8de3369c3 - Show all commits

View File

@@ -11,13 +11,12 @@ const fs = require("fs");
const os = require("os");
if (process.platform === "linux") {
app.commandLine.appendSwitch("--no-sandbox");
app.commandLine.appendSwitch("--disable-setuid-sandbox");
app.commandLine.appendSwitch("--disable-dev-shm-usage");
app.disableHardwareAcceleration();
app.commandLine.appendSwitch("--disable-gpu");
app.commandLine.appendSwitch("--disable-gpu-compositing");
app.commandLine.appendSwitch("--use-gl=angle");
app.commandLine.appendSwitch("--use-angle=swiftshader");
app.commandLine.appendSwitch("--in-process-gpu");
}
app.commandLine.appendSwitch("--ignore-certificate-errors");