From 3cd7073ecc504ef081dbdcda20de7b1c9334ba20 Mon Sep 17 00:00:00 2001 From: cawcenter Date: Sun, 14 Dec 2025 15:17:14 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B1=20GOD=20PANEL:=20Visual=20diagnost?= =?UTF-8?q?ics=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Features: - Completely standalone (no Directus, no middleware, no redirects) - Live service status for all 4 containers - SQL Console for direct database queries - Quick Actions (check sites, count articles, etc.) - Table browser with row counts - Memory & performance metrics - Auto-refresh option (5s interval) - Raw health data viewer Tech: - Pure React via ESM CDN imports - Tailwind CDN (no build dependency) - Dark theme with gold accents - Works even when everything else is broken URL: /god --- frontend/src/pages/god.astro | 367 +++++++++++++++++++++++++++++++++++ 1 file changed, 367 insertions(+) create mode 100644 frontend/src/pages/god.astro diff --git a/frontend/src/pages/god.astro b/frontend/src/pages/god.astro new file mode 100644 index 0000000..9cae3df --- /dev/null +++ b/frontend/src/pages/god.astro @@ -0,0 +1,367 @@ +--- +/** + * 🔱 GOD PANEL - System Diagnostics Dashboard + * + * This page is COMPLETELY STANDALONE: + * - No middleware + * - No Directus dependency + * - No redirects + * - Works even when everything else is broken + */ +export const prerender = false; +--- + + + + + + + 🔱 God Panel - Spark Platform + + + + + + +
+ + + +