Initial commit — homelab dashboard v1.0

This commit is contained in:
Nox (OpenClaw)
2026-03-14 16:16:58 +00:00
commit b8ae4d1385
9 changed files with 705 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "homelab-dashboard",
"version": "1.0.0",
"description": "Dashboard temps réel pour LXC Proxmox et conteneurs Docker Portainer",
"main": "server.js",
"scripts": {
"start": "node server.js"
}
}