1.2 KiB
1.2 KiB
| title | description |
|---|---|
| Proxmox Backup Server | Proxmox Backup Server Widget Configuration |
You will need to generate an API Token for new or an existing user. Here is an example of how to do this for a new user.
- Navigate to the Proxmox Backup portal, click on Access Control
- On the User Management tab, click the Add button
- User name: api-ro-user (or something informative)
- Realm: Proxmox Backup authentication
- Password: your choosing
- Go to API Token tab and click on the Add button
- Select the previously created user.
- Set the name to something informative, like api-homepage
- Go to Permissions tab and click on Add > User Permission
- Path: /
- User: user from bullet 2 above
- Role: Audit
- Propagated: checked
- Click again on Add > Api Token Permission
- Path: /
- User: token from bullet 5 above
- Role: Audit
- Propagated: checked
Use username@pbs!Token ID as the username (e.g api-ro-user@pbs!api-homepage) setting and token as the password setting.
Allowed fields: ["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"].
widget:
type: proxmoxbackupserver
url: https://proxmoxbackupserver.host:port
username: api_token_id
password: api_token_secret