added files for homepage

This commit is contained in:
2024-01-15 13:28:16 -06:00
parent 3465aab0f2
commit 2ffdfaba2b
4 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
---
# 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