From acc88d1ca6c128c6b6f3aed1f89f4fe9403c7fd0 Mon Sep 17 00:00:00 2001 From: juvdiaz Date: Thu, 2 Jul 2026 16:56:56 -0600 Subject: [PATCH] Heimdall seeds --- infra/heimdall/links.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/infra/heimdall/links.json b/infra/heimdall/links.json index 2c92cc7..d16c82b 100644 --- a/infra/heimdall/links.json +++ b/infra/heimdall/links.json @@ -20,6 +20,20 @@ "colour": "#0891b2", "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", "url": "https://lab2025.duckdns.org/git/", @@ -48,6 +62,13 @@ "colour": "#b91c1c", "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", "url": "https://argocd.lab2025.duckdns.org/", @@ -138,5 +159,12 @@ "description": "Media list maintenance automation", "colour": "#14b8a6", "class": "Maintainerr" + }, + { + "title": "FlareSolverr", + "url": "https://flaresolverr.lab2025.duckdns.org/", + "description": "Browser challenge solver service for ARR automation", + "colour": "#64748b", + "class": "FlareSolverr" } ]