Update Notes & Documentation for Proxmox Backup Server (#804)

This commit is contained in:
CanbiZ 2024-12-13 15:24:02 +01:00 committed by GitHub
parent 8c1b48453c
commit 82ba836743
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": 8007, "interface_port": 8007,
"documentation": null, "documentation": "https://pbs.proxmox.com/docs/",
"website": "https://www.proxmox.com/en/proxmox-backup-server/overview", "website": "https://www.proxmox.com/en/proxmox-backup-server/overview",
"logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/proxmoxve/icon.png", "logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/proxmoxve/icon.png",
"description": "Proxmox Backup Server is an enterprise backup solution, for backing up and restoring VMs, containers, and physical hosts. By supporting incremental, fully deduplicated backups, Proxmox Backup Server significantly reduces network load and saves valuable storage space.", "description": "Proxmox Backup Server is an enterprise backup solution, for backing up and restoring VMs, containers, and physical hosts. By supporting incremental, fully deduplicated backups, Proxmox Backup Server significantly reduces network load and saves valuable storage space.",
@ -32,8 +32,8 @@
}, },
"notes": [ "notes": [
{ {
"text": "Set a root password if using autologin. This will be the PBS password.", "text": "Set a root password if using autologin. This will be the PBS password. `sudo passwd root`",
"type": "warning" "type": "warning"
} }
] ]
} }