Initial Homepage dashboard configuration

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).
This commit is contained in:
2026-07-11 05:52:49 +02:00
commit bd17657e67
10 changed files with 516 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
pve:
url: https://192.168.30.215:8006
token: "{{HOMEPAGE_VAR_PROXMOX_USERNAME}}"
secret: "{{HOMEPAGE_VAR_PROXMOX_PASSWORD}}"