64 lines
2.7 KiB
YAML
64 lines
2.7 KiB
YAML
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/services/
|
|
|
|
- Infrastructure:
|
|
- Proxmox:
|
|
icon: proxmox.svg
|
|
href: "https://proxmox.home.ramberg.net"
|
|
description: PVE1
|
|
widget:
|
|
type: proxmox
|
|
url: "https://proxmox.home.ramberg.net"
|
|
username: "api@pve!homepage"
|
|
password: "43fac2a0-ab06-42f7-b462-64559156bcfc"
|
|
node: pve-01
|
|
#fields: ["vms", "lxc", "resources.cpu", "resources.mem"]
|
|
fields: ["vms", "resources.cpu", "resources.mem"]
|
|
|
|
- Proxmox Backup Server:
|
|
icon: proxmox.svg
|
|
href: "https://backup.home.ramberg.net"
|
|
#description:
|
|
widget:
|
|
type: proxmoxbackupserver
|
|
url: "https://backup.home.ramberg.net"
|
|
username: "homepage@pbs!homepage"
|
|
password: "f9c84ead-605a-4feb-b28e-1d7bafefcb16"
|
|
#datastore: "Backups" #optional; if ommitted, will display a combination of all datastores used / total
|
|
#fields: ["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]
|
|
#fields: ["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]
|
|
|
|
- TrueNas Scale:
|
|
icon: truenas.png
|
|
href: https://truenas.home.ramberg.net/
|
|
#description: Truenas
|
|
#proxmoxNode: pve-01
|
|
#proxmoxVMID: 103
|
|
widget:
|
|
type: truenas
|
|
url: https://truenas.home.ramberg.net/
|
|
username: "truenas_admin" # not required if using api key
|
|
password: "homekbr1998" # not required if using api key
|
|
#key: yourtruenasapikey # not required if using username / password
|
|
enablePools: true # optional, defaults to false
|
|
nasType: scale # defaults to scale, must be set to 'core' if using enablePools with TrueNAS Core
|
|
fields: ["load", "uptime", "alerts"]
|
|
|
|
- Home Assistant:
|
|
icon: home-assistant.svg
|
|
href: "https://ha.home.ramberg.net"
|
|
#description: Home Assistant
|
|
widget:
|
|
type: homeassistant
|
|
url: "https://ha.home.ramberg.net"
|
|
key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJiOTQ4NmViZGQwMWQ0OTNmOTBlMDc1NjU3ZWI2MjNkNyIsImlhdCI6MTc3ODI4MDUwMCwiZXhwIjoyMDkzNjQwNTAwfQ.McjQSZ2NBDnAPzciwql5mG6JghPwLgWzQGGAKLAyKrI
|
|
# custom:
|
|
# - state: sensor.total_power
|
|
# - state: sensor.total_energy_today
|
|
# label: energy today
|
|
# - template: "{{ states.switch|selectattr('state','equalto','on')|list|length }}"
|
|
# label: switches on
|
|
# - state: weather.forecast_home
|
|
# label: wind speed
|
|
# value: "{attributes.wind_speed} {attributes.wind_speed_unit}" |