docs: adds images of website
Build & Deploy / build (push) Successful in 1m46s

This commit is contained in:
2026-07-15 01:47:12 +02:00
parent d69769fb28
commit 19c5b9bce1
6 changed files with 12 additions and 1 deletions
+6 -1
View File
@@ -6,9 +6,11 @@ The client opens and maintains a WebSocket connection to the server. The server
<table>
<tr>
<td><img src="docs/README_architecture.png" width="1400" alt="client-server architecture visualized using arrows"></td>
<td><img src="docs/images/README_architecture.png" width="1400" alt="client-server architecture visualized using arrows"></td>
<td>
The server provides
- An API with
- Authentication via API keys
@@ -34,6 +36,9 @@ The client provides a persistent outbound connection to the server and forwards
</tr>
</table>
[Screenshots of the app can be seen here](docs/Screenshots.md)
## Projects
- `src/ReverseLlama.Server`: ASP.NET Core server. Exposes the public proxy endpoint and accepts the outbound client tunnel.
+6
View File
@@ -0,0 +1,6 @@
# Clients view
![Screenshot of the backend - clients view](images/Screenshots_website_clients.png)
# Models view
![Screenshot of the backend - models view](images/Screenshots_website_models.png)
# API Keys view
![Screenshot of the backend - api keys view](images/Screenshots_website_apikeys.png)

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB