From 5d3568c649d1c3148e0181dc6a32c63ec312bbda Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sat, 8 Apr 2023 15:21:40 -0600 Subject: [PATCH] #9 Added some USAGE instructions --- USAGE.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 75a05f6..d3be02e 100644 --- a/USAGE.md +++ b/USAGE.md @@ -4,7 +4,20 @@ This hasn't been written yet, but it will contain good information on all the da ## User dashboard -TODO +The sample frontend shows a user's devices in a table like this: + +> ``` +> Host SSL +> mypc.myuser.mynet cert / key [DELETE] +> myphone.myuser.mynet cert / key [DELETE] +> mylaptop.myuser.mynet cert / key [DELETE] +> ``` + +The first column is each host's domain name. The next column has links for users to download an SSL cert/key for that device. Finally there is a button to delete that host. (Every host has a DELETE button, but the backend will not let you delete the device you are connecting from) + +Below the devices list is a place to add a device: + + ## User API