Skip to content

Commit d7c6e23

Browse files
committed
update index
1 parent 46bb1b5 commit d7c6e23

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44

55
There are 2 main components:
66

7-
1. [Agent]({{ agent_github_url }}) - responsible for building packages. Can be used as stand-alone or as a build agent connected to the server-side
8-
2. [Server-side aka web]({{ web_github_url }}) - responsible for web UI, package signing and repositories management. Managed version [{{ web_hosted_url | replace("http://", "")|replace("https://", "") }}]({{ web_hosted_url }}). Can be [self-hosted](self_hosting.md)
7+
1. [Agent]({{ agent_github_url }}) - responsible for building packages. Can be used as stand-alone or as a build agent connected to the server
8+
2. [Server aka web]({{ web_github_url }}) - responsible for web UI, package signing and repositories management. Managed version [{{ web_hosted_url | replace("http://", "")|replace("https://", "") }}]({{ web_hosted_url }}). Can be [self-hosted](self_hosting.md)
9+
10+
Server maintains connection with a bunch of agents and distributes the build tasks to them. Agent build pacakges and upload them to the server. Server signs the packages using GPG and publishes them to the repositories.
11+
12+
Agent can be used as stand-alone application to build packages. Useful for debugging builds locally.

0 commit comments

Comments
 (0)