CI debugging using a reverse shell technique based on SSH.
Go to file
Erik Brakkee ff97c1ccd2 Now by default wsproxy uses a specific protocol to establish connections to the server. It does this by adding the ?wsproxy query parameter.
The server then sends it the protocol version and the client connection info describing whether an agent was found or not. This improves usability for users.

With the --raw option it bypasses this query parameter and wsproxy then works in the old way as a simple stdio-websocket connector. It then still works with converge server but can also be used for simple websocket troubleshooting.
2024-08-01 20:22:41 +02:00
.idea added makefile for building. 2024-07-18 19:12:09 +02:00
cmd Now by default wsproxy uses a specific protocol to establish connections to the server. It does this by adding the ?wsproxy query parameter. 2024-08-01 20:22:41 +02:00
kubernetes Rendering status as HTML tables. 2024-07-31 21:12:09 +02:00
pkg Now by default wsproxy uses a specific protocol to establish connections to the server. It does this by adding the ?wsproxy query parameter. 2024-08-01 20:22:41 +02:00
static missing files checked in: 2024-07-29 23:58:48 +02:00
.gitignore missing files checked in: 2024-07-29 23:58:48 +02:00
compose.yaml usage fix (agent was renamed by intellij to session) 2024-07-30 23:48:52 +02:00
Dockerfile docs page now working again. 2024-07-29 19:49:47 +02:00
go.mod restructuring 2024-07-30 19:59:13 +02:00
go.sum restructuring 2024-07-30 19:59:13 +02:00
Makefile Now rendering the index.html using the Templ library. 2024-07-28 21:31:17 +02:00
README.md Now rendering the index.html using the Templ library. 2024-07-28 21:31:17 +02:00
render.sh missing files checked in: 2024-07-29 23:58:48 +02:00

  • Environment

Go version 1.21

go install github.com/a-h/templ/cmd/templ@latest