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.