49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/latest/configs/services
|
|
|
|
- Hypervisor:
|
|
- Proxmox:
|
|
icon: proxmox.svg
|
|
href: "https://192.168.1.51:8006"
|
|
description: proxmox1
|
|
widget:
|
|
type: proxmox
|
|
url: "https://192.168.1.51:8006"
|
|
username: "{{HOMEPAGE_VAR_PROXMOX_USER}}"
|
|
password: "{{HOMEPAGE_VAR_PROXMOX_PASS}}"
|
|
node: proxmox1
|
|
|
|
- Proxmox:
|
|
icon: proxmox.svg
|
|
href: "https://192.168.1.52:8006"
|
|
description: proxmox2
|
|
widget:
|
|
type: proxmox
|
|
url: "https://192.168.1.52:8006"
|
|
username: "{{HOMEPAGE_VAR_PROXMOX_USER}}"
|
|
password: "{{HOMEPAGE_VAR_PROXMOX_PASS}}"
|
|
node: proxmox2
|
|
|
|
- Proxmox:
|
|
icon: proxmox.svg
|
|
href: "https://192.168.1.53:8006"
|
|
description: proxmox3
|
|
widget:
|
|
type: proxmox
|
|
url: "https://192.168.1.53:8006"
|
|
username: "{{HOMEPAGE_VAR_PROXMOX_USER}}"
|
|
password: "{{HOMEPAGE_VAR_PROXMOX_PASS}}"
|
|
node: proxmox3
|
|
|
|
- Proxmox:
|
|
icon: proxmox.svg
|
|
href: "https://192.168.1.40:8007"
|
|
description: proxmoxbackup
|
|
widget:
|
|
type: proxmox
|
|
url: "https://192.168.1.40:8007"
|
|
username: "{{HOMEPAGE_VAR_PROXMOX_USER}}"
|
|
password: "{{HOMEPAGE_VAR_PROXMOX_PASS}}"
|
|
node: proxmoxbackup
|