updates
All checks were successful
Zone / build (push) Successful in 13s

This commit is contained in:
2026-06-04 14:18:21 +01:00
parent 43135bcec9
commit 569c9853bf
11 changed files with 1841 additions and 1163 deletions

112
data/manifest.json Executable file
View File

@@ -0,0 +1,112 @@
{
"version": 2,
"dashboard": {
"title": "Home Server Control",
"tagline": "Local console and build deck"
},
"integrations": {
"authoring": { "pollMs": 5000, "path": "/api/zone/status" },
"watcher": { "pollMs": 10000, "path": "/api/zone/status" },
"timesheet": { "pollMs": 60000, "path": "/api/zone/status" },
"scripts": { "pollMs": 120000, "path": "/api/zone/status" },
"builds": { "pollMs": 15000, "path": "/api/zone/status" }
},
"widgets": [
{
"id": "authoring-queue",
"type": "queue",
"title": "Authoring builds",
"integration": "authoring"
},
{
"id": "authoring-detail",
"type": "authoringDetail",
"title": "Authoring detail",
"integration": "authoring"
},
{
"id": "watcher",
"type": "badge",
"title": "Lima watcher",
"integration": "watcher"
},
{
"id": "timesheet-summary",
"type": "timesheet",
"title": "Hours this week",
"integration": "timesheet"
},
{
"id": "scripts-health",
"type": "log",
"title": "Script logs",
"integration": "scripts",
"logKey": "orgWebBuild"
},
{
"id": "calibre-sync",
"type": "log",
"title": "Calibre export",
"integration": "scripts",
"logKey": "calibreSync"
},
{
"id": "org-web-build",
"type": "buildStatus",
"title": "Website build",