update readme with dashboard rename

This commit is contained in:
Arthur Lu 2023-10-05 21:10:49 +00:00
parent e3e2ec272b
commit 31463cb55f

View File

@ -1,5 +1,5 @@
# ProxmoxAAS API - Client REST API # ProxmoxAAS API - REST API for ProxmoxAAS Dashboard
ProxmoxAAS API provides functionality to the Client by both providing a proxy API for the Proxmox API, and an API for requesting resources within a defined quota. ProxmoxAAS API provides functionality for the Dashboard by providing a proxy API for the Proxmox API, and an API for requesting resources within a defined quota.
## Prerequisites ## Prerequisites
- [ProxmoxAAS-Client](https://git.tronnet.net/tronnet/ProxmoxAAS-Dashboard) - [ProxmoxAAS-Client](https://git.tronnet.net/tronnet/ProxmoxAAS-Dashboard)
@ -52,4 +52,4 @@ server {
2. Start nginx with the new configurations by running `systemctl reload nginx` 2. Start nginx with the new configurations by running `systemctl reload nginx`
## Result ## Result
After these steps, the ProxmoxAAS Client should be available and fully functional at `client.<FQDN>`. After these steps, the ProxmoxAAS Client should be available and fully functional at `dashboard.<FQDN>`.