#9 Added some USAGE instructions

master
Keith Irwin 2023-04-08 15:21:40 -06:00
parent 6e3b9301c3
commit 5d3568c649
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 14 additions and 1 deletions

View File

@ -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