Struan Bartlett

Results 26 issues of Struan Bartlett

[Dockside](https://github.com/newsnowlabs/dockside) is a free and open-source tool for provisioning lightweight access-controlled IDEs, staging environments and sandboxes - aka devtainers - on local machine, self-hosted on-premises on bare metal or VM,...

When n2n is used to create a network spanning two distant LANs, each behind a NAT router to the public internet, packets sent by an edge to other edges on...

Running edge v2.9.0 without `-S1` can result in the edge IP being registered with the supernode, and inter-edge packets being sent over the edge network itself, resulting in a packet...

Having tried the compression option, we have had to disable it and implement separate gzipping logic. Our log files are continuously written to, which meant the gzipped file was continuously...

enhancement

On a host with an XFS filesystem mounted at `/var/lib/docker`, `docker run --storage-opt=size=` succeeds on containers (`runc` and `sysbox-runc`) launched from the host, but fails on containers launched from within...

bug

Hi I'm really keen to try out suggesting a change on Votebot, but when I authenticate (e.g. on Votebot by @openpolitics) I get the message: Maybe I misunderstand, but this...

enhancement

Current `docker-event-daemon` logic presupposes that a `docker exec -d` will succeed as soon as the container start event is received. This normally works well with `runc` but mileage varies tremendously...

Currently, users' passphrase-protected keys must be provisioned to devtainers using a shared volume mounted at `~/.ssh`, and specified within the profile. The user must type `ssh-add ~/.ssh/` within a terminal...

Create a Profile with appropriate port forwardings, mounts etc, that launches a public Docker image (existing or custom-built), containing a minimal WordPress site, complete with extensions.json, everything a user needs...

Sometimes when reopening addresses of devtainers' IDEs, previously navigated to in Chrome, Chrome tries HTTP and one gets an ugly 410 GONE error. Make Dockside handle HTTP requests for IDEs...