From 50452753dc92f52d3096fbc815d23a58443f4471 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Mon, 1 Jun 2026 09:28:39 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20index.php=20entry=20point=20=E2=80=94=20?= =?UTF-8?q?server-side=20302=20to=20login.php,=20no=20JS=20required;=20=5F?= =?UTF-8?q?app.html=20is=20the=20actual=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/_app.html | 2359 +++++++++++++++++++++++++++++++++++++++++ public_html/index.php | 28 + 2 files changed, 2387 insertions(+) create mode 100644 public_html/_app.html create mode 100644 public_html/index.php diff --git a/public_html/_app.html b/public_html/_app.html new file mode 100644 index 0000000..9566d9e --- /dev/null +++ b/public_html/_app.html @@ -0,0 +1,2359 @@ + + + + + +JARVIS — Integrated Defense and Logistics System + + + + + + +
+ + +
+ +

JARVIS

+

Just A Rather Very Intelligent System

+ +
+ + +
+ +
+ +
+
LOCAL --% CPU
+
MEM --%
+
DO SERVER --
+
NO ALERTS
+ +
+
+
+
--:--:--
+
LOADING...
+
+
+ + + + + +
+
+ + +
+ +
+
+
JARVIS SERVER 165.22.1.228
+ + +
+
CPU --%
+
+
+
+
MEMORY --%
+
+
+
+
DISK --%
+
+
+
UPTIME
--
+
LOAD
--
+
HOST
--
+ + +
SERVICES
+
+
+
+ + +
WEBSITES
+
+
+
+ + +
PROCESSES
+
+
+
+
+
+ + +
+
+ PLANNER + + ADMIN ↗ +
+
+
+ + +
+
+
+
+
+
+
+
+
+ +
+
+
◈ JARVIS ONLINE — AWAITING INSTRUCTIONS ◈
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+ CONTEXT + + +
+
+ + + +
+
+
+ + +
+ +
+
WEATHER FORT WORTH, TX
+
+
+
+ -- + °F +
+
LOADING...
+
+
+
+
FEELS LIKE
+
--°F
+
HUMIDITY
+
--%
+
+
+
+
+ + +
+
NETWORK STATUS
+
+
+
+
+
+ +
+ + +
+
+ +
HOME
+
ALERTS
+
NEWS
+
AGENTS
+
SITES
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ JARVIS CORE ONLINE +
+
+
+ DO SERVER CHECKING +
+
+
+ PROXMOX CHECKING +
+
+
+ HOME ASSISTANT CHECKING +
+
+
+ AGENTS -- +
+ +
+ JARVIS v2.0 · SECURITY LEVEL ALPHA · UPDATED --:--:-- +
+
+
+ + +
+
+ +

● JARVIS AGENT

+
+
+
+ + + + + + + + diff --git a/public_html/index.php b/public_html/index.php new file mode 100644 index 0000000..20e29ee --- /dev/null +++ b/public_html/index.php @@ -0,0 +1,28 @@ +if\(!sessionStorage[^<]+<\/script>\n?/', '', $html); + +// Inject token into sessionStorage right after so it's available +// before any other script runs — including Rocket Loader +$inject = ''; +$html = str_replace('', '' . $inject, $html); + +echo $html;