This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user