Will Rouesnel
Will Rouesnel
Fixes the need to have browserify installed globally for the build to work.
When specifying a vault URL, it should be possible to request round-robin discovery if the first returned vault is still sealed. i.e. `http://vault.example.org` might resolve to several addresses `10.11.11.2,10.11.11.4,10.11.11.5,10.11.11.6,10.11.11.7`. Currently...
Implements #250. Add options - `stream-stdout-in-response` - `stream-stdout-in-response-on-error` - `stream-command-kill-grace-period-seconds` to allow defining webhooks which dynamically stream large content back to the requestor. This allows the creation of download endpoints...
I'd like to propose extending webhook to support streaming command output. The idea would be to add an extra option like `stream_stdout_as_response` which would mean the executed command would be...
When trigger bash scripts or other functions which have some associated runtime, there are many situations where it's desirable to only allow exactly 1 instance of a hook to be...
Are there any objections to having this packaged for Debian/Ubuntu at this time? I setup external packaging today and was considering trying to submit it to those projects.
In containerd mode it looks like when you request a force kill of the last container in a VM via `docker kill -s KILL somecontainer` and the VM shutdown timeout...
Notably relevant in dealing with `kvm`, it can be a pain to debug underlying hypervisor issues (as I am right now) without being able to set additional flags which might...
Suppose I have a list of tuples: ```go conversionResult := []lo.Tuple[string,bool]{ T2("x",true), T2("x",false), T2("x",false), T2("x",true) } ``` This is the sort of list you get from doing a Map of...
I've been trying to boot some HP DL380 Gen9's which default to UEFI PXE boot mode. Pixiecore sees the request just fine and sends a ProxyDHCP packet, but the machines...