added files for homepage
This commit is contained in:
48
docker/homepage/services.yaml
Normal file
48
docker/homepage/services.yaml
Normal 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
|
||||
Reference in New Issue
Block a user