REST API for ProxmoxAAS
5b03a331ea
add cookie-parser to requirements Signed-off-by: Arthur Lu <learthurgo@gmail.com> |
||
---|---|---|
.gitignore | ||
index.js | ||
package.json | ||
README.md |
Configuring API Token and Permissions
- Add a new user
proxmoxaas-api
to proxmox - Create a new API token for the user
proxmoxaas-api
and copy the secret key to a safe location - Create a new role
proxmoxaas-api
with at least the following permissions:
- VM.* except VM.Audit, VM.Backup, VM.Console, VM.Monitor, VM.PowerMgmt, VM.Snapshot, VM.Snapshot.Rollback
- Add a new API Token Permission with path:
/
, select the API token created previously, and role: `proxmoxaas-api