wagon/USAGE.md

792 B

Wagon usage

This hasn't been written yet, but it will contain good information on all the dashboards and API endpoints.

User dashboard

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

TODO

Admin dashboard

TODO

Admin API

TODO