diff --git a/README.md b/README.md index f5339ed..5f1ccc7 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ The client opens and maintains a WebSocket connection to the server. The server - +
client-server architecture visualized using arrowsclient-server architecture visualized using arrows + + 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
+[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. diff --git a/docs/Screenshots.md b/docs/Screenshots.md new file mode 100644 index 0000000..c09a4ec --- /dev/null +++ b/docs/Screenshots.md @@ -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) \ No newline at end of file diff --git a/docs/README_architecture.png b/docs/images/README_architecture.png similarity index 100% rename from docs/README_architecture.png rename to docs/images/README_architecture.png diff --git a/docs/images/Screenshots_website_apikeys.png b/docs/images/Screenshots_website_apikeys.png new file mode 100644 index 0000000..6fde323 Binary files /dev/null and b/docs/images/Screenshots_website_apikeys.png differ diff --git a/docs/images/Screenshots_website_clients.png b/docs/images/Screenshots_website_clients.png new file mode 100644 index 0000000..de759f1 Binary files /dev/null and b/docs/images/Screenshots_website_clients.png differ diff --git a/docs/images/Screenshots_website_models.png b/docs/images/Screenshots_website_models.png new file mode 100644 index 0000000..9a96ab4 Binary files /dev/null and b/docs/images/Screenshots_website_models.png differ