nostalgia integration
All checks were successful
Zone / build (push) Successful in 11s

This commit is contained in:
2026-06-26 12:36:00 +01:00
parent d4f24eea6a
commit 9e182e01d6
3 changed files with 152 additions and 39 deletions

View File

@@ -87,10 +87,10 @@
"logKey": "orgWebBuild"
},
{
"id": "calibre-sync",
{
"id": "calibre-sync",
"type": "log",
@@ -99,11 +99,63 @@
"integration": "scripts",
"logKey": "calibreSync"
},
{
},
{
"id": "org-web-build",
"type": "buildStatus",
"title": "Website build",
"integration": "builds",
"lastRunKey": "org_web"
}
],
"links": [
{ "id": "timesheet", "label": "Timesheet", "href": "/time-tracking/", "group": "platform" },
{ "id": "website", "label": "Website", "href": "https://zainezq.com", "group": "platform", "external": true },
{ "id": "author", "label": "Author", "href": "https://author.zainezq.com", "group": "platform", "external": true },
{ "id": "files", "label": "Files", "href": "https://filebrowser.zainezq.com", "group": "infra", "external": true },
{ "id": "library", "label": "Library", "href": "https://calibre.zainezq.com", "group": "infra", "external": true },
{ "id": "news", "label": "News", "href": "https://miniflux.zainezq.com", "group": "infra", "external": true },
{ "id": "rdp", "label": "RDP", "href": "https://guac.zainezq.com", "group": "infra", "external": true },
{ "id": "portainer", "label": "Portainer", "href": "https://portainer.zainezq.com", "group": "infra", "external": true },
{ "id": "nextcloud", "label": "Nextcloud", "href": "https://nextcloud.zainezq.com", "group": "infra", "external": true },
{ "id": "pgadmin", "label": "Databases", "href": "https://pgadmin.zainezq.com", "group": "infra", "external": true },
{ "id": "gitea", "label": "Gitea", "href": "https://gitea.zainezq.com", "group": "infra", "external": true }
],
"builds": [
{
"id": "org_web",
"label": "Website Build",
"badge": "Web",
"confirmTitle": "Update Website",
"confirmBody": "This will rebuild and deploy the website. Continue?",
"runLabel": "Run website build",