Commit Graph

62 Commits

Author SHA1 Message Date
b49a4e7613 remark about tcptows 2024-08-01 21:01:27 +02:00
0d60b70ada Updated documentation:
* remote shell usage for linux, cmd, and powershell
* help of wsproxy.
2024-08-01 20:53:52 +02:00
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
5c251daa47 Using # instead of id in the sessions page to avoid confusion with the term id used in the docs. 2024-08-01 19:21:39 +02:00
Erik Brakkee
2e12d0a9fd Now displaying agent number instead of id.
Passing timezone to server side for rendering of time stamps
Configuration of preferred shells.
2024-08-01 19:16:00 +02:00
4c52fb0f12 Rendering status as HTML tables. 2024-07-31 21:12:09 +02:00
885b7790d7 doing the same thing as before but now rendering the
status using a template.
2024-07-31 19:52:01 +02:00
Erik Brakkee
f0dd810541 many small changes
* removed the Async utility
* now using Ping message to webclient for keep alive instaed of actual content
* added remote shell to AgentInfo
* retry of connections to the agent
* better logging for SynchronizeStreams
2024-07-31 19:30:38 +02:00
658aaf3880 typo in usage.html 2024-07-30 23:55:09 +02:00
01c9cdd60a usage fix (agent was renamed by intellij to session)
Now using embedded timezone database by go so setting the TZ variable will work.
2024-07-30 23:48:52 +02:00
9a3618f06b Live updates of the sessions.
V1 in ascii-art. To be improved.
2024-07-30 21:51:30 +02:00
f382c02b41 restructuring 2024-07-30 19:59:13 +02:00