Heimdall seeds
This commit is contained in:
parent
140fc63a5f
commit
acc88d1ca6
|
|
@ -20,6 +20,20 @@
|
||||||
"colour": "#0891b2",
|
"colour": "#0891b2",
|
||||||
"class": "Catalog"
|
"class": "Catalog"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Provisioning PXE",
|
||||||
|
"url": "http://192.168.100.73:8088/",
|
||||||
|
"description": "PXE, preseed, and worker provisioning HTTP files",
|
||||||
|
"colour": "#0d9488",
|
||||||
|
"class": "Provisioning"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "PXE Rescue",
|
||||||
|
"url": "http://192.168.100.73:8088/rescue/",
|
||||||
|
"description": "Browser rescue toolkit for manual repair paths",
|
||||||
|
"colour": "#0f766e",
|
||||||
|
"class": "Rescue"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Gitea",
|
"title": "Gitea",
|
||||||
"url": "https://lab2025.duckdns.org/git/",
|
"url": "https://lab2025.duckdns.org/git/",
|
||||||
|
|
@ -48,6 +62,13 @@
|
||||||
"colour": "#b91c1c",
|
"colour": "#b91c1c",
|
||||||
"class": "Alertmanager"
|
"class": "Alertmanager"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Blockchain Explorer",
|
||||||
|
"url": "http://192.168.100.73:8089/",
|
||||||
|
"description": "Optional local Ethereum devnet explorer",
|
||||||
|
"colour": "#9333ea",
|
||||||
|
"class": "Blockchain"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Argo CD",
|
"title": "Argo CD",
|
||||||
"url": "https://argocd.lab2025.duckdns.org/",
|
"url": "https://argocd.lab2025.duckdns.org/",
|
||||||
|
|
@ -138,5 +159,12 @@
|
||||||
"description": "Media list maintenance automation",
|
"description": "Media list maintenance automation",
|
||||||
"colour": "#14b8a6",
|
"colour": "#14b8a6",
|
||||||
"class": "Maintainerr"
|
"class": "Maintainerr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "FlareSolverr",
|
||||||
|
"url": "https://flaresolverr.lab2025.duckdns.org/",
|
||||||
|
"description": "Browser challenge solver service for ARR automation",
|
||||||
|
"colour": "#64748b",
|
||||||
|
"class": "FlareSolverr"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue