Bryan Richardson

Results 26 issues of Bryan Richardson

I'm wanting to put an instance of `silverbullet` behind an Nginx proxy at a particular path. For example: ``` location ~ /silverbullet(.*) { proxy_pass http://127.0.0.1:3000$1; } ``` However, this does...

enhancement
help wanted
core
deployment

This fixes `[-] unexpected argument ...` error that halts the execution of `PEzor` when the `-sgn` option is used.

--- Originally created by @eric-c-wood on *Thu, 25 Feb 2021 20:14:34 GMT* --- The snapshot flag should be made available to the UI to avoid running functions that depend on...

question

--- Originally created by @activeshadow on *Tue, 01 Sep 2020 16:53:03 GMT* --- Once an experiment is started and a user navigates to the running experiment page, the WebSocket client...

needs retesting

--- Originally created by @activeshadow on *Fri, 02 Oct 2020 01:53:17 GMT* --- Progress bar immediately goes from 0 --> 100 then stalls while experiment is actually deploying.

needs retesting

--- Originally created by @glattercj on *Mon, 26 Oct 2020 23:48:41 GMT* --- Currently there is no way to view tap info (e.g. `mega_tap101,megatap102` etc.) via phenix. This info should...

needs retesting

--- Originally created by @glattercj on *Fri, 18 Dec 2020 17:41:08 GMT* --- Inside the experiment details view, before the experiment is started, show disk images that are located outside...

needs retesting

--- Originally created by @activeshadow on *Wed, 20 Jan 2021 18:06:02 GMT* --- Right now, `phenix` checks to see if the `SUDO_USER` env variable is set, and if so it...

good first issue
needs retesting