Update README.

This commit is contained in:
Albert Copeland
2023-02-09 16:29:23 +09:00
committed by GitHub
parent 2510a4c714
commit 70b6a0900a

View File

@@ -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.
* Replace $DOMAIN with your domain and update /admin to your BASE_PATH, if changed.