From 70b6a0900a74f7cd2449c08f0cd95aaede9b12d6 Mon Sep 17 00:00:00 2001 From: Albert Copeland <124551390+iFargle@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:29:23 +0900 Subject: [PATCH] Update README. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 430870c..a2732a1 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,15 @@ Allows you to do the following: * Add and delete machine tags # Screenshots: +Overview Page: ![Overview](screenshots/overview.png) -![Machines](screenshots/machines.png) +Users Page: ![Users](screenshots/users.png) +New Machine Modal: ![Add a new machine](screenshots/add-machine.png) +Machines Page: ![Machine Details](screenshots/machines.png) +Settings Page showing an API Key Test: ![API Key Test](screenshots/settings.png) @@ -55,4 +59,4 @@ Allows you to do the following: - "traefik.http.middlewares.headscale-webui-stripprefix.stripprefix.forceslash=true" - "traefik.http.middlewares.headscale-webui-stripprefix.stripprefix.prefixes=/admin/" ``` -* Replace $DOMAIN with your domain and update /admin to your BASE_PATH, if changed. \ No newline at end of file +* Replace $DOMAIN with your domain and update /admin to your BASE_PATH, if changed.