minor update to the about page. Confusing explanation at the start.

This commit is contained in:
Erik Brakkee 2024-09-01 18:16:02 +02:00
parent 3e28fba654
commit 442da2b56d

View File

@ -24,9 +24,18 @@ templ About() {
<h2>how it works</h2> <h2>how it works</h2>
<p>
The basic principle of converge is described below. Access to a running remote continous integration The basic principle of converge is described below. Access to a running remote continous integration
job is usually not possible without a lot of access to the backend environment where jobs are running. job is usually not possible without a lot of access to the backend environment where jobs are running.
However, the job can connect to a server as well as the client. The connection between However, the job can connect to a server running outside, and so can the client.
</p>
<div>
<img src="../static/images/converge.svg"/>
</div>
The connection between
client and agent is established as follows: client and agent is established as follows:
<ul> <ul>
<li>(1): the agent, started by the continuous integration job, connects to converge server through a websocket, this establishes a connection that <li>(1): the agent, started by the continuous integration job, connects to converge server through a websocket, this establishes a connection that
@ -46,10 +55,6 @@ templ About() {
commands. </li> commands. </li>
</ul> </ul>
<div>
<img src="../static/images/converge.svg"/>
</div>
<p>There are a few special situations: <p>There are a few special situations:
<ul> <ul>
<li> If no rendez-vous id is specified than a rendez-vous id is generated. </li> <li> If no rendez-vous id is specified than a rendez-vous id is generated. </li>