Mention admin features in docs.

This commit is contained in:
jholdstock 2020-06-13 09:42:43 +01:00 committed by David Hill
parent bfeddd25d1
commit 9ade20bf1c
2 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,9 @@ VSP will add the ticket to a pool of always-online voting wallets.
- **API** - Tickets are registered with the VSP using a JSON HTTP API. For more - **API** - Tickets are registered with the VSP using a JSON HTTP API. For more
detail on the API and its usage, read [api.md](./docs/api.md) detail on the API and its usage, read [api.md](./docs/api.md)
- **Web front-end** - A minimal, static, website providing pool stats. - **Web front-end** - A minimal website (no JavaScript) providing public pool
stats. An admin page enables searching for tickets and downloading database
backups.
- **Two-way accountability** - All vspd requests must be signed with a private - **Two-way accountability** - All vspd requests must be signed with a private
key corresponding to the relevant ticket, and all vspd responses are signed key corresponding to the relevant ticket, and all vspd responses are signed

View File

@ -88,6 +88,9 @@ To facilitate back-ups, vspd will periodically write a copy of the bbolt
database to the path `{homedir}/data/{network}/vspd.db-backup`. A copy of the database to the path `{homedir}/data/{network}/vspd.db-backup`. A copy of the
database file will also be written to this path when vspd shuts down. database file will also be written to this path when vspd shuts down.
It is also possible to generate and download a database backup on demand from
the admin page of the vspd web front-end.
## Disaster Recovery ## Disaster Recovery
The database file contains everything needed to restore a vspd deployment - The database file contains everything needed to restore a vspd deployment -