This commit is contained in:
112
data/manifest.json
Executable file
112
data/manifest.json
Executable 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",
|
||||
|
||||
Reference in New Issue
Block a user