wagon/USAGE.md

33 lines
792 B
Markdown
Raw Normal View History

2023-04-08 00:49:39 -06:00
# Wagon usage
This hasn't been written yet, but it will contain good information on all the dashboards and API endpoints.
## User dashboard
2023-04-08 15:21:40 -06:00
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:
2023-04-08 00:49:39 -06:00
## User API
TODO
## Admin dashboard
TODO
## Admin API
TODO