Nick Van Dyck
Nick Van Dyck
At the moment a condition is only allowed to be 2 deep eg: `foo.enabled`. This is a bit unfortunate because sometimes I work on projects where I have more deeply...
Remove the custom real time web implementation I was trying to create here: https://github.com/nickvdyck/webtty/tree/master/src/WebTty.Api/Infrastructure . This was good fun and I learned a lot from it, but not maintainable (obviously...
Add a command-line flag that requires basic authentication. To Do: - [ ] Add `--credential` command line flag that excepts a username and password eg (username:password). This flag is disabled...
To Do: - [ ] Add `--browser` command line flag - [ ] Open webpage in default web browser when server is started
**Description**: By default, WebTty shouldn't allow clients to write any keystrokes or commands into the forked process. Except for window resizing events which should still take effect. An extra command...
**To Do:** - ~~Document required dependencies~~ - Add contribution guidelines - Add more usage guidelines - Add inspired by section to `README.md` - gotty: https://github.com/yudai/gotty - ttyd: https://github.com/tsl0922/ttyd - wetty:...
Support following command line flag configurations: ``` -S|--tls Enable TLS (HTTPS) --cert A PEM encoded certificate file to use for HTTPS connections. Defaults to file in current directory named 'cert.pem'...
To Do: - [ ] Add `--once` command line flag - [ ] Add logic to only allow a single connection - [ ] Stop server and exit application when...
My previous PR got auto closed, I can't reopen it AFAIK, so am bringing this back and hopefully this can be merged: https://github.com/derailed/k9s/pull/3568 original message: --- This proposal introduces a...