mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
14 lines
330 B
Markdown
14 lines
330 B
Markdown
---
|
|
title: Proxmox Backup Server
|
|
description: Proxmox Backup Server Widget Configuration
|
|
---
|
|
|
|
Allowed fields: `["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: proxmoxbackupserver
|
|
url: https://proxmoxbackupserver.host:port
|
|
username: api_token_id
|
|
password: api_token_secret
|
|
```
|