From 924c77b98a0e7ee1807d8edce1c2258d38dc85d6 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sat, 13 May 2023 07:36:13 +0000 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0308e1d..eed56b9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ In Proxmox VE, follow the following steps: 2. Run `npm install` to initiaze the package requirements 3. Copy `vars.js.template` as `vars.js` and modify the following values: - pveAPI - the URI to the Proxmox API, ie `:8006/api2/json` or `/api2/json` if Proxmox VE is behind a reverse proxy. - - domain - the ProxmoxAAS-Client URL, ie `client.` + - hostname - the ProxmoxAAS-Client URL, ie `host.domain.tld` + - domain - the base domain for the client and proxmox, ie `domain.tld` - listenPort - the port you want the API to listen on, ie `8080` - pveAPIToken - the user(name), authentication realm, token id, and token secrey key (uuid) 4. Start the service using `node .`, or call the provided shell script, or use the provided systemctl service script