Adjust screenshots sizes (#174)

This commit is contained in:
juliaroesschen
2024-03-26 11:00:20 +01:00
committed by GitHub
parent a56a607923
commit 1a0f99fae7
31 changed files with 92 additions and 83 deletions

View File

@@ -20,7 +20,7 @@ A **Peer** is a machine or any device that is connected to the network.
It can be a Linux server running in the cloud or on-premises, a personal laptop, mobile phone, or even a Raspberry PI.
<p>
<img src="/docs-static/img/architecture/high-level-dia.png" alt="high-level-dia" width="781" style={{boxShadow: '0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)'}}/>
<img src="/docs-static/img/architecture/high-level-dia.png" alt="high-level-dia" className="imagewrapper-big"/>
</p>
With NetBird clients installed and authorized on the Management service, machines form a mesh network connecting
@@ -58,7 +58,7 @@ After that, they are able to establish a connection to the new peer.
The Management service runs in the cloud NetBird-managed. It can also be self-hosted.
<p>
<img src="/docs-static/img/architecture/management.png" alt="management-dia" className="imagewrapper"/>
<img src="/docs-static/img/architecture/management.png" alt="management-dia" className="imagewrapper-big"/>
</p>
### Client Application
@@ -99,7 +99,7 @@ peers need to find each other and exchange the most suitable connection candidat
This is done through Signal. After a connection has been established, Signal steps out.
<p>
<img src="/docs-static/img/architecture/signal.png" alt="signal-dia" className="imagewrapper"/>
<img src="/docs-static/img/architecture/signal.png" alt="signal-dia" className="imagewrapper-big"/>
</p>
<Note>
@@ -116,7 +116,7 @@ In fact, we use an open-source implementation called [Coturn](https://github.com
The purpose of this service is to be a "plan B" and relay traffic between peers in case a point-to-point connection isn't possible.
<p>
<img src="/docs-static/img/architecture/relay.png" alt="relay-dia" className="imagewrapper"/>
<img src="/docs-static/img/architecture/relay.png" alt="relay-dia" className="imagewrapper-big"/>
</p>
<Note>