Services, widgets, layout and settings for the homelab dashboard.
Secrets are externalized via {{HOMEPAGE_VAR_*}} placeholders and
supplied through a local .env file (not committed).
6 lines
135 B
YAML
6 lines
135 B
YAML
---
|
|
pve:
|
|
url: https://192.168.30.215:8006
|
|
token: "{{HOMEPAGE_VAR_PROXMOX_USERNAME}}"
|
|
secret: "{{HOMEPAGE_VAR_PROXMOX_PASSWORD}}"
|