* fix Transmission sorting in sidebar
* rename VSCode Server for alphabetizing and clarity
* capitalize Pomerium
* Update docs/guides/code-server.md
Co-authored-by: Joe Previte <jjprevite@gmail.com>
* fix naming and sorting for coder-server, add description
Co-authored-by: Joe Previte <jjprevite@gmail.com>
* add support for latest version of code-server
* golang version
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* golang version
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* install zip
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* docs: rm broken link
The was the only image on this page that was also a link to the image, which failed with a 404 (which is the default Nginx 404 page, BTW).
* fmt and typo
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
* Update programmatic-access.md
tries to give a bit more context to the curl snippet to get a token for programmatic access
include bastion host remote port forwarding and some other notes
include headers in request mention
update programmatic access
Update programmatic-access.md
Update programmatic-access.md
update programmatic access
* fumpt
Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
* config: rename headers to set_response_headers
* Update config/options.go
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* Updating Doc for Pomerium-Dex Exercise
This PR has Documentation for Pomerium-Dex Integration.
Please let me know the changes or do the needful.
I can refactor this.
* Removing Last Two Lines
* Update readme.md
* ping: add documentation
* Update docs/docs/identity-providers/ping.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* Update docs/docs/identity-providers/ping.md
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* use yaml for config
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
* authenticate: validate origin of signout
- add a debug task to kill envoy
- improve various function docs
- userinfo: return "error" page if user is logged out without redirect uri set
- remove front channel logout. There's little difference between it, and the signout function.
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>