Unnamed Binary
Unnamed Binary
 reddit.com does not seem to be loading when restoring a Profile, I don't have a way out it seems of this. It was working well until it wasn't. That...
Hi, I would like to add uBlock origin, is there a way?
I would like to change permissions (for example allow popups) for a specific website (or all websites), `example.org`.
Hi, is there a way to easily remove entirely the UI and just show the remote app? Thank you!
Hi, I have already running PIDs (aka chrome instances), I would like to use Neko to stream them, the programs are already running, not in Docker. How can I achieve...
Hi, I've tried I believe everything from the manual, from desktop-scaling, to resize-display, to adjusting xpra.conf but I can't seem to have a FIXED resolution (1024x768) on the HTML5 client....
Hi! I would like to attach individually, for each chrome instance, a different Display. Using puppeteer is easy: https://github.com/puppeteer/puppeteer/blob/84712cbc28e3993668aa57e7bb639c8e2e6d821e/src/node/LaunchOptions.ts#L114 ``` puppeteer.launch( ..., env: { ..., DISPLAY: ":10.0" } ) ```...
``` const ssl = { http2: false, port: 443, ip: bindIp }; try { ssl.key = fs.readFileSync(path.join(CERTS_PATH, 'key.pem'), 'utf8'); ssl.cert = fs.readFileSync(path.join(CERTS_PATH, 'cert.pem'), 'utf8'); console.log(`Loaded official certificates for ${DOMAIN}`); }...
### Is there an existing issue for this? - [x] I have searched the existing issues ### OS/Web Information Hi, code-server can't seem to compile on Windows (even with Yarn)...
I've made a test App via a rented VPS using the Typescript SDK (valid TLS certificate, directly on port 443 with a public IPv4) I'm actually very concerned about the...