From 0f3963366bbe853c3cc8761735de0d84cfc6edd6 Mon Sep 17 00:00:00 2001 From: Ben Cos Date: Sat, 6 Jun 2026 10:10:38 +0100 Subject: [PATCH] a lot of things --- README.md | 8 + clusters.html | 572 +++++++++++++++++++++++++++++++++++++++++--------- index.html | 3 +- 3 files changed, 485 insertions(+), 98 deletions(-) diff --git a/README.md b/README.md index 40b9909..f79f6a0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ this is using github pages and shows up here https://jarvis-discordbot.github.io/landing/ the code will auto deploy to production when commited to the production branch (anyone doing dev please push to main and I'll pr to production when it's tested and checked) +## Pages in this repo + +| File | Purpose | Staging (GitHub Pages) | Production | +|------|---------|------------------------|------------| +| `index.html` | Main landing page | Yes | Deployed as `landing.html` via CI | +| `clusters.html` | Live cluster telemetry dashboard | No* | Served from the bot API host (e.g. `clusters.jarvisdiscordbot.net`) | + +\* `clusters.html` fetches `/clusters` on the same origin as the page, so it must be deployed alongside the bot API—not via GitHub Pages. Keep it in this repo for version control; deploy it to the cluster status server separately. credits: 1. @bencos17 diff --git a/clusters.html b/clusters.html index c57feb7..e9274ae 100644 --- a/clusters.html +++ b/clusters.html @@ -6,10 +6,25 @@ + + + + + + + + + + + Jarvis Bot - Cluster Status - + +